Skip to content

Commit e42d6b0

Browse files
committed
update stan
1 parent bcb9e9e commit e42d6b0

File tree

5 files changed

+6
-45
lines changed

5 files changed

+6
-45
lines changed

.phive/phars.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpstan" version="2.1.0" installed="2.1.0" location="./tools/phpstan" copy="false"/>
4-
<phar name="psalm" version="5.26.1" installed="5.26.1" location="./tools/psalm" copy="false"/>
3+
<phar name="phpstan" version="2.1.33" installed="2.1.33" location="./tools/phpstan" copy="false"/>
54
</phive>

composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,12 @@
4343
"@cs-check",
4444
"@test"
4545
],
46-
"cs-check": "phpcs --colors --parallel=16 -p src/ tests/",
47-
"cs-fix": "phpcbf --colors --parallel=16 -p src/ tests/",
46+
"cs-check": "phpcs --colors --parallel=16 -p",
47+
"cs-fix": "phpcbf --colors --parallel=16 -p",
4848
"phpstan": "tools/phpstan analyse",
49-
"psalm": "tools/psalm --show-info=false",
50-
"stan": [
51-
"@phpstan",
52-
"@psalm"
53-
],
49+
"stan": "@phpstan",
5450
"stan-tests": "phpstan.phar analyze -c tests/phpstan.neon",
5551
"stan-baseline": "phpstan.phar --generate-baseline",
56-
"psalm-baseline": "tools/psalm --set-baseline=psalm-baseline.xml",
5752
"stan-setup": "phive install",
5853
"test": "phpunit"
5954
}

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<ruleset name="CakePHP PluginInstaller">
3-
<config name="installed_paths" value="../../cakephp/cakephp-codesniffer" />
4-
3+
<file>src/</file>
4+
<file>tests/</file>
55
<rule ref="CakePHP" />
66
</ruleset>

psalm-baseline.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

psalm.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)