Rename directory
This commit is contained in:
parent
4ec8ad983a
commit
55aadd6ec5
5 changed files with 2 additions and 2 deletions
7
nix/flake-modules/phpstan.nix
Normal file
7
nix/flake-modules/phpstan.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
perSystem.pre-commit.settings.hooks.phpstan = {
|
||||
enable = true;
|
||||
|
||||
settings.binPath = "vendor/bin/phpstan";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue