Update PHPStan baseline

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2022-04-20 15:47:10 -03:00
parent 3a433e160c
commit b092616feb
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -6091,7 +6091,7 @@ parameters:
path: libraries/classes/Plugins/Export/Helpers/Pdf.php
-
message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$colFits is unused\\.$#"
message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$colFits is never written, only read\\.$#"
count: 1
path: libraries/classes/Plugins/Export/Helpers/Pdf.php
@ -6116,7 +6116,7 @@ parameters:
path: libraries/classes/Plugins/Export/Helpers/Pdf.php
-
message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$titleWidth is unused\\.$#"
message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$titleWidth is never written, only read\\.$#"
count: 1
path: libraries/classes/Plugins/Export/Helpers/Pdf.php
@ -7110,11 +7110,6 @@ parameters:
count: 1
path: libraries/classes/Sanitize.php
-
message: "#^Cannot assign offset 'criteria'\\|'criteriaAndOrColumn'\\|'criteriaAndOrRow'\\|'criteriaColumn'\\|'criteriaShow'\\|'criteriaSort'\\|'rows'\\|'TableList' to array\\|string\\.$#"
count: 1
path: libraries/classes/SavedSearches.php
-
message: "#^Method PhpMyAdmin\\\\SavedSearches\\:\\:getCriterias\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
@ -7800,6 +7795,11 @@ parameters:
count: 1
path: libraries/classes/Setup/Index.php
-
message: "#^Cannot access property \\$where on mixed\\.$#"
count: 1
path: libraries/classes/Sql.php
-
message: "#^Method PhpMyAdmin\\\\Sql\\:\\:countQueryResults\\(\\) has parameter \\$analyzedSqlResults with no value type specified in iterable type array\\.$#"
count: 1
@ -11145,6 +11145,11 @@ parameters:
count: 1
path: test/selenium/ExportTest.php
-
message: "#^Cannot access property \\$automation_session on mixed\\.$#"
count: 1
path: test/selenium/TestBase.php
-
message: "#^Method PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:waitForElement\\(\\) should return Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement but returns mixed\\.$#"
count: 1