Loading core/.cspell.json +2 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,8 @@ "MAINTAINERS.txt", "package.json", "yarn.lock", "misc/cspell/dictionary.txt" "misc/cspell/dictionary.txt", "phpstan*" ], "ignoreRegExpList": [ "^msgstr .*", Loading core/phpstan-baseline.neon +3625 −338 File changed.Preview size limit exceeded, changes collapsed. Show changes core/phpstan.neon.dist +1 −4 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ parameters: # Skip settings. - ../*/settings*.php # Skip test fixtures. - ../*/node_modules/* - */tests/fixtures/*.php - */tests/fixtures/*.php.gz # Skip data files. Loading @@ -30,10 +31,6 @@ parameters: - "#^Unsafe usage of new static#" # Ignore common errors for now. - "#^Access to an undefined property#" - "#^Call to an undefined method#" - "#^Cannot unset offset#" - "#should return .* but return statement is missing#" - "#Drupal calls should be avoided in classes, use dependency injection instead#" - "#^Plugin definitions cannot be altered.#" - "#^Missing cache backend declaration for performance.#" Loading Loading
core/.cspell.json +2 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,8 @@ "MAINTAINERS.txt", "package.json", "yarn.lock", "misc/cspell/dictionary.txt" "misc/cspell/dictionary.txt", "phpstan*" ], "ignoreRegExpList": [ "^msgstr .*", Loading
core/phpstan-baseline.neon +3625 −338 File changed.Preview size limit exceeded, changes collapsed. Show changes
core/phpstan.neon.dist +1 −4 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ parameters: # Skip settings. - ../*/settings*.php # Skip test fixtures. - ../*/node_modules/* - */tests/fixtures/*.php - */tests/fixtures/*.php.gz # Skip data files. Loading @@ -30,10 +31,6 @@ parameters: - "#^Unsafe usage of new static#" # Ignore common errors for now. - "#^Access to an undefined property#" - "#^Call to an undefined method#" - "#^Cannot unset offset#" - "#should return .* but return statement is missing#" - "#Drupal calls should be avoided in classes, use dependency injection instead#" - "#^Plugin definitions cannot be altered.#" - "#^Missing cache backend declaration for performance.#" Loading