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