Skip to content

Commit

Permalink
Fix QA in phpstan.lowest.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixafy committed Oct 13, 2024
1 parent b685b62 commit 31004fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.lowest.neon
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parameters:

-
message: """
#^Fetching class constant class of deprecated interface Nette\\\\Localization\\\\ITranslator\\:
#^Fetching class constant class of deprecated class Nette\\\\Localization\\\\ITranslator\\:
use Nette\\\\Localization\\\\Translator$#
"""
count: 2
Expand Down Expand Up @@ -64,7 +64,7 @@ parameters:

-
message: """
#^Fetching class constant class of deprecated interface Nette\\\\Bridges\\\\ApplicationLatte\\\\ILatteFactory\\:
#^Fetching class constant class of deprecated class Nette\\\\Bridges\\\\ApplicationLatte\\\\ILatteFactory\\:
use Nette\\\\Bridges\\\\ApplicationLatte\\\\LatteFactory$#
"""
count: 1
Expand Down

0 comments on commit 31004fb

Please sign in to comment.