We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62e38e commit ecea418Copy full SHA for ecea418
composer.json
@@ -27,6 +27,7 @@
27
"phpfui/html-unit-tester": ">=1.0",
28
"roave/security-advisories": "dev-latest",
29
"phpfui/phpunit-syntax-coverage": ">=1.0",
30
- "friendsofphp/php-cs-fixer": "^2.18"
+ "friendsofphp/php-cs-fixer": "^2.18",
31
+ "vimeo/psalm": "^4.7"
32
}
33
src/PHPFUI/InstaDoc/FileManager.php
@@ -88,7 +88,7 @@ public function delete(string $fileName = '') : int
88
*/
89
public function excludeNamespace(string $namespace) : FileManager
90
{
91
- return $this->excludedNamespaces([$namespace]);
+ return $this->excludeNamespaces([$namespace]);
92
93
94
/**
0 commit comments