File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 },
1818 "require-dev" : {
1919 "friendsofphp/php-cs-fixer" : " ^3.2" ,
20- "phpstan/phpstan" : " ^0.12.99 " ,
20+ "phpstan/phpstan" : " ^1.10 " ,
2121 "phpunit/phpunit" : " ^9"
2222 },
2323 "autoload" : {
3131 }
3232 },
3333 "scripts" : {
34- "phpstan" : " phpstan analyze --memory-limit 512M analyze src --level 8" ,
34+ "phpstan" : " phpstan analyze src --memory-limit 512M --level 8" ,
3535 "phpunit" : " phpunit"
3636 },
3737 "config" : {
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ final class Factory implements FactoryInterface
5454 ];
5555
5656 /**
57- * @param array<string, string> $overload specs to be overloaded with custom classes
57+ * @param array<string, class- string> $overload specs to be overloaded with custom classes
5858 */
5959 public function __construct (array $ overload = [])
6060 {
You can’t perform that action at this time.
0 commit comments