Skip to content

Commit

Permalink
test: remove phpstan ignoreErrors entries for things that are not errors
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Dec 22, 2023
1 parent afcb3e2 commit 7300e05
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,3 @@ parameters:
message: '#File ends with a trailing whitespace. This may cause problems when running the code in the web browser. Remove the closing \?\> mark or remove the whitespace.#'
path: src/Resources/views/partials/error.php
count: 1
-
message: '#Undefined variable: \$OC_Version$#'
path: src/Command/ExecuteCoreUpgradeScriptsCommand.php
count: 1
-
message: '#Undefined variable: \$OC_VersionCanBeUpgradedFrom$#'
path: src/Command/ExecuteCoreUpgradeScriptsCommand.php
count: 1
-
message: '#Undefined variable: \$CONFIG$#'
path: src/Utils/Locator.php
count: 2
-
message: '#Undefined variable: \$OC_Version$#'
path: src/Utils/Locator.php
count: 1
-
message: '#Undefined variable: \$OC_Channel$#'
path: src/Utils/Locator.php
count: 1
-
message: '#Undefined variable: \$OC_Build$#'
path: src/Utils/Locator.php
count: 1

0 comments on commit 7300e05

Please sign in to comment.