File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 "autoload" : {
2323 "classmap" : [" src/" ]
2424 },
25+ "scripts" : {
26+ "test" : " phpunit" ,
27+ "analyse" : " phpstan analyse --memory-limit=512M"
28+ },
2529 "require-dev" : {
2630 "phpunit/phpunit" : " 10.1.2" ,
2731 "phpstan/phpstan" : " ^1.10"
Original file line number Diff line number Diff line change 1+ parameters :
2+ level : 5
3+ paths :
4+ - src
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ class comment implements token {
1515 *
1616 * @param htmldoc $root The parent htmldoc object
1717 */
18+ // @phpstan-ignore-next-line
1819 public function __construct (htmldoc $ root ) {
1920
2021 }
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ class doctype implements token {
1515 *
1616 * @param htmldoc $root The parent htmldoc object
1717 */
18+ // @phpstan-ignore-next-line
1819 public function __construct (htmldoc $ root ) {
1920
2021 }
You can’t perform that action at this time.
0 commit comments