diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-09-16 14:46:29 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-09-16 14:46:29 +0200 |
commit | 04a3580d19ae505efd0ac31e4c419bf5dd701563 (patch) | |
tree | c3c21ddebc5c9f459a6530bc4cf65c5fc2d5cc90 /composer.json | |
parent | f7c59ffdb56c256cb31f14c39f2f2b4915995e42 (diff) | |
download | nextcloud-server-04a3580d19ae505efd0ac31e4c419bf5dd701563.tar.gz nextcloud-server-04a3580d19ae505efd0ac31e4c419bf5dd701563.zip |
Remove phan config - was replaced by Psalm
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 088ee20e105..64e4f3d835a 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,6 @@ "scripts": { "cs:fix": "php-cs-fixer fix", "cs:check": "php-cs-fixer fix --dry-run --diff", - "lint": "find . -name \\*.php -not -path './lib/composer/*' -not -path './build/.phan/*' -not -path './build/stubs/*' -print0 | xargs -0 -n1 php -l" + "lint": "find . -name \\*.php -not -path './lib/composer/*' -not -path './build/stubs/*' -print0 | xargs -0 -n1 php -l" } } |