Skip to content

Commit

Permalink
Upgrade static analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndm2 committed Oct 1, 2022
1 parent 4b33f9f commit 4b84b01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"cs-fix": "phpcbf --parallel=16 -p ./src ./tests",
"test": "phpunit",
"test-coverage": "phpunit --coverage-clover=coverage.xml",
"stan-setup": "cp composer.json composer.backup && composer require --dev \"phpstan/phpstan:^0.12.0\" \"psalm/phar:4.9.3\" && mv composer.backup composer.json",
"stan-setup": "cp composer.json composer.backup && composer require --dev \"phpstan/phpstan:^1.0\" \"psalm/phar:^4.0\" && mv composer.backup composer.json",
"stan": [
"@phpstan-src",
"@phpstan-tests",
Expand Down
2 changes: 1 addition & 1 deletion phpstan.tests.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
checkMissingIterableValueType: false
excludes_analyse:
excludePaths:
- tests/TestCase/KnpMenuTestCase.php
- tests/TestCase/Renderer/KnpAbstractRendererTest.php
ignoreErrors:
Expand Down
1 change: 0 additions & 1 deletion psalm.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<psalm
totallyTyped="false"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
Expand Down

0 comments on commit 4b84b01

Please sign in to comment.