File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1919 },
2020 "require-dev" : {
2121 "friendsofphp/php-cs-fixer" : " ^3.53" ,
22- "phpstan/extension-installer " : " ^1.4 " ,
23- "phpstan/phpstan" : " ^1.11 " ,
24- "phpstan/phpstan-strict-rules" : " ^1.6 " ,
22+ "phpstan/phpstan " : " ^2.0 " ,
23+ "phpstan/phpstan-deprecation-rules " : " ^2.0 " ,
24+ "phpstan/phpstan-strict-rules" : " ^2.0 " ,
2525 "phpunit/phpunit" : " ^10.5|^11.0" ,
2626 "rector/rector" : " ^1.1" ,
2727 "symfony/var-dumper" : " ^5.4|^6.0|^7.0" ,
4545 "optimize-autoloader" : true ,
4646 "preferred-install" : {
4747 "*" : " dist"
48- },
49- "allow-plugins" : {
50- "phpstan/extension-installer" : true
5148 }
5249 },
5350 "scripts" : {
Original file line number Diff line number Diff line change 11includes :
22 - phar://phpstan.phar/conf/bleedingEdge.neon
3+ - vendor/phpstan/phpstan-deprecation-rules/rules.neon
4+ - vendor/phpstan/phpstan-strict-rules/rules.neon
35parameters :
4- level : 9
6+ level : max
57 strictRules :
68 allRules : true
79 fileExtensions :
Original file line number Diff line number Diff line change 55namespace TypeLang \Reader \Exception ;
66
77/**
8- * @psalm -consistent-constructor
8+ * @phpstan -consistent-constructor
99 */
1010class ReaderException extends \LogicException implements ReaderExceptionInterface
1111{
You can’t perform that action at this time.
0 commit comments