7 lines
124 B
Nix
7 lines
124 B
Nix
{
|
|
perSystem.pre-commit.settings.hooks.phpstan = {
|
|
enable = true;
|
|
|
|
settings.binPath = "vendor/bin/phpstan";
|
|
};
|
|
}
|