File tree Expand file tree Collapse file tree 8 files changed +6
-54
lines changed
Expand file tree Collapse file tree 8 files changed +6
-54
lines changed Original file line number Diff line number Diff line change 55/phpcs.xml.dist export-ignore
66/phpstan.neon export-ignore
77/phpunit.xml.dist export-ignore
8- /psalm.xml export-ignore
9- /psalm-baseline.xml export-ignore
108/tests / export-ignore
Original file line number Diff line number Diff line change 7474 "phpstan/phpstan" : " ^1.9.2" ,
7575 "phpstan/phpstan-phpunit" : " ^1.3.0" ,
7676 "phpunit/phpunit" : " ^9.5.27" ,
77- "predis/predis" : " ^1.1.10" ,
78- "vimeo/psalm" : " ^5.0"
77+ "predis/predis" : " ^1.1.10"
7978 },
8079 "conflict" : {
8180 "doctrine/orm" : " 2.12.0"
115114 "check" : [
116115 " @cs-check" ,
117116 " @phpstan" ,
118- " @psalm" ,
119117 " @test"
120118 ],
121119 "cs-check" : " phpcs" ,
122120 "cs-fix" : " phpcbf" ,
123121 "phpstan" : " phpstan analyse" ,
124- "psalm" : " psalm --stats" ,
125122 "test" : " phpunit --colors=always" ,
126123 "test-coverage" : " phpunit --colors=always --coverage-clover=coverage.xml"
127124 }
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111use function array_map ;
1212use function is_array ;
1313
14- /** @psalm -import-type ValueOptionSpec from MultiCheckbox */
14+ /** @phpstan -import-type ValueOptionSpec from MultiCheckbox */
1515class ObjectMultiCheckbox extends MultiCheckbox
1616{
1717 use GetProxy;
Original file line number Diff line number Diff line change 77use Laminas \Form \Element \MultiCheckbox ;
88use Laminas \Form \Element \Radio as RadioElement ;
99
10- /** @psalm -import-type ValueOptionSpec from MultiCheckbox */
10+ /** @phpstan -import-type ValueOptionSpec from MultiCheckbox */
1111class ObjectRadio extends RadioElement
1212{
1313 use GetProxy;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ final class Authentication extends AbstractOptions
6565 /**
6666 * Entity's class name
6767 *
68- * @psalm -var class-string
68+ * @phpstan -var class-string
6969 */
7070 protected string $ identityClass ;
7171
Original file line number Diff line number Diff line change 1111use function count ;
1212
1313/**
14- * @psalm -template TKey of array-key
15- * @psalm -template T
14+ * @phpstan -template TKey of array-key
15+ * @phpstan -template T
1616 * @template-implements AdapterInterface<int, T>
1717 */
1818class Collection implements AdapterInterface
You can’t perform that action at this time.
0 commit comments