Update po files
[phpmyadmin.git] / phpstan-baseline.neon
blobf956c4f31d379a2e40dc445c0f16d703ff36a197
1 parameters:
2         ignoreErrors:
3                 -
4                         message: "#^Cannot cast mixed to string\\.$#"
5                         count: 11
6                         path: app/constants.php
8                 -
9                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
10                         count: 2
11                         path: app/services_loader.php
13                 -
14                         message: "#^Cannot access offset 'arguments' on mixed\\.$#"
15                         count: 1
16                         path: app/services_loader.php
18                 -
19                         message: "#^Cannot access offset 'class' on mixed\\.$#"
20                         count: 1
21                         path: app/services_loader.php
23                 -
24                         message: "#^Cannot access offset 'factory' on mixed\\.$#"
25                         count: 1
26                         path: app/services_loader.php
28                 -
29                         message: "#^Cannot access offset 0 on mixed\\.$#"
30                         count: 1
31                         path: app/services_loader.php
33                 -
34                         message: "#^Parameter \\#1 \\$arguments of method Symfony\\\\Component\\\\DependencyInjection\\\\Loader\\\\Configurator\\\\ServiceConfigurator\\:\\:args\\(\\) expects array, mixed given\\.$#"
35                         count: 1
36                         path: app/services_loader.php
38                 -
39                         message: "#^Parameter \\#1 \\$factory of method Symfony\\\\Component\\\\DependencyInjection\\\\Loader\\\\Configurator\\\\ServiceConfigurator\\:\\:factory\\(\\) expects array\\|string\\|Symfony\\\\Component\\\\DependencyInjection\\\\Loader\\\\Configurator\\\\ReferenceConfigurator\\|Symfony\\\\Component\\\\ExpressionLanguage\\\\Expression, mixed given\\.$#"
40                         count: 1
41                         path: app/services_loader.php
43                 -
44                         message: "#^Parameter \\#1 \\$id of method Symfony\\\\Component\\\\DependencyInjection\\\\Loader\\\\Configurator\\\\ServicesConfigurator\\:\\:alias\\(\\) expects string, mixed given\\.$#"
45                         count: 2
46                         path: app/services_loader.php
48                 -
49                         message: "#^Parameter \\#1 \\$id of method Symfony\\\\Component\\\\DependencyInjection\\\\Loader\\\\Configurator\\\\ServicesConfigurator\\:\\:set\\(\\) expects string\\|null, mixed given\\.$#"
50                         count: 1
51                         path: app/services_loader.php
53                 -
54                         message: "#^Parameter \\#1 \\$servicesFile of closure expects array, mixed given\\.$#"
55                         count: 2
56                         path: app/services_loader.php
58                 -
59                         message: "#^Parameter \\#1 \\$string of function substr expects string, mixed given\\.$#"
60                         count: 2
61                         path: app/services_loader.php
63                 -
64                         message: "#^Parameter \\#2 \\$class of method Symfony\\\\Component\\\\DependencyInjection\\\\Loader\\\\Configurator\\\\ServicesConfigurator\\:\\:set\\(\\) expects string\\|null, mixed given\\.$#"
65                         count: 1
66                         path: app/services_loader.php
68                 -
69                         message: "#^Parameter \\#1 \\$filename of function is_readable expects string, mixed given\\.$#"
70                         count: 1
71                         path: public/index.php
73                 -
74                         message: "#^Parameter \\#1 \\$filename of function is_readable expects string, mixed given\\.$#"
75                         count: 1
76                         path: public/setup/index.php
78                 -
79                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
80                         count: 1
81                         path: src/Advisory/Advisor.php
83                 -
84                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
85                         count: 1
86                         path: src/Advisory/Advisor.php
88                 -
89                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
90                         count: 1
91                         path: src/Advisory/Advisor.php
93                 -
94                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
95                         count: 1
96                         path: src/Advisory/Advisor.php
98                 -
99                         message: "#^Parameter \\#1 \\$url of static method PhpMyAdmin\\\\Core\\:\\:linkURL\\(\\) expects string, mixed given\\.$#"
100                         count: 1
101                         path: src/Advisory/Advisor.php
103                 -
104                         message: "#^Parameter \\#2 \\$values of function vsprintf expects array\\<bool\\|float\\|int\\|string\\|null\\>, mixed given\\.$#"
105                         count: 1
106                         path: src/Advisory/Advisor.php
108                 -
109                         message: "#^Parameter \\#3 \\$subject of function preg_replace_callback expects array\\|string, string\\|null given\\.$#"
110                         count: 1
111                         path: src/Advisory/Advisor.php
113                 -
114                         message: "#^Property PhpMyAdmin\\\\Advisory\\\\Advisor\\:\\:\\$firedRules \\(array\\<int, array\\{id\\: non\\-empty\\-string, name\\: string, precondition\\?\\: non\\-empty\\-string, formula\\: non\\-empty\\-string, test\\: non\\-empty\\-string, issue\\: string, recommendation\\: string, justification\\: string, \\.\\.\\.\\}\\>\\) does not accept non\\-empty\\-array\\<int, array\\{id\\: non\\-empty\\-string, name\\: string, precondition\\?\\: non\\-empty\\-string, formula\\: non\\-empty\\-string, test\\: non\\-empty\\-string, issue\\: string\\|null, recommendation\\: string\\|null, justification\\: string, \\.\\.\\.\\}\\>\\.$#"
115                         count: 1
116                         path: src/Advisory/Advisor.php
118                 -
119                         message: "#^Property PhpMyAdmin\\\\Advisory\\\\Advisor\\:\\:\\$notFiredRules \\(array\\<int, array\\{id\\: non\\-empty\\-string, name\\: string, precondition\\?\\: non\\-empty\\-string, formula\\: non\\-empty\\-string, test\\: non\\-empty\\-string, issue\\: string, recommendation\\: string, justification\\: string, \\.\\.\\.\\}\\>\\) does not accept non\\-empty\\-array\\<int, array\\{id\\: non\\-empty\\-string, name\\: string, precondition\\?\\: non\\-empty\\-string, formula\\: non\\-empty\\-string, test\\: non\\-empty\\-string, issue\\: string\\|null, recommendation\\: string\\|null, justification\\: string, \\.\\.\\.\\}\\>\\.$#"
120                         count: 1
121                         path: src/Advisory/Advisor.php
123                 -
124                         message: "#^Parameter \\#2 \\$replace of function str_replace expects array\\|string, mixed given\\.$#"
125                         count: 2
126                         path: src/Bookmarks/Bookmark.php
128                 -
129                         message: """
130                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
131                                 Use dependency injection instead\\.$#
132                         """
133                         count: 1
134                         path: src/Bookmarks/BookmarkRepository.php
136                 -
137                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\Bookmarks\\\\BookmarkRepository\\:\\:createFromRow\\(\\) expects array\\<string\\>, array\\<string\\|null\\> given\\.$#"
138                         count: 2
139                         path: src/Bookmarks/BookmarkRepository.php
141                 -
142                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\Bookmarks\\\\BookmarkRepository\\:\\:createFromRow\\(\\) expects array\\<string\\>, mixed given\\.$#"
143                         count: 1
144                         path: src/Bookmarks/BookmarkRepository.php
146                 -
147                         message: "#^Parameter \\#2 \\$bookmarkFeature of class PhpMyAdmin\\\\Bookmarks\\\\Bookmark constructor expects PhpMyAdmin\\\\ConfigStorage\\\\Features\\\\BookmarkFeature, PhpMyAdmin\\\\ConfigStorage\\\\Features\\\\BookmarkFeature\\|null given\\.$#"
148                         count: 1
149                         path: src/Bookmarks/BookmarkRepository.php
151                 -
152                         message: "#^Parameter \\#1 \\$description of method PhpMyAdmin\\\\BrowseForeigners\\:\\:getDescriptionAndTitle\\(\\) expects string, mixed given\\.$#"
153                         count: 2
154                         path: src/BrowseForeigners.php
156                 -
157                         message: "#^Parameter \\#1 \\$state of static method PhpMyAdmin\\\\Charsets\\\\Charset\\:\\:fromServer\\(\\) expects array\\{Charset\\?\\: string, Description\\?\\: string, Default collation\\?\\: string, Maxlen\\?\\: string\\}, array\\<string\\|null\\> given\\.$#"
158                         count: 1
159                         path: src/Charsets.php
161                 -
162                         message: "#^Parameter \\#1 \\$state of static method PhpMyAdmin\\\\Charsets\\\\Collation\\:\\:fromServer\\(\\) expects array\\<string\\>, array\\<string\\|null\\> given\\.$#"
163                         count: 1
164                         path: src/Charsets.php
166                 -
167                         message: """
168                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
169                                 Use dependency injection instead\\.$#
170                         """
171                         count: 1
172                         path: src/Command/CacheWarmupCommand.php
174                 -
175                         message: "#^Parameter \\#1 \\$source of method PhpMyAdmin\\\\Config\\:\\:loadAndCheck\\(\\) expects string\\|null, mixed given\\.$#"
176                         count: 1
177                         path: src/Command/CacheWarmupCommand.php
179                 -
180                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
181                         count: 1
182                         path: src/Command/CacheWarmupCommand.php
184                 -
185                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
186                         count: 1
187                         path: src/Command/CacheWarmupCommand.php
189                 -
190                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
191                         count: 1
192                         path: src/Command/FixPoTwigCommand.php
194                 -
195                         message: "#^Cannot access offset 0 on mixed\\.$#"
196                         count: 2
197                         path: src/Command/FixPoTwigCommand.php
199                 -
200                         message: "#^Cannot access offset 1 on mixed\\.$#"
201                         count: 1
202                         path: src/Command/FixPoTwigCommand.php
204                 -
205                         message: "#^Cannot access offset 'exception' on mixed\\.$#"
206                         count: 1
207                         path: src/Command/TwigLintCommand.php
209                 -
210                         message: "#^Cannot access offset 'file' on mixed\\.$#"
211                         count: 2
212                         path: src/Command/TwigLintCommand.php
214                 -
215                         message: "#^Cannot access offset 'template' on mixed\\.$#"
216                         count: 1
217                         path: src/Command/TwigLintCommand.php
219                 -
220                         message: "#^Cannot access offset 'valid' on mixed\\.$#"
221                         count: 2
222                         path: src/Command/TwigLintCommand.php
224                 -
225                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
226                         count: 1
227                         path: src/Command/TwigLintCommand.php
229                 -
230                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
231                         count: 1
232                         path: src/Command/TwigLintCommand.php
234                 -
235                         message: "#^Only booleans are allowed in a ternary operator condition, \\(callable\\)\\|null given\\.$#"
236                         count: 1
237                         path: src/Command/TwigLintCommand.php
239                 -
240                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
241                         count: 1
242                         path: src/Command/TwigLintCommand.php
244                 -
245                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
246                         count: 2
247                         path: src/Command/TwigLintCommand.php
249                 -
250                         message: "#^Parameter \\#1 \\$callback of function set_error_handler expects \\(callable\\(int, string, string, int\\)\\: bool\\)\\|null, Closure\\(int, string, string, int\\)\\: mixed given\\.$#"
251                         count: 1
252                         path: src/Command/TwigLintCommand.php
254                 -
255                         message: "#^Parameter \\#2 \\$template of method PhpMyAdmin\\\\Command\\\\TwigLintCommand\\:\\:renderException\\(\\) expects string, mixed given\\.$#"
256                         count: 1
257                         path: src/Command/TwigLintCommand.php
259                 -
260                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
261                         count: 1
262                         path: src/Command/TwigLintCommand.php
264                 -
265                         message: "#^Parameter \\#3 \\$exception of method PhpMyAdmin\\\\Command\\\\TwigLintCommand\\:\\:renderException\\(\\) expects Twig\\\\Error\\\\Error, mixed given\\.$#"
266                         count: 1
267                         path: src/Command/TwigLintCommand.php
269                 -
270                         message: "#^Parameter \\#4 \\$file of method PhpMyAdmin\\\\Command\\\\TwigLintCommand\\:\\:renderException\\(\\) expects string\\|null, mixed given\\.$#"
271                         count: 1
272                         path: src/Command/TwigLintCommand.php
274                 -
275                         message: """
276                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
277                                 Use dependency injection instead\\.$#
278                         """
279                         count: 3
280                         path: src/Config.php
282                 -
283                         message: "#^Cannot access offset 'LoginCookieValidity' on mixed\\.$#"
284                         count: 1
285                         path: src/Config.php
287                 -
288                         message: "#^Cannot access offset 'Server' on mixed\\.$#"
289                         count: 1
290                         path: src/Config.php
292                 -
293                         message: "#^Cannot access offset 'ThemeDefault' on mixed\\.$#"
294                         count: 2
295                         path: src/Config.php
297                 -
298                         message: "#^Cannot access offset 'config_mtime' on mixed\\.$#"
299                         count: 2
300                         path: src/Config.php
302                 -
303                         message: "#^Cannot access offset 'lang' on mixed\\.$#"
304                         count: 3
305                         path: src/Config.php
307                 -
308                         message: "#^Cannot access offset 'userprefs' on mixed\\.$#"
309                         count: 5
310                         path: src/Config.php
312                 -
313                         message: "#^Cannot access offset 'userprefs_mtime' on mixed\\.$#"
314                         count: 2
315                         path: src/Config.php
317                 -
318                         message: "#^Cannot access offset 'userprefs_type' on mixed\\.$#"
319                         count: 2
320                         path: src/Config.php
322                 -
323                         message: "#^Cannot access offset non\\-falsy\\-string on mixed\\.$#"
324                         count: 10
325                         path: src/Config.php
327                 -
328                         message: "#^Cannot cast mixed to string\\.$#"
329                         count: 2
330                         path: src/Config.php
332                 -
333                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
334                         count: 7
335                         path: src/Config.php
337                 -
338                         message: "#^Method PhpMyAdmin\\\\Config\\:\\:getChangeLogFilePath\\(\\) should return string but returns mixed\\.$#"
339                         count: 1
340                         path: src/Config.php
342                 -
343                         message: "#^Method PhpMyAdmin\\\\Config\\:\\:getUploadTempDir\\(\\) should return string\\|null but returns string\\|false\\.$#"
344                         count: 1
345                         path: src/Config.php
347                 -
348                         message: "#^Only booleans are allowed in &&, string\\|null given on the right side\\.$#"
349                         count: 1
350                         path: src/Config.php
352                 -
353                         message: "#^Only booleans are allowed in a negated boolean, int\\<0, 2\\> given\\.$#"
354                         count: 1
355                         path: src/Config.php
357                 -
358                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
359                         count: 1
360                         path: src/Config.php
362                 -
363                         message: "#^Only booleans are allowed in a negated boolean, string\\|false given\\.$#"
364                         count: 2
365                         path: src/Config.php
367                 -
368                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
369                         count: 1
370                         path: src/Config.php
372                 -
373                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
374                         count: 2
375                         path: src/Config.php
377                 -
378                         message: "#^Only booleans are allowed in \\|\\|, string\\|false given on the left side\\.$#"
379                         count: 1
380                         path: src/Config.php
382                 -
383                         message: "#^Parameter \\#1 \\$code of method PhpMyAdmin\\\\I18n\\\\LanguageManager\\:\\:getLanguage\\(\\) expects string, mixed given\\.$#"
384                         count: 1
385                         path: src/Config.php
387                 -
388                         message: "#^Parameter \\#1 \\$collation of method PhpMyAdmin\\\\DatabaseInterface\\:\\:setCollation\\(\\) expects string, mixed given\\.$#"
389                         count: 1
390                         path: src/Config.php
392                 -
393                         message: "#^Parameter \\#1 \\$filename of static method PhpMyAdmin\\\\Config\\:\\:renderCustom\\(\\) expects string, mixed given\\.$#"
394                         count: 2
395                         path: src/Config.php
397                 -
398                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
399                         count: 1
400                         path: src/Config.php
402                 -
403                         message: "#^Parameter \\#1 \\$string of function rtrim expects string, mixed given\\.$#"
404                         count: 1
405                         path: src/Config.php
407                 -
408                         message: "#^Parameter \\#1 \\$theme of method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:checkTheme\\(\\) expects string\\|null, mixed given\\.$#"
409                         count: 1
410                         path: src/Config.php
412                 -
413                         message: "#^Parameter \\#1 \\$theme of method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:setActiveTheme\\(\\) expects string\\|null, mixed given\\.$#"
414                         count: 1
415                         path: src/Config.php
417                 -
418                         message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#"
419                         count: 2
420                         path: src/Config.php
422                 -
423                         message: "#^Parameter \\#2 \\.\\.\\.\\$replacements of function array_replace_recursive expects array, mixed given\\.$#"
424                         count: 1
425                         path: src/Config.php
427                 -
428                         message: "#^Parameter \\#3 \\$default of method PhpMyAdmin\\\\Config\\:\\:setCookie\\(\\) expects string\\|null, mixed given\\.$#"
429                         count: 1
430                         path: src/Config.php
432                 -
433                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\.$#"
434                         count: 2
435                         path: src/Config.php
437                 -
438                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
439                         count: 1
440                         path: src/Config.php
442                 -
443                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept mixed\\.$#"
444                         count: 1
445                         path: src/Config.php
447                 -
448                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept non\\-empty\\-array\\<string, mixed\\>\\.$#"
449                         count: 1
450                         path: src/Config.php
452                 -
453                         message: """
454                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
455                                 Use dependency injection instead\\.$#
456                         """
457                         count: 1
458                         path: src/Config/ConfigFile.php
460                 -
461                         message: "#^Cannot access offset 'ServerDefault' on mixed\\.$#"
462                         count: 1
463                         path: src/Config/ConfigFile.php
465                 -
466                         message: "#^Cannot access offset 'Servers' on mixed\\.$#"
467                         count: 8
468                         path: src/Config/ConfigFile.php
470                 -
471                         message: "#^Cannot access offset int on mixed\\.$#"
472                         count: 6
473                         path: src/Config/ConfigFile.php
475                 -
476                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
477                         count: 5
478                         path: src/Config/ConfigFile.php
480                 -
481                         message: "#^Method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getCanonicalPath\\(\\) should return string but returns string\\|null\\.$#"
482                         count: 1
483                         path: src/Config/ConfigFile.php
485                 -
486                         message: "#^Method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getConfig\\(\\) should return array but returns mixed\\.$#"
487                         count: 1
488                         path: src/Config/ConfigFile.php
490                 -
491                         message: "#^Method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServerName\\(\\) should return string but returns mixed\\.$#"
492                         count: 2
493                         path: src/Config/ConfigFile.php
495                 -
496                         message: "#^Method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServers\\(\\) should return array but returns mixed\\.$#"
497                         count: 1
498                         path: src/Config/ConfigFile.php
500                 -
501                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
502                         count: 1
503                         path: src/Config/ConfigFile.php
505                 -
506                         message: "#^Parameter \\#1 \\$array of function array_flip expects array\\<int\\|string\\>, array given\\.$#"
507                         count: 2
508                         path: src/Config/ConfigFile.php
510                 -
511                         message: "#^Parameter \\#1 \\$array of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getFlatArray\\(\\) expects array, mixed given\\.$#"
512                         count: 1
513                         path: src/Config/ConfigFile.php
515                 -
516                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getCanonicalPath\\(\\) expects string, \\(int\\|string\\) given\\.$#"
517                         count: 1
518                         path: src/Config/ConfigFile.php
520                 -
521                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:set\\(\\) expects string, mixed given\\.$#"
522                         count: 1
523                         path: src/Config/ConfigFile.php
525                 -
526                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Core\\:\\:arrayRead\\(\\) expects string, \\(int\\|string\\) given\\.$#"
527                         count: 1
528                         path: src/Config/ConfigFile.php
530                 -
531                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Core\\:\\:arrayRead\\(\\) expects string, mixed given\\.$#"
532                         count: 1
533                         path: src/Config/ConfigFile.php
535                 -
536                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Core\\:\\:arrayRemove\\(\\) expects string, mixed given\\.$#"
537                         count: 1
538                         path: src/Config/ConfigFile.php
540                 -
541                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Core\\:\\:arrayWrite\\(\\) expects string, \\(int\\|string\\) given\\.$#"
542                         count: 1
543                         path: src/Config/ConfigFile.php
545                 -
546                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
547                         count: 1
548                         path: src/Config/ConfigFile.php
550                 -
551                         message: "#^Parameter \\#2 \\$array of static method PhpMyAdmin\\\\Core\\:\\:arrayRead\\(\\) expects array, array\\|null given\\.$#"
552                         count: 1
553                         path: src/Config/ConfigFile.php
555                 -
556                         message: "#^Parameter \\#2 \\$array of static method PhpMyAdmin\\\\Core\\:\\:arrayRead\\(\\) expects array, mixed given\\.$#"
557                         count: 4
558                         path: src/Config/ConfigFile.php
560                 -
561                         message: "#^Parameter \\#3 \\$canonicalPath of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:set\\(\\) expects string\\|null, mixed given\\.$#"
562                         count: 1
563                         path: src/Config/ConfigFile.php
565                 -
566                         message: "#^Property PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:\\$setFilter type has no value type specified in iterable type array\\.$#"
567                         count: 1
568                         path: src/Config/ConfigFile.php
570                 -
571                         message: "#^Cannot cast mixed to string\\.$#"
572                         count: 1
573                         path: src/Config/Form.php
575                 -
576                         message: "#^PHPDoc tag @var for variable \\$value has no value type specified in iterable type array\\.$#"
577                         count: 1
578                         path: src/Config/Form.php
580                 -
581                         message: "#^Parameter \\#1 \\$keys of function array_combine expects array\\<int\\|string\\>, array\\<int\\<0, max\\>, mixed\\> given\\.$#"
582                         count: 1
583                         path: src/Config/Form.php
585                 -
586                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
587                         count: 2
588                         path: src/Config/FormDisplay.php
590                 -
591                         message: """
592                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
593                                 Use dependency injection instead\\.$#
594                         """
595                         count: 4
596                         path: src/Config/FormDisplay.php
598                 -
599                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
600                         count: 4
601                         path: src/Config/FormDisplay.php
603                 -
604                         message: "#^Call to function function_exists\\(\\) with 'bzcompress'\\|'gzcompress'\\|'gzencode' will always evaluate to true\\.$#"
605                         count: 1
606                         path: src/Config/FormDisplay.php
608                 -
609                         message: "#^Call to function function_exists\\(\\) with 'bzopen'\\|'gzopen'\\|'zip_open' will always evaluate to true\\.$#"
610                         count: 1
611                         path: src/Config/FormDisplay.php
613                 -
614                         message: "#^Cannot access an offset on mixed\\.$#"
615                         count: 3
616                         path: src/Config/FormDisplay.php
618                 -
619                         message: "#^Cannot access offset 'iconv' on mixed\\.$#"
620                         count: 1
621                         path: src/Config/FormDisplay.php
623                 -
624                         message: "#^Cannot access offset 'wrapper_params' on mixed\\.$#"
625                         count: 1
626                         path: src/Config/FormDisplay.php
628                 -
629                         message: "#^Cannot cast mixed to string\\.$#"
630                         count: 2
631                         path: src/Config/FormDisplay.php
633                 -
634                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
635                         count: 1
636                         path: src/Config/FormDisplay.php
638                 -
639                         message: "#^Only booleans are allowed in a negated boolean, int\\|string\\|false given\\.$#"
640                         count: 1
641                         path: src/Config/FormDisplay.php
643                 -
644                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
645                         count: 1
646                         path: src/Config/FormDisplay.php
648                 -
649                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
650                         count: 3
651                         path: src/Config/FormDisplay.php
653                 -
654                         message: "#^Parameter \\#1 \\$array of function array_flip expects array\\<int\\|string\\>, mixed given\\.$#"
655                         count: 1
656                         path: src/Config/FormDisplay.php
658                 -
659                         message: "#^Parameter \\#1 \\$canonicalPath of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getDefault\\(\\) expects string, mixed given\\.$#"
660                         count: 1
661                         path: src/Config/FormDisplay.php
663                 -
664                         message: "#^Parameter \\#1 \\$fieldId of method PhpMyAdmin\\\\Config\\\\FormDisplayTemplate\\:\\:addJsValidate\\(\\) expects string, mixed given\\.$#"
665                         count: 1
666                         path: src/Config/FormDisplay.php
668                 -
669                         message: "#^Parameter \\#1 \\$optionName of method PhpMyAdmin\\\\Config\\\\Form\\:\\:getOptionType\\(\\) expects string, \\(int\\|string\\) given\\.$#"
670                         count: 1
671                         path: src/Config/FormDisplay.php
673                 -
674                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getValue\\(\\) expects string, int\\|string\\|false given\\.$#"
675                         count: 1
676                         path: src/Config/FormDisplay.php
678                 -
679                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:set\\(\\) expects string, \\(int\\|string\\) given\\.$#"
680                         count: 1
681                         path: src/Config/FormDisplay.php
683                 -
684                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:set\\(\\) expects string, int\\|string given\\.$#"
685                         count: 1
686                         path: src/Config/FormDisplay.php
688                 -
689                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Config\\\\Descriptions\\:\\:get\\(\\) expects string, mixed given\\.$#"
690                         count: 1
691                         path: src/Config/FormDisplay.php
693                 -
694                         message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, mixed given\\.$#"
695                         count: 1
696                         path: src/Config/FormDisplay.php
698                 -
699                         message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
700                         count: 1
701                         path: src/Config/FormDisplay.php
703                 -
704                         message: "#^Parameter \\#2 \\$errorList of method PhpMyAdmin\\\\Config\\\\FormDisplayTemplate\\:\\:displayErrors\\(\\) expects array, mixed given\\.$#"
705                         count: 1
706                         path: src/Config/FormDisplay.php
708                 -
709                         message: "#^Parameter \\#2 \\$field of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:displayFieldInput\\(\\) expects string, \\(int\\|string\\) given\\.$#"
710                         count: 1
711                         path: src/Config/FormDisplay.php
713                 -
714                         message: "#^Parameter \\#2 \\$key of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:fillPostArrayParameters\\(\\) expects string, mixed given\\.$#"
715                         count: 1
716                         path: src/Config/FormDisplay.php
718                 -
719                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
720                         count: 1
721                         path: src/Config/FormDisplay.php
723                 -
724                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
725                         count: 2
726                         path: src/Config/FormDisplay.php
728                 -
729                         message: "#^Parameter \\#2 \\$validators of method PhpMyAdmin\\\\Config\\\\FormDisplayTemplate\\:\\:addJsValidate\\(\\) expects array\\|string, mixed given\\.$#"
730                         count: 1
731                         path: src/Config/FormDisplay.php
733                 -
734                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, int\\|string\\|false given\\.$#"
735                         count: 1
736                         path: src/Config/FormDisplay.php
738                 -
739                         message: "#^Parameter \\#4 \\$workPath of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:displayFieldInput\\(\\) expects string, int\\|string\\|false given\\.$#"
740                         count: 1
741                         path: src/Config/FormDisplay.php
743                 -
744                         message: "#^Parameter \\#5 \\$translatedPath of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:displayFieldInput\\(\\) expects string, mixed given\\.$#"
745                         count: 1
746                         path: src/Config/FormDisplay.php
748                 -
749                         message: "#^Parameter \\#7 \\$opts of method PhpMyAdmin\\\\Config\\\\FormDisplayTemplate\\:\\:displayInput\\(\\) expects array\\|null, mixed given\\.$#"
750                         count: 1
751                         path: src/Config/FormDisplay.php
753                 -
754                         message: "#^Property PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:\\$userprefsKeys type has no value type specified in iterable type array\\.$#"
755                         count: 1
756                         path: src/Config/FormDisplay.php
758                 -
759                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
760                         count: 1
761                         path: src/Config/FormDisplayTemplate.php
763                 -
764                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
765                         count: 2
766                         path: src/Config/FormDisplayTemplate.php
768                 -
769                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
770                         count: 1
771                         path: src/Config/FormDisplayTemplate.php
773                 -
774                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
775                         count: 1
776                         path: src/Config/Forms/BaseForm.php
778                 -
779                         message: "#^Method PhpMyAdmin\\\\Config\\\\Forms\\\\BaseForm\\:\\:getFields\\(\\) should return array\\<string\\> but returns array\\<int\\<0, max\\>, mixed\\>\\.$#"
780                         count: 1
781                         path: src/Config/Forms/BaseForm.php
783                 -
784                         message: "#^Parameter \\#1 \\$formName of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:registerForm\\(\\) expects string, \\(int\\|string\\) given\\.$#"
785                         count: 1
786                         path: src/Config/Forms/BaseForm.php
788                 -
789                         message: "#^Parameter \\#2 \\$form of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:registerForm\\(\\) expects array, mixed given\\.$#"
790                         count: 1
791                         path: src/Config/Forms/BaseForm.php
793                 -
794                         message: "#^Parameter \\#1 \\$array of function array_diff expects array, mixed given\\.$#"
795                         count: 1
796                         path: src/Config/Forms/Setup/FeaturesForm.php
798                 -
799                         message: "#^Cannot access an offset on mixed\\.$#"
800                         count: 2
801                         path: src/Config/Forms/Setup/MainForm.php
803                 -
804                         message: "#^Cannot access an offset on mixed\\.$#"
805                         count: 2
806                         path: src/Config/Forms/Setup/SqlForm.php
808                 -
809                         message: """
810                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
811                                 Use dependency injection instead\\.$#
812                         """
813                         count: 1
814                         path: src/Config/Forms/User/FeaturesForm.php
816                 -
817                         message: """
818                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
819                                 Use dependency injection instead\\.$#
820                         """
821                         count: 1
822                         path: src/Config/PageSettings.php
824                 -
825                         message: "#^Parameter \\#1 \\$url of method PhpMyAdmin\\\\ResponseRenderer\\:\\:redirect\\(\\) expects non\\-empty\\-string, string given\\.$#"
826                         count: 1
827                         path: src/Config/PageSettings.php
829                 -
830                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
831                         count: 1
832                         path: src/Config/ServerConfigChecks.php
834                 -
835                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
836                         count: 6
837                         path: src/Config/ServerConfigChecks.php
839                 -
840                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
841                         count: 1
842                         path: src/Config/ServerConfigChecks.php
844                 -
845                         message: "#^Cannot cast mixed to int\\.$#"
846                         count: 35
847                         path: src/Config/Settings.php
849                 -
850                         message: "#^Cannot cast mixed to string\\.$#"
851                         count: 45
852                         path: src/Config/Settings.php
854                 -
855                         message: "#^Method PhpMyAdmin\\\\Config\\\\Settings\\:\\:setTempDir\\(\\) should return string but returns mixed\\.$#"
856                         count: 1
857                         path: src/Config/Settings.php
859                 -
860                         message: "#^Method PhpMyAdmin\\\\Config\\\\Settings\\:\\:setVersionCheck\\(\\) should return bool but returns mixed\\.$#"
861                         count: 1
862                         path: src/Config/Settings.php
864                 -
865                         message: "#^Cannot cast mixed to int\\.$#"
866                         count: 1
867                         path: src/Config/Settings/Console.php
869                 -
870                         message: "#^Only booleans are allowed in &&, mixed given on the right side\\.$#"
871                         count: 4
872                         path: src/Config/Settings/Debug.php
874                 -
875                         message: "#^Cannot cast mixed to int\\.$#"
876                         count: 2
877                         path: src/Config/Settings/Export.php
879                 -
880                         message: "#^Cannot cast mixed to string\\.$#"
881                         count: 23
882                         path: src/Config/Settings/Export.php
884                 -
885                         message: "#^Cannot cast mixed to int\\.$#"
886                         count: 1
887                         path: src/Config/Settings/Import.php
889                 -
890                         message: "#^Cannot cast mixed to string\\.$#"
891                         count: 11
892                         path: src/Config/Settings/Import.php
894                 -
895                         message: "#^Cannot cast mixed to string\\.$#"
896                         count: 2
897                         path: src/Config/Settings/Schema.php
899                 -
900                         message: "#^Cannot cast mixed to int\\.$#"
901                         count: 2
902                         path: src/Config/Settings/Server.php
904                 -
905                         message: "#^Cannot cast mixed to string\\.$#"
906                         count: 58
907                         path: src/Config/Settings/Server.php
909                 -
910                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(bool\\|float\\|int\\|resource\\|string\\|null\\)\\: string given\\.$#"
911                         count: 1
912                         path: src/Config/Settings/Server.php
914                 -
915                         message: "#^Only booleans are allowed in \\|\\|, mixed given on the right side\\.$#"
916                         count: 4
917                         path: src/Config/Settings/SqlQueryBox.php
919                 -
920                         message: "#^Cannot cast mixed to int\\.$#"
921                         count: 11
922                         path: src/Config/Settings/Transformations.php
924                 -
925                         message: "#^Cannot cast mixed to string\\.$#"
926                         count: 12
927                         path: src/Config/Settings/Transformations.php
929                 -
930                         message: """
931                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
932                                 Use dependency injection instead\\.$#
933                         """
934                         count: 1
935                         path: src/Config/SpecialSchemaLinks.php
937                 -
938                         message: "#^Argument of an invalid type array\\|object supplied for foreach, only iterables are supported\\.$#"
939                         count: 1
940                         path: src/Config/Validator.php
942                 -
943                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
944                         count: 1
945                         path: src/Config/Validator.php
947                 -
948                         message: """
949                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
950                                 Use dependency injection instead\\.$#
951                         """
952                         count: 2
953                         path: src/Config/Validator.php
955                 -
956                         message: "#^Cannot access offset mixed on mixed\\.$#"
957                         count: 2
958                         path: src/Config/Validator.php
960                 -
961                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
962                         count: 21
963                         path: src/Config/Validator.php
965                 -
966                         message: "#^Method PhpMyAdmin\\\\Config\\\\Validator\\:\\:getValidators\\(\\) should return array but returns mixed\\.$#"
967                         count: 2
968                         path: src/Config/Validator.php
970                 -
971                         message: "#^Only booleans are allowed in a negated boolean, mysqli\\|false given\\.$#"
972                         count: 1
973                         path: src/Config/Validator.php
975                 -
976                         message: "#^Only booleans are allowed in a ternary operator condition, int\\<0, max\\>\\|false given\\.$#"
977                         count: 1
978                         path: src/Config/Validator.php
980                 -
981                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
982                         count: 1
983                         path: src/Config/Validator.php
985                 -
986                         message: "#^Parameter \\#1 \\$haystack of function mb_strpos expects string, \\(int\\|string\\) given\\.$#"
987                         count: 1
988                         path: src/Config/Validator.php
990                 -
991                         message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, mixed given\\.$#"
992                         count: 1
993                         path: src/Config/Validator.php
995                 -
996                         message: "#^Parameter \\#1 \\$host of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:testDBConnection\\(\\) expects string, mixed given\\.$#"
997                         count: 2
998                         path: src/Config/Validator.php
1000                 -
1001                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getCanonicalPath\\(\\) expects string, \\(int\\|string\\) given\\.$#"
1002                         count: 1
1003                         path: src/Config/Validator.php
1005                 -
1006                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validateByRegex\\(\\) expects string, mixed given\\.$#"
1007                         count: 1
1008                         path: src/Config/Validator.php
1010                 -
1011                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validateNonNegativeNumber\\(\\) expects string, mixed given\\.$#"
1012                         count: 1
1013                         path: src/Config/Validator.php
1015                 -
1016                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validatePMAStorage\\(\\) expects string, mixed given\\.$#"
1017                         count: 1
1018                         path: src/Config/Validator.php
1020                 -
1021                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validatePortNumber\\(\\) expects string, mixed given\\.$#"
1022                         count: 1
1023                         path: src/Config/Validator.php
1025                 -
1026                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validatePositiveNumber\\(\\) expects string, mixed given\\.$#"
1027                         count: 1
1028                         path: src/Config/Validator.php
1030                 -
1031                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validateRegex\\(\\) expects string, mixed given\\.$#"
1032                         count: 1
1033                         path: src/Config/Validator.php
1035                 -
1036                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validateServer\\(\\) expects string, mixed given\\.$#"
1037                         count: 1
1038                         path: src/Config/Validator.php
1040                 -
1041                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validateTrustedProxies\\(\\) expects string, mixed given\\.$#"
1042                         count: 1
1043                         path: src/Config/Validator.php
1045                 -
1046                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validateUpperBound\\(\\) expects string, mixed given\\.$#"
1047                         count: 1
1048                         path: src/Config/Validator.php
1050                 -
1051                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, mixed given\\.$#"
1052                         count: 1
1053                         path: src/Config/Validator.php
1055                 -
1056                         message: "#^Parameter \\#2 \\$port of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:testDBConnection\\(\\) expects string, mixed given\\.$#"
1057                         count: 2
1058                         path: src/Config/Validator.php
1060                 -
1061                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
1062                         count: 1
1063                         path: src/Config/Validator.php
1065                 -
1066                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, \\(int\\|string\\) given\\.$#"
1067                         count: 1
1068                         path: src/Config/Validator.php
1070                 -
1071                         message: "#^Parameter \\#3 \\$socket of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:testDBConnection\\(\\) expects string, mixed given\\.$#"
1072                         count: 2
1073                         path: src/Config/Validator.php
1075                 -
1076                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, \\(int\\|string\\) given\\.$#"
1077                         count: 1
1078                         path: src/Config/Validator.php
1080                 -
1081                         message: "#^Parameter \\#4 \\$user of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:testDBConnection\\(\\) expects string, mixed given\\.$#"
1082                         count: 2
1083                         path: src/Config/Validator.php
1085                 -
1086                         message: "#^Parameter \\#5 \\$pass of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:testDBConnection\\(\\) expects string, mixed given\\.$#"
1087                         count: 2
1088                         path: src/Config/Validator.php
1090                 -
1091                         message: "#^Static property PhpMyAdmin\\\\Config\\\\Validator\\:\\:\\$validators \\(array\\|null\\) does not accept mixed\\.$#"
1092                         count: 1
1093                         path: src/Config/Validator.php
1095                 -
1096                         message: """
1097                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1098                                 Use dependency injection instead\\.$#
1099                         """
1100                         count: 1
1101                         path: src/ConfigStorage/Relation.php
1103                 -
1104                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
1105                         count: 1
1106                         path: src/ConfigStorage/Relation.php
1108                 -
1109                         message: "#^Cannot access an offset on mixed\\.$#"
1110                         count: 1
1111                         path: src/ConfigStorage/Relation.php
1113                 -
1114                         message: "#^Cannot access offset 'COLUMN_NAME' on mixed\\.$#"
1115                         count: 1
1116                         path: src/ConfigStorage/Relation.php
1118                 -
1119                         message: "#^Cannot access offset 'DATA_TYPE' on mixed\\.$#"
1120                         count: 1
1121                         path: src/ConfigStorage/Relation.php
1123                 -
1124                         message: "#^Cannot cast mixed to string\\.$#"
1125                         count: 1
1126                         path: src/ConfigStorage/Relation.php
1128                 -
1129                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
1130                         count: 21
1131                         path: src/ConfigStorage/Relation.php
1133                 -
1134                         message: "#^Do\\-while loop condition is always false\\.$#"
1135                         count: 1
1136                         path: src/ConfigStorage/Relation.php
1138                 -
1139                         message: "#^Method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getChildReferences\\(\\) should return array\\<array\\<int, array\\>\\> but returns array\\.$#"
1140                         count: 1
1141                         path: src/ConfigStorage/Relation.php
1143                 -
1144                         message: "#^Method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) should return string but returns mixed\\.$#"
1145                         count: 1
1146                         path: src/ConfigStorage/Relation.php
1148                 -
1149                         message: "#^Method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getTableReplacementNames\\(\\) should return array\\<string, string\\> but returns array\\<string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|int\\<1, max\\>\\|string\\|true\\>\\.$#"
1150                         count: 1
1151                         path: src/ConfigStorage/Relation.php
1153                 -
1154                         message: "#^Method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:searchColumnInForeigners\\(\\) return type has no value type specified in iterable type array\\.$#"
1155                         count: 1
1156                         path: src/ConfigStorage/Relation.php
1158                 -
1159                         message: "#^Method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:searchColumnInForeigners\\(\\) should return array\\|false but returns mixed\\.$#"
1160                         count: 1
1161                         path: src/ConfigStorage/Relation.php
1163                 -
1164                         message: "#^Offset 'bookmarktable'\\|'central_columns'\\|'column_info'\\|'designer_settings'\\|'export_templates'\\|'favorite'\\|'history'\\|'navigationhiding'\\|'recent'\\|'relation'\\|'savedsearches'\\|'table_uiprefs'\\|'tracking'\\|'userconfig' on array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\} in isset\\(\\) always exists and is not nullable\\.$#"
1165                         count: 1
1166                         path: src/ConfigStorage/Relation.php
1168                 -
1169                         message: "#^Offset 'central_columns' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1170                         count: 1
1171                         path: src/ConfigStorage/Relation.php
1173                 -
1174                         message: "#^Offset 'column_info' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1175                         count: 1
1176                         path: src/ConfigStorage/Relation.php
1178                 -
1179                         message: "#^Offset 'designer_settings' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1180                         count: 1
1181                         path: src/ConfigStorage/Relation.php
1183                 -
1184                         message: "#^Offset 'export_templates' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1185                         count: 1
1186                         path: src/ConfigStorage/Relation.php
1188                 -
1189                         message: "#^Offset 'favorite' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1190                         count: 1
1191                         path: src/ConfigStorage/Relation.php
1193                 -
1194                         message: "#^Offset 'history' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1195                         count: 1
1196                         path: src/ConfigStorage/Relation.php
1198                 -
1199                         message: "#^Offset 'navigationhiding' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1200                         count: 1
1201                         path: src/ConfigStorage/Relation.php
1203                 -
1204                         message: "#^Offset 'pdf_pages' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1205                         count: 1
1206                         path: src/ConfigStorage/Relation.php
1208                 -
1209                         message: "#^Offset 'pdf_pages'\\|'relation'\\|'table_coords'\\|'table_info'\\|'usergroups'\\|'users' on array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\} in isset\\(\\) always exists and is not nullable\\.$#"
1210                         count: 1
1211                         path: src/ConfigStorage/Relation.php
1213                 -
1214                         message: "#^Offset 'recent' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1215                         count: 1
1216                         path: src/ConfigStorage/Relation.php
1218                 -
1219                         message: "#^Offset 'relation' on array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\} on left side of \\?\\? always exists and is not nullable\\.$#"
1220                         count: 1
1221                         path: src/ConfigStorage/Relation.php
1223                 -
1224                         message: "#^Offset 'savedsearches' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1225                         count: 1
1226                         path: src/ConfigStorage/Relation.php
1228                 -
1229                         message: "#^Offset 'table_coords' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1230                         count: 1
1231                         path: src/ConfigStorage/Relation.php
1233                 -
1234                         message: "#^Offset 'table_info' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1235                         count: 1
1236                         path: src/ConfigStorage/Relation.php
1238                 -
1239                         message: "#^Offset 'table_uiprefs' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1240                         count: 1
1241                         path: src/ConfigStorage/Relation.php
1243                 -
1244                         message: "#^Offset 'tracking' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1245                         count: 1
1246                         path: src/ConfigStorage/Relation.php
1248                 -
1249                         message: "#^Offset 'userconfig' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1250                         count: 1
1251                         path: src/ConfigStorage/Relation.php
1253                 -
1254                         message: "#^Offset 'usergroups' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1255                         count: 1
1256                         path: src/ConfigStorage/Relation.php
1258                 -
1259                         message: "#^Offset 'users' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1260                         count: 1
1261                         path: src/ConfigStorage/Relation.php
1263                 -
1264                         message: "#^Only booleans are allowed in &&, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given on the left side\\.$#"
1265                         count: 2
1266                         path: src/ConfigStorage/Relation.php
1268                 -
1269                         message: "#^Only booleans are allowed in &&, string given on the left side\\.$#"
1270                         count: 1
1271                         path: src/ConfigStorage/Relation.php
1273                 -
1274                         message: "#^Only booleans are allowed in a negated boolean, string\\|false\\|null given\\.$#"
1275                         count: 1
1276                         path: src/ConfigStorage/Relation.php
1278                 -
1279                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
1280                         count: 1
1281                         path: src/ConfigStorage/Relation.php
1283                 -
1284                         message: "#^Only booleans are allowed in an if condition, bool\\|string\\|null given\\.$#"
1285                         count: 1
1286                         path: src/ConfigStorage/Relation.php
1288                 -
1289                         message: "#^Parameter \\#1 \\$array of function array_reverse expects array, mixed given\\.$#"
1290                         count: 1
1291                         path: src/ConfigStorage/Relation.php
1293                 -
1294                         message: "#^Parameter \\#1 \\$array of function array_shift expects array, mixed given\\.$#"
1295                         count: 1
1296                         path: src/ConfigStorage/Relation.php
1298                 -
1299                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
1300                         count: 1
1301                         path: src/ConfigStorage/Relation.php
1303                 -
1304                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
1305                         count: 2
1306                         path: src/ConfigStorage/Relation.php
1308                 -
1309                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
1310                         count: 7
1311                         path: src/ConfigStorage/Relation.php
1313                 -
1314                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, string\\|false given\\.$#"
1315                         count: 2
1316                         path: src/ConfigStorage/Relation.php
1318                 -
1319                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getTypeClass\\(\\) expects string, mixed given\\.$#"
1320                         count: 1
1321                         path: src/ConfigStorage/Relation.php
1323                 -
1324                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
1325                         count: 1
1326                         path: src/ConfigStorage/Relation.php
1328                 -
1329                         message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(string\\|null, string\\|null\\)\\: int, Closure\\(string, string\\)\\: int\\<\\-1, 1\\> given\\.$#"
1330                         count: 1
1331                         path: src/ConfigStorage/Relation.php
1333                 -
1334                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
1335                         count: 1
1336                         path: src/ConfigStorage/Relation.php
1338                 -
1339                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
1340                         count: 2
1341                         path: src/ConfigStorage/Relation.php
1343                 -
1344                         message: """
1345                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
1346                                 Use dependency injection instead\\.$#
1347                         """
1348                         count: 4
1349                         path: src/ConfigStorage/UserGroups.php
1351                 -
1352                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
1353                         count: 1
1354                         path: src/ConfigStorage/UserGroups.php
1356                 -
1357                         message: "#^Only booleans are allowed in &&, int\\|string given on the right side\\.$#"
1358                         count: 1
1359                         path: src/ConfigStorage/UserGroups.php
1361                 -
1362                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
1363                         count: 2
1364                         path: src/ConfigStorage/UserGroups.php
1366                 -
1367                         message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, string\\|null given\\.$#"
1368                         count: 3
1369                         path: src/ConfigStorage/UserGroups.php
1371                 -
1372                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, string\\|null given\\.$#"
1373                         count: 3
1374                         path: src/ConfigStorage/UserGroups.php
1376                 -
1377                         message: """
1378                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1379                                 Use dependency injection instead\\.$#
1380                         """
1381                         count: 1
1382                         path: src/Console.php
1384                 -
1385                         message: """
1386                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1387                                 Use dependency injection instead\\.$#
1388                         """
1389                         count: 1
1390                         path: src/Controllers/CheckRelationsController.php
1392                 -
1393                         message: """
1394                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1395                                 Use dependency injection instead\\.$#
1396                         """
1397                         count: 2
1398                         path: src/Controllers/Console/Bookmark/AddController.php
1400                 -
1401                         message: """
1402                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1403                                 Use dependency injection instead\\.$#
1404                         """
1405                         count: 1
1406                         path: src/Controllers/Database/CentralColumnsController.php
1408                 -
1409                         message: "#^Cannot access offset string on mixed\\.$#"
1410                         count: 1
1411                         path: src/Controllers/Database/DataDictionaryController.php
1413                 -
1414                         message: """
1415                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1416                                 Use dependency injection instead\\.$#
1417                         """
1418                         count: 1
1419                         path: src/Controllers/Database/DesignerController.php
1421                 -
1422                         message: "#^Cannot access offset 'dbName' on mixed\\.$#"
1423                         count: 2
1424                         path: src/Controllers/Database/DesignerController.php
1426                 -
1427                         message: "#^Cannot access offset 'tableName' on mixed\\.$#"
1428                         count: 2
1429                         path: src/Controllers/Database/DesignerController.php
1431                 -
1432                         message: "#^Cannot cast mixed to int\\.$#"
1433                         count: 1
1434                         path: src/Controllers/Database/DesignerController.php
1436                 -
1437                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getHtmlForEditOrDeletePages\\(\\) expects string, string\\|null given\\.$#"
1438                         count: 2
1439                         path: src/Controllers/Database/DesignerController.php
1441                 -
1442                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getHtmlForPageSaveAs\\(\\) expects string, string\\|null given\\.$#"
1443                         count: 1
1444                         path: src/Controllers/Database/DesignerController.php
1446                 -
1447                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getHtmlForSchemaExport\\(\\) expects string, string\\|null given\\.$#"
1448                         count: 1
1449                         path: src/Controllers/Database/DesignerController.php
1451                 -
1452                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:getDefaultPage\\(\\) expects string, mixed given\\.$#"
1453                         count: 1
1454                         path: src/Controllers/Database/DesignerController.php
1456                 -
1457                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:getLoadingPage\\(\\) expects string, mixed given\\.$#"
1458                         count: 1
1459                         path: src/Controllers/Database/DesignerController.php
1461                 -
1462                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:getTablesInfo\\(\\) expects string\\|null, mixed given\\.$#"
1463                         count: 1
1464                         path: src/Controllers/Database/DesignerController.php
1466                 -
1467                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:saveDisplayField\\(\\) expects string, string\\|null given\\.$#"
1468                         count: 1
1469                         path: src/Controllers/Database/DesignerController.php
1471                 -
1472                         message: "#^Parameter \\#1 \\$db of static method PhpMyAdmin\\\\Url\\:\\:getHiddenInputs\\(\\) expects array\\|string, mixed given\\.$#"
1473                         count: 1
1474                         path: src/Controllers/Database/DesignerController.php
1476                 -
1477                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:createNewPage\\(\\) expects string, string\\|null given\\.$#"
1478                         count: 1
1479                         path: src/Controllers/Database/DesignerController.php
1481                 -
1482                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:getTablesInfo\\(\\) expects string\\|null, mixed given\\.$#"
1483                         count: 1
1484                         path: src/Controllers/Database/DesignerController.php
1486                 -
1487                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:saveDisplayField\\(\\) expects string, string\\|null given\\.$#"
1488                         count: 1
1489                         path: src/Controllers/Database/DesignerController.php
1491                 -
1492                         message: """
1493                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1494                                 Use dependency injection instead\\.$#
1495                         """
1496                         count: 1
1497                         path: src/Controllers/Database/EventsController.php
1499                 -
1500                         message: "#^Cannot call method isSuccess\\(\\) on mixed\\.$#"
1501                         count: 1
1502                         path: src/Controllers/Database/EventsController.php
1504                 -
1505                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
1506                         count: 16
1507                         path: src/Controllers/Database/EventsController.php
1509                 -
1510                         message: "#^Only booleans are allowed in \\|\\|, int\\<0, max\\> given on the left side\\.$#"
1511                         count: 1
1512                         path: src/Controllers/Database/EventsController.php
1514                 -
1515                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
1516                         count: 2
1517                         path: src/Controllers/Database/EventsController.php
1519                 -
1520                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDataFromName\\(\\) expects string, mixed given\\.$#"
1521                         count: 1
1522                         path: src/Controllers/Database/EventsController.php
1524                 -
1525                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
1526                         count: 1
1527                         path: src/Controllers/Database/EventsController.php
1529                 -
1530                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
1531                         count: 1
1532                         path: src/Controllers/Database/EventsController.php
1534                 -
1535                         message: "#^Parameter \\#2 \\$name of method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDetails\\(\\) expects string, mixed given\\.$#"
1536                         count: 1
1537                         path: src/Controllers/Database/EventsController.php
1539                 -
1540                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDefinition\\(\\) expects string, mixed given\\.$#"
1541                         count: 1
1542                         path: src/Controllers/Database/EventsController.php
1544                 -
1545                         message: """
1546                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1547                                 Use dependency injection instead\\.$#
1548                         """
1549                         count: 1
1550                         path: src/Controllers/Database/ExportController.php
1552                 -
1553                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
1554                         count: 1
1555                         path: src/Controllers/Database/ExportController.php
1557                 -
1558                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
1559                         count: 2
1560                         path: src/Controllers/Database/ExportController.php
1562                 -
1563                         message: "#^Parameter \\#2 \\$array of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getCheckedClause\\(\\) expects array, mixed given\\.$#"
1564                         count: 1
1565                         path: src/Controllers/Database/ExportController.php
1567                 -
1568                         message: "#^Parameter \\#4 \\$sqlQuery of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
1569                         count: 1
1570                         path: src/Controllers/Database/ExportController.php
1572                 -
1573                         message: "#^Parameter \\#5 \\$numTables of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
1574                         count: 1
1575                         path: src/Controllers/Database/ExportController.php
1577                 -
1578                         message: "#^Parameter \\#6 \\$unlimNumRows of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
1579                         count: 1
1580                         path: src/Controllers/Database/ExportController.php
1582                 -
1583                         message: """
1584                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1585                                 Use dependency injection instead\\.$#
1586                         """
1587                         count: 1
1588                         path: src/Controllers/Database/ImportController.php
1590                 -
1591                         message: "#^Cannot access offset 'handler' on mixed\\.$#"
1592                         count: 2
1593                         path: src/Controllers/Database/ImportController.php
1595                 -
1596                         message: "#^Cannot call static method getIdKey\\(\\) on mixed\\.$#"
1597                         count: 1
1598                         path: src/Controllers/Database/ImportController.php
1600                 -
1601                         message: "#^Cannot cast mixed to int\\.$#"
1602                         count: 1
1603                         path: src/Controllers/Database/ImportController.php
1605                 -
1606                         message: "#^Cannot cast mixed to string\\.$#"
1607                         count: 1
1608                         path: src/Controllers/Database/ImportController.php
1610                 -
1611                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Database\\\\MultiTableQuery\\:\\:displayResults\\(\\) expects string, mixed given\\.$#"
1612                         count: 1
1613                         path: src/Controllers/Database/MultiTableQuery/QueryController.php
1615                 -
1616                         message: """
1617                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1618                                 Use dependency injection instead\\.$#
1619                         """
1620                         count: 1
1621                         path: src/Controllers/Database/PrivilegesController.php
1623                 -
1624                         message: """
1625                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1626                                 Use dependency injection instead\\.$#
1627                         """
1628                         count: 1
1629                         path: src/Controllers/Database/RoutinesController.php
1631                 -
1632                         message: "#^Cannot access an offset on mixed\\.$#"
1633                         count: 6
1634                         path: src/Controllers/Database/RoutinesController.php
1636                 -
1637                         message: "#^Cannot access offset \\(float\\|int\\) on mixed\\.$#"
1638                         count: 6
1639                         path: src/Controllers/Database/RoutinesController.php
1641                 -
1642                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
1643                         count: 4
1644                         path: src/Controllers/Database/RoutinesController.php
1646                 -
1647                         message: "#^Cannot call method isSuccess\\(\\) on mixed\\.$#"
1648                         count: 1
1649                         path: src/Controllers/Database/RoutinesController.php
1651                 -
1652                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
1653                         count: 23
1654                         path: src/Controllers/Database/RoutinesController.php
1656                 -
1657                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
1658                         count: 4
1659                         path: src/Controllers/Database/RoutinesController.php
1661                 -
1662                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getDataFromName\\(\\) expects string, mixed given\\.$#"
1663                         count: 3
1664                         path: src/Controllers/Database/RoutinesController.php
1666                 -
1667                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
1668                         count: 1
1669                         path: src/Controllers/Database/RoutinesController.php
1671                 -
1672                         message: "#^Parameter \\#1 \\$string of function htmlentities expects string, mixed given\\.$#"
1673                         count: 3
1674                         path: src/Controllers/Database/RoutinesController.php
1676                 -
1677                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
1678                         count: 1
1679                         path: src/Controllers/Database/RoutinesController.php
1681                 -
1682                         message: "#^Parameter \\#2 \\$type of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getDataFromName\\(\\) expects string, mixed given\\.$#"
1683                         count: 3
1684                         path: src/Controllers/Database/RoutinesController.php
1686                 -
1687                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getFunctionDefinition\\(\\) expects string, mixed given\\.$#"
1688                         count: 1
1689                         path: src/Controllers/Database/RoutinesController.php
1691                 -
1692                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getProcedureDefinition\\(\\) expects string, mixed given\\.$#"
1693                         count: 1
1694                         path: src/Controllers/Database/RoutinesController.php
1696                 -
1697                         message: "#^Parameter \\#3 \\$which of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getDetails\\(\\) expects string\\|null, mixed given\\.$#"
1698                         count: 1
1699                         path: src/Controllers/Database/RoutinesController.php
1701                 -
1702                         message: "#^Parameter \\#4 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getDetails\\(\\) expects string, mixed given\\.$#"
1703                         count: 1
1704                         path: src/Controllers/Database/RoutinesController.php
1706                 -
1707                         message: """
1708                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1709                                 Use dependency injection instead\\.$#
1710                         """
1711                         count: 1
1712                         path: src/Controllers/Database/SearchController.php
1714                 -
1715                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
1716                         count: 1
1717                         path: src/Controllers/Database/SearchController.php
1719                 -
1720                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
1721                         count: 1
1722                         path: src/Controllers/Database/SearchController.php
1724                 -
1725                         message: """
1726                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1727                                 Use dependency injection instead\\.$#
1728                         """
1729                         count: 1
1730                         path: src/Controllers/Database/SqlController.php
1732                 -
1733                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:deleteColumnsFromList\\(\\) expects string, mixed given\\.$#"
1734                         count: 1
1735                         path: src/Controllers/Database/Structure/CentralColumns/RemoveController.php
1737                 -
1738                         message: """
1739                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
1740                                 Use dependency injection instead\\.$#
1741                         """
1742                         count: 1
1743                         path: src/Controllers/Database/Structure/CopyFormController.php
1745                 -
1746                         message: "#^Cannot access offset 'table_limit_offset' on mixed\\.$#"
1747                         count: 1
1748                         path: src/Controllers/Database/Structure/DropTableController.php
1750                 -
1751                         message: "#^Cannot access offset 'table_limit_offset…' on mixed\\.$#"
1752                         count: 1
1753                         path: src/Controllers/Database/Structure/DropTableController.php
1755                 -
1756                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
1757                         count: 2
1758                         path: src/Controllers/Database/Structure/DropTableController.php
1760                 -
1761                         message: "#^Only booleans are allowed in &&, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given on the left side\\.$#"
1762                         count: 1
1763                         path: src/Controllers/Database/Structure/DropTableController.php
1765                 -
1766                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
1767                         count: 2
1768                         path: src/Controllers/Database/Structure/DropTableController.php
1770                 -
1771                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, mixed given\\.$#"
1772                         count: 1
1773                         path: src/Controllers/Database/Structure/DropTableController.php
1775                 -
1776                         message: """
1777                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1778                                 Use dependency injection instead\\.$#
1779                         """
1780                         count: 1
1781                         path: src/Controllers/Database/Structure/EmptyTableController.php
1783                 -
1784                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
1785                         count: 1
1786                         path: src/Controllers/Database/Structure/EmptyTableController.php
1788                 -
1789                         message: "#^Parameter \\#3 \\$pos of method PhpMyAdmin\\\\Sql\\:\\:calculatePosForLastPage\\(\\) expects int\\|null, mixed given\\.$#"
1790                         count: 1
1791                         path: src/Controllers/Database/Structure/EmptyTableController.php
1793                 -
1794                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
1795                         count: 1
1796                         path: src/Controllers/Database/Structure/FavoriteTableController.php
1798                 -
1799                         message: """
1800                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1801                                 Use dependency injection instead\\.$#
1802                         """
1803                         count: 1
1804                         path: src/Controllers/Database/Structure/FavoriteTableController.php
1806                 -
1807                         message: "#^Cannot access offset 'db' on mixed\\.$#"
1808                         count: 1
1809                         path: src/Controllers/Database/Structure/FavoriteTableController.php
1811                 -
1812                         message: "#^Cannot access offset 'favorites_synced' on mixed\\.$#"
1813                         count: 1
1814                         path: src/Controllers/Database/Structure/FavoriteTableController.php
1816                 -
1817                         message: "#^Cannot access offset 'table' on mixed\\.$#"
1818                         count: 1
1819                         path: src/Controllers/Database/Structure/FavoriteTableController.php
1821                 -
1822                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
1823                         count: 1
1824                         path: src/Controllers/Database/Structure/FavoriteTableController.php
1826                 -
1827                         message: "#^Cannot access offset non\\-falsy\\-string on mixed\\.$#"
1828                         count: 1
1829                         path: src/Controllers/Database/Structure/FavoriteTableController.php
1831                 -
1832                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
1833                         count: 1
1834                         path: src/Controllers/Database/Structure/FavoriteTableController.php
1836                 -
1837                         message: "#^Parameter \\#3 \\$favoriteTables of method PhpMyAdmin\\\\Controllers\\\\Database\\\\Structure\\\\FavoriteTableController\\:\\:synchronizeFavoriteTables\\(\\) expects array, mixed given\\.$#"
1838                         count: 1
1839                         path: src/Controllers/Database/Structure/FavoriteTableController.php
1841                 -
1842                         message: """
1843                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1844                                 Use dependency injection instead\\.$#
1845                         """
1846                         count: 1
1847                         path: src/Controllers/Database/Structure/RealRowCountController.php
1849                 -
1850                         message: "#^Cannot cast mixed to string\\.$#"
1851                         count: 1
1852                         path: src/Controllers/Database/Structure/RealRowCountController.php
1854                 -
1855                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatNumber\\(\\) expects float\\|int\\|string, int\\|null given\\.$#"
1856                         count: 1
1857                         path: src/Controllers/Database/Structure/RealRowCountController.php
1859                 -
1860                         message: "#^Parameter \\#3 \\$statement of method PhpMyAdmin\\\\FlashMessenger\\:\\:addMessage\\(\\) expects string, mixed given\\.$#"
1861                         count: 1
1862                         path: src/Controllers/Database/Structure/ReplacePrefixController.php
1864                 -
1865                         message: """
1866                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1867                                 Use dependency injection instead\\.$#
1868                         """
1869                         count: 5
1870                         path: src/Controllers/Database/StructureController.php
1872                 -
1873                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
1874                         count: 4
1875                         path: src/Controllers/Database/StructureController.php
1877                 -
1878                         message: "#^Cannot access offset 'TABLE_NAME' on mixed\\.$#"
1879                         count: 1
1880                         path: src/Controllers/Database/StructureController.php
1882                 -
1883                         message: "#^Cannot access offset 'TABLE_ROWS' on mixed\\.$#"
1884                         count: 1
1885                         path: src/Controllers/Database/StructureController.php
1887                 -
1888                         message: "#^Cannot access offset 'TABLE_TYPE' on mixed\\.$#"
1889                         count: 1
1890                         path: src/Controllers/Database/StructureController.php
1892                 -
1893                         message: "#^Method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getStuffForEngineTypeTable\\(\\) should return array\\{array, string, string, string, string, int, bool, int\\} but returns array\\{mixed, mixed, mixed, mixed, mixed, mixed, bool, mixed\\}\\.$#"
1894                         count: 1
1895                         path: src/Controllers/Database/StructureController.php
1897                 -
1898                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
1899                         count: 1
1900                         path: src/Controllers/Database/StructureController.php
1902                 -
1903                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:hasTable\\(\\) expects array, mixed given\\.$#"
1904                         count: 2
1905                         path: src/Controllers/Database/StructureController.php
1907                 -
1908                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
1909                         count: 2
1910                         path: src/Controllers/Database/StructureController.php
1912                 -
1913                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
1914                         count: 4
1915                         path: src/Controllers/Database/StructureController.php
1917                 -
1918                         message: "#^Parameter \\#1 \\$string of function md5 expects string, mixed given\\.$#"
1919                         count: 1
1920                         path: src/Controllers/Database/StructureController.php
1922                 -
1923                         message: "#^Parameter \\#1 \\$string of method PhpMyAdmin\\\\Replication\\\\Replication\\:\\:extractDbOrTable\\(\\) expects string, mixed given\\.$#"
1924                         count: 2
1925                         path: src/Controllers/Database/StructureController.php
1927                 -
1928                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getTrackingIcon\\(\\) expects string, mixed given\\.$#"
1929                         count: 1
1930                         path: src/Controllers/Database/StructureController.php
1932                 -
1933                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
1934                         count: 2
1935                         path: src/Controllers/Database/StructureController.php
1937                 -
1938                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatByteDown\\(\\) expects float\\|int\\|string\\|null, mixed given\\.$#"
1939                         count: 1
1940                         path: src/Controllers/Database/StructureController.php
1942                 -
1943                         message: "#^Parameter \\#2 \\$haystack of function array_search expects array, mixed given\\.$#"
1944                         count: 4
1945                         path: src/Controllers/Database/StructureController.php
1947                 -
1948                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getReplicationStatus\\(\\) expects string, mixed given\\.$#"
1949                         count: 1
1950                         path: src/Controllers/Database/StructureController.php
1952                 -
1953                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
1954                         count: 4
1955                         path: src/Controllers/Database/StructureController.php
1957                 -
1958                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Charsets\\:\\:findCollationByName\\(\\) expects string, mixed given\\.$#"
1959                         count: 1
1960                         path: src/Controllers/Database/StructureController.php
1962                 -
1963                         message: """
1964                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1965                                 Use dependency injection instead\\.$#
1966                         """
1967                         count: 1
1968                         path: src/Controllers/Database/TrackingController.php
1970                 -
1971                         message: "#^Cannot access offset 'back' on mixed\\.$#"
1972                         count: 1
1973                         path: src/Controllers/Database/TrackingController.php
1975                 -
1976                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
1977                         count: 1
1978                         path: src/Controllers/Database/TrackingController.php
1980                 -
1981                         message: "#^Parameter \\#2 \\$selected of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:createTrackingForMultipleTables\\(\\) expects array, mixed given\\.$#"
1982                         count: 1
1983                         path: src/Controllers/Database/TrackingController.php
1985                 -
1986                         message: "#^Parameter \\#2 \\$urlParams of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForDbTrackingTables\\(\\) expects array, mixed given\\.$#"
1987                         count: 1
1988                         path: src/Controllers/Database/TrackingController.php
1990                 -
1991                         message: """
1992                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
1993                                 Use dependency injection instead\\.$#
1994                         """
1995                         count: 1
1996                         path: src/Controllers/ErrorReportController.php
1998                 -
1999                         message: "#^Cannot access offset 'success' on mixed\\.$#"
2000                         count: 1
2001                         path: src/Controllers/ErrorReportController.php
2003                 -
2004                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2005                         count: 1
2006                         path: src/Controllers/ErrorReportController.php
2008                 -
2009                         message: "#^Only booleans are allowed in &&, mixed given on the right side\\.$#"
2010                         count: 1
2011                         path: src/Controllers/ErrorReportController.php
2013                 -
2014                         message: "#^Call to an undefined method object\\:\\:exportFooter\\(\\)\\.$#"
2015                         count: 1
2016                         path: src/Controllers/Export/ExportController.php
2018                 -
2019                         message: "#^Call to an undefined method object\\:\\:exportHeader\\(\\)\\.$#"
2020                         count: 1
2021                         path: src/Controllers/Export/ExportController.php
2023                 -
2024                         message: """
2025                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2026                                 Use dependency injection instead\\.$#
2027                         """
2028                         count: 1
2029                         path: src/Controllers/Export/ExportController.php
2031                 -
2032                         message: "#^Cannot access offset 'aliases' on mixed\\.$#"
2033                         count: 1
2034                         path: src/Controllers/Export/ExportController.php
2036                 -
2037                         message: "#^Cannot cast mixed to string\\.$#"
2038                         count: 1
2039                         path: src/Controllers/Export/ExportController.php
2041                 -
2042                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2043                         count: 5
2044                         path: src/Controllers/Export/ExportController.php
2046                 -
2047                         message: "#^Only booleans are allowed in &&, string\\|null given on the left side\\.$#"
2048                         count: 1
2049                         path: src/Controllers/Export/ExportController.php
2051                 -
2052                         message: "#^Only booleans are allowed in &&, string\\|null given on the right side\\.$#"
2053                         count: 2
2054                         path: src/Controllers/Export/ExportController.php
2056                 -
2057                         message: "#^PHPDoc tag @var for variable \\$aliasesParam has no value type specified in iterable type array\\.$#"
2058                         count: 1
2059                         path: src/Controllers/Export/ExportController.php
2061                 -
2062                         message: "#^Parameter \\#1 \\$dbSelect of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportServer\\(\\) expects array\\|string, mixed given\\.$#"
2063                         count: 1
2064                         path: src/Controllers/Export/ExportController.php
2066                 -
2067                         message: "#^Parameter \\#1 \\$exportPlugin of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFinalFilenameAndMimetypeForFilename\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
2068                         count: 1
2069                         path: src/Controllers/Export/ExportController.php
2071                 -
2072                         message: "#^Parameter \\#1 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFilenameAndMimetype\\(\\) expects string, mixed given\\.$#"
2073                         count: 1
2074                         path: src/Controllers/Export/ExportController.php
2076                 -
2077                         message: "#^Parameter \\#1 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getHtmlForDisplayedExportFooter\\(\\) expects string, mixed given\\.$#"
2078                         count: 1
2079                         path: src/Controllers/Export/ExportController.php
2081                 -
2082                         message: "#^Parameter \\#1 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getHtmlForDisplayedExportHeader\\(\\) expects string, mixed given\\.$#"
2083                         count: 1
2084                         path: src/Controllers/Export/ExportController.php
2086                 -
2087                         message: "#^Parameter \\#1 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getPageLocationAndSaveMessage\\(\\) expects string, mixed given\\.$#"
2088                         count: 3
2089                         path: src/Controllers/Export/ExportController.php
2091                 -
2092                         message: "#^Parameter \\#1 \\$fileHandle of method PhpMyAdmin\\\\Export\\\\Export\\:\\:closeFile\\(\\) expects resource, mixed given\\.$#"
2093                         count: 1
2094                         path: src/Controllers/Export/ExportController.php
2096                 -
2097                         message: "#^Parameter \\#1 \\$list of class PhpMyAdmin\\\\SqlParser\\\\Parser constructor expects PhpMyAdmin\\\\SqlParser\\\\TokensList\\|PhpMyAdmin\\\\SqlParser\\\\UtfString\\|string\\|null, mixed given\\.$#"
2098                         count: 1
2099                         path: src/Controllers/Export/ExportController.php
2101                 -
2102                         message: "#^Parameter \\#14 \\$sqlQuery of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string, mixed given\\.$#"
2103                         count: 2
2104                         path: src/Controllers/Export/ExportController.php
2106                 -
2107                         message: "#^Parameter \\#2 \\$compression of method PhpMyAdmin\\\\Export\\\\Export\\:\\:compress\\(\\) expects string, mixed given\\.$#"
2108                         count: 2
2109                         path: src/Controllers/Export/ExportController.php
2111                 -
2112                         message: "#^Parameter \\#2 \\$compression of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFinalFilenameAndMimetypeForFilename\\(\\) expects string, mixed given\\.$#"
2113                         count: 1
2114                         path: src/Controllers/Export/ExportController.php
2116                 -
2117                         message: "#^Parameter \\#2 \\$destCharset of static method PhpMyAdmin\\\\Encoding\\:\\:convertString\\(\\) expects string, mixed given\\.$#"
2118                         count: 1
2119                         path: src/Controllers/Export/ExportController.php
2121                 -
2122                         message: "#^Parameter \\#2 \\$exportPlugin of static method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportRaw\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
2123                         count: 1
2124                         path: src/Controllers/Export/ExportController.php
2126                 -
2127                         message: "#^Parameter \\#2 \\$rememberTemplate of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFilenameAndMimetype\\(\\) expects string, mixed given\\.$#"
2128                         count: 1
2129                         path: src/Controllers/Export/ExportController.php
2131                 -
2132                         message: "#^Parameter \\#3 \\$errorUrl of static method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportRaw\\(\\) expects string, mixed given\\.$#"
2133                         count: 1
2134                         path: src/Controllers/Export/ExportController.php
2136                 -
2137                         message: "#^Parameter \\#3 \\$exportPlugin of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportServer\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
2138                         count: 1
2139                         path: src/Controllers/Export/ExportController.php
2141                 -
2142                         message: "#^Parameter \\#3 \\$exportPlugin of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFilenameAndMimetype\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
2143                         count: 1
2144                         path: src/Controllers/Export/ExportController.php
2146                 -
2147                         message: "#^Parameter \\#3 \\$saveFilename of method PhpMyAdmin\\\\Export\\\\Export\\:\\:closeFile\\(\\) expects string, mixed given\\.$#"
2148                         count: 1
2149                         path: src/Controllers/Export/ExportController.php
2151                 -
2152                         message: "#^Parameter \\#4 \\$compression of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFilenameAndMimetype\\(\\) expects string, mixed given\\.$#"
2153                         count: 1
2154                         path: src/Controllers/Export/ExportController.php
2156                 -
2157                         message: "#^Parameter \\#4 \\$errorUrl of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportServer\\(\\) expects string, mixed given\\.$#"
2158                         count: 1
2159                         path: src/Controllers/Export/ExportController.php
2161                 -
2162                         message: "#^Parameter \\#4 \\$exportPlugin of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
2163                         count: 2
2164                         path: src/Controllers/Export/ExportController.php
2166                 -
2167                         message: "#^Parameter \\#4 \\$tableStructure of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects array\\<string\\>, array given\\.$#"
2168                         count: 2
2169                         path: src/Controllers/Export/ExportController.php
2171                 -
2172                         message: "#^Parameter \\#5 \\$errorUrl of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string, mixed given\\.$#"
2173                         count: 2
2174                         path: src/Controllers/Export/ExportController.php
2176                 -
2177                         message: "#^Parameter \\#5 \\$sqlQuery of static method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportRaw\\(\\) expects string, mixed given\\.$#"
2178                         count: 1
2179                         path: src/Controllers/Export/ExportController.php
2181                 -
2182                         message: "#^Parameter \\#5 \\$tableData of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects array\\<string\\>, array given\\.$#"
2183                         count: 2
2184                         path: src/Controllers/Export/ExportController.php
2186                 -
2187                         message: "#^Parameter \\#6 \\$exportPlugin of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
2188                         count: 2
2189                         path: src/Controllers/Export/ExportController.php
2191                 -
2192                         message: "#^Parameter \\#6 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string, mixed given\\.$#"
2193                         count: 2
2194                         path: src/Controllers/Export/ExportController.php
2196                 -
2197                         message: "#^Parameter \\#7 \\$errorUrl of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects string, mixed given\\.$#"
2198                         count: 2
2199                         path: src/Controllers/Export/ExportController.php
2201                 -
2202                         message: "#^Parameter \\#8 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects string, mixed given\\.$#"
2203                         count: 2
2204                         path: src/Controllers/Export/ExportController.php
2206                 -
2207                         message: "#^Property PhpMyAdmin\\\\Export\\\\Export\\:\\:\\$dumpBuffer \\(string\\) does not accept array\\|bool\\|string\\.$#"
2208                         count: 2
2209                         path: src/Controllers/Export/ExportController.php
2211                 -
2212                         message: """
2213                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2214                                 Use dependency injection instead\\.$#
2215                         """
2216                         count: 1
2217                         path: src/Controllers/Export/Template/CreateController.php
2219                 -
2220                         message: """
2221                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2222                                 Use dependency injection instead\\.$#
2223                         """
2224                         count: 1
2225                         path: src/Controllers/Export/Template/DeleteController.php
2227                 -
2228                         message: """
2229                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2230                                 Use dependency injection instead\\.$#
2231                         """
2232                         count: 1
2233                         path: src/Controllers/Export/Template/LoadController.php
2235                 -
2236                         message: """
2237                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2238                                 Use dependency injection instead\\.$#
2239                         """
2240                         count: 1
2241                         path: src/Controllers/Export/Template/UpdateController.php
2243                 -
2244                         message: "#^Cannot cast mixed to int\\.$#"
2245                         count: 1
2246                         path: src/Controllers/GisDataEditorController.php
2248                 -
2249                         message: "#^PHPDoc tag @var for variable \\$gisDataParam has no value type specified in iterable type array\\.$#"
2250                         count: 1
2251                         path: src/Controllers/GisDataEditorController.php
2253                 -
2254                         message: "#^Parameter \\#1 \\$showGitRevision of class PhpMyAdmin\\\\Git constructor expects bool, mixed given\\.$#"
2255                         count: 1
2256                         path: src/Controllers/GitInfoController.php
2258                 -
2259                         message: """
2260                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2261                                 Use dependency injection instead\\.$#
2262                         """
2263                         count: 3
2264                         path: src/Controllers/HomeController.php
2266                 -
2267                         message: "#^Cannot access offset mixed on mixed\\.$#"
2268                         count: 1
2269                         path: src/Controllers/HomeController.php
2271                 -
2272                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2273                         count: 7
2274                         path: src/Controllers/HomeController.php
2276                 -
2277                         message: "#^Only booleans are allowed in &&, string\\|false given on the right side\\.$#"
2278                         count: 1
2279                         path: src/Controllers/HomeController.php
2281                 -
2282                         message: "#^Only booleans are allowed in \\|\\|, string\\|false given on the right side\\.$#"
2283                         count: 1
2284                         path: src/Controllers/HomeController.php
2286                 -
2287                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
2288                         count: 1
2289                         path: src/Controllers/HomeController.php
2291                 -
2292                         message: "#^Parameter \\#1 \\$showGitRevision of class PhpMyAdmin\\\\Git constructor expects bool, mixed given\\.$#"
2293                         count: 1
2294                         path: src/Controllers/HomeController.php
2296                 -
2297                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
2298                         count: 1
2299                         path: src/Controllers/HomeController.php
2301                 -
2302                         message: """
2303                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2304                                 Use dependency injection instead\\.$#
2305                         """
2306                         count: 1
2307                         path: src/Controllers/Import/ImportController.php
2309                 -
2310                         message: "#^Cannot access offset 'go_back_url' on mixed\\.$#"
2311                         count: 4
2312                         path: src/Controllers/Import/ImportController.php
2314                 -
2315                         message: "#^Cannot access offset 'local_import_file' on mixed\\.$#"
2316                         count: 1
2317                         path: src/Controllers/Import/ImportController.php
2319                 -
2320                         message: "#^Cannot access offset 'message' on mixed\\.$#"
2321                         count: 6
2322                         path: src/Controllers/Import/ImportController.php
2324                 -
2325                         message: "#^Cannot access offset 'offset' on mixed\\.$#"
2326                         count: 1
2327                         path: src/Controllers/Import/ImportController.php
2329                 -
2330                         message: "#^Cannot access offset 'reload' on mixed\\.$#"
2331                         count: 5
2332                         path: src/Controllers/Import/ImportController.php
2334                 -
2335                         message: "#^Cannot access offset 'table_name' on mixed\\.$#"
2336                         count: 1
2337                         path: src/Controllers/Import/ImportController.php
2339                 -
2340                         message: "#^Cannot access offset 'timeout_passed' on mixed\\.$#"
2341                         count: 1
2342                         path: src/Controllers/Import/ImportController.php
2344                 -
2345                         message: "#^Cannot call method getDisplay\\(\\) on mixed\\.$#"
2346                         count: 1
2347                         path: src/Controllers/Import/ImportController.php
2349                 -
2350                         message: "#^Casting to string something that's already string\\.$#"
2351                         count: 1
2352                         path: src/Controllers/Import/ImportController.php
2354                 -
2355                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2356                         count: 9
2357                         path: src/Controllers/Import/ImportController.php
2359                 -
2360                         message: "#^If condition is always false\\.$#"
2361                         count: 1
2362                         path: src/Controllers/Import/ImportController.php
2364                 -
2365                         message: "#^Left side of && is always false\\.$#"
2366                         count: 1
2367                         path: src/Controllers/Import/ImportController.php
2369                 -
2370                         message: "#^Negated boolean expression is always true\\.$#"
2371                         count: 1
2372                         path: src/Controllers/Import/ImportController.php
2374                 -
2375                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
2376                         count: 2
2377                         path: src/Controllers/Import/ImportController.php
2379                 -
2380                         message: "#^Parameter \\#1 \\$sqlQuery of method PhpMyAdmin\\\\Import\\\\Import\\:\\:handleRollbackRequest\\(\\) expects string, mixed given\\.$#"
2381                         count: 1
2382                         path: src/Controllers/Import/ImportController.php
2384                 -
2385                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\ParseAnalyze\\:\\:sqlQuery\\(\\) expects string, mixed given\\.$#"
2386                         count: 2
2387                         path: src/Controllers/Import/ImportController.php
2389                 -
2390                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
2391                         count: 1
2392                         path: src/Controllers/Import/ImportController.php
2394                 -
2395                         message: "#^Parameter \\#11 \\$sqlQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndGetQueryResponse\\(\\) expects string, mixed given\\.$#"
2396                         count: 1
2397                         path: src/Controllers/Import/ImportController.php
2399                 -
2400                         message: "#^Parameter \\#2 \\$size of method PhpMyAdmin\\\\Import\\\\Import\\:\\:getNextChunk\\(\\) expects int, float\\|int\\<min, \\-1\\>\\|int\\<1, max\\> given\\.$#"
2401                         count: 1
2402                         path: src/Controllers/Import/ImportController.php
2404                 -
2405                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
2406                         count: 1
2407                         path: src/Controllers/Import/ImportController.php
2409                 -
2410                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
2411                         count: 5
2412                         path: src/Controllers/Import/ImportController.php
2414                 -
2415                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, \\(array\\<int, string\\>\\|string\\|null\\) given\\.$#"
2416                         count: 1
2417                         path: src/Controllers/Import/ImportController.php
2419                 -
2420                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#"
2421                         count: 1
2422                         path: src/Controllers/Import/ImportController.php
2424                 -
2425                         message: "#^Parameter \\#4 \\$backUrl of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects string, mixed given\\.$#"
2426                         count: 2
2427                         path: src/Controllers/Import/ImportController.php
2429                 -
2430                         message: "#^Parameter \\#5 \\$exit of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects bool, mixed given\\.$#"
2431                         count: 1
2432                         path: src/Controllers/Import/ImportController.php
2434                 -
2435                         message: "#^Parameter \\#8 \\$goto of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndGetQueryResponse\\(\\) expects string, mixed given\\.$#"
2436                         count: 1
2437                         path: src/Controllers/Import/ImportController.php
2439                 -
2440                         message: "#^Result of \\|\\| is always true\\.$#"
2441                         count: 1
2442                         path: src/Controllers/Import/ImportController.php
2444                 -
2445                         message: "#^Static property PhpMyAdmin\\\\Import\\\\ImportSettings\\:\\:\\$importType \\(''\\|'database'\\|'query'\\|'server'\\|'table'\\) does not accept string\\.$#"
2446                         count: 1
2447                         path: src/Controllers/Import/ImportController.php
2449                 -
2450                         message: "#^Static property PhpMyAdmin\\\\Import\\\\ImportSettings\\:\\:\\$readLimit \\(int\\) does not accept float\\|int\\<min, \\-1\\>\\|int\\<1, max\\>\\.$#"
2451                         count: 1
2452                         path: src/Controllers/Import/ImportController.php
2454                 -
2455                         message: "#^Strict comparison using \\=\\=\\= between 0 and 0 will always evaluate to true\\.$#"
2456                         count: 1
2457                         path: src/Controllers/Import/ImportController.php
2459                 -
2460                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2461                         count: 1
2462                         path: src/Controllers/Import/SimulateDmlController.php
2464                 -
2465                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\Controllers\\\\Import\\\\SimulateDmlController\\:\\:createParser\\(\\) expects string, mixed given\\.$#"
2466                         count: 1
2467                         path: src/Controllers/Import/SimulateDmlController.php
2469                 -
2470                         message: "#^Cannot access offset 'go_back_url' on mixed\\.$#"
2471                         count: 1
2472                         path: src/Controllers/Import/StatusController.php
2474                 -
2475                         message: "#^Cannot access offset 'message' on mixed\\.$#"
2476                         count: 3
2477                         path: src/Controllers/Import/StatusController.php
2479                 -
2480                         message: "#^Parameter \\#1 \\$id of static method PhpMyAdmin\\\\Import\\\\Ajax\\:\\:status\\(\\) expects string, mixed given\\.$#"
2481                         count: 1
2482                         path: src/Controllers/Import/StatusController.php
2484                 -
2485                         message: "#^Parameter \\#1 \\(mixed\\) of echo cannot be converted to string\\.$#"
2486                         count: 1
2487                         path: src/Controllers/Import/StatusController.php
2489                 -
2490                         message: "#^Parameter \\#1 \\$filename of function is_readable expects string, mixed given\\.$#"
2491                         count: 1
2492                         path: src/Controllers/LicenseController.php
2494                 -
2495                         message: "#^Parameter \\#1 \\$filename of function readfile expects string, mixed given\\.$#"
2496                         count: 1
2497                         path: src/Controllers/LicenseController.php
2499                 -
2500                         message: "#^Parameter \\#1 \\$path of function basename expects string, mixed given\\.$#"
2501                         count: 1
2502                         path: src/Controllers/LicenseController.php
2504                 -
2505                         message: "#^Parameter \\#1 \\$partialDependencies of method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor2NF\\(\\) expects array, mixed given\\.$#"
2506                         count: 1
2507                         path: src/Controllers/Normalization/SecondNormalForm/CreateNewTablesController.php
2509                 -
2510                         message: "#^Parameter \\#2 \\$tablesName of method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor2NF\\(\\) expects object, mixed given\\.$#"
2511                         count: 1
2512                         path: src/Controllers/Normalization/SecondNormalForm/CreateNewTablesController.php
2514                 -
2515                         message: "#^Parameter \\#1 \\$partialDependencies of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForNewTables2NF\\(\\) expects array, mixed given\\.$#"
2516                         count: 1
2517                         path: src/Controllers/Normalization/SecondNormalForm/NewTablesController.php
2519                 -
2520                         message: "#^Parameter \\#1 \\$newTables of method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor3NF\\(\\) expects array, mixed given\\.$#"
2521                         count: 1
2522                         path: src/Controllers/Normalization/ThirdNormalForm/CreateNewTablesController.php
2524                 -
2525                         message: "#^Parameter \\#2 \\$tables of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlFor3NFstep1\\(\\) expects array, mixed given\\.$#"
2526                         count: 1
2527                         path: src/Controllers/Normalization/ThirdNormalForm/FirstStepController.php
2529                 -
2530                         message: "#^Parameter \\#1 \\$dependencies of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForNewTables3NF\\(\\) expects object, mixed given\\.$#"
2531                         count: 1
2532                         path: src/Controllers/Normalization/ThirdNormalForm/NewTablesController.php
2534                 -
2535                         message: "#^Parameter \\#2 \\$tables of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForNewTables3NF\\(\\) expects array, mixed given\\.$#"
2536                         count: 1
2537                         path: src/Controllers/Normalization/ThirdNormalForm/NewTablesController.php
2539                 -
2540                         message: """
2541                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2542                                 Use dependency injection instead\\.$#
2543                         """
2544                         count: 1
2545                         path: src/Controllers/Operations/Database/CollationController.php
2547                 -
2548                         message: """
2549                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2550                                 Use dependency injection instead\\.$#
2551                         """
2552                         count: 1
2553                         path: src/Controllers/Operations/DatabaseController.php
2555                 -
2556                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
2557                         count: 1
2558                         path: src/Controllers/Operations/DatabaseController.php
2560                 -
2561                         message: "#^Cannot call method isSuccess\\(\\) on mixed\\.$#"
2562                         count: 1
2563                         path: src/Controllers/Operations/DatabaseController.php
2565                 -
2566                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2567                         count: 1
2568                         path: src/Controllers/Operations/DatabaseController.php
2570                 -
2571                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
2572                         count: 1
2573                         path: src/Controllers/Operations/DatabaseController.php
2575                 -
2576                         message: "#^Parameter \\#1 \\$state of method PhpMyAdmin\\\\ResponseRenderer\\:\\:setRequestStatus\\(\\) expects bool, mixed given\\.$#"
2577                         count: 1
2578                         path: src/Controllers/Operations/DatabaseController.php
2580                 -
2581                         message: "#^Parameter \\#2 \\$exportSqlPlugin of method PhpMyAdmin\\\\Operations\\:\\:getViewsAndCreateSqlViewStandIn\\(\\) expects PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql, object\\|null given\\.$#"
2582                         count: 1
2583                         path: src/Controllers/Operations/DatabaseController.php
2585                 -
2586                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
2587                         count: 2
2588                         path: src/Controllers/Operations/DatabaseController.php
2590                 -
2591                         message: """
2592                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2593                                 Use dependency injection instead\\.$#
2594                         """
2595                         count: 1
2596                         path: src/Controllers/Operations/TableController.php
2598                 -
2599                         message: "#^Cannot access offset 'back' on mixed\\.$#"
2600                         count: 2
2601                         path: src/Controllers/Operations/TableController.php
2603                 -
2604                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
2605                         count: 2
2606                         path: src/Controllers/Operations/TableController.php
2608                 -
2609                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2610                         count: 9
2611                         path: src/Controllers/Operations/TableController.php
2613                 -
2614                         message: "#^Only booleans are allowed in &&, mixed given on the right side\\.$#"
2615                         count: 1
2616                         path: src/Controllers/Operations/TableController.php
2618                 -
2619                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
2620                         count: 1
2621                         path: src/Controllers/Operations/TableController.php
2623                 -
2624                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
2625                         count: 1
2626                         path: src/Controllers/Operations/TableController.php
2628                 -
2629                         message: "#^Parameter \\#1 \\$urlParams of method PhpMyAdmin\\\\Operations\\:\\:getForeignersForReferentialIntegrityCheck\\(\\) expects array, mixed given\\.$#"
2630                         count: 1
2631                         path: src/Controllers/Operations/TableController.php
2633                 -
2634                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
2635                         count: 3
2636                         path: src/Controllers/Operations/TableController.php
2638                 -
2639                         message: "#^Parameter \\#3 \\$partitionNames of static method PhpMyAdmin\\\\Query\\\\Generator\\:\\:getQueryForPartitioningTable\\(\\) expects array\\<string\\>, array given\\.$#"
2640                         count: 1
2641                         path: src/Controllers/Operations/TableController.php
2643                 -
2644                         message: """
2645                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2646                                 Use dependency injection instead\\.$#
2647                         """
2648                         count: 1
2649                         path: src/Controllers/Operations/ViewController.php
2651                 -
2652                         message: "#^Cannot access offset 'back' on mixed\\.$#"
2653                         count: 1
2654                         path: src/Controllers/Operations/ViewController.php
2656                 -
2657                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
2658                         count: 1
2659                         path: src/Controllers/Operations/ViewController.php
2661                 -
2662                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
2663                         count: 1
2664                         path: src/Controllers/Operations/ViewController.php
2666                 -
2667                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
2668                         count: 1
2669                         path: src/Controllers/Operations/ViewController.php
2671                 -
2672                         message: """
2673                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2674                                 Use dependency injection instead\\.$#
2675                         """
2676                         count: 1
2677                         path: src/Controllers/Preferences/ExportController.php
2679                 -
2680                         message: """
2681                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2682                                 Use dependency injection instead\\.$#
2683                         """
2684                         count: 1
2685                         path: src/Controllers/Preferences/FeaturesController.php
2687                 -
2688                         message: """
2689                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2690                                 Use dependency injection instead\\.$#
2691                         """
2692                         count: 1
2693                         path: src/Controllers/Preferences/ImportController.php
2695                 -
2696                         message: """
2697                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2698                                 Use dependency injection instead\\.$#
2699                         """
2700                         count: 1
2701                         path: src/Controllers/Preferences/MainPanelController.php
2703                 -
2704                         message: """
2705                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2706                                 Use dependency injection instead\\.$#
2707                         """
2708                         count: 1
2709                         path: src/Controllers/Preferences/ManageController.php
2711                 -
2712                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Message\\|string given\\.$#"
2713                         count: 1
2714                         path: src/Controllers/Preferences/ManageController.php
2716                 -
2717                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
2718                         count: 1
2719                         path: src/Controllers/Preferences/ManageController.php
2721                 -
2722                         message: "#^Parameter \\#1 \\$fileName of method PhpMyAdmin\\\\UserPreferences\\:\\:redirect\\(\\) expects string, string\\|false given\\.$#"
2723                         count: 1
2724                         path: src/Controllers/Preferences/ManageController.php
2726                 -
2727                         message: "#^Parameter \\#1 \\$filename of function file_exists expects string, mixed given\\.$#"
2728                         count: 1
2729                         path: src/Controllers/Preferences/ManageController.php
2731                 -
2732                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|false given\\.$#"
2733                         count: 1
2734                         path: src/Controllers/Preferences/ManageController.php
2736                 -
2737                         message: "#^Parameter \\#1 \\$theme of method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:checkTheme\\(\\) expects string\\|null, mixed given\\.$#"
2738                         count: 1
2739                         path: src/Controllers/Preferences/ManageController.php
2741                 -
2742                         message: "#^Parameter \\#1 \\$theme of method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:setActiveTheme\\(\\) expects string\\|null, mixed given\\.$#"
2743                         count: 1
2744                         path: src/Controllers/Preferences/ManageController.php
2746                 -
2747                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, \\(int\\|string\\) given\\.$#"
2748                         count: 1
2749                         path: src/Controllers/Preferences/ManageController.php
2751                 -
2752                         message: """
2753                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2754                                 Use dependency injection instead\\.$#
2755                         """
2756                         count: 1
2757                         path: src/Controllers/Preferences/NavigationController.php
2759                 -
2760                         message: """
2761                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2762                                 Use dependency injection instead\\.$#
2763                         """
2764                         count: 1
2765                         path: src/Controllers/Preferences/SqlController.php
2767                 -
2768                         message: """
2769                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2770                                 Use dependency injection instead\\.$#
2771                         """
2772                         count: 1
2773                         path: src/Controllers/Preferences/TwoFactorController.php
2775                 -
2776                         message: """
2777                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2778                                 Use dependency injection instead\\.$#
2779                         """
2780                         count: 1
2781                         path: src/Controllers/Server/BinlogController.php
2783                 -
2784                         message: """
2785                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2786                                 Use dependency injection instead\\.$#
2787                         """
2788                         count: 1
2789                         path: src/Controllers/Server/CollationsController.php
2791                 -
2792                         message: """
2793                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2794                                 Use dependency injection instead\\.$#
2795                         """
2796                         count: 1
2797                         path: src/Controllers/Server/Databases/CreateController.php
2799                 -
2800                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
2801                         count: 1
2802                         path: src/Controllers/Server/Databases/CreateController.php
2804                 -
2805                         message: """
2806                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2807                                 Use dependency injection instead\\.$#
2808                         """
2809                         count: 1
2810                         path: src/Controllers/Server/Databases/DestroyController.php
2812                 -
2813                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\RelationCleanup\\:\\:database\\(\\) expects string, mixed given\\.$#"
2814                         count: 1
2815                         path: src/Controllers/Server/Databases/DestroyController.php
2817                 -
2818                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Transformations\\:\\:clear\\(\\) expects string, mixed given\\.$#"
2819                         count: 1
2820                         path: src/Controllers/Server/Databases/DestroyController.php
2822                 -
2823                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
2824                         count: 1
2825                         path: src/Controllers/Server/Databases/DestroyController.php
2827                 -
2828                         message: """
2829                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2830                                 Use dependency injection instead\\.$#
2831                         """
2832                         count: 2
2833                         path: src/Controllers/Server/DatabasesController.php
2835                 -
2836                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
2837                         count: 4
2838                         path: src/Controllers/Server/DatabasesController.php
2840                 -
2841                         message: "#^Cannot access offset 'DEFAULT_COLLATION…' on mixed\\.$#"
2842                         count: 1
2843                         path: src/Controllers/Server/DatabasesController.php
2845                 -
2846                         message: "#^Cannot access offset 'SCHEMA_NAME' on mixed\\.$#"
2847                         count: 10
2848                         path: src/Controllers/Server/DatabasesController.php
2850                 -
2851                         message: "#^Cannot access offset string on mixed\\.$#"
2852                         count: 2
2853                         path: src/Controllers/Server/DatabasesController.php
2855                 -
2856                         message: "#^Cannot cast mixed to int\\.$#"
2857                         count: 3
2858                         path: src/Controllers/Server/DatabasesController.php
2860                 -
2861                         message: "#^Cannot cast mixed to string\\.$#"
2862                         count: 4
2863                         path: src/Controllers/Server/DatabasesController.php
2865                 -
2866                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2867                         count: 1
2868                         path: src/Controllers/Server/DatabasesController.php
2870                 -
2871                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
2872                         count: 1
2873                         path: src/Controllers/Server/DatabasesController.php
2875                 -
2876                         message: "#^Parameter \\#1 \\$schemaName of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:isSystemSchema\\(\\) expects string, mixed given\\.$#"
2877                         count: 1
2878                         path: src/Controllers/Server/DatabasesController.php
2880                 -
2881                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
2882                         count: 2
2883                         path: src/Controllers/Server/DatabasesController.php
2885                 -
2886                         message: "#^Parameter \\#2 \\$haystack of function array_search expects array, mixed given\\.$#"
2887                         count: 4
2888                         path: src/Controllers/Server/DatabasesController.php
2890                 -
2891                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Charsets\\:\\:findCollationByName\\(\\) expects string, mixed given\\.$#"
2892                         count: 1
2893                         path: src/Controllers/Server/DatabasesController.php
2895                 -
2896                         message: "#^Parameter \\#1 \\$tmpSelect of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getDatabasesForSelectOptions\\(\\) expects string, mixed given\\.$#"
2897                         count: 1
2898                         path: src/Controllers/Server/ExportController.php
2900                 -
2901                         message: "#^Parameter \\#4 \\$sqlQuery of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
2902                         count: 1
2903                         path: src/Controllers/Server/ExportController.php
2905                 -
2906                         message: "#^Parameter \\#5 \\$numTables of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
2907                         count: 1
2908                         path: src/Controllers/Server/ExportController.php
2910                 -
2911                         message: "#^Parameter \\#6 \\$unlimNumRows of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
2912                         count: 1
2913                         path: src/Controllers/Server/ExportController.php
2915                 -
2916                         message: """
2917                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
2918                                 Use dependency injection instead\\.$#
2919                         """
2920                         count: 1
2921                         path: src/Controllers/Server/ImportController.php
2923                 -
2924                         message: "#^Cannot access offset 'handler' on mixed\\.$#"
2925                         count: 2
2926                         path: src/Controllers/Server/ImportController.php
2928                 -
2929                         message: "#^Cannot call static method getIdKey\\(\\) on mixed\\.$#"
2930                         count: 1
2931                         path: src/Controllers/Server/ImportController.php
2933                 -
2934                         message: "#^Cannot cast mixed to int\\.$#"
2935                         count: 1
2936                         path: src/Controllers/Server/ImportController.php
2938                 -
2939                         message: "#^Cannot cast mixed to string\\.$#"
2940                         count: 1
2941                         path: src/Controllers/Server/ImportController.php
2943                 -
2944                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
2945                         count: 2
2946                         path: src/Controllers/Server/PrivilegesController.php
2948                 -
2949                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2950                         count: 5
2951                         path: src/Controllers/Server/PrivilegesController.php
2953                 -
2954                         message: "#^Method PhpMyAdmin\\\\Controllers\\\\Server\\\\PrivilegesController\\:\\:getExportPageTitle\\(\\) has parameter \\$selectedUsers with no value type specified in iterable type array\\.$#"
2955                         count: 1
2956                         path: src/Controllers/Server/PrivilegesController.php
2958                 -
2959                         message: "#^Parameter \\#1 \\$errorUrl of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePassword\\(\\) expects string, mixed given\\.$#"
2960                         count: 1
2961                         path: src/Controllers/Server/PrivilegesController.php
2963                 -
2964                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
2965                         count: 1
2966                         path: src/Controllers/Server/PrivilegesController.php
2968                 -
2969                         message: "#^Parameter \\#1 \\$string of function urlencode expects string, \\(array\\<int, string\\>\\|string\\) given\\.$#"
2970                         count: 1
2971                         path: src/Controllers/Server/PrivilegesController.php
2973                 -
2974                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Controllers\\\\Server\\\\PrivilegesController\\:\\:getExportPageTitle\\(\\) expects string, mixed given\\.$#"
2975                         count: 1
2976                         path: src/Controllers/Server/PrivilegesController.php
2978                 -
2979                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getExportUserDefinitionTextarea\\(\\) expects string, mixed given\\.$#"
2980                         count: 1
2981                         path: src/Controllers/Server/PrivilegesController.php
2983                 -
2984                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForRoutineSpecificPrivileges\\(\\) expects string, mixed given\\.$#"
2985                         count: 1
2986                         path: src/Controllers/Server/PrivilegesController.php
2988                 -
2989                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:setUserGroup\\(\\) expects string, mixed given\\.$#"
2990                         count: 1
2991                         path: src/Controllers/Server/PrivilegesController.php
2993                 -
2994                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePrivileges\\(\\) expects string, mixed given\\.$#"
2995                         count: 2
2996                         path: src/Controllers/Server/PrivilegesController.php
2998                 -
2999                         message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, mixed given\\.$#"
3000                         count: 1
3001                         path: src/Controllers/Server/PrivilegesController.php
3003                 -
3004                         message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
3005                         count: 1
3006                         path: src/Controllers/Server/PrivilegesController.php
3008                 -
3009                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\Controllers\\\\Server\\\\PrivilegesController\\:\\:getExportPageTitle\\(\\) expects string, mixed given\\.$#"
3010                         count: 1
3011                         path: src/Controllers/Server/PrivilegesController.php
3013                 -
3014                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getExportUserDefinitionTextarea\\(\\) expects string, mixed given\\.$#"
3015                         count: 1
3016                         path: src/Controllers/Server/PrivilegesController.php
3018                 -
3019                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForRoutineSpecificPrivileges\\(\\) expects string, mixed given\\.$#"
3020                         count: 1
3021                         path: src/Controllers/Server/PrivilegesController.php
3023                 -
3024                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePrivileges\\(\\) expects string, mixed given\\.$#"
3025                         count: 2
3026                         path: src/Controllers/Server/PrivilegesController.php
3028                 -
3029                         message: "#^Parameter \\#2 \\$initial of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForUserOverview\\(\\) expects string\\|null, mixed given\\.$#"
3030                         count: 1
3031                         path: src/Controllers/Server/PrivilegesController.php
3033                 -
3034                         message: "#^Parameter \\#2 \\$sqlQuery of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getExtraDataForAjaxBehavior\\(\\) expects string, mixed given\\.$#"
3035                         count: 1
3036                         path: src/Controllers/Server/PrivilegesController.php
3038                 -
3039                         message: "#^Parameter \\#2 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUser\\(\\) expects string, mixed given\\.$#"
3040                         count: 1
3041                         path: src/Controllers/Server/PrivilegesController.php
3043                 -
3044                         message: "#^Parameter \\#2 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDbSpecificPrivsQueriesForChangeOrCopyUser\\(\\) expects string, mixed given\\.$#"
3045                         count: 1
3046                         path: src/Controllers/Server/PrivilegesController.php
3048                 -
3049                         message: "#^Parameter \\#2 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePassword\\(\\) expects string, mixed given\\.$#"
3050                         count: 1
3051                         path: src/Controllers/Server/PrivilegesController.php
3053                 -
3054                         message: "#^Parameter \\#3 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUser\\(\\) expects string, mixed given\\.$#"
3055                         count: 1
3056                         path: src/Controllers/Server/PrivilegesController.php
3058                 -
3059                         message: "#^Parameter \\#3 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDbSpecificPrivsQueriesForChangeOrCopyUser\\(\\) expects string, mixed given\\.$#"
3060                         count: 1
3061                         path: src/Controllers/Server/PrivilegesController.php
3063                 -
3064                         message: "#^Parameter \\#3 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getExtraDataForAjaxBehavior\\(\\) expects string, mixed given\\.$#"
3065                         count: 1
3066                         path: src/Controllers/Server/PrivilegesController.php
3068                 -
3069                         message: "#^Parameter \\#3 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePassword\\(\\) expects string, mixed given\\.$#"
3070                         count: 1
3071                         path: src/Controllers/Server/PrivilegesController.php
3073                 -
3074                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#"
3075                         count: 1
3076                         path: src/Controllers/Server/PrivilegesController.php
3078                 -
3079                         message: "#^Parameter \\#3 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForUserProperties\\(\\) expects string, mixed given\\.$#"
3080                         count: 1
3081                         path: src/Controllers/Server/PrivilegesController.php
3083                 -
3084                         message: "#^Parameter \\#3 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getMessageAndSqlQueryForPrivilegesRevoke\\(\\) expects string, mixed given\\.$#"
3085                         count: 1
3086                         path: src/Controllers/Server/PrivilegesController.php
3088                 -
3089                         message: "#^Parameter \\#4 \\$dbname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePrivileges\\(\\) expects string, mixed given\\.$#"
3090                         count: 2
3091                         path: src/Controllers/Server/PrivilegesController.php
3093                 -
3094                         message: "#^Parameter \\#4 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForUserProperties\\(\\) expects string, mixed given\\.$#"
3095                         count: 1
3096                         path: src/Controllers/Server/PrivilegesController.php
3098                 -
3099                         message: "#^Parameter \\#4 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getMessageAndSqlQueryForPrivilegesRevoke\\(\\) expects string, mixed given\\.$#"
3100                         count: 1
3101                         path: src/Controllers/Server/PrivilegesController.php
3103                 -
3104                         message: "#^Parameter \\#4 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getExtraDataForAjaxBehavior\\(\\) expects string, mixed given\\.$#"
3105                         count: 1
3106                         path: src/Controllers/Server/PrivilegesController.php
3108                 -
3109                         message: "#^Parameter \\#5 \\$dbname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForUserProperties\\(\\) expects array\\|string, mixed given\\.$#"
3110                         count: 1
3111                         path: src/Controllers/Server/PrivilegesController.php
3113                 -
3114                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
3115                         count: 1
3116                         path: src/Controllers/Server/ReplicationController.php
3118                 -
3119                         message: "#^Parameter \\#2 \\$serverReplicaStatus of method PhpMyAdmin\\\\Replication\\\\ReplicationGui\\:\\:getHtmlForReplicaConfiguration\\(\\) expects bool, mixed given\\.$#"
3120                         count: 1
3121                         path: src/Controllers/Server/ReplicationController.php
3123                 -
3124                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
3125                         count: 1
3126                         path: src/Controllers/Server/Status/Processes/KillController.php
3128                 -
3129                         message: "#^Cannot cast mixed to int\\.$#"
3130                         count: 1
3131                         path: src/Controllers/Server/Status/QueriesController.php
3133                 -
3134                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, \\(int\\|string\\) given\\.$#"
3135                         count: 1
3136                         path: src/Controllers/Server/Status/QueriesController.php
3138                 -
3139                         message: "#^Cannot cast mixed to int\\.$#"
3140                         count: 1
3141                         path: src/Controllers/Server/Status/StatusController.php
3143                 -
3144                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
3145                         count: 2
3146                         path: src/Controllers/Server/Status/StatusController.php
3148                 -
3149                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatByteDown\\(\\) expects float\\|int\\|string\\|null, \\(array\\|float\\|int\\) given\\.$#"
3150                         count: 2
3151                         path: src/Controllers/Server/Status/StatusController.php
3153                 -
3154                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatByteDown\\(\\) expects float\\|int\\|string\\|null, mixed given\\.$#"
3155                         count: 2
3156                         path: src/Controllers/Server/Status/StatusController.php
3158                 -
3159                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatNumber\\(\\) expects float\\|int\\|string, mixed given\\.$#"
3160                         count: 4
3161                         path: src/Controllers/Server/Status/StatusController.php
3163                 -
3164                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
3165                         count: 1
3166                         path: src/Controllers/Server/Status/VariablesController.php
3168                 -
3169                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
3170                         count: 1
3171                         path: src/Controllers/Server/Status/VariablesController.php
3173                 -
3174                         message: "#^Parameter \\#1 \\$flush of method PhpMyAdmin\\\\Controllers\\\\Server\\\\Status\\\\VariablesController\\:\\:flush\\(\\) expects string, mixed given\\.$#"
3175                         count: 1
3176                         path: src/Controllers/Server/Status/VariablesController.php
3178                 -
3179                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, \\(int\\|string\\) given\\.$#"
3180                         count: 1
3181                         path: src/Controllers/Server/Status/VariablesController.php
3183                 -
3184                         message: "#^Parameter \\#1 \\$name of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:linkToVarDocumentation\\(\\) expects string, \\(int\\|string\\) given\\.$#"
3185                         count: 1
3186                         path: src/Controllers/Server/Status/VariablesController.php
3188                 -
3189                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
3190                         count: 1
3191                         path: src/Controllers/Server/Status/VariablesController.php
3193                 -
3194                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
3195                         count: 1
3196                         path: src/Controllers/Server/UserGroupsFormController.php
3198                 -
3199                         message: "#^Offset 1 does not exist on array\\<string\\|null\\>\\|null\\.$#"
3200                         count: 2
3201                         path: src/Controllers/Server/Variables/GetVariableController.php
3203                 -
3204                         message: "#^Offset 1 does not exist on array\\<string\\|null\\>\\|null\\.$#"
3205                         count: 1
3206                         path: src/Controllers/Server/Variables/SetVariableController.php
3208                 -
3209                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, int\\|string given\\.$#"
3210                         count: 1
3211                         path: src/Controllers/Server/Variables/SetVariableController.php
3213                 -
3214                         message: "#^Parameter \\#2 \\$value of method PhpMyAdmin\\\\Controllers\\\\Server\\\\Variables\\\\SetVariableController\\:\\:formatVariable\\(\\) expects int\\|string, string\\|null given\\.$#"
3215                         count: 1
3216                         path: src/Controllers/Server/Variables/SetVariableController.php
3218                 -
3219                         message: "#^Parameter \\#1 \\$filename of function file_exists expects string, mixed given\\.$#"
3220                         count: 1
3221                         path: src/Controllers/Setup/ConfigController.php
3223                 -
3224                         message: "#^Parameter \\#1 \\$filename of function file_exists expects string, mixed given\\.$#"
3225                         count: 1
3226                         path: src/Controllers/Setup/FormController.php
3228                 -
3229                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
3230                         count: 1
3231                         path: src/Controllers/Setup/HomeController.php
3233                 -
3234                         message: "#^Parameter \\#1 \\$filename of function file_exists expects string, mixed given\\.$#"
3235                         count: 1
3236                         path: src/Controllers/Setup/HomeController.php
3238                 -
3239                         message: "#^Parameter \\#1 \\$id of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServerName\\(\\) expects int, \\(int\\|string\\) given\\.$#"
3240                         count: 1
3241                         path: src/Controllers/Setup/HomeController.php
3243                 -
3244                         message: "#^Parameter \\#1 \\$server of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServerDSN\\(\\) expects int, \\(int\\|string\\) given\\.$#"
3245                         count: 1
3246                         path: src/Controllers/Setup/HomeController.php
3248                 -
3249                         message: "#^Parameter \\#1 \\$filename of function file_exists expects string, mixed given\\.$#"
3250                         count: 1
3251                         path: src/Controllers/Setup/ServerDestroyController.php
3253                 -
3254                         message: "#^Parameter \\#1 \\$filename of function file_exists expects string, mixed given\\.$#"
3255                         count: 1
3256                         path: src/Controllers/Setup/ServersController.php
3258                 -
3259                         message: "#^Parameter \\#1 \\$filename of function file_exists expects string, mixed given\\.$#"
3260                         count: 1
3261                         path: src/Controllers/Setup/ShowConfigController.php
3263                 -
3264                         message: "#^Parameter \\#1 \\$filename of function file_exists expects string, mixed given\\.$#"
3265                         count: 1
3266                         path: src/Controllers/Setup/ValidateController.php
3268                 -
3269                         message: "#^Cannot access offset 'relational_display' on mixed\\.$#"
3270                         count: 1
3271                         path: src/Controllers/Sql/RelationalValuesController.php
3273                 -
3274                         message: """
3275                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
3276                                 Use dependency injection instead\\.$#
3277                         """
3278                         count: 1
3279                         path: src/Controllers/Sql/SqlController.php
3281                 -
3282                         message: "#^Cannot access offset 'reload' on mixed\\.$#"
3283                         count: 1
3284                         path: src/Controllers/Sql/SqlController.php
3286                 -
3287                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3288                         count: 3
3289                         path: src/Controllers/Sql/SqlController.php
3291                 -
3292                         message: "#^Only booleans are allowed in an if condition, bool\\|null given\\.$#"
3293                         count: 1
3294                         path: src/Controllers/Sql/SqlController.php
3296                 -
3297                         message: "#^Parameter \\#1 \\$goto of method PhpMyAdmin\\\\Controllers\\\\Sql\\\\SqlController\\:\\:addBookmark\\(\\) expects string, mixed given\\.$#"
3298                         count: 1
3299                         path: src/Controllers/Sql/SqlController.php
3301                 -
3302                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
3303                         count: 1
3304                         path: src/Controllers/Sql/SqlController.php
3306                 -
3307                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
3308                         count: 1
3309                         path: src/Controllers/Sql/SqlController.php
3311                 -
3312                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\ParseAnalyze\\:\\:sqlQuery\\(\\) expects string, mixed given\\.$#"
3313                         count: 1
3314                         path: src/Controllers/Sql/SqlController.php
3316                 -
3317                         message: "#^Parameter \\#10 \\$dispMessage of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects PhpMyAdmin\\\\Message\\|string\\|null, mixed given\\.$#"
3318                         count: 1
3319                         path: src/Controllers/Sql/SqlController.php
3321                 -
3322                         message: "#^Parameter \\#11 \\$sqlQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
3323                         count: 1
3324                         path: src/Controllers/Sql/SqlController.php
3326                 -
3327                         message: "#^Parameter \\#12 \\$completeQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
3328                         count: 1
3329                         path: src/Controllers/Sql/SqlController.php
3331                 -
3332                         message: "#^Parameter \\#2 \\$signature of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
3333                         count: 1
3334                         path: src/Controllers/Sql/SqlController.php
3336                 -
3337                         message: "#^Parameter \\#4 \\$backUrl of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects string, mixed given\\.$#"
3338                         count: 1
3339                         path: src/Controllers/Sql/SqlController.php
3341                 -
3342                         message: "#^Parameter \\#5 \\$sqlQueryForBookmark of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
3343                         count: 1
3344                         path: src/Controllers/Sql/SqlController.php
3346                 -
3347                         message: "#^Parameter \\#6 \\$messageToShow of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
3348                         count: 1
3349                         path: src/Controllers/Sql/SqlController.php
3351                 -
3352                         message: "#^Parameter \\#8 \\$goto of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
3353                         count: 1
3354                         path: src/Controllers/Sql/SqlController.php
3356                 -
3357                         message: "#^Parameter \\#9 \\$dispQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
3358                         count: 1
3359                         path: src/Controllers/Sql/SqlController.php
3361                 -
3362                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
3363                         count: 5
3364                         path: src/Controllers/Table/AddFieldController.php
3366                 -
3367                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
3368                         count: 1
3369                         path: src/Controllers/Table/AddFieldController.php
3371                 -
3372                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
3373                         count: 1
3374                         path: src/Controllers/Table/AddFieldController.php
3376                 -
3377                         message: "#^Parameter \\#3 \\$errorUrl of method PhpMyAdmin\\\\CreateAddField\\:\\:tryColumnCreationQuery\\(\\) expects string, mixed given\\.$#"
3378                         count: 1
3379                         path: src/Controllers/Table/AddFieldController.php
3381                 -
3382                         message: "#^Parameter \\#3 \\$key of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3383                         count: 1
3384                         path: src/Controllers/Table/AddFieldController.php
3386                 -
3387                         message: "#^Parameter \\#4 \\$backUrl of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects string, mixed given\\.$#"
3388                         count: 1
3389                         path: src/Controllers/Table/AddFieldController.php
3391                 -
3392                         message: "#^Parameter \\#4 \\$mimetype of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3393                         count: 1
3394                         path: src/Controllers/Table/AddFieldController.php
3396                 -
3397                         message: "#^Parameter \\#5 \\$transformation of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3398                         count: 1
3399                         path: src/Controllers/Table/AddFieldController.php
3401                 -
3402                         message: "#^Parameter \\#6 \\$transformationOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3403                         count: 1
3404                         path: src/Controllers/Table/AddFieldController.php
3406                 -
3407                         message: "#^Parameter \\#7 \\$inputTransform of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3408                         count: 1
3409                         path: src/Controllers/Table/AddFieldController.php
3411                 -
3412                         message: "#^Parameter \\#8 \\$inputTransformOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3413                         count: 1
3414                         path: src/Controllers/Table/AddFieldController.php
3416                 -
3417                         message: "#^Cannot access offset 'db' on mixed\\.$#"
3418                         count: 1
3419                         path: src/Controllers/Table/ChangeController.php
3421                 -
3422                         message: "#^Cannot access offset 'table' on mixed\\.$#"
3423                         count: 1
3424                         path: src/Controllers/Table/ChangeController.php
3426                 -
3427                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
3428                         count: 1
3429                         path: src/Controllers/Table/ChangeController.php
3431                 -
3432                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3433                         count: 4
3434                         path: src/Controllers/Table/ChangeController.php
3436                 -
3437                         message: "#^Parameter \\#1 \\$files of method PhpMyAdmin\\\\ResponseRenderer\\:\\:addScriptFiles\\(\\) expects array\\<int, string\\>, mixed given\\.$#"
3438                         count: 1
3439                         path: src/Controllers/Table/ChangeController.php
3441                 -
3442                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
3443                         count: 1
3444                         path: src/Controllers/Table/ChangeController.php
3446                 -
3447                         message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, mixed given\\.$#"
3448                         count: 1
3449                         path: src/Controllers/Table/ChangeController.php
3451                 -
3452                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
3453                         count: 1
3454                         path: src/Controllers/Table/ChangeController.php
3456                 -
3457                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
3458                         count: 1
3459                         path: src/Controllers/Table/ChangeController.php
3461                 -
3462                         message: "#^Parameter \\#1 \\$rowId of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForIgnoreOption\\(\\) expects int, \\(int\\<1, max\\>\\|string\\) given\\.$#"
3463                         count: 1
3464                         path: src/Controllers/Table/ChangeController.php
3466                 -
3467                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
3468                         count: 1
3469                         path: src/Controllers/Table/ChangeController.php
3471                 -
3472                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
3473                         count: 1
3474                         path: src/Controllers/Table/ChangeController.php
3476                 -
3477                         message: "#^Parameter \\#1 \\$urlParams of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ChangeController\\:\\:urlParamsInEditMode\\(\\) expects array, mixed given\\.$#"
3478                         count: 1
3479                         path: src/Controllers/Table/ChangeController.php
3481                 -
3482                         message: "#^Parameter \\#1 \\$urlParams of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects array, mixed given\\.$#"
3483                         count: 1
3484                         path: src/Controllers/Table/ChangeController.php
3486                 -
3487                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
3488                         count: 2
3489                         path: src/Controllers/Table/ChangeController.php
3491                 -
3492                         message: "#^Parameter \\#1 \\$whereClause of method PhpMyAdmin\\\\InsertEdit\\:\\:determineInsertOrEdit\\(\\) expects array\\<string\\>\\|string\\|null, mixed given\\.$#"
3493                         count: 1
3494                         path: src/Controllers/Table/ChangeController.php
3496                 -
3497                         message: "#^Parameter \\#1 \\$whereClause of static method PhpMyAdmin\\\\InsertEdit\\:\\:isWhereClauseNumeric\\(\\) expects array\\<string\\>\\|string\\|null, mixed given\\.$#"
3498                         count: 1
3499                         path: src/Controllers/Table/ChangeController.php
3501                 -
3502                         message: "#^Parameter \\#11 \\$rowId of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects int, \\(int\\|string\\) given\\.$#"
3503                         count: 1
3504                         path: src/Controllers/Table/ChangeController.php
3506                 -
3507                         message: "#^Parameter \\#12 \\$repopulate of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects array, mixed given\\.$#"
3508                         count: 1
3509                         path: src/Controllers/Table/ChangeController.php
3511                 -
3512                         message: "#^Parameter \\#2 \\$isUpload of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditFormHeader\\(\\) expects bool, mixed given\\.$#"
3513                         count: 1
3514                         path: src/Controllers/Table/ChangeController.php
3516                 -
3517                         message: "#^Parameter \\#2 \\$signature of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
3518                         count: 1
3519                         path: src/Controllers/Table/ChangeController.php
3521                 -
3522                         message: "#^Parameter \\#4 \\$currentResult of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects PhpMyAdmin\\\\Dbal\\\\ResultInterface, array\\<PhpMyAdmin\\\\Dbal\\\\ResultInterface\\>\\|PhpMyAdmin\\\\Dbal\\\\ResultInterface given\\.$#"
3523                         count: 1
3524                         path: src/Controllers/Table/ChangeController.php
3526                 -
3527                         message: "#^Parameter \\#4 \\$errorUrl of method PhpMyAdmin\\\\InsertEdit\\:\\:getContinueInsertionForm\\(\\) expects string, mixed given\\.$#"
3528                         count: 1
3529                         path: src/Controllers/Table/ChangeController.php
3531                 -
3532                         message: "#^Parameter \\#5 \\$errorUrl of method PhpMyAdmin\\\\InsertEdit\\:\\:getFormParametersForInsertForm\\(\\) expects string, mixed given\\.$#"
3533                         count: 1
3534                         path: src/Controllers/Table/ChangeController.php
3536                 -
3537                         message: "#^Parameter \\#7 \\$isUpload of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects bool, mixed given\\.$#"
3538                         count: 1
3539                         path: src/Controllers/Table/ChangeController.php
3541                 -
3542                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
3543                         count: 1
3544                         path: src/Controllers/Table/ChangeController.php
3546                 -
3547                         message: "#^Binary operation \"\\+\" between int\\|string and mixed results in an error\\.$#"
3548                         count: 1
3549                         path: src/Controllers/Table/ChartController.php
3551                 -
3552                         message: "#^Binary operation \"\\-\" between int\\|string and mixed results in an error\\.$#"
3553                         count: 1
3554                         path: src/Controllers/Table/ChartController.php
3556                 -
3557                         message: """
3558                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
3559                                 Use dependency injection instead\\.$#
3560                         """
3561                         count: 2
3562                         path: src/Controllers/Table/ChartController.php
3564                 -
3565                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3566                         count: 1
3567                         path: src/Controllers/Table/ChartController.php
3569                 -
3570                         message: "#^Parameter \\#1 \\$list of class PhpMyAdmin\\\\SqlParser\\\\Parser constructor expects PhpMyAdmin\\\\SqlParser\\\\TokensList\\|PhpMyAdmin\\\\SqlParser\\\\UtfString\\|string\\|null, mixed given\\.$#"
3571                         count: 1
3572                         path: src/Controllers/Table/ChartController.php
3574                 -
3575                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
3576                         count: 1
3577                         path: src/Controllers/Table/ChartController.php
3579                 -
3580                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, mixed given\\.$#"
3581                         count: 1
3582                         path: src/Controllers/Table/ChartController.php
3584                 -
3585                         message: "#^Parameter \\#1 \\$rowCount of class PhpMyAdmin\\\\SqlParser\\\\Components\\\\Limit constructor expects int\\|string, mixed given\\.$#"
3586                         count: 2
3587                         path: src/Controllers/Table/ChartController.php
3589                 -
3590                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getStartAndNumberOfRowsFieldsetData\\(\\) expects string, mixed given\\.$#"
3591                         count: 1
3592                         path: src/Controllers/Table/ChartController.php
3594                 -
3595                         message: "#^Parameter \\#2 \\$offset of class PhpMyAdmin\\\\SqlParser\\\\Components\\\\Limit constructor expects int\\|string, mixed given\\.$#"
3596                         count: 2
3597                         path: src/Controllers/Table/ChartController.php
3599                 -
3600                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
3601                         count: 5
3602                         path: src/Controllers/Table/CreateController.php
3604                 -
3605                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
3606                         count: 1
3607                         path: src/Controllers/Table/CreateController.php
3609                 -
3610                         message: "#^Parameter \\#3 \\$key of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3611                         count: 1
3612                         path: src/Controllers/Table/CreateController.php
3614                 -
3615                         message: "#^Parameter \\#4 \\$mimetype of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3616                         count: 1
3617                         path: src/Controllers/Table/CreateController.php
3619                 -
3620                         message: "#^Parameter \\#5 \\$transformation of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3621                         count: 1
3622                         path: src/Controllers/Table/CreateController.php
3624                 -
3625                         message: "#^Parameter \\#6 \\$transformationOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3626                         count: 1
3627                         path: src/Controllers/Table/CreateController.php
3629                 -
3630                         message: "#^Parameter \\#7 \\$inputTransform of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3631                         count: 1
3632                         path: src/Controllers/Table/CreateController.php
3634                 -
3635                         message: "#^Parameter \\#8 \\$inputTransformOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
3636                         count: 1
3637                         path: src/Controllers/Table/CreateController.php
3639                 -
3640                         message: """
3641                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
3642                                 Use dependency injection instead\\.$#
3643                         """
3644                         count: 1
3645                         path: src/Controllers/Table/DeleteConfirmController.php
3647                 -
3648                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
3649                         count: 1
3650                         path: src/Controllers/Table/DeleteConfirmController.php
3652                 -
3653                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
3654                         count: 1
3655                         path: src/Controllers/Table/DeleteRowsController.php
3657                 -
3658                         message: """
3659                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
3660                                 Use dependency injection instead\\.$#
3661                         """
3662                         count: 1
3663                         path: src/Controllers/Table/DeleteRowsController.php
3665                 -
3666                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3667                         count: 1
3668                         path: src/Controllers/Table/DeleteRowsController.php
3670                 -
3671                         message: "#^Parameter \\#10 \\$dispMessage of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects PhpMyAdmin\\\\Message\\|string\\|null, mixed given\\.$#"
3672                         count: 1
3673                         path: src/Controllers/Table/DeleteRowsController.php
3675                 -
3676                         message: "#^Parameter \\#11 \\$sqlQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
3677                         count: 1
3678                         path: src/Controllers/Table/DeleteRowsController.php
3680                 -
3681                         message: "#^Parameter \\#3 \\$pos of method PhpMyAdmin\\\\Sql\\:\\:calculatePosForLastPage\\(\\) expects int\\|null, mixed given\\.$#"
3682                         count: 1
3683                         path: src/Controllers/Table/DeleteRowsController.php
3685                 -
3686                         message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
3687                         count: 1
3688                         path: src/Controllers/Table/DeleteRowsController.php
3690                 -
3691                         message: "#^Parameter \\#8 \\$goto of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
3692                         count: 1
3693                         path: src/Controllers/Table/DeleteRowsController.php
3695                 -
3696                         message: "#^Parameter \\#9 \\$dispQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
3697                         count: 1
3698                         path: src/Controllers/Table/DeleteRowsController.php
3700                 -
3701                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
3702                         count: 1
3703                         path: src/Controllers/Table/DropColumnController.php
3705                 -
3706                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3707                         count: 1
3708                         path: src/Controllers/Table/DropColumnController.php
3710                 -
3711                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
3712                         count: 1
3713                         path: src/Controllers/Table/DropColumnController.php
3715                 -
3716                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
3717                         count: 1
3718                         path: src/Controllers/Table/DropColumnController.php
3720                 -
3721                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
3722                         count: 1
3723                         path: src/Controllers/Table/DropColumnController.php
3725                 -
3726                         message: "#^Parameter \\#3 \\$column of method PhpMyAdmin\\\\ConfigStorage\\\\RelationCleanup\\:\\:column\\(\\) expects string, mixed given\\.$#"
3727                         count: 1
3728                         path: src/Controllers/Table/DropColumnController.php
3730                 -
3731                         message: """
3732                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
3733                                 Use dependency injection instead\\.$#
3734                         """
3735                         count: 1
3736                         path: src/Controllers/Table/ExportController.php
3738                 -
3739                         message: "#^Cannot access offset 'back' on mixed\\.$#"
3740                         count: 1
3741                         path: src/Controllers/Table/ExportController.php
3743                 -
3744                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
3745                         count: 1
3746                         path: src/Controllers/Table/ExportController.php
3748                 -
3749                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3750                         count: 3
3751                         path: src/Controllers/Table/ExportController.php
3753                 -
3754                         message: "#^Parameter \\#1 \\$list of class PhpMyAdmin\\\\SqlParser\\\\Parser constructor expects PhpMyAdmin\\\\SqlParser\\\\TokensList\\|PhpMyAdmin\\\\SqlParser\\\\UtfString\\|string\\|null, mixed given\\.$#"
3755                         count: 1
3756                         path: src/Controllers/Table/ExportController.php
3758                 -
3759                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
3760                         count: 1
3761                         path: src/Controllers/Table/ExportController.php
3763                 -
3764                         message: "#^Parameter \\#2 \\$list of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:replaceClauses\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\TokensList, PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null given\\.$#"
3765                         count: 1
3766                         path: src/Controllers/Table/ExportController.php
3768                 -
3769                         message: "#^Parameter \\#4 \\$sqlQuery of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
3770                         count: 1
3771                         path: src/Controllers/Table/ExportController.php
3773                 -
3774                         message: "#^Parameter \\#5 \\$numTables of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
3775                         count: 1
3776                         path: src/Controllers/Table/ExportController.php
3778                 -
3779                         message: "#^Parameter \\#6 \\$unlimNumRows of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
3780                         count: 1
3781                         path: src/Controllers/Table/ExportController.php
3783                 -
3784                         message: """
3785                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
3786                                 Use dependency injection instead\\.$#
3787                         """
3788                         count: 2
3789                         path: src/Controllers/Table/FindReplaceController.php
3791                 -
3792                         message: "#^Cannot access offset 0 on mixed\\.$#"
3793                         count: 2
3794                         path: src/Controllers/Table/FindReplaceController.php
3796                 -
3797                         message: "#^Cannot access offset 1 on mixed\\.$#"
3798                         count: 2
3799                         path: src/Controllers/Table/FindReplaceController.php
3801                 -
3802                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
3803                         count: 16
3804                         path: src/Controllers/Table/FindReplaceController.php
3806                 -
3807                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
3808                         count: 1
3809                         path: src/Controllers/Table/FindReplaceController.php
3811                 -
3812                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
3813                         count: 2
3814                         path: src/Controllers/Table/FindReplaceController.php
3816                 -
3817                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#"
3818                         count: 2
3819                         path: src/Controllers/Table/FindReplaceController.php
3821                 -
3822                         message: "#^Cannot cast mixed to string\\.$#"
3823                         count: 3
3824                         path: src/Controllers/Table/GetFieldController.php
3826                 -
3827                         message: """
3828                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
3829                                 Use dependency injection instead\\.$#
3830                         """
3831                         count: 3
3832                         path: src/Controllers/Table/GisVisualizationController.php
3834                 -
3835                         message: "#^Cannot access offset 'back' on mixed\\.$#"
3836                         count: 1
3837                         path: src/Controllers/Table/GisVisualizationController.php
3839                 -
3840                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
3841                         count: 1
3842                         path: src/Controllers/Table/GisVisualizationController.php
3844                 -
3845                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
3846                         count: 1
3847                         path: src/Controllers/Table/GisVisualizationController.php
3849                 -
3850                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
3851                         count: 1
3852                         path: src/Controllers/Table/GisVisualizationController.php
3854                 -
3855                         message: "#^Cannot access offset 'sql_query' on mixed\\.$#"
3856                         count: 1
3857                         path: src/Controllers/Table/GisVisualizationController.php
3859                 -
3860                         message: "#^Cannot access offset 'sql_signature' on mixed\\.$#"
3861                         count: 1
3862                         path: src/Controllers/Table/GisVisualizationController.php
3864                 -
3865                         message: "#^Cannot cast mixed to int\\.$#"
3866                         count: 3
3867                         path: src/Controllers/Table/GisVisualizationController.php
3869                 -
3870                         message: "#^Parameter \\#2 \\$format of method PhpMyAdmin\\\\Gis\\\\GisVisualization\\:\\:toFile\\(\\) expects string, mixed given\\.$#"
3871                         count: 1
3872                         path: src/Controllers/Table/GisVisualizationController.php
3874                 -
3875                         message: """
3876                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
3877                                 Use dependency injection instead\\.$#
3878                         """
3879                         count: 1
3880                         path: src/Controllers/Table/ImportController.php
3882                 -
3883                         message: "#^Cannot access offset 'back' on mixed\\.$#"
3884                         count: 1
3885                         path: src/Controllers/Table/ImportController.php
3887                 -
3888                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
3889                         count: 1
3890                         path: src/Controllers/Table/ImportController.php
3892                 -
3893                         message: "#^Cannot access offset 'handler' on mixed\\.$#"
3894                         count: 2
3895                         path: src/Controllers/Table/ImportController.php
3897                 -
3898                         message: "#^Cannot call static method getIdKey\\(\\) on mixed\\.$#"
3899                         count: 1
3900                         path: src/Controllers/Table/ImportController.php
3902                 -
3903                         message: "#^Cannot cast mixed to int\\.$#"
3904                         count: 1
3905                         path: src/Controllers/Table/ImportController.php
3907                 -
3908                         message: "#^Cannot cast mixed to string\\.$#"
3909                         count: 1
3910                         path: src/Controllers/Table/ImportController.php
3912                 -
3913                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
3914                         count: 1
3915                         path: src/Controllers/Table/ImportController.php
3917                 -
3918                         message: """
3919                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
3920                                 Use dependency injection instead\\.$#
3921                         """
3922                         count: 1
3923                         path: src/Controllers/Table/IndexRenameController.php
3925                 -
3926                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
3927                         count: 1
3928                         path: src/Controllers/Table/IndexRenameController.php
3930                 -
3931                         message: """
3932                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
3933                                 Use dependency injection instead\\.$#
3934                         """
3935                         count: 2
3936                         path: src/Controllers/Table/IndexesController.php
3938                 -
3939                         message: "#^Cannot access offset 'Index_choice' on mixed\\.$#"
3940                         count: 1
3941                         path: src/Controllers/Table/IndexesController.php
3943                 -
3944                         message: "#^Cannot access offset 'names' on mixed\\.$#"
3945                         count: 1
3946                         path: src/Controllers/Table/IndexesController.php
3948                 -
3949                         message: "#^Parameter \\#1 \\$index of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getIndex\\(\\) expects string, mixed given\\.$#"
3950                         count: 1
3951                         path: src/Controllers/Table/IndexesController.php
3953                 -
3954                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
3955                         count: 1
3956                         path: src/Controllers/Table/IndexesController.php
3958                 -
3959                         message: "#^Parameter \\#1 \\$oldIndexName of method PhpMyAdmin\\\\Table\\\\Indexes\\:\\:getSqlQueryForIndexCreateOrEdit\\(\\) expects string\\|null, mixed given\\.$#"
3960                         count: 1
3961                         path: src/Controllers/Table/IndexesController.php
3963                 -
3964                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
3965                         count: 1
3966                         path: src/Controllers/Table/IndexesController.php
3968                 -
3969                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
3970                         count: 2
3971                         path: src/Controllers/Table/IndexesController.php
3973                 -
3974                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
3975                         count: 1
3976                         path: src/Controllers/Table/Maintenance/AnalyzeController.php
3978                 -
3979                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
3980                         count: 1
3981                         path: src/Controllers/Table/Maintenance/CheckController.php
3983                 -
3984                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
3985                         count: 1
3986                         path: src/Controllers/Table/Maintenance/ChecksumController.php
3988                 -
3989                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
3990                         count: 1
3991                         path: src/Controllers/Table/Maintenance/OptimizeController.php
3993                 -
3994                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
3995                         count: 1
3996                         path: src/Controllers/Table/Maintenance/RepairController.php
3998                 -
3999                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
4000                         count: 1
4001                         path: src/Controllers/Table/Partition/AnalyzeController.php
4003                 -
4004                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
4005                         count: 1
4006                         path: src/Controllers/Table/Partition/CheckController.php
4008                 -
4009                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
4010                         count: 1
4011                         path: src/Controllers/Table/Partition/DropController.php
4013                 -
4014                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
4015                         count: 2
4016                         path: src/Controllers/Table/Partition/DropController.php
4018                 -
4019                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
4020                         count: 1
4021                         path: src/Controllers/Table/Partition/OptimizeController.php
4023                 -
4024                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
4025                         count: 1
4026                         path: src/Controllers/Table/Partition/RepairController.php
4028                 -
4029                         message: """
4030                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4031                                 Use dependency injection instead\\.$#
4032                         """
4033                         count: 1
4034                         path: src/Controllers/Table/PrivilegesController.php
4036                 -
4037                         message: """
4038                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4039                                 Use dependency injection instead\\.$#
4040                         """
4041                         count: 3
4042                         path: src/Controllers/Table/RelationController.php
4044                 -
4045                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
4046                         count: 1
4047                         path: src/Controllers/Table/RelationController.php
4049                 -
4050                         message: "#^Parameter \\#1 \\$destinationForeignDb of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateForeignKeys\\(\\) expects array, mixed given\\.$#"
4051                         count: 1
4052                         path: src/Controllers/Table/RelationController.php
4054                 -
4055                         message: "#^Parameter \\#1 \\$displayField of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateDisplayField\\(\\) expects string, mixed given\\.$#"
4056                         count: 1
4057                         path: src/Controllers/Table/RelationController.php
4059                 -
4060                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
4061                         count: 2
4062                         path: src/Controllers/Table/RelationController.php
4064                 -
4065                         message: "#^Parameter \\#1 \\$multiEditColumnsName of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateInternalRelations\\(\\) expects array, mixed given\\.$#"
4066                         count: 1
4067                         path: src/Controllers/Table/RelationController.php
4069                 -
4070                         message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(string\\|null, string\\|null\\)\\: int, Closure\\(string, string\\)\\: int\\<\\-1, 1\\> given\\.$#"
4071                         count: 1
4072                         path: src/Controllers/Table/RelationController.php
4074                 -
4075                         message: "#^Parameter \\#2 \\$destinationDb of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateInternalRelations\\(\\) expects array, mixed given\\.$#"
4076                         count: 1
4077                         path: src/Controllers/Table/RelationController.php
4079                 -
4080                         message: "#^Parameter \\#2 \\$multiEditColumnsName of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateForeignKeys\\(\\) expects array, mixed given\\.$#"
4081                         count: 1
4082                         path: src/Controllers/Table/RelationController.php
4084                 -
4085                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, mixed given\\.$#"
4086                         count: 1
4087                         path: src/Controllers/Table/RelationController.php
4089                 -
4090                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
4091                         count: 1
4092                         path: src/Controllers/Table/RelationController.php
4094                 -
4095                         message: "#^Parameter \\#3 \\$destinationForeignTable of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateForeignKeys\\(\\) expects array, mixed given\\.$#"
4096                         count: 1
4097                         path: src/Controllers/Table/RelationController.php
4099                 -
4100                         message: "#^Parameter \\#3 \\$destinationTable of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateInternalRelations\\(\\) expects array, mixed given\\.$#"
4101                         count: 1
4102                         path: src/Controllers/Table/RelationController.php
4104                 -
4105                         message: "#^Parameter \\#3 \\$schema of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, mixed given\\.$#"
4106                         count: 1
4107                         path: src/Controllers/Table/RelationController.php
4109                 -
4110                         message: "#^Parameter \\#4 \\$destinationColumn of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateInternalRelations\\(\\) expects array, mixed given\\.$#"
4111                         count: 1
4112                         path: src/Controllers/Table/RelationController.php
4114                 -
4115                         message: "#^Parameter \\#4 \\$destinationForeignColumn of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateForeignKeys\\(\\) expects array, mixed given\\.$#"
4116                         count: 1
4117                         path: src/Controllers/Table/RelationController.php
4119                 -
4120                         message: "#^Argument of an invalid type array\\|string supplied for foreach, only iterables are supported\\.$#"
4121                         count: 1
4122                         path: src/Controllers/Table/ReplaceController.php
4124                 -
4125                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
4126                         count: 2
4127                         path: src/Controllers/Table/ReplaceController.php
4129                 -
4130                         message: "#^Cannot access an offset on mixed\\.$#"
4131                         count: 2
4132                         path: src/Controllers/Table/ReplaceController.php
4134                 -
4135                         message: "#^Cannot access offset 'after_insert' on mixed\\.$#"
4136                         count: 1
4137                         path: src/Controllers/Table/ReplaceController.php
4139                 -
4140                         message: "#^Cannot access offset 'multi_edit' on mixed\\.$#"
4141                         count: 11
4142                         path: src/Controllers/Table/ReplaceController.php
4144                 -
4145                         message: "#^Cannot access offset 'row_count' on mixed\\.$#"
4146                         count: 1
4147                         path: src/Controllers/Table/ReplaceController.php
4149                 -
4150                         message: "#^Cannot access offset 'sql_query' on mixed\\.$#"
4151                         count: 2
4152                         path: src/Controllers/Table/ReplaceController.php
4154                 -
4155                         message: "#^Cannot access offset 'where_clause' on mixed\\.$#"
4156                         count: 1
4157                         path: src/Controllers/Table/ReplaceController.php
4159                 -
4160                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
4161                         count: 11
4162                         path: src/Controllers/Table/ReplaceController.php
4164                 -
4165                         message: "#^Cannot access offset 0 on mixed\\.$#"
4166                         count: 2
4167                         path: src/Controllers/Table/ReplaceController.php
4169                 -
4170                         message: "#^Cannot access offset int\\|string on mixed\\.$#"
4171                         count: 9
4172                         path: src/Controllers/Table/ReplaceController.php
4174                 -
4175                         message: "#^Cannot call method addMessages\\(\\) on mixed\\.$#"
4176                         count: 1
4177                         path: src/Controllers/Table/ReplaceController.php
4179                 -
4180                         message: "#^Cannot call method addMessagesString\\(\\) on mixed\\.$#"
4181                         count: 3
4182                         path: src/Controllers/Table/ReplaceController.php
4184                 -
4185                         message: "#^Cannot call method isSuccess\\(\\) on mixed\\.$#"
4186                         count: 1
4187                         path: src/Controllers/Table/ReplaceController.php
4189                 -
4190                         message: "#^Cannot call method setType\\(\\) on mixed\\.$#"
4191                         count: 3
4192                         path: src/Controllers/Table/ReplaceController.php
4194                 -
4195                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4196                         count: 9
4197                         path: src/Controllers/Table/ReplaceController.php
4199                 -
4200                         message: "#^Implicit array creation is not allowed \\- variable \\$extraData might not exist\\.$#"
4201                         count: 1
4202                         path: src/Controllers/Table/ReplaceController.php
4204                 -
4205                         message: "#^Method PhpMyAdmin\\\\Controllers\\\\Table\\\\ReplaceController\\:\\:getParamsForUpdateOrInsert\\(\\) return type has no value type specified in iterable type array\\.$#"
4206                         count: 1
4207                         path: src/Controllers/Table/ReplaceController.php
4209                 -
4210                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
4211                         count: 1
4212                         path: src/Controllers/Table/ReplaceController.php
4214                 -
4215                         message: "#^PHPDoc tag @var for variable \\$relationFields has no value type specified in iterable type array\\.$#"
4216                         count: 1
4217                         path: src/Controllers/Table/ReplaceController.php
4219                 -
4220                         message: "#^Parameter \\#1 \\$array of function array_keys expects array, mixed given\\.$#"
4221                         count: 1
4222                         path: src/Controllers/Table/ReplaceController.php
4224                 -
4225                         message: "#^Parameter \\#1 \\$array of function array_values expects array\\<T\\>, mixed given\\.$#"
4226                         count: 1
4227                         path: src/Controllers/Table/ReplaceController.php
4229                 -
4230                         message: "#^Parameter \\#1 \\$columnName of class PhpMyAdmin\\\\EditField constructor expects string, mixed given\\.$#"
4231                         count: 1
4232                         path: src/Controllers/Table/ReplaceController.php
4234                 -
4235                         message: "#^Parameter \\#1 \\$json of method PhpMyAdmin\\\\ResponseRenderer\\:\\:addJSON\\(\\) expects array\\|int\\|string, mixed given\\.$#"
4236                         count: 1
4237                         path: src/Controllers/Table/ReplaceController.php
4239                 -
4240                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
4241                         count: 1
4242                         path: src/Controllers/Table/ReplaceController.php
4244                 -
4245                         message: "#^Parameter \\#1 \\$oneWhereClause of method PhpMyAdmin\\\\InsertEdit\\:\\:setSessionForEditNext\\(\\) expects string, mixed given\\.$#"
4246                         count: 1
4247                         path: src/Controllers/Table/ReplaceController.php
4249                 -
4250                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\InsertEdit\\:\\:executeSqlQuery\\(\\) expects array, mixed given\\.$#"
4251                         count: 1
4252                         path: src/Controllers/Table/ReplaceController.php
4254                 -
4255                         message: "#^Parameter \\#1 \\$queryData of static method PhpMyAdmin\\\\Core\\:\\:previewSQL\\(\\) expects array\\|string, mixed given\\.$#"
4256                         count: 1
4257                         path: src/Controllers/Table/ReplaceController.php
4259                 -
4260                         message: "#^Parameter \\#1 \\$state of method PhpMyAdmin\\\\ResponseRenderer\\:\\:setRequestStatus\\(\\) expects bool, mixed given\\.$#"
4261                         count: 1
4262                         path: src/Controllers/Table/ReplaceController.php
4264                 -
4265                         message: "#^Parameter \\#1 \\$urlParams of method PhpMyAdmin\\\\InsertEdit\\:\\:getErrorUrl\\(\\) expects array, mixed given\\.$#"
4266                         count: 1
4267                         path: src/Controllers/Table/ReplaceController.php
4269                 -
4270                         message: "#^Parameter \\#2 \\$relationField of method PhpMyAdmin\\\\InsertEdit\\:\\:getLinkForRelationalDisplayField\\(\\) expects string, \\(int\\|string\\) given\\.$#"
4271                         count: 1
4272                         path: src/Controllers/Table/ReplaceController.php
4274                 -
4275                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
4276                         count: 1
4277                         path: src/Controllers/Table/ReplaceController.php
4279                 -
4280                         message: "#^Parameter \\#3 \\$columnName of method PhpMyAdmin\\\\InsertEdit\\:\\:verifyWhetherValueCanBeTruncatedAndAppendExtraData\\(\\) expects string, mixed given\\.$#"
4281                         count: 1
4282                         path: src/Controllers/Table/ReplaceController.php
4284                 -
4285                         message: "#^Parameter \\#3 \\$relationField of method PhpMyAdmin\\\\InsertEdit\\:\\:getDisplayValueForForeignTableColumn\\(\\) expects string, \\(int\\|string\\) given\\.$#"
4286                         count: 1
4287                         path: src/Controllers/Table/ReplaceController.php
4289                 -
4290                         message: "#^Parameter \\#3 \\$type of class PhpMyAdmin\\\\EditField constructor expects string, mixed given\\.$#"
4291                         count: 1
4292                         path: src/Controllers/Table/ReplaceController.php
4294                 -
4295                         message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
4296                         count: 1
4297                         path: src/Controllers/Table/ReplaceController.php
4299                 -
4300                         message: "#^Parameter \\#5 \\$relationFieldValue of method PhpMyAdmin\\\\InsertEdit\\:\\:getLinkForRelationalDisplayField\\(\\) expects string, mixed given\\.$#"
4301                         count: 1
4302                         path: src/Controllers/Table/ReplaceController.php
4304                 -
4305                         message: "#^Parameter \\#7 \\$function of class PhpMyAdmin\\\\EditField constructor expects string, mixed given\\.$#"
4306                         count: 1
4307                         path: src/Controllers/Table/ReplaceController.php
4309                 -
4310                         message: "#^Parameter \\#8 \\$salt of class PhpMyAdmin\\\\EditField constructor expects string\\|null, mixed given\\.$#"
4311                         count: 1
4312                         path: src/Controllers/Table/ReplaceController.php
4314                 -
4315                         message: "#^Parameter \\#9 \\$previousValue of class PhpMyAdmin\\\\EditField constructor expects string\\|null, mixed given\\.$#"
4316                         count: 1
4317                         path: src/Controllers/Table/ReplaceController.php
4319                 -
4320                         message: "#^Variable \\$extraData might not be defined\\.$#"
4321                         count: 1
4322                         path: src/Controllers/Table/ReplaceController.php
4324                 -
4325                         message: """
4326                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4327                                 Use dependency injection instead\\.$#
4328                         """
4329                         count: 4
4330                         path: src/Controllers/Table/SearchController.php
4332                 -
4333                         message: "#^Cannot access offset int on mixed\\.$#"
4334                         count: 1
4335                         path: src/Controllers/Table/SearchController.php
4337                 -
4338                         message: "#^Casting to int something that's already int\\<1, max\\>\\.$#"
4339                         count: 1
4340                         path: src/Controllers/Table/SearchController.php
4342                 -
4343                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4344                         count: 1
4345                         path: src/Controllers/Table/SearchController.php
4347                 -
4348                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
4349                         count: 1
4350                         path: src/Controllers/Table/SearchController.php
4352                 -
4353                         message: "#^Parameter \\#1 \\$column of method PhpMyAdmin\\\\Controllers\\\\Table\\\\SearchController\\:\\:getColumnMinMax\\(\\) expects string, mixed given\\.$#"
4354                         count: 1
4355                         path: src/Controllers/Table/SearchController.php
4357                 -
4358                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
4359                         count: 1
4360                         path: src/Controllers/Table/SearchController.php
4362                 -
4363                         message: "#^Parameter \\#1 \\$string of function strtoupper expects string, string\\|null given\\.$#"
4364                         count: 1
4365                         path: src/Controllers/Table/SearchController.php
4367                 -
4368                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getIntegerRange\\(\\) expects string, string\\|null given\\.$#"
4369                         count: 1
4370                         path: src/Controllers/Table/SearchController.php
4372                 -
4373                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getTypeOperatorsHtml\\(\\) expects string, string\\|null given\\.$#"
4374                         count: 1
4375                         path: src/Controllers/Table/SearchController.php
4377                 -
4378                         message: "#^Parameter \\#2 \\$foreignField of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:foreignDropdown\\(\\) expects string, mixed given\\.$#"
4379                         count: 1
4380                         path: src/Controllers/Table/SearchController.php
4382                 -
4383                         message: "#^Parameter \\#3 \\$selectedOperator of method PhpMyAdmin\\\\Types\\:\\:getTypeOperatorsHtml\\(\\) expects string\\|null, mixed given\\.$#"
4384                         count: 1
4385                         path: src/Controllers/Table/SearchController.php
4387                 -
4388                         message: "#^Parameter \\#8 \\$goto of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
4389                         count: 1
4390                         path: src/Controllers/Table/SearchController.php
4392                 -
4393                         message: """
4394                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4395                                 Use dependency injection instead\\.$#
4396                         """
4397                         count: 1
4398                         path: src/Controllers/Table/SqlController.php
4400                 -
4401                         message: "#^Parameter \\#3 \\$query of method PhpMyAdmin\\\\SqlQueryForm\\:\\:getHtml\\(\\) expects bool\\|string, mixed given\\.$#"
4402                         count: 1
4403                         path: src/Controllers/Table/SqlController.php
4405                 -
4406                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
4407                         count: 1
4408                         path: src/Controllers/Table/Structure/BrowseController.php
4410                 -
4411                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4412                         count: 1
4413                         path: src/Controllers/Table/Structure/BrowseController.php
4415                 -
4416                         message: "#^Parameter \\#1 \\$goto of method PhpMyAdmin\\\\Controllers\\\\Table\\\\Structure\\\\BrowseController\\:\\:displayTableBrowseForSelectedColumns\\(\\) expects string, mixed given\\.$#"
4417                         count: 1
4418                         path: src/Controllers/Table/Structure/BrowseController.php
4420                 -
4421                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
4422                         count: 1
4423                         path: src/Controllers/Table/Structure/BrowseController.php
4425                 -
4426                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4427                         count: 1
4428                         path: src/Controllers/Table/Structure/CentralColumnsAddController.php
4430                 -
4431                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4432                         count: 1
4433                         path: src/Controllers/Table/Structure/CentralColumnsRemoveController.php
4435                 -
4436                         message: "#^Parameter \\#1 \\$selected of method PhpMyAdmin\\\\Controllers\\\\Table\\\\Structure\\\\ChangeController\\:\\:displayHtmlForColumnChange\\(\\) expects array\\<string\\>, array given\\.$#"
4437                         count: 1
4438                         path: src/Controllers/Table/Structure/ChangeController.php
4440                 -
4441                         message: "#^Parameter \\#1 \\$selected of method PhpMyAdmin\\\\Controllers\\\\Table\\\\Structure\\\\ChangeController\\:\\:displayHtmlForColumnChange\\(\\) expects array\\<string\\>, array\\<int, mixed\\> given\\.$#"
4442                         count: 1
4443                         path: src/Controllers/Table/Structure/ChangeController.php
4445                 -
4446                         message: "#^Cannot call method get\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
4447                         count: 16
4448                         path: src/Controllers/Table/Structure/PartitioningController.php
4450                 -
4451                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4452                         count: 2
4453                         path: src/Controllers/Table/Structure/PartitioningController.php
4455                 -
4456                         message: "#^Method PhpMyAdmin\\\\Controllers\\\\Table\\\\Structure\\\\PartitioningController\\:\\:extractPartitionDetails\\(\\) should return array\\<string, array\\<int, array\\<string, mixed\\>\\>\\|bool\\|int\\|string\\>\\|null but returns array\\<string, mixed\\>\\.$#"
4457                         count: 1
4458                         path: src/Controllers/Table/Structure/PartitioningController.php
4460                 -
4461                         message: "#^Offset 'partition_by' on array\\{partition_by\\: string, partition_expr\\: string, partition_count\\: mixed, subpartition_by\\: string, subpartition_expr\\: string, subpartition_count\\: mixed, can_have_subpartitions\\: bool\\} in isset\\(\\) always exists and is not nullable\\.$#"
4462                         count: 1
4463                         path: src/Controllers/Table/Structure/PartitioningController.php
4465                 -
4466                         message: "#^Offset 0 does not exist on array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\PartitionDefinition\\>\\|null\\.$#"
4467                         count: 1
4468                         path: src/Controllers/Table/Structure/PartitioningController.php
4470                 -
4471                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\PartitionDefinition\\>\\|null given\\.$#"
4472                         count: 2
4473                         path: src/Controllers/Table/Structure/PartitioningController.php
4475                 -
4476                         message: """
4477                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4478                                 Use dependency injection instead\\.$#
4479                         """
4480                         count: 1
4481                         path: src/Controllers/Table/Structure/PrimaryController.php
4483                 -
4484                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4485                         count: 1
4486                         path: src/Controllers/Table/Structure/PrimaryController.php
4488                 -
4489                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
4490                         count: 1
4491                         path: src/Controllers/Table/Structure/PrimaryController.php
4493                 -
4494                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
4495                         count: 1
4496                         path: src/Controllers/Table/Structure/PrimaryController.php
4498                 -
4499                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
4500                         count: 1
4501                         path: src/Controllers/Table/Structure/ReservedWordCheckController.php
4503                 -
4504                         message: """
4505                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4506                                 Use dependency injection instead\\.$#
4507                         """
4508                         count: 1
4509                         path: src/Controllers/Table/Structure/ReservedWordCheckController.php
4511                 -
4512                         message: "#^Only booleans are allowed in a negated boolean, int\\|null given\\.$#"
4513                         count: 1
4514                         path: src/Controllers/Table/Structure/ReservedWordCheckController.php
4516                 -
4517                         message: "#^Only booleans are allowed in an if condition, int\\|null given\\.$#"
4518                         count: 1
4519                         path: src/Controllers/Table/Structure/ReservedWordCheckController.php
4521                 -
4522                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
4523                         count: 2
4524                         path: src/Controllers/Table/Structure/ReservedWordCheckController.php
4526                 -
4527                         message: """
4528                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4529                                 Use dependency injection instead\\.$#
4530                         """
4531                         count: 1
4532                         path: src/Controllers/Table/Structure/SaveController.php
4534                 -
4535                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
4536                         count: 1
4537                         path: src/Controllers/Table/Structure/SaveController.php
4539                 -
4540                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
4541                         count: 7
4542                         path: src/Controllers/Table/Structure/SaveController.php
4544                 -
4545                         message: "#^Cannot access offset int on mixed\\.$#"
4546                         count: 9
4547                         path: src/Controllers/Table/Structure/SaveController.php
4549                 -
4550                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
4551                         count: 26
4552                         path: src/Controllers/Table/Structure/SaveController.php
4554                 -
4555                         message: "#^Cannot cast mixed to string\\.$#"
4556                         count: 1
4557                         path: src/Controllers/Table/Structure/SaveController.php
4559                 -
4560                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4561                         count: 2
4562                         path: src/Controllers/Table/Structure/SaveController.php
4564                 -
4565                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
4566                         count: 3
4567                         path: src/Controllers/Table/Structure/SaveController.php
4569                 -
4570                         message: "#^Parameter \\#1 \\$oldcol of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4571                         count: 2
4572                         path: src/Controllers/Table/Structure/SaveController.php
4574                 -
4575                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
4576                         count: 1
4577                         path: src/Controllers/Table/Structure/SaveController.php
4579                 -
4580                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
4581                         count: 1
4582                         path: src/Controllers/Table/Structure/SaveController.php
4584                 -
4585                         message: "#^Parameter \\#10 \\$extra of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4586                         count: 2
4587                         path: src/Controllers/Table/Structure/SaveController.php
4589                 -
4590                         message: "#^Parameter \\#11 \\$comment of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4591                         count: 2
4592                         path: src/Controllers/Table/Structure/SaveController.php
4594                 -
4595                         message: "#^Parameter \\#12 \\$virtuality of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4596                         count: 2
4597                         path: src/Controllers/Table/Structure/SaveController.php
4599                 -
4600                         message: "#^Parameter \\#13 \\$expression of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4601                         count: 2
4602                         path: src/Controllers/Table/Structure/SaveController.php
4604                 -
4605                         message: "#^Parameter \\#14 \\$moveTo of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4606                         count: 2
4607                         path: src/Controllers/Table/Structure/SaveController.php
4609                 -
4610                         message: "#^Parameter \\#2 \\$newcol of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4611                         count: 2
4612                         path: src/Controllers/Table/Structure/SaveController.php
4614                 -
4615                         message: "#^Parameter \\#3 \\$field of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:renameField\\(\\) expects string, mixed given\\.$#"
4616                         count: 1
4617                         path: src/Controllers/Table/Structure/SaveController.php
4619                 -
4620                         message: "#^Parameter \\#3 \\$key of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
4621                         count: 1
4622                         path: src/Controllers/Table/Structure/SaveController.php
4624                 -
4625                         message: "#^Parameter \\#3 \\$type of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4626                         count: 2
4627                         path: src/Controllers/Table/Structure/SaveController.php
4629                 -
4630                         message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
4631                         count: 1
4632                         path: src/Controllers/Table/Structure/SaveController.php
4634                 -
4635                         message: "#^Parameter \\#4 \\$length of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4636                         count: 2
4637                         path: src/Controllers/Table/Structure/SaveController.php
4639                 -
4640                         message: "#^Parameter \\#4 \\$mimetype of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
4641                         count: 1
4642                         path: src/Controllers/Table/Structure/SaveController.php
4644                 -
4645                         message: "#^Parameter \\#4 \\$newName of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:renameField\\(\\) expects string, mixed given\\.$#"
4646                         count: 1
4647                         path: src/Controllers/Table/Structure/SaveController.php
4649                 -
4650                         message: "#^Parameter \\#5 \\$attribute of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4651                         count: 2
4652                         path: src/Controllers/Table/Structure/SaveController.php
4654                 -
4655                         message: "#^Parameter \\#5 \\$transformation of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
4656                         count: 1
4657                         path: src/Controllers/Table/Structure/SaveController.php
4659                 -
4660                         message: "#^Parameter \\#6 \\$collation of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4661                         count: 2
4662                         path: src/Controllers/Table/Structure/SaveController.php
4664                 -
4665                         message: "#^Parameter \\#6 \\$transformationOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
4666                         count: 1
4667                         path: src/Controllers/Table/Structure/SaveController.php
4669                 -
4670                         message: "#^Parameter \\#7 \\$inputTransform of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
4671                         count: 1
4672                         path: src/Controllers/Table/Structure/SaveController.php
4674                 -
4675                         message: "#^Parameter \\#7 \\$null of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects bool\\|string, mixed given\\.$#"
4676                         count: 2
4677                         path: src/Controllers/Table/Structure/SaveController.php
4679                 -
4680                         message: "#^Parameter \\#8 \\$defaultType of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4681                         count: 2
4682                         path: src/Controllers/Table/Structure/SaveController.php
4684                 -
4685                         message: "#^Parameter \\#8 \\$inputTransformOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
4686                         count: 1
4687                         path: src/Controllers/Table/Structure/SaveController.php
4689                 -
4690                         message: "#^Parameter \\#9 \\$defaultValue of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
4691                         count: 2
4692                         path: src/Controllers/Table/Structure/SaveController.php
4694                 -
4695                         message: "#^Binary operation \"\\+\" between int\\|non\\-falsy\\-string and int\\|non\\-falsy\\-string results in an error\\.$#"
4696                         count: 4
4697                         path: src/Controllers/Table/StructureController.php
4699                 -
4700                         message: "#^Binary operation \"\\-\" between mixed and int\\|string results in an error\\.$#"
4701                         count: 1
4702                         path: src/Controllers/Table/StructureController.php
4704                 -
4705                         message: "#^Binary operation \"/\" between mixed and int\\|string\\|null results in an error\\.$#"
4706                         count: 1
4707                         path: src/Controllers/Table/StructureController.php
4709                 -
4710                         message: """
4711                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4712                                 Use dependency injection instead\\.$#
4713                         """
4714                         count: 3
4715                         path: src/Controllers/Table/StructureController.php
4717                 -
4718                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
4719                         count: 1
4720                         path: src/Controllers/Table/StructureController.php
4722                 -
4723                         message: "#^Cannot use array destructuring on array\\<int, string\\>\\|null\\.$#"
4724                         count: 4
4725                         path: src/Controllers/Table/StructureController.php
4727                 -
4728                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4729                         count: 2
4730                         path: src/Controllers/Table/StructureController.php
4732                 -
4733                         message: "#^Parameter \\#1 \\$datetime of class DateTimeImmutable constructor expects string, int\\|string given\\.$#"
4734                         count: 3
4735                         path: src/Controllers/Table/StructureController.php
4737                 -
4738                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatByteDown\\(\\) expects float\\|int\\|string\\|null, mixed given\\.$#"
4739                         count: 4
4740                         path: src/Controllers/Table/StructureController.php
4742                 -
4743                         message: """
4744                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4745                                 Use dependency injection instead\\.$#
4746                         """
4747                         count: 1
4748                         path: src/Controllers/Table/TrackingController.php
4750                 -
4751                         message: "#^Cannot access offset 'back' on mixed\\.$#"
4752                         count: 1
4753                         path: src/Controllers/Table/TrackingController.php
4755                 -
4756                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
4757                         count: 1
4758                         path: src/Controllers/Table/TrackingController.php
4760                 -
4761                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
4762                         count: 1
4763                         path: src/Controllers/Table/TrackingController.php
4765                 -
4766                         message: "#^Parameter \\#2 \\$entries of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getDownloadInfoForExport\\(\\) expects array\\<int, array\\<string, int\\|string\\>\\>, array given\\.$#"
4767                         count: 1
4768                         path: src/Controllers/Table/TrackingController.php
4770                 -
4771                         message: "#^Parameter \\#2 \\$urlParams of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects array, mixed given\\.$#"
4772                         count: 1
4773                         path: src/Controllers/Table/TrackingController.php
4775                 -
4776                         message: "#^Parameter \\#3 \\$urlParams of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForMainPage\\(\\) expects array, mixed given\\.$#"
4777                         count: 1
4778                         path: src/Controllers/Table/TrackingController.php
4780                 -
4781                         message: "#^Parameter \\#3 \\$version of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:deleteTrackingVersion\\(\\) expects string, mixed given\\.$#"
4782                         count: 1
4783                         path: src/Controllers/Table/TrackingController.php
4785                 -
4786                         message: "#^Parameter \\#4 \\$params of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForSchemaSnapshot\\(\\) expects array, mixed given\\.$#"
4787                         count: 1
4788                         path: src/Controllers/Table/TrackingController.php
4790                 -
4791                         message: """
4792                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4793                                 Use dependency injection instead\\.$#
4794                         """
4795                         count: 4
4796                         path: src/Controllers/Table/ZoomSearchController.php
4798                 -
4799                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
4800                         count: 2
4801                         path: src/Controllers/Table/ZoomSearchController.php
4803                 -
4804                         message: "#^Cannot access offset 0 on mixed\\.$#"
4805                         count: 3
4806                         path: src/Controllers/Table/ZoomSearchController.php
4808                 -
4809                         message: "#^Cannot access offset 1 on mixed\\.$#"
4810                         count: 3
4811                         path: src/Controllers/Table/ZoomSearchController.php
4813                 -
4814                         message: "#^Cannot access offset int on mixed\\.$#"
4815                         count: 1
4816                         path: src/Controllers/Table/ZoomSearchController.php
4818                 -
4819                         message: "#^Cannot access offset int\\<0, 3\\> on mixed\\.$#"
4820                         count: 1
4821                         path: src/Controllers/Table/ZoomSearchController.php
4823                 -
4824                         message: "#^Cannot cast mixed to int\\.$#"
4825                         count: 1
4826                         path: src/Controllers/Table/ZoomSearchController.php
4828                 -
4829                         message: "#^Cannot cast mixed to string\\.$#"
4830                         count: 1
4831                         path: src/Controllers/Table/ZoomSearchController.php
4833                 -
4834                         message: "#^Casting to int something that's already int\\<1, max\\>\\.$#"
4835                         count: 1
4836                         path: src/Controllers/Table/ZoomSearchController.php
4838                 -
4839                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4840                         count: 2
4841                         path: src/Controllers/Table/ZoomSearchController.php
4843                 -
4844                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
4845                         count: 1
4846                         path: src/Controllers/Table/ZoomSearchController.php
4848                 -
4849                         message: "#^Parameter \\#1 \\$dataLabel of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ZoomSearchController\\:\\:displaySelectionFormAction\\(\\) expects string, mixed given\\.$#"
4850                         count: 1
4851                         path: src/Controllers/Table/ZoomSearchController.php
4853                 -
4854                         message: "#^Parameter \\#1 \\$dataLabel of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ZoomSearchController\\:\\:zoomSubmitAction\\(\\) expects string, mixed given\\.$#"
4855                         count: 1
4856                         path: src/Controllers/Table/ZoomSearchController.php
4858                 -
4859                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
4860                         count: 2
4861                         path: src/Controllers/Table/ZoomSearchController.php
4863                 -
4864                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
4865                         count: 1
4866                         path: src/Controllers/Table/ZoomSearchController.php
4868                 -
4869                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
4870                         count: 1
4871                         path: src/Controllers/Table/ZoomSearchController.php
4873                 -
4874                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
4875                         count: 1
4876                         path: src/Controllers/Table/ZoomSearchController.php
4878                 -
4879                         message: "#^Parameter \\#1 \\$string of function strtoupper expects string, string\\|null given\\.$#"
4880                         count: 1
4881                         path: src/Controllers/Table/ZoomSearchController.php
4883                 -
4884                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getIntegerRange\\(\\) expects string, string\\|null given\\.$#"
4885                         count: 1
4886                         path: src/Controllers/Table/ZoomSearchController.php
4888                 -
4889                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getTypeOperatorsHtml\\(\\) expects string, string\\|null given\\.$#"
4890                         count: 1
4891                         path: src/Controllers/Table/ZoomSearchController.php
4893                 -
4894                         message: "#^Parameter \\#2 \\$columnIndex of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ZoomSearchController\\:\\:getColumnProperties\\(\\) expects int, int\\|false given\\.$#"
4895                         count: 1
4896                         path: src/Controllers/Table/ZoomSearchController.php
4898                 -
4899                         message: "#^Parameter \\#2 \\$foreignField of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:foreignDropdown\\(\\) expects string, mixed given\\.$#"
4900                         count: 1
4901                         path: src/Controllers/Table/ZoomSearchController.php
4903                 -
4904                         message: "#^Parameter \\#2 \\$goto of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ZoomSearchController\\:\\:zoomSubmitAction\\(\\) expects string, mixed given\\.$#"
4905                         count: 1
4906                         path: src/Controllers/Table/ZoomSearchController.php
4908                 -
4909                         message: "#^Parameter \\#2 \\$signature of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
4910                         count: 1
4911                         path: src/Controllers/Table/ZoomSearchController.php
4913                 -
4914                         message: "#^Parameter \\#3 \\$selectedOperator of method PhpMyAdmin\\\\Types\\:\\:getTypeOperatorsHtml\\(\\) expects string\\|null, mixed given\\.$#"
4915                         count: 1
4916                         path: src/Controllers/Table/ZoomSearchController.php
4918                 -
4919                         message: """
4920                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4921                                 Use dependency injection instead\\.$#
4922                         """
4923                         count: 1
4924                         path: src/Controllers/ThemeSetController.php
4926                 -
4927                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4928                         count: 1
4929                         path: src/Controllers/Transformation/WrapperController.php
4931                 -
4932                         message: """
4933                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4934                                 Use dependency injection instead\\.$#
4935                         """
4936                         count: 1
4937                         path: src/Controllers/Triggers/IndexController.php
4939                 -
4940                         message: "#^Cannot call method isSuccess\\(\\) on mixed\\.$#"
4941                         count: 1
4942                         path: src/Controllers/Triggers/IndexController.php
4944                 -
4945                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4946                         count: 11
4947                         path: src/Controllers/Triggers/IndexController.php
4949                 -
4950                         message: "#^Only booleans are allowed in \\|\\|, int\\<0, max\\> given on the left side\\.$#"
4951                         count: 1
4952                         path: src/Controllers/Triggers/IndexController.php
4954                 -
4955                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
4956                         count: 1
4957                         path: src/Controllers/Triggers/IndexController.php
4959                 -
4960                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
4961                         count: 1
4962                         path: src/Controllers/Triggers/IndexController.php
4964                 -
4965                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
4966                         count: 1
4967                         path: src/Controllers/Triggers/IndexController.php
4969                 -
4970                         message: "#^Parameter \\#1 \\$trigger of method PhpMyAdmin\\\\Controllers\\\\Triggers\\\\IndexController\\:\\:getDataFromTrigger\\(\\) expects PhpMyAdmin\\\\Triggers\\\\Trigger, PhpMyAdmin\\\\Triggers\\\\Trigger\\|null given\\.$#"
4971                         count: 1
4972                         path: src/Controllers/Triggers/IndexController.php
4974                 -
4975                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
4976                         count: 1
4977                         path: src/Controllers/Triggers/IndexController.php
4979                 -
4980                         message: "#^Parameter \\#3 \\$name of method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getTriggerByName\\(\\) expects string, mixed given\\.$#"
4981                         count: 2
4982                         path: src/Controllers/Triggers/IndexController.php
4984                 -
4985                         message: """
4986                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
4987                                 Use dependency injection instead\\.$#
4988                         """
4989                         count: 1
4990                         path: src/Controllers/UserPasswordController.php
4992                 -
4993                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\UserPassword\\:\\:getFormForChangePassword\\(\\) expects string\\|null, mixed given\\.$#"
4994                         count: 1
4995                         path: src/Controllers/UserPasswordController.php
4997                 -
4998                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\UserPassword\\:\\:getFormForChangePassword\\(\\) expects string\\|null, mixed given\\.$#"
4999                         count: 1
5000                         path: src/Controllers/UserPasswordController.php
5002                 -
5003                         message: """
5004                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
5005                                 Use dependency injection instead\\.$#
5006                         """
5007                         count: 1
5008                         path: src/Controllers/View/CreateController.php
5010                 -
5011                         message: "#^Cannot access offset 'back' on mixed\\.$#"
5012                         count: 1
5013                         path: src/Controllers/View/CreateController.php
5015                 -
5016                         message: "#^Cannot access offset 'db' on mixed\\.$#"
5017                         count: 1
5018                         path: src/Controllers/View/CreateController.php
5020                 -
5021                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
5022                         count: 1
5023                         path: src/Controllers/View/CreateController.php
5025                 -
5026                         message: "#^Cannot access offset 'reload' on mixed\\.$#"
5027                         count: 1
5028                         path: src/Controllers/View/CreateController.php
5030                 -
5031                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5032                         count: 3
5033                         path: src/Controllers/View/CreateController.php
5035                 -
5036                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5037                         count: 1
5038                         path: src/Controllers/View/CreateController.php
5040                 -
5041                         message: "#^PHPDoc tag @var for variable \\$view has no value type specified in iterable type array\\.$#"
5042                         count: 1
5043                         path: src/Controllers/View/CreateController.php
5045                 -
5046                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
5047                         count: 1
5048                         path: src/Controllers/View/CreateController.php
5050                 -
5051                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
5052                         count: 1
5053                         path: src/Controllers/View/CreateController.php
5055                 -
5056                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
5057                         count: 2
5058                         path: src/Controllers/View/CreateController.php
5060                 -
5061                         message: "#^Parameter \\#1 \\$sqlQuery of method PhpMyAdmin\\\\SystemDatabase\\:\\:getColumnMapFromSql\\(\\) expects string, mixed given\\.$#"
5062                         count: 1
5063                         path: src/Controllers/View/CreateController.php
5065                 -
5066                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
5067                         count: 2
5068                         path: src/Controllers/View/CreateController.php
5070                 -
5071                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
5072                         count: 1
5073                         path: src/Controllers/View/CreateController.php
5075                 -
5076                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
5077                         count: 2
5078                         path: src/Controllers/View/CreateController.php
5080                 -
5081                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
5082                         count: 1
5083                         path: src/Controllers/View/CreateController.php
5085                 -
5086                         message: "#^Parameter \\#3 \\$viewName of method PhpMyAdmin\\\\SystemDatabase\\:\\:getNewTransformationDataSql\\(\\) expects string, mixed given\\.$#"
5087                         count: 1
5088                         path: src/Controllers/View/CreateController.php
5090                 -
5091                         message: """
5092                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
5093                                 Use dependency injection instead\\.$#
5094                         """
5095                         count: 4
5096                         path: src/Core.php
5098                 -
5099                         message: "#^Cannot access offset string on mixed\\.$#"
5100                         count: 8
5101                         path: src/Core.php
5103                 -
5104                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5105                         count: 3
5106                         path: src/Core.php
5108                 -
5109                         message: "#^Method PhpMyAdmin\\\\Core\\:\\:getIp\\(\\) should return bool\\|string but returns mixed\\.$#"
5110                         count: 1
5111                         path: src/Core.php
5113                 -
5114                         message: "#^Only booleans are allowed in a negated boolean, int\\|string given\\.$#"
5115                         count: 1
5116                         path: src/Core.php
5118                 -
5119                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
5120                         count: 1
5121                         path: src/Core.php
5123                 -
5124                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:formatSql\\(\\) expects string, mixed given\\.$#"
5125                         count: 1
5126                         path: src/Core.php
5128                 -
5129                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
5130                         count: 1
5131                         path: src/Core.php
5133                 -
5134                         message: "#^Parameter \\#1 \\$variableName of static method PhpMyAdmin\\\\Core\\:\\:getEnv\\(\\) expects non\\-empty\\-string, string given\\.$#"
5135                         count: 1
5136                         path: src/Core.php
5138                 -
5139                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
5140                         count: 3
5141                         path: src/CreateAddField.php
5143                 -
5144                         message: "#^Cannot access offset 'col_index' on mixed\\.$#"
5145                         count: 1
5146                         path: src/CreateAddField.php
5148                 -
5149                         message: "#^Cannot access offset 'size' on mixed\\.$#"
5150                         count: 1
5151                         path: src/CreateAddField.php
5153                 -
5154                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
5155                         count: 12
5156                         path: src/CreateAddField.php
5158                 -
5159                         message: "#^Cannot access offset int\\<min, \\-2\\>\\|int\\<0, max\\> on mixed\\.$#"
5160                         count: 1
5161                         path: src/CreateAddField.php
5163                 -
5164                         message: "#^Cannot access offset mixed on mixed\\.$#"
5165                         count: 1
5166                         path: src/CreateAddField.php
5168                 -
5169                         message: "#^Cannot cast mixed to int\\.$#"
5170                         count: 1
5171                         path: src/CreateAddField.php
5173                 -
5174                         message: "#^Cannot cast mixed to string\\.$#"
5175                         count: 2
5176                         path: src/CreateAddField.php
5178                 -
5179                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5180                         count: 24
5181                         path: src/CreateAddField.php
5183                 -
5184                         message: "#^Method PhpMyAdmin\\\\CreateAddField\\:\\:getIndexedColumns\\(\\) return type has no value type specified in iterable type array\\.$#"
5185                         count: 5
5186                         path: src/CreateAddField.php
5188                 -
5189                         message: "#^Method PhpMyAdmin\\\\CreateAddField\\:\\:getIndexedColumns\\(\\) should return array\\{int, array, array, array, array, array\\} but returns array\\{int\\<0, max\\>, mixed, mixed, mixed, mixed, mixed\\}\\.$#"
5190                         count: 1
5191                         path: src/CreateAddField.php
5193                 -
5194                         message: "#^Parameter \\#1 \\$collation of static method PhpMyAdmin\\\\Util\\:\\:getCharsetQueryPart\\(\\) expects string, mixed given\\.$#"
5195                         count: 1
5196                         path: src/CreateAddField.php
5198                 -
5199                         message: "#^Parameter \\#1 \\$engine of static method PhpMyAdmin\\\\StorageEngine\\:\\:isValid\\(\\) expects string, mixed given\\.$#"
5200                         count: 1
5201                         path: src/CreateAddField.php
5203                 -
5204                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
5205                         count: 3
5206                         path: src/CreateAddField.php
5208                 -
5209                         message: "#^Parameter \\#1 \\$index of method PhpMyAdmin\\\\CreateAddField\\:\\:buildIndexStatement\\(\\) expects array, mixed given\\.$#"
5210                         count: 5
5211                         path: src/CreateAddField.php
5213                 -
5214                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
5215                         count: 5
5216                         path: src/CreateAddField.php
5218                 -
5219                         message: "#^Parameter \\#1 \\$partition of method PhpMyAdmin\\\\CreateAddField\\:\\:getPartitionDefinition\\(\\) expects array, mixed given\\.$#"
5220                         count: 2
5221                         path: src/CreateAddField.php
5223                 -
5224                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
5225                         count: 3
5226                         path: src/CreateAddField.php
5228                 -
5229                         message: "#^Parameter \\#1 \\$string of function rtrim expects string, mixed given\\.$#"
5230                         count: 2
5231                         path: src/CreateAddField.php
5233                 -
5234                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
5235                         count: 1
5236                         path: src/CreateAddField.php
5238                 -
5239                         message: "#^Parameter \\#10 \\$comment of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
5240                         count: 1
5241                         path: src/CreateAddField.php
5243                 -
5244                         message: "#^Parameter \\#11 \\$virtuality of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
5245                         count: 1
5246                         path: src/CreateAddField.php
5248                 -
5249                         message: "#^Parameter \\#12 \\$expression of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
5250                         count: 1
5251                         path: src/CreateAddField.php
5253                 -
5254                         message: "#^Parameter \\#2 \\$type of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
5255                         count: 1
5256                         path: src/CreateAddField.php
5258                 -
5259                         message: "#^Parameter \\#3 \\$length of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
5260                         count: 1
5261                         path: src/CreateAddField.php
5263                 -
5264                         message: "#^Parameter \\#4 \\$attribute of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
5265                         count: 1
5266                         path: src/CreateAddField.php
5268                 -
5269                         message: "#^Parameter \\#5 \\$collation of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
5270                         count: 1
5271                         path: src/CreateAddField.php
5273                 -
5274                         message: "#^Parameter \\#6 \\$null of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects bool\\|string, mixed given\\.$#"
5275                         count: 1
5276                         path: src/CreateAddField.php
5278                 -
5279                         message: "#^Parameter \\#7 \\$defaultType of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
5280                         count: 1
5281                         path: src/CreateAddField.php
5283                 -
5284                         message: "#^Parameter \\#8 \\$defaultValue of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
5285                         count: 1
5286                         path: src/CreateAddField.php
5288                 -
5289                         message: "#^Parameter \\#9 \\$extra of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
5290                         count: 1
5291                         path: src/CreateAddField.php
5293                 -
5294                         message: """
5295                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
5296                                 Use dependency injection instead\\.$#
5297                         """
5298                         count: 1
5299                         path: src/Crypto/Crypto.php
5301                 -
5302                         message: """
5303                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
5304                                 Use dependency injection instead\\.$#
5305                         """
5306                         count: 1
5307                         path: src/Database/CentralColumns.php
5309                 -
5310                         message: "#^Cannot access offset 'col_attribute' on mixed\\.$#"
5311                         count: 5
5312                         path: src/Database/CentralColumns.php
5314                 -
5315                         message: "#^Cannot access offset 'col_default' on mixed\\.$#"
5316                         count: 1
5317                         path: src/Database/CentralColumns.php
5319                 -
5320                         message: "#^Cannot access offset 'col_extra' on mixed\\.$#"
5321                         count: 2
5322                         path: src/Database/CentralColumns.php
5324                 -
5325                         message: "#^Cannot access offset 'col_type' on mixed\\.$#"
5326                         count: 1
5327                         path: src/Database/CentralColumns.php
5329                 -
5330                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
5331                         count: 11
5332                         path: src/Database/CentralColumns.php
5334                 -
5335                         message: "#^Cannot cast mixed to int\\.$#"
5336                         count: 2
5337                         path: src/Database/CentralColumns.php
5339                 -
5340                         message: "#^Cannot cast mixed to string\\.$#"
5341                         count: 2
5342                         path: src/Database/CentralColumns.php
5344                 -
5345                         message: "#^Method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:findExistingColNames\\(\\) should return array\\<string\\> but returns array\\.$#"
5346                         count: 1
5347                         path: src/Database/CentralColumns.php
5349                 -
5350                         message: "#^Method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:findExistingColumns\\(\\) should return array\\<array\\<string\\|null\\>\\> but returns mixed\\.$#"
5351                         count: 1
5352                         path: src/Database/CentralColumns.php
5354                 -
5355                         message: "#^Method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getColumnsList\\(\\) should return array but returns mixed\\.$#"
5356                         count: 1
5357                         path: src/Database/CentralColumns.php
5359                 -
5360                         message: "#^Method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getListRaw\\(\\) should return array but returns mixed\\.$#"
5361                         count: 1
5362                         path: src/Database/CentralColumns.php
5364                 -
5365                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5366                         count: 3
5367                         path: src/Database/CentralColumns.php
5369                 -
5370                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5371                         count: 1
5372                         path: src/Database/CentralColumns.php
5374                 -
5375                         message: "#^Only booleans are allowed in an if condition, string\\|null given\\.$#"
5376                         count: 3
5377                         path: src/Database/CentralColumns.php
5379                 -
5380                         message: "#^Parameter \\#1 \\$bitDefaultValue of static method PhpMyAdmin\\\\Util\\:\\:convertBitDefaultValue\\(\\) expects string\\|null, mixed given\\.$#"
5381                         count: 1
5382                         path: src/Database/CentralColumns.php
5384                 -
5385                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
5386                         count: 1
5387                         path: src/Database/CentralColumns.php
5389                 -
5390                         message: "#^Parameter \\#1 \\$def of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getInsertQuery\\(\\) expects PhpMyAdmin\\\\ColumnFull, PhpMyAdmin\\\\ColumnFull\\|null given\\.$#"
5391                         count: 1
5392                         path: src/Database/CentralColumns.php
5394                 -
5395                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
5396                         count: 1
5397                         path: src/Database/CentralColumns.php
5399                 -
5400                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, mixed given\\.$#"
5401                         count: 1
5402                         path: src/Database/CentralColumns.php
5404                 -
5405                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
5406                         count: 1
5407                         path: src/Database/CentralColumns.php
5409                 -
5410                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
5411                         count: 1
5412                         path: src/Database/CentralColumns.php
5414                 -
5415                         message: "#^Parameter \\#10 \\$colDefault of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
5416                         count: 1
5417                         path: src/Database/CentralColumns.php
5419                 -
5420                         message: "#^Parameter \\#2 \\$origColName of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
5421                         count: 1
5422                         path: src/Database/CentralColumns.php
5424                 -
5425                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
5426                         count: 1
5427                         path: src/Database/CentralColumns.php
5429                 -
5430                         message: "#^Parameter \\#3 \\$colName of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
5431                         count: 1
5432                         path: src/Database/CentralColumns.php
5434                 -
5435                         message: "#^Parameter \\#3 \\$column of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:checkChildForeignReferences\\(\\) expects string, string\\|null given\\.$#"
5436                         count: 1
5437                         path: src/Database/CentralColumns.php
5439                 -
5440                         message: "#^Parameter \\#3 \\$pageNow of static method PhpMyAdmin\\\\Util\\:\\:pageselector\\(\\) expects int, \\(float\\|int\\) given\\.$#"
5441                         count: 1
5442                         path: src/Database/CentralColumns.php
5444                 -
5445                         message: "#^Parameter \\#4 \\$colType of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
5446                         count: 1
5447                         path: src/Database/CentralColumns.php
5449                 -
5450                         message: "#^Parameter \\#5 \\$colAttribute of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
5451                         count: 1
5452                         path: src/Database/CentralColumns.php
5454                 -
5455                         message: "#^Parameter \\#6 \\$colLength of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
5456                         count: 1
5457                         path: src/Database/CentralColumns.php
5459                 -
5460                         message: "#^Parameter \\#8 \\$collation of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
5461                         count: 1
5462                         path: src/Database/CentralColumns.php
5464                 -
5465                         message: "#^Parameter \\#9 \\$colExtra of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
5466                         count: 1
5467                         path: src/Database/CentralColumns.php
5469                 -
5470                         message: """
5471                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
5472                                 Use dependency injection instead\\.$#
5473                         """
5474                         count: 1
5475                         path: src/Database/Designer.php
5477                 -
5478                         message: "#^Cannot cast mixed to string\\.$#"
5479                         count: 1
5480                         path: src/Database/Designer.php
5482                 -
5483                         message: "#^Method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getSideMenuParamsArray\\(\\) should return array but returns mixed\\.$#"
5484                         count: 1
5485                         path: src/Database/Designer.php
5487                 -
5488                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5489                         count: 1
5490                         path: src/Database/Designer.php
5492                 -
5493                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
5494                         count: 1
5495                         path: src/Database/Designer/Common.php
5497                 -
5498                         message: """
5499                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
5500                                 Use dependency injection instead\\.$#
5501                         """
5502                         count: 1
5503                         path: src/Database/Designer/Common.php
5505                 -
5506                         message: "#^Cannot access offset mixed on mixed\\.$#"
5507                         count: 4
5508                         path: src/Database/Designer/Common.php
5510                 -
5511                         message: "#^Cannot access offset string on mixed\\.$#"
5512                         count: 1
5513                         path: src/Database/Designer/Common.php
5515                 -
5516                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5517                         count: 2
5518                         path: src/Database/Designer/Common.php
5520                 -
5521                         message: "#^For loop initial assignment overwrites variable \\$i\\.$#"
5522                         count: 1
5523                         path: src/Database/Designer/Common.php
5525                 -
5526                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5527                         count: 1
5528                         path: src/Database/Designer/Common.php
5530                 -
5531                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5532                         count: 2
5533                         path: src/Database/Designer/Common.php
5535                 -
5536                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|null given\\.$#"
5537                         count: 1
5538                         path: src/Database/Designer/Common.php
5540                 -
5541                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
5542                         count: 4
5543                         path: src/Database/Designer/Common.php
5545                 -
5546                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|false given\\.$#"
5547                         count: 2
5548                         path: src/Database/Designer/Common.php
5550                 -
5551                         message: "#^Parameter \\#1 \\$string of function rawurlencode expects string, int\\|string given\\.$#"
5552                         count: 1
5553                         path: src/Database/Designer/Common.php
5555                 -
5556                         message: "#^Parameter \\#1 \\$string of function rawurlencode expects string, mixed given\\.$#"
5557                         count: 1
5558                         path: src/Database/Designer/Common.php
5560                 -
5561                         message: "#^Parameter \\#1 \\$string of function rawurlencode expects string, string\\|null given\\.$#"
5562                         count: 1
5563                         path: src/Database/Designer/Common.php
5565                 -
5566                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, int\\|string\\|null given\\.$#"
5567                         count: 1
5568                         path: src/Database/Designer/Common.php
5570                 -
5571                         message: "#^Parameter \\#2 \\$tableName of class PhpMyAdmin\\\\Database\\\\Designer\\\\DesignerTable constructor expects string, int\\|string\\|null given\\.$#"
5572                         count: 1
5573                         path: src/Database/Designer/Common.php
5575                 -
5576                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
5577                         count: 1
5578                         path: src/Database/Events.php
5580                 -
5581                         message: """
5582                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
5583                                 Use dependency injection instead\\.$#
5584                         """
5585                         count: 1
5586                         path: src/Database/Events.php
5588                 -
5589                         message: "#^Cannot access an offset on mixed\\.$#"
5590                         count: 7
5591                         path: src/Database/Events.php
5593                 -
5594                         message: "#^Cannot cast mixed to int\\.$#"
5595                         count: 1
5596                         path: src/Database/Events.php
5598                 -
5599                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5600                         count: 13
5601                         path: src/Database/Events.php
5603                 -
5604                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5605                         count: 4
5606                         path: src/Database/Events.php
5608                 -
5609                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
5610                         count: 1
5611                         path: src/Database/Events.php
5613                 -
5614                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
5615                         count: 4
5616                         path: src/Database/Events.php
5618                 -
5619                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
5620                         count: 1
5621                         path: src/Database/Events.php
5623                 -
5624                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, string\\|null given\\.$#"
5625                         count: 1
5626                         path: src/Database/Events.php
5628                 -
5629                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
5630                         count: 4
5631                         path: src/Database/Events.php
5633                 -
5634                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, string\\|null given\\.$#"
5635                         count: 1
5636                         path: src/Database/Events.php
5638                 -
5639                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
5640                         count: 1
5641                         path: src/Database/Events.php
5643                 -
5644                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDefinition\\(\\) expects string, mixed given\\.$#"
5645                         count: 1
5646                         path: src/Database/Events.php
5648                 -
5649                         message: """
5650                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
5651                                 Use dependency injection instead\\.$#
5652                         """
5653                         count: 1
5654                         path: src/Database/MultiTableQuery.php
5656                 -
5657                         message: """
5658                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
5659                                 Use dependency injection instead\\.$#
5660                         """
5661                         count: 1
5662                         path: src/Database/MultiTableQuery.php
5664                 -
5665                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
5666                         count: 3
5667                         path: src/Database/Routines.php
5669                 -
5670                         message: """
5671                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
5672                                 Use dependency injection instead\\.$#
5673                         """
5674                         count: 3
5675                         path: src/Database/Routines.php
5677                 -
5678                         message: "#^Cannot access an offset on mixed\\.$#"
5679                         count: 9
5680                         path: src/Database/Routines.php
5682                 -
5683                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
5684                         count: 16
5685                         path: src/Database/Routines.php
5687                 -
5688                         message: "#^Cannot access offset mixed on mixed\\.$#"
5689                         count: 9
5690                         path: src/Database/Routines.php
5692                 -
5693                         message: "#^Cannot access property \\$name on PhpMyAdmin\\\\SqlParser\\\\Components\\\\DataType\\|null\\.$#"
5694                         count: 2
5695                         path: src/Database/Routines.php
5697                 -
5698                         message: "#^Cannot access property \\$options on PhpMyAdmin\\\\SqlParser\\\\Components\\\\DataType\\|null\\.$#"
5699                         count: 2
5700                         path: src/Database/Routines.php
5702                 -
5703                         message: "#^Cannot access property \\$options on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
5704                         count: 2
5705                         path: src/Database/Routines.php
5707                 -
5708                         message: "#^Cannot access property \\$parameters on PhpMyAdmin\\\\SqlParser\\\\Components\\\\DataType\\|null\\.$#"
5709                         count: 3
5710                         path: src/Database/Routines.php
5712                 -
5713                         message: "#^Cannot assign new offset to array\\<int, string\\>\\|string\\|null\\.$#"
5714                         count: 1
5715                         path: src/Database/Routines.php
5717                 -
5718                         message: "#^Cannot assign new offset to array\\<int\\<0, max\\>, string\\|null\\>\\|string\\.$#"
5719                         count: 1
5720                         path: src/Database/Routines.php
5722                 -
5723                         message: "#^Cannot call method get\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
5724                         count: 1
5725                         path: src/Database/Routines.php
5727                 -
5728                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5729                         count: 22
5730                         path: src/Database/Routines.php
5732                 -
5733                         message: "#^Method PhpMyAdmin\\\\Database\\\\Routines\\:\\:backupPrivileges\\(\\) should return array\\<array\\<string\\>\\> but returns array\\.$#"
5734                         count: 1
5735                         path: src/Database/Routines.php
5737                 -
5738                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5739                         count: 4
5740                         path: src/Database/Routines.php
5742                 -
5743                         message: "#^Parameter \\#1 \\$alias of method PhpMyAdmin\\\\Types\\:\\:mapAliasToMysqlType\\(\\) expects string, mixed given\\.$#"
5744                         count: 1
5745                         path: src/Database/Routines.php
5747                 -
5748                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
5749                         count: 1
5750                         path: src/Database/Routines.php
5752                 -
5753                         message: "#^Parameter \\#1 \\$haystack of function stripos expects string, mixed given\\.$#"
5754                         count: 2
5755                         path: src/Database/Routines.php
5757                 -
5758                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
5759                         count: 9
5760                         path: src/Database/Routines.php
5762                 -
5763                         message: "#^Parameter \\#1 \\$itemParamName of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:processParamsAndBuild\\(\\) expects array\\<string\\>, array given\\.$#"
5764                         count: 1
5765                         path: src/Database/Routines.php
5767                 -
5768                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
5769                         count: 1
5770                         path: src/Database/Routines.php
5772                 -
5773                         message: "#^Parameter \\#1 \\$quotedString of static method PhpMyAdmin\\\\Util\\:\\:unQuote\\(\\) expects string, mixed given\\.$#"
5774                         count: 1
5775                         path: src/Database/Routines.php
5777                 -
5778                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
5779                         count: 7
5780                         path: src/Database/Routines.php
5782                 -
5783                         message: "#^Parameter \\#1 \\$string of function htmlentities expects string, mixed given\\.$#"
5784                         count: 2
5785                         path: src/Database/Routines.php
5787                 -
5788                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
5789                         count: 2
5790                         path: src/Database/Routines.php
5792                 -
5793                         message: "#^Parameter \\#1 \\$string of function mb_strtolower expects string, mixed given\\.$#"
5794                         count: 7
5795                         path: src/Database/Routines.php
5797                 -
5798                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
5799                         count: 2
5800                         path: src/Database/Routines.php
5802                 -
5803                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getTypeClass\\(\\) expects string, mixed given\\.$#"
5804                         count: 4
5805                         path: src/Database/Routines.php
5807                 -
5808                         message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
5809                         count: 1
5810                         path: src/Database/Routines.php
5812                 -
5813                         message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, array\\<int\\<0, max\\>, string\\|null\\>\\|string given\\.$#"
5814                         count: 1
5815                         path: src/Database/Routines.php
5817                 -
5818                         message: "#^Parameter \\#2 \\$itemParamDir of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:processParamsAndBuild\\(\\) expects array\\<string\\>, array given\\.$#"
5819                         count: 1
5820                         path: src/Database/Routines.php
5822                 -
5823                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
5824                         count: 1
5825                         path: src/Database/Routines.php
5827                 -
5828                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
5829                         count: 4
5830                         path: src/Database/Routines.php
5832                 -
5833                         message: "#^Parameter \\#2 \\$warnedAboutLength of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:processFunctionSpecificParameters\\(\\) expects bool, mixed given\\.$#"
5834                         count: 1
5835                         path: src/Database/Routines.php
5837                 -
5838                         message: "#^Parameter \\#3 \\$createRoutine of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:create\\(\\) expects string, string\\|null given\\.$#"
5839                         count: 1
5840                         path: src/Database/Routines.php
5842                 -
5843                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getFunctionDefinition\\(\\) expects string, mixed given\\.$#"
5844                         count: 1
5845                         path: src/Database/Routines.php
5847                 -
5848                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getFunctionDefinition\\(\\) expects string, string\\|null given\\.$#"
5849                         count: 1
5850                         path: src/Database/Routines.php
5852                 -
5853                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getProcedureDefinition\\(\\) expects string, mixed given\\.$#"
5854                         count: 1
5855                         path: src/Database/Routines.php
5857                 -
5858                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getProcedureDefinition\\(\\) expects string, string\\|null given\\.$#"
5859                         count: 1
5860                         path: src/Database/Routines.php
5862                 -
5863                         message: "#^Parameter \\#7 \\$itemType of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:processParamsAndBuild\\(\\) expects string, mixed given\\.$#"
5864                         count: 1
5865                         path: src/Database/Routines.php
5867                 -
5868                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5869                         count: 4
5870                         path: src/Database/Search.php
5872                 -
5873                         message: "#^Property PhpMyAdmin\\\\Database\\\\Search\\:\\:\\$criteriaTables \\(array\\<string\\>\\) does not accept array\\.$#"
5874                         count: 1
5875                         path: src/Database/Search.php
5877                 -
5878                         message: "#^Property PhpMyAdmin\\\\Database\\\\Search\\:\\:\\$searchTypeDescription \\(string\\) does not accept mixed\\.$#"
5879                         count: 1
5880                         path: src/Database/Search.php
5882                 -
5883                         message: """
5884                                 #^Access to deprecated static property \\$route of class PhpMyAdmin\\\\Routing\\\\Routing\\:
5885                                 Use \\{@see ServerRequest\\:\\:getRoute\\(\\)\\} instead\\.$#
5886                         """
5887                         count: 1
5888                         path: src/DatabaseInterface.php
5890                 -
5891                         message: "#^Binary operation \"\\+\" between int\\|string\\|null and int\\|string\\|null results in an error\\.$#"
5892                         count: 3
5893                         path: src/DatabaseInterface.php
5895                 -
5896                         message: "#^Binary operation \"\\+\" between string\\|null and string\\|null results in an error\\.$#"
5897                         count: 1
5898                         path: src/DatabaseInterface.php
5900                 -
5901                         message: "#^Binary operation \"\\+\\=\" between mixed and string\\|null results in an error\\.$#"
5902                         count: 5
5903                         path: src/DatabaseInterface.php
5905                 -
5906                         message: """
5907                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
5908                                 Use dependency injection instead\\.$#
5909                         """
5910                         count: 1
5911                         path: src/DatabaseInterface.php
5913                 -
5914                         message: "#^Cannot access an offset on mixed\\.$#"
5915                         count: 1
5916                         path: src/DatabaseInterface.php
5918                 -
5919                         message: "#^Cannot access offset string\\|null on mixed\\.$#"
5920                         count: 3
5921                         path: src/DatabaseInterface.php
5923                 -
5924                         message: "#^Cannot cast mixed to string\\.$#"
5925                         count: 1
5926                         path: src/DatabaseInterface.php
5928                 -
5929                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5930                         count: 1
5931                         path: src/DatabaseInterface.php
5933                 -
5934                         message: "#^Foreach overwrites \\$database with its value variable\\.$#"
5935                         count: 1
5936                         path: src/DatabaseInterface.php
5938                 -
5939                         message: "#^Foreach overwrites \\$table with its value variable\\.$#"
5940                         count: 1
5941                         path: src/DatabaseInterface.php
5943                 -
5944                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:affectedRows\\(\\) should return int\\|numeric\\-string but returns mixed\\.$#"
5945                         count: 1
5946                         path: src/DatabaseInterface.php
5948                 -
5949                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnNames\\(\\) should return array\\<string\\> but returns array\\.$#"
5950                         count: 1
5951                         path: src/DatabaseInterface.php
5953                 -
5954                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnsFull\\(\\) should return array but returns mixed\\.$#"
5955                         count: 1
5956                         path: src/DatabaseInterface.php
5958                 -
5959                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getCurrentRoles\\(\\) should return array\\<int, string\\> but returns mixed\\.$#"
5960                         count: 1
5961                         path: src/DatabaseInterface.php
5963                 -
5964                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getCurrentUser\\(\\) should return string but returns mixed\\.$#"
5965                         count: 1
5966                         path: src/DatabaseInterface.php
5968                 -
5969                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getCurrentUser\\(\\) should return string but returns string\\|null\\.$#"
5970                         count: 1
5971                         path: src/DatabaseInterface.php
5973                 -
5974                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTableIndexes\\(\\) should return array\\<int, array\\{Table\\: string, Non_unique\\: '0'\\|'1', Key_name\\: string, Seq_in_index\\: string, Column_name\\: string\\|null, Collation\\: 'A'\\|'D'\\|null, Cardinality\\: string, Sub_part\\: string\\|null, \\.\\.\\.\\}\\> but returns array\\.$#"
5975                         count: 1
5976                         path: src/DatabaseInterface.php
5978                 -
5979                         message: "#^Only booleans are allowed in &&, int\\|false given on the left side\\.$#"
5980                         count: 3
5981                         path: src/DatabaseInterface.php
5983                 -
5984                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5985                         count: 3
5986                         path: src/DatabaseInterface.php
5988                 -
5989                         message: "#^Only booleans are allowed in a ternary operator condition, bool\\|string given\\.$#"
5990                         count: 1
5991                         path: src/DatabaseInterface.php
5993                 -
5994                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
5995                         count: 2
5996                         path: src/DatabaseInterface.php
5998                 -
5999                         message: "#^Parameter \\#1 \\$a of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:usortComparisonCallback\\(\\) expects array, mixed given\\.$#"
6000                         count: 1
6001                         path: src/DatabaseInterface.php
6003                 -
6004                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(string\\)\\: non\\-empty\\-string given\\.$#"
6005                         count: 1
6006                         path: src/DatabaseInterface.php
6008                 -
6009                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(string, PhpMyAdmin\\\\Dbal\\\\ConnectionType\\=\\)\\: non\\-empty\\-string given\\.$#"
6010                         count: 1
6011                         path: src/DatabaseInterface.php
6013                 -
6014                         message: "#^Parameter \\#1 \\$haystack of function stripos expects string, mixed given\\.$#"
6015                         count: 2
6016                         path: src/DatabaseInterface.php
6018                 -
6019                         message: "#^Parameter \\#1 \\$path of function basename expects string, mixed given\\.$#"
6020                         count: 1
6021                         path: src/DatabaseInterface.php
6023                 -
6024                         message: "#^Parameter \\#1 \\$string of function strtolower expects string, int\\|string given\\.$#"
6025                         count: 1
6026                         path: src/DatabaseInterface.php
6028                 -
6029                         message: "#^Parameter \\#1 \\$version of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:versionToInt\\(\\) expects string, mixed given\\.$#"
6030                         count: 1
6031                         path: src/DatabaseInterface.php
6033                 -
6034                         message: "#^Parameter \\#2 \\$b of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:usortComparisonCallback\\(\\) expects array, mixed given\\.$#"
6035                         count: 1
6036                         path: src/DatabaseInterface.php
6038                 -
6039                         message: "#^Property PhpMyAdmin\\\\DatabaseInterface\\:\\:\\$versionComment \\(string\\) does not accept mixed\\.$#"
6040                         count: 1
6041                         path: src/DatabaseInterface.php
6043                 -
6044                         message: "#^Property PhpMyAdmin\\\\DatabaseInterface\\:\\:\\$versionString \\(string\\) does not accept mixed\\.$#"
6045                         count: 1
6046                         path: src/DatabaseInterface.php
6048                 -
6049                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
6050                         count: 1
6051                         path: src/DatabaseInterface.php
6053                 -
6054                         message: "#^Variable \\$roleHost on left side of \\?\\? always exists and is not nullable\\.$#"
6055                         count: 2
6056                         path: src/DatabaseInterface.php
6058                 -
6059                         message: """
6060                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
6061                                 Use dependency injection instead\\.$#
6062                         """
6063                         count: 1
6064                         path: src/Dbal/DbiMysqli.php
6066                 -
6067                         message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:fetchAllAssoc\\(\\) should return array\\<int, array\\<string\\|null\\>\\> but returns array\\.$#"
6068                         count: 1
6069                         path: src/Dbal/MysqliResult.php
6071                 -
6072                         message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:fetchAllColumn\\(\\) should return array\\<int, string\\|null\\> but returns array\\<int, mixed\\>\\.$#"
6073                         count: 1
6074                         path: src/Dbal/MysqliResult.php
6076                 -
6077                         message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:fetchAllKeyPair\\(\\) should return array\\<string\\|null\\> but returns array\\<int\\|string, mixed\\>\\.$#"
6078                         count: 1
6079                         path: src/Dbal/MysqliResult.php
6081                 -
6082                         message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:fetchAssoc\\(\\) should return array\\<string\\|null\\> but returns array\\<string, float\\|int\\|string\\|null\\>\\.$#"
6083                         count: 1
6084                         path: src/Dbal/MysqliResult.php
6086                 -
6087                         message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:fetchRow\\(\\) should return array\\<int, string\\|null\\> but returns array\\.$#"
6088                         count: 1
6089                         path: src/Dbal/MysqliResult.php
6091                 -
6092                         message: "#^Parameter \\#1 \\$field of class PhpMyAdmin\\\\FieldMetadata constructor expects object\\{name\\: string, orgname\\: string, table\\: string, orgtable\\: string, max_length\\: int, length\\: int, charsetnr\\: int, flags\\: int, type\\: int, decimals\\: int, db\\: string, def\\: string, catalog\\: string\\}, object\\{name\\: string, orgname\\: string, table\\: string, orgtable\\: string, def\\: string, db\\: string, catalog\\: string, max_length\\: int, length\\: int, charsetnr\\: string, flags\\: int, type\\: int, decimals\\: int\\}&stdClass given\\.$#"
6093                         count: 1
6094                         path: src/Dbal/MysqliResult.php
6096                 -
6097                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$expr\\.$#"
6098                         count: 1
6099                         path: src/Display/Results.php
6101                 -
6102                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$from\\.$#"
6103                         count: 2
6104                         path: src/Display/Results.php
6106                 -
6107                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$limit\\.$#"
6108                         count: 1
6109                         path: src/Display/Results.php
6111                 -
6112                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$where\\.$#"
6113                         count: 1
6114                         path: src/Display/Results.php
6116                 -
6117                         message: "#^Access to an undefined property object\\:\\:\\$column\\.$#"
6118                         count: 1
6119                         path: src/Display/Results.php
6121                 -
6122                         message: "#^Access to an undefined property object\\:\\:\\$database\\.$#"
6123                         count: 1
6124                         path: src/Display/Results.php
6126                 -
6127                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
6128                         count: 4
6129                         path: src/Display/Results.php
6131                 -
6132                         message: "#^Cannot access offset 'display_binary' on mixed\\.$#"
6133                         count: 8
6134                         path: src/Display/Results.php
6136                 -
6137                         message: "#^Cannot access offset 'display_blob' on mixed\\.$#"
6138                         count: 6
6139                         path: src/Display/Results.php
6141                 -
6142                         message: "#^Cannot access offset 'geoOption' on mixed\\.$#"
6143                         count: 8
6144                         path: src/Display/Results.php
6146                 -
6147                         message: "#^Cannot access offset 'hide_transformation' on mixed\\.$#"
6148                         count: 8
6149                         path: src/Display/Results.php
6151                 -
6152                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
6153                         count: 18
6154                         path: src/Display/Results.php
6156                 -
6157                         message: "#^Cannot access offset 'pftext' on mixed\\.$#"
6158                         count: 9
6159                         path: src/Display/Results.php
6161                 -
6162                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
6163                         count: 11
6164                         path: src/Display/Results.php
6166                 -
6167                         message: "#^Cannot access offset 'possible_as_geometry' on mixed\\.$#"
6168                         count: 2
6169                         path: src/Display/Results.php
6171                 -
6172                         message: "#^Cannot access offset 'query' on mixed\\.$#"
6173                         count: 6
6174                         path: src/Display/Results.php
6176                 -
6177                         message: "#^Cannot access offset 'relational_display' on mixed\\.$#"
6178                         count: 7
6179                         path: src/Display/Results.php
6181                 -
6182                         message: "#^Cannot access offset 'repeat_cells' on mixed\\.$#"
6183                         count: 5
6184                         path: src/Display/Results.php
6186                 -
6187                         message: "#^Cannot access offset 'sql' on mixed\\.$#"
6188                         count: 1
6189                         path: src/Display/Results.php
6191                 -
6192                         message: "#^Cannot access offset 0 on mixed\\.$#"
6193                         count: 1
6194                         path: src/Display/Results.php
6196                 -
6197                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
6198                         count: 2
6199                         path: src/Display/Results.php
6201                 -
6202                         message: "#^Cannot access offset non\\-falsy\\-string on mixed\\.$#"
6203                         count: 4
6204                         path: src/Display/Results.php
6206                 -
6207                         message: "#^Cannot access property \\$alias on mixed\\.$#"
6208                         count: 1
6209                         path: src/Display/Results.php
6211                 -
6212                         message: "#^Cannot access property \\$column on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|null\\.$#"
6213                         count: 1
6214                         path: src/Display/Results.php
6216                 -
6217                         message: "#^Cannot access property \\$expr on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|null\\.$#"
6218                         count: 2
6219                         path: src/Display/Results.php
6221                 -
6222                         message: "#^Cannot access property \\$identifiers on mixed\\.$#"
6223                         count: 1
6224                         path: src/Display/Results.php
6226                 -
6227                         message: "#^Cannot access property \\$offset on mixed\\.$#"
6228                         count: 1
6229                         path: src/Display/Results.php
6231                 -
6232                         message: "#^Cannot access property \\$rowCount on mixed\\.$#"
6233                         count: 1
6234                         path: src/Display/Results.php
6236                 -
6237                         message: "#^Cannot access property \\$table on mixed\\.$#"
6238                         count: 2
6239                         path: src/Display/Results.php
6241                 -
6242                         message: "#^Cannot cast mixed to int\\.$#"
6243                         count: 6
6244                         path: src/Display/Results.php
6246                 -
6247                         message: "#^Casting to int something that's already int\\<1, max\\>\\.$#"
6248                         count: 1
6249                         path: src/Display/Results.php
6251                 -
6252                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
6253                         count: 24
6254                         path: src/Display/Results.php
6256                 -
6257                         message: "#^Method PhpMyAdmin\\\\Display\\\\Results\\:\\:getSortByKeyDropDown\\(\\) return type has no value type specified in iterable type array\\.$#"
6258                         count: 2
6259                         path: src/Display/Results.php
6261                 -
6262                         message: "#^Method PhpMyAdmin\\\\Display\\\\Results\\:\\:getTableHeaders\\(\\) return type has no value type specified in iterable type array\\.$#"
6263                         count: 2
6264                         path: src/Display/Results.php
6266                 -
6267                         message: "#^Offset 3 does not exist on array\\{string\\|null, string\\|null, string\\|null\\}\\.$#"
6268                         count: 1
6269                         path: src/Display/Results.php
6271                 -
6272                         message: "#^Only booleans are allowed in &&, array\\|bool given on the left side\\.$#"
6273                         count: 1
6274                         path: src/Display/Results.php
6276                 -
6277                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
6278                         count: 1
6279                         path: src/Display/Results.php
6281                 -
6282                         message: "#^Only booleans are allowed in &&, string\\|null given on the left side\\.$#"
6283                         count: 3
6284                         path: src/Display/Results.php
6286                 -
6287                         message: "#^Only booleans are allowed in a negated boolean, int\\|string\\|null given\\.$#"
6288                         count: 1
6289                         path: src/Display/Results.php
6291                 -
6292                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
6293                         count: 1
6294                         path: src/Display/Results.php
6296                 -
6297                         message: "#^Only booleans are allowed in a ternary operator condition, int\\<0, max\\>\\|false given\\.$#"
6298                         count: 1
6299                         path: src/Display/Results.php
6301                 -
6302                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
6303                         count: 1
6304                         path: src/Display/Results.php
6306                 -
6307                         message: "#^Only booleans are allowed in \\|\\|, int\\<0, max\\>\\|false given on the left side\\.$#"
6308                         count: 1
6309                         path: src/Display/Results.php
6311                 -
6312                         message: "#^Parameter \\#1 \\$array of function array_shift expects array, mixed given\\.$#"
6313                         count: 1
6314                         path: src/Display/Results.php
6316                 -
6317                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getComments\\(\\) expects string, mixed given\\.$#"
6318                         count: 1
6319                         path: src/Display/Results.php
6321                 -
6322                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
6323                         count: 1
6324                         path: src/Display/Results.php
6326                 -
6327                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
6328                         count: 3
6329                         path: src/Display/Results.php
6331                 -
6332                         message: "#^Parameter \\#1 \\$offset of method PhpMyAdmin\\\\Dbal\\\\ResultInterface\\:\\:seek\\(\\) expects int, float\\|int given\\.$#"
6333                         count: 2
6334                         path: src/Display/Results.php
6336                 -
6337                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array\\<string, string\\|null\\> given\\.$#"
6338                         count: 2
6339                         path: src/Display/Results.php
6341                 -
6342                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:signSqlQuery\\(\\) expects string, mixed given\\.$#"
6343                         count: 1
6344                         path: src/Display/Results.php
6346                 -
6347                         message: "#^Parameter \\#1 \\$statement of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:replaceClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\Statement, PhpMyAdmin\\\\SqlParser\\\\Statement\\|null given\\.$#"
6348                         count: 2
6349                         path: src/Display/Results.php
6351                 -
6352                         message: "#^Parameter \\#1 \\$table of class PhpMyAdmin\\\\Display\\\\ForeignKeyRelatedTable constructor expects string, mixed given\\.$#"
6353                         count: 1
6354                         path: src/Display/Results.php
6356                 -
6357                         message: "#^Parameter \\#1 \\$table of class PhpMyAdmin\\\\Display\\\\ForeignKeyRelatedTable constructor expects string, string\\|null given\\.$#"
6358                         count: 1
6359                         path: src/Display/Results.php
6361                 -
6362                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
6363                         count: 2
6364                         path: src/Display/Results.php
6366                 -
6367                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatNumber\\(\\) expects float\\|int\\|string, int\\|string\\|false given\\.$#"
6368                         count: 1
6369                         path: src/Display/Results.php
6371                 -
6372                         message: "#^Parameter \\#2 \\$field of class PhpMyAdmin\\\\Display\\\\ForeignKeyRelatedTable constructor expects string, mixed given\\.$#"
6373                         count: 1
6374                         path: src/Display/Results.php
6376                 -
6377                         message: "#^Parameter \\#2 \\$list of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:getClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\TokensList, PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null given\\.$#"
6378                         count: 2
6379                         path: src/Display/Results.php
6381                 -
6382                         message: "#^Parameter \\#2 \\$list of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:replaceClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\TokensList, PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null given\\.$#"
6383                         count: 3
6384                         path: src/Display/Results.php
6386                 -
6387                         message: "#^Parameter \\#2 \\$rows of static method PhpMyAdmin\\\\Util\\:\\:pageselector\\(\\) expects int, mixed given\\.$#"
6388                         count: 1
6389                         path: src/Display/Results.php
6391                 -
6392                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
6393                         count: 1
6394                         path: src/Display/Results.php
6396                 -
6397                         message: "#^Parameter \\#2 \\$string2 of function strcasecmp expects string, mixed given\\.$#"
6398                         count: 1
6399                         path: src/Display/Results.php
6401                 -
6402                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getComments\\(\\) expects string, mixed given\\.$#"
6403                         count: 1
6404                         path: src/Display/Results.php
6406                 -
6407                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
6408                         count: 1
6409                         path: src/Display/Results.php
6411                 -
6412                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, string\\|null given\\.$#"
6413                         count: 1
6414                         path: src/Display/Results.php
6416                 -
6417                         message: "#^Parameter \\#3 \\$colOrder of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getRowValues\\(\\) expects array\\|false, mixed given\\.$#"
6418                         count: 1
6419                         path: src/Display/Results.php
6421                 -
6422                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#"
6423                         count: 3
6424                         path: src/Display/Results.php
6426                 -
6427                         message: "#^Parameter \\#4 \\$database of class PhpMyAdmin\\\\Display\\\\ForeignKeyRelatedTable constructor expects string, mixed given\\.$#"
6428                         count: 1
6429                         path: src/Display/Results.php
6431                 -
6432                         message: "#^Parameter \\#4 \\$sortExpressionNoDirection of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getTableHeaders\\(\\) expects array\\<int, string\\>, array\\<int, string\\|null\\> given\\.$#"
6433                         count: 1
6434                         path: src/Display/Results.php
6436                 -
6437                         message: "#^Parameter \\#5 \\$expressions of class PhpMyAdmin\\\\UniqueCondition constructor expects array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\>, array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\CaseExpression\\|PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\> given\\.$#"
6438                         count: 2
6439                         path: src/Display/Results.php
6441                 -
6442                         message: "#^Parameter \\#5 \\$isFieldTruncated of method PhpMyAdmin\\\\Display\\\\Results\\:\\:addClass\\(\\) expects bool, mixed given\\.$#"
6443                         count: 1
6444                         path: src/Display/Results.php
6446                 -
6447                         message: "#^Parameter \\#5 \\$sortDirection of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getSingleAndMultiSortUrls\\(\\) expects array\\<string\\>, array given\\.$#"
6448                         count: 1
6449                         path: src/Display/Results.php
6451                 -
6452                         message: "#^Parameter \\#6 \\$colVisib of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getRowValues\\(\\) expects array\\|bool\\|string, mixed given\\.$#"
6453                         count: 1
6454                         path: src/Display/Results.php
6456                 -
6457                         message: "#^Parameter \\#8 \\$colVisib of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getOrderLinkAndSortedHeaderHtml\\(\\) expects array\\|bool, mixed given\\.$#"
6458                         count: 1
6459                         path: src/Display/Results.php
6461                 -
6462                         message: "#^Parameter \\#9 \\$colVisibElement of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getOrderLinkAndSortedHeaderHtml\\(\\) expects int\\|string\\|null, mixed given\\.$#"
6463                         count: 1
6464                         path: src/Display/Results.php
6466                 -
6467                         message: "#^Parameter \\$expressions of class PhpMyAdmin\\\\UniqueCondition constructor expects array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\>, array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\CaseExpression\\|PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\> given\\.$#"
6468                         count: 1
6469                         path: src/Display/Results.php
6471                 -
6472                         message: "#^Property PhpMyAdmin\\\\FieldMetadata\\:\\:\\$name \\(string\\) does not accept mixed\\.$#"
6473                         count: 1
6474                         path: src/Display/Results.php
6476                 -
6477                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
6478                         count: 1
6479                         path: src/Display/Results.php
6481                 -
6482                         message: """
6483                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
6484                                 Use dependency injection instead\\.$#
6485                         """
6486                         count: 4
6487                         path: src/Encoding.php
6489                 -
6490                         message: "#^Cannot access offset 0 on mixed\\.$#"
6491                         count: 2
6492                         path: src/Encoding.php
6494                 -
6495                         message: "#^Cannot access offset 1 on mixed\\.$#"
6496                         count: 2
6497                         path: src/Encoding.php
6499                 -
6500                         message: "#^Cannot access offset 2 on mixed\\.$#"
6501                         count: 1
6502                         path: src/Encoding.php
6504                 -
6505                         message: "#^Foreach overwrites \\$engine with its value variable\\.$#"
6506                         count: 1
6507                         path: src/Encoding.php
6509                 -
6510                         message: "#^Method PhpMyAdmin\\\\Encoding\\:\\:convertString\\(\\) should return string but returns string\\|false\\.$#"
6511                         count: 1
6512                         path: src/Encoding.php
6514                 -
6515                         message: "#^Parameter \\#1 \\$directory of function tempnam expects string, string\\|null given\\.$#"
6516                         count: 1
6517                         path: src/Encoding.php
6519                 -
6520                         message: "#^Parameter \\#1 \\$extension of static method PhpMyAdmin\\\\Core\\:\\:warnMissingExtension\\(\\) expects string, mixed given\\.$#"
6521                         count: 1
6522                         path: src/Encoding.php
6524                 -
6525                         message: "#^Parameter \\#1 \\$function of function function_exists expects string, mixed given\\.$#"
6526                         count: 2
6527                         path: src/Encoding.php
6529                 -
6530                         message: "#^Static property PhpMyAdmin\\\\Encoding\\:\\:\\$engine \\(int\\|null\\) does not accept mixed\\.$#"
6531                         count: 2
6532                         path: src/Encoding.php
6534                 -
6535                         message: """
6536                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
6537                                 Use dependency injection instead\\.$#
6538                         """
6539                         count: 5
6540                         path: src/Engines/Innodb.php
6542                 -
6543                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatNumber\\(\\) expects float\\|int\\|string, mixed given\\.$#"
6544                         count: 11
6545                         path: src/Engines/Innodb.php
6547                 -
6548                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
6549                         count: 3
6550                         path: src/Error/Error.php
6552                 -
6553                         message: "#^Cannot access offset 'args' on mixed\\.$#"
6554                         count: 1
6555                         path: src/Error/Error.php
6557                 -
6558                         message: "#^Cannot access offset 'class' on mixed\\.$#"
6559                         count: 1
6560                         path: src/Error/Error.php
6562                 -
6563                         message: "#^Cannot access offset 'class'\\|'function'\\|'line'\\|'type' on mixed\\.$#"
6564                         count: 1
6565                         path: src/Error/Error.php
6567                 -
6568                         message: "#^Cannot access offset 'file' on mixed\\.$#"
6569                         count: 2
6570                         path: src/Error/Error.php
6572                 -
6573                         message: "#^Cannot access offset 'function' on mixed\\.$#"
6574                         count: 1
6575                         path: src/Error/Error.php
6577                 -
6578                         message: "#^Cannot access offset 'line' on mixed\\.$#"
6579                         count: 1
6580                         path: src/Error/Error.php
6582                 -
6583                         message: "#^Cannot access offset 'type' on mixed\\.$#"
6584                         count: 1
6585                         path: src/Error/Error.php
6587                 -
6588                         message: "#^Cannot access offset mixed on mixed\\.$#"
6589                         count: 1
6590                         path: src/Error/Error.php
6592                 -
6593                         message: "#^Only booleans are allowed in \\|\\|, int\\<0, 18176\\> given on the right side\\.$#"
6594                         count: 1
6595                         path: src/Error/Error.php
6597                 -
6598                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Error\\\\Error\\:\\:relPath\\(\\) expects string, mixed given\\.$#"
6599                         count: 2
6600                         path: src/Error/Error.php
6602                 -
6603                         message: "#^Parameter \\#1 \\$step of static method PhpMyAdmin\\\\Error\\\\Error\\:\\:getFunctionCall\\(\\) expects array, mixed given\\.$#"
6604                         count: 1
6605                         path: src/Error/Error.php
6607                 -
6608                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
6609                         count: 2
6610                         path: src/Error/Error.php
6612                 -
6613                         message: "#^Parameter \\#2 \\$function of static method PhpMyAdmin\\\\Error\\\\Error\\:\\:getArg\\(\\) expects string, mixed given\\.$#"
6614                         count: 1
6615                         path: src/Error/Error.php
6617                 -
6618                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
6619                         count: 1
6620                         path: src/Error/ErrorHandler.php
6622                 -
6623                         message: """
6624                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
6625                                 Use dependency injection instead\\.$#
6626                         """
6627                         count: 6
6628                         path: src/Error/ErrorHandler.php
6630                 -
6631                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
6632                         count: 1
6633                         path: src/Error/ErrorHandler.php
6635                 -
6636                         message: "#^Cannot access offset string on mixed\\.$#"
6637                         count: 1
6638                         path: src/Error/ErrorHandler.php
6640                 -
6641                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
6642                         count: 1
6643                         path: src/Error/ErrorHandler.php
6645                 -
6646                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
6647                         count: 2
6648                         path: src/Error/ErrorReport.php
6650                 -
6651                         message: "#^Cannot access offset 'context' on mixed\\.$#"
6652                         count: 1
6653                         path: src/Error/ErrorReport.php
6655                 -
6656                         message: "#^Cannot access offset 'scriptname' on mixed\\.$#"
6657                         count: 1
6658                         path: src/Error/ErrorReport.php
6660                 -
6661                         message: "#^Cannot access offset 'stack' on mixed\\.$#"
6662                         count: 1
6663                         path: src/Error/ErrorReport.php
6665                 -
6666                         message: "#^Cannot access offset 'uri' on mixed\\.$#"
6667                         count: 3
6668                         path: src/Error/ErrorReport.php
6670                 -
6671                         message: "#^Cannot access offset 'url' on mixed\\.$#"
6672                         count: 4
6673                         path: src/Error/ErrorReport.php
6675                 -
6676                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
6677                         count: 2
6678                         path: src/Error/ErrorReport.php
6680                 -
6681                         message: "#^Only booleans are allowed in a negated boolean, int given\\.$#"
6682                         count: 1
6683                         path: src/Error/ErrorReport.php
6685                 -
6686                         message: "#^Only booleans are allowed in a negated boolean, string given\\.$#"
6687                         count: 1
6688                         path: src/Error/ErrorReport.php
6690                 -
6691                         message: "#^Parameter \\#1 \\$stack of method PhpMyAdmin\\\\Error\\\\ErrorReport\\:\\:translateStacktrace\\(\\) expects array, mixed given\\.$#"
6692                         count: 1
6693                         path: src/Error/ErrorReport.php
6695                 -
6696                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
6697                         count: 1
6698                         path: src/Error/ErrorReport.php
6700                 -
6701                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, mixed given\\.$#"
6702                         count: 1
6703                         path: src/Error/ErrorReport.php
6705                 -
6706                         message: "#^Parameter \\#1 \\$url of method PhpMyAdmin\\\\Error\\\\ErrorReport\\:\\:sanitizeUrl\\(\\) expects string, mixed given\\.$#"
6707                         count: 3
6708                         path: src/Error/ErrorReport.php
6710                 -
6711                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
6712                         count: 2
6713                         path: src/Export/Export.php
6715                 -
6716                         message: """
6717                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
6718                                 Use dependency injection instead\\.$#
6719                         """
6720                         count: 3
6721                         path: src/Export/Export.php
6723                 -
6724                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
6725                         count: 1
6726                         path: src/Export/Export.php
6728                 -
6729                         message: "#^Cannot access offset 'alias' on mixed\\.$#"
6730                         count: 6
6731                         path: src/Export/Export.php
6733                 -
6734                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
6735                         count: 2
6736                         path: src/Export/Export.php
6738                 -
6739                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
6740                         count: 3
6741                         path: src/Export/Export.php
6743                 -
6744                         message: "#^Cannot access offset mixed on mixed\\.$#"
6745                         count: 3
6746                         path: src/Export/Export.php
6748                 -
6749                         message: "#^Cannot cast mixed to string\\.$#"
6750                         count: 2
6751                         path: src/Export/Export.php
6753                 -
6754                         message: "#^Casting to string something that's already string\\.$#"
6755                         count: 1
6756                         path: src/Export/Export.php
6758                 -
6759                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
6760                         count: 4
6761                         path: src/Export/Export.php
6763                 -
6764                         message: "#^Method PhpMyAdmin\\\\Export\\\\Export\\:\\:compress\\(\\) return type has no value type specified in iterable type array\\.$#"
6765                         count: 1
6766                         path: src/Export/Export.php
6768                 -
6769                         message: "#^Only booleans are allowed in a negated boolean, string\\|false given\\.$#"
6770                         count: 1
6771                         path: src/Export/Export.php
6773                 -
6774                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
6775                         count: 1
6776                         path: src/Export/Export.php
6778                 -
6779                         message: "#^Parameter \\#1 \\$stream of function fwrite expects resource, mixed given\\.$#"
6780                         count: 2
6781                         path: src/Export/Export.php
6783                 -
6784                         message: "#^Parameter \\#2 \\$dbAlias of method PhpMyAdmin\\\\Plugins\\\\ExportPlugin\\:\\:exportDBHeader\\(\\) expects string, mixed given\\.$#"
6785                         count: 2
6786                         path: src/Export/Export.php
6788                 -
6789                         message: "#^Parameter \\#2 \\$destCharset of static method PhpMyAdmin\\\\Encoding\\:\\:convertString\\(\\) expects string, mixed given\\.$#"
6790                         count: 2
6791                         path: src/Export/Export.php
6793                 -
6794                         message: "#^Parameter \\#2 \\$enc of static method PhpMyAdmin\\\\Encoding\\:\\:kanjiStrConv\\(\\) expects string, mixed given\\.$#"
6795                         count: 1
6796                         path: src/Export/Export.php
6798                 -
6799                         message: "#^Parameter \\#3 \\$dbAlias of method PhpMyAdmin\\\\Plugins\\\\ExportPlugin\\:\\:exportDBCreate\\(\\) expects string, mixed given\\.$#"
6800                         count: 1
6801                         path: src/Export/Export.php
6803                 -
6804                         message: "#^Parameter \\#3 \\$kana of static method PhpMyAdmin\\\\Encoding\\:\\:kanjiStrConv\\(\\) expects string, mixed given\\.$#"
6805                         count: 1
6806                         path: src/Export/Export.php
6808                 -
6809                         message: """
6810                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
6811                                 Use dependency injection instead\\.$#
6812                         """
6813                         count: 3
6814                         path: src/Export/Options.php
6816                 -
6817                         message: """
6818                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
6819                                 Use dependency injection instead\\.$#
6820                         """
6821                         count: 2
6822                         path: src/Export/Options.php
6824                 -
6825                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
6826                         count: 1
6827                         path: src/Export/Options.php
6829                 -
6830                         message: "#^Cannot access offset 'aliases' on mixed\\.$#"
6831                         count: 3
6832                         path: src/Export/Options.php
6834                 -
6835                         message: "#^Cannot cast mixed to string\\.$#"
6836                         count: 4
6837                         path: src/Export/Options.php
6839                 -
6840                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
6841                         count: 2
6842                         path: src/Export/Options.php
6844                 -
6845                         message: "#^Only booleans are allowed in &&, bool\\|int\\<0, max\\>\\|string given on the right side\\.$#"
6846                         count: 1
6847                         path: src/Export/Options.php
6849                 -
6850                         message: "#^PHPDoc tag @var for variable \\$dbSelect has no value type specified in iterable type array\\.$#"
6851                         count: 1
6852                         path: src/Export/Options.php
6854                 -
6855                         message: "#^Parameter \\#2 \\$filename of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getFileNameTemplate\\(\\) expects string\\|null, mixed given\\.$#"
6856                         count: 1
6857                         path: src/Export/Options.php
6859                 -
6860                         message: "#^Parameter \\#1 \\$id of class PhpMyAdmin\\\\Export\\\\Template constructor expects int, mixed given\\.$#"
6861                         count: 1
6862                         path: src/Export/Template.php
6864                 -
6865                         message: "#^Parameter \\#2 \\$username of class PhpMyAdmin\\\\Export\\\\Template constructor expects string, mixed given\\.$#"
6866                         count: 1
6867                         path: src/Export/Template.php
6869                 -
6870                         message: "#^Parameter \\#3 \\$exportType of class PhpMyAdmin\\\\Export\\\\Template constructor expects string, mixed given\\.$#"
6871                         count: 1
6872                         path: src/Export/Template.php
6874                 -
6875                         message: "#^Parameter \\#4 \\$name of class PhpMyAdmin\\\\Export\\\\Template constructor expects string, mixed given\\.$#"
6876                         count: 1
6877                         path: src/Export/Template.php
6879                 -
6880                         message: "#^Parameter \\#5 \\$data of class PhpMyAdmin\\\\Export\\\\Template constructor expects string, mixed given\\.$#"
6881                         count: 1
6882                         path: src/Export/Template.php
6884                 -
6885                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
6886                         count: 1
6887                         path: src/Favorites/RecentFavoriteTables.php
6889                 -
6890                         message: """
6891                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
6892                                 Use dependency injection instead\\.$#
6893                         """
6894                         count: 3
6895                         path: src/Favorites/RecentFavoriteTables.php
6897                 -
6898                         message: """
6899                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
6900                                 Use dependency injection instead\\.$#
6901                         """
6902                         count: 1
6903                         path: src/Favorites/RecentFavoriteTables.php
6905                 -
6906                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be true\\.$#"
6907                         count: 1
6908                         path: src/Favorites/RecentFavoriteTables.php
6910                 -
6911                         message: "#^Cannot access an offset on mixed\\.$#"
6912                         count: 1
6913                         path: src/Favorites/RecentFavoriteTables.php
6915                 -
6916                         message: "#^Cannot access offset 'favoriteTables'\\|'recentTables' on mixed\\.$#"
6917                         count: 5
6918                         path: src/Favorites/RecentFavoriteTables.php
6920                 -
6921                         message: "#^Cannot access offset 'favorites_synced' on mixed\\.$#"
6922                         count: 1
6923                         path: src/Favorites/RecentFavoriteTables.php
6925                 -
6926                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
6927                         count: 5
6928                         path: src/Favorites/RecentFavoriteTables.php
6930                 -
6931                         message: "#^Cannot access offset int\\<1, max\\> on mixed\\.$#"
6932                         count: 1
6933                         path: src/Favorites/RecentFavoriteTables.php
6935                 -
6936                         message: "#^Method PhpMyAdmin\\\\Favorites\\\\RecentFavoriteTables\\:\\:getFromDb\\(\\) should return array\\<array\\{db\\: string, table\\: string\\}\\> but returns mixed\\.$#"
6937                         count: 1
6938                         path: src/Favorites/RecentFavoriteTables.php
6940                 -
6941                         message: "#^Parameter \\#1 \\$array of static method PhpMyAdmin\\\\Favorites\\\\RecentFavoriteTable\\:\\:fromArray\\(\\) expects array\\{db\\: string, table\\: string\\}, mixed given\\.$#"
6942                         count: 1
6943                         path: src/Favorites/RecentFavoriteTables.php
6945                 -
6946                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|false given\\.$#"
6947                         count: 1
6948                         path: src/Favorites/RecentFavoriteTables.php
6950                 -
6951                         message: """
6952                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
6953                                 Use dependency injection instead\\.$#
6954                         """
6955                         count: 1
6956                         path: src/File.php
6958                 -
6959                         message: "#^Cannot access offset 'multi_edit' on mixed\\.$#"
6960                         count: 7
6961                         path: src/File.php
6963                 -
6964                         message: "#^Cannot access offset 'name' on mixed\\.$#"
6965                         count: 1
6966                         path: src/File.php
6968                 -
6969                         message: "#^Cannot access offset string on mixed\\.$#"
6970                         count: 13
6971                         path: src/File.php
6973                 -
6974                         message: "#^Cannot access offset string\\|null on mixed\\.$#"
6975                         count: 1
6976                         path: src/File.php
6978                 -
6979                         message: "#^Class PhpMyAdmin\\\\File has an uninitialized property \\$zipExtension\\. Give it default value or assign it in the constructor\\.$#"
6980                         count: 1
6981                         path: src/File.php
6983                 -
6984                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
6985                         count: 2
6986                         path: src/File.php
6988                 -
6989                         message: "#^Method PhpMyAdmin\\\\File\\:\\:getCompression\\(\\) should return string but returns string\\|false\\.$#"
6990                         count: 1
6991                         path: src/File.php
6993                 -
6994                         message: "#^Only booleans are allowed in &&, bool\\|string given on the left side\\.$#"
6995                         count: 1
6996                         path: src/File.php
6998                 -
6999                         message: "#^Only booleans are allowed in a negated boolean, resource\\|false given\\.$#"
7000                         count: 1
7001                         path: src/File.php
7003                 -
7004                         message: "#^Parameter \\#1 \\$file of function bzopen expects resource\\|string, string\\|null given\\.$#"
7005                         count: 1
7006                         path: src/File.php
7008                 -
7009                         message: "#^Parameter \\#1 \\$file of method PhpMyAdmin\\\\File\\:\\:fetchUploadedFromTblChangeRequestMultiple\\(\\) expects array, mixed given\\.$#"
7010                         count: 1
7011                         path: src/File.php
7013                 -
7014                         message: "#^Parameter \\#1 \\$file of method PhpMyAdmin\\\\ZipExtension\\:\\:getContents\\(\\) expects string, string\\|null given\\.$#"
7015                         count: 1
7016                         path: src/File.php
7018                 -
7019                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\File\\:\\:setUploadedFile\\(\\) expects string, mixed given\\.$#"
7020                         count: 1
7021                         path: src/File.php
7023                 -
7024                         message: "#^Parameter \\#2 \\$length of function fread expects int\\<1, max\\>, int given\\.$#"
7025                         count: 1
7026                         path: src/File.php
7028                 -
7029                         message: "#^Property PhpMyAdmin\\\\File\\:\\:\\$content \\(string\\|null\\) does not accept string\\|false\\.$#"
7030                         count: 1
7031                         path: src/File.php
7033                 -
7034                         message: "#^Property PhpMyAdmin\\\\File\\:\\:\\$handle \\(resource\\|null\\) does not accept resource\\|false\\.$#"
7035                         count: 4
7036                         path: src/File.php
7038                 -
7039                         message: "#^Switch condition type \\(string\\) does not match case condition false \\(false\\)\\.$#"
7040                         count: 1
7041                         path: src/File.php
7043                 -
7044                         message: """
7045                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
7046                                 Use dependency injection instead\\.$#
7047                         """
7048                         count: 1
7049                         path: src/FileListing.php
7051                 -
7052                         message: "#^Cannot access an offset on mixed\\.$#"
7053                         count: 1
7054                         path: src/FlashMessenger.php
7056                 -
7057                         message: "#^Method PhpMyAdmin\\\\FlashMessenger\\:\\:getCurrentMessages\\(\\) should return array\\<int, array\\{context\\: string, message\\: string, statement\\: string\\}\\> but returns mixed\\.$#"
7058                         count: 1
7059                         path: src/FlashMessenger.php
7061                 -
7062                         message: "#^Property PhpMyAdmin\\\\FlashMessenger\\:\\:\\$previousMessages \\(array\\<int, array\\{context\\: string, message\\: string, statement\\: string\\}\\>\\) does not accept mixed\\.$#"
7063                         count: 1
7064                         path: src/FlashMessenger.php
7066                 -
7067                         message: "#^Cannot access offset 'chars' on mixed\\.$#"
7068                         count: 2
7069                         path: src/Font.php
7071                 -
7072                         message: "#^Cannot access offset 'modifier' on mixed\\.$#"
7073                         count: 2
7074                         path: src/Font.php
7076                 -
7077                         message: "#^Parameter \\#1 \\$search of function str_replace expects array\\|string, mixed given\\.$#"
7078                         count: 1
7079                         path: src/Font.php
7081                 -
7082                         message: """
7083                                 #^Access to deprecated static property \\$route of class PhpMyAdmin\\\\Routing\\\\Routing\\:
7084                                 Use \\{@see ServerRequest\\:\\:getRoute\\(\\)\\} instead\\.$#
7085                         """
7086                         count: 1
7087                         path: src/Footer.php
7089                 -
7090                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7091                         count: 2
7092                         path: src/Footer.php
7094                 -
7095                         message: "#^Method PhpMyAdmin\\\\Footer\\:\\:getGitRevisionInfo\\(\\) should return array\\<string, string\\> but returns array\\.$#"
7096                         count: 1
7097                         path: src/Footer.php
7099                 -
7100                         message: "#^Only booleans are allowed in &&, array\\|object given on the right side\\.$#"
7101                         count: 1
7102                         path: src/Footer.php
7104                 -
7105                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
7106                         count: 1
7107                         path: src/Footer.php
7109                 -
7110                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
7111                         count: 1
7112                         path: src/Gis/GisGeometry.php
7114                 -
7115                         message: "#^Only numeric types are allowed in \\-, int\\<0, max\\>\\|false given on the left side\\.$#"
7116                         count: 1
7117                         path: src/Gis/GisGeometry.php
7119                 -
7120                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
7121                         count: 1
7122                         path: src/Gis/GisGeometryCollection.php
7124                 -
7125                         message: "#^Cannot access offset 'gis_type' on mixed\\.$#"
7126                         count: 1
7127                         path: src/Gis/GisGeometryCollection.php
7129                 -
7130                         message: "#^Parameter \\#1 \\$type of static method PhpMyAdmin\\\\Gis\\\\GisFactory\\:\\:fromType\\(\\) expects string, mixed given\\.$#"
7131                         count: 1
7132                         path: src/Gis/GisGeometryCollection.php
7134                 -
7135                         message: "#^Cannot access offset 'LINESTRING' on mixed\\.$#"
7136                         count: 1
7137                         path: src/Gis/GisLineString.php
7139                 -
7140                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
7141                         count: 1
7142                         path: src/Gis/GisLineString.php
7144                 -
7145                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
7146                         count: 1
7147                         path: src/Gis/GisLineString.php
7149                 -
7150                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
7151                         count: 1
7152                         path: src/Gis/GisLineString.php
7154                 -
7155                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:line\\(\\) expects int, int\\|false given\\.$#"
7156                         count: 1
7157                         path: src/Gis/GisLineString.php
7159                 -
7160                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
7161                         count: 1
7162                         path: src/Gis/GisLineString.php
7164                 -
7165                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
7166                         count: 1
7167                         path: src/Gis/GisMultiLineString.php
7169                 -
7170                         message: "#^Cannot access offset 'MULTILINESTRING' on mixed\\.$#"
7171                         count: 1
7172                         path: src/Gis/GisMultiLineString.php
7174                 -
7175                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
7176                         count: 2
7177                         path: src/Gis/GisMultiLineString.php
7179                 -
7180                         message: "#^Cannot access offset 'points' on mixed\\.$#"
7181                         count: 1
7182                         path: src/Gis/GisMultiLineString.php
7184                 -
7185                         message: "#^Cannot access offset 'x' on mixed\\.$#"
7186                         count: 1
7187                         path: src/Gis/GisMultiLineString.php
7189                 -
7190                         message: "#^Cannot access offset 'y' on mixed\\.$#"
7191                         count: 1
7192                         path: src/Gis/GisMultiLineString.php
7194                 -
7195                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
7196                         count: 4
7197                         path: src/Gis/GisMultiLineString.php
7199                 -
7200                         message: "#^Cannot access offset int\\<0, max\\> on non\\-empty\\-array\\<'data_length'\\|int\\<0, max\\>, array\\{x\\: float, y\\: float\\}\\|int\\<0, max\\>\\>\\|int\\<1, max\\>\\.$#"
7201                         count: 1
7202                         path: src/Gis/GisMultiLineString.php
7204                 -
7205                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
7206                         count: 1
7207                         path: src/Gis/GisMultiLineString.php
7209                 -
7210                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:line\\(\\) expects int, int\\|false given\\.$#"
7211                         count: 1
7212                         path: src/Gis/GisMultiLineString.php
7214                 -
7215                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
7216                         count: 1
7217                         path: src/Gis/GisMultiLineString.php
7219                 -
7220                         message: "#^Cannot access offset 'MULTIPOINT' on mixed\\.$#"
7221                         count: 1
7222                         path: src/Gis/GisMultiPoint.php
7224                 -
7225                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
7226                         count: 1
7227                         path: src/Gis/GisMultiPoint.php
7229                 -
7230                         message: "#^Cannot access offset 'x' on mixed\\.$#"
7231                         count: 1
7232                         path: src/Gis/GisMultiPoint.php
7234                 -
7235                         message: "#^Cannot access offset 'y' on mixed\\.$#"
7236                         count: 1
7237                         path: src/Gis/GisMultiPoint.php
7239                 -
7240                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
7241                         count: 3
7242                         path: src/Gis/GisMultiPoint.php
7244                 -
7245                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
7246                         count: 1
7247                         path: src/Gis/GisMultiPoint.php
7249                 -
7250                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
7251                         count: 1
7252                         path: src/Gis/GisMultiPoint.php
7254                 -
7255                         message: "#^Parameter \\#7 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:arc\\(\\) expects int, int\\|false given\\.$#"
7256                         count: 1
7257                         path: src/Gis/GisMultiPoint.php
7259                 -
7260                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
7261                         count: 7
7262                         path: src/Gis/GisMultiPolygon.php
7264                 -
7265                         message: "#^Cannot access an offset on mixed\\.$#"
7266                         count: 1
7267                         path: src/Gis/GisMultiPolygon.php
7269                 -
7270                         message: "#^Cannot access offset 'MULTIPOLYGON' on mixed\\.$#"
7271                         count: 1
7272                         path: src/Gis/GisMultiPolygon.php
7274                 -
7275                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
7276                         count: 3
7277                         path: src/Gis/GisMultiPolygon.php
7279                 -
7280                         message: "#^Cannot access offset 'inner' on mixed\\.$#"
7281                         count: 4
7282                         path: src/Gis/GisMultiPolygon.php
7284                 -
7285                         message: "#^Cannot access offset 'isOuter' on mixed\\.$#"
7286                         count: 4
7287                         path: src/Gis/GisMultiPolygon.php
7289                 -
7290                         message: "#^Cannot access offset 'pointOnSurface' on mixed\\.$#"
7291                         count: 2
7292                         path: src/Gis/GisMultiPolygon.php
7294                 -
7295                         message: "#^Cannot access offset 'points' on mixed\\.$#"
7296                         count: 3
7297                         path: src/Gis/GisMultiPolygon.php
7299                 -
7300                         message: "#^Cannot access offset 'x' on mixed\\.$#"
7301                         count: 2
7302                         path: src/Gis/GisMultiPolygon.php
7304                 -
7305                         message: "#^Cannot access offset 'y' on mixed\\.$#"
7306                         count: 2
7307                         path: src/Gis/GisMultiPolygon.php
7309                 -
7310                         message: "#^Cannot access offset int on non\\-empty\\-array\\<'data_length'\\|int, array\\{data_length\\: int\\<0, max\\>, 0\\?\\: array\\{x\\: float, y\\: float\\}\\}\\|int\\<1, max\\>\\>\\|int\\<1, max\\>\\.$#"
7311                         count: 1
7312                         path: src/Gis/GisMultiPolygon.php
7314                 -
7315                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
7316                         count: 6
7317                         path: src/Gis/GisMultiPolygon.php
7319                 -
7320                         message: "#^Cannot access offset int\\<0, max\\> on non\\-empty\\-array\\<'data_length'\\|int\\<0, max\\>, array\\{x\\: float, y\\: float\\}\\|int\\<0, max\\>\\>\\|int\\<1, max\\>\\.$#"
7321                         count: 1
7322                         path: src/Gis/GisMultiPolygon.php
7324                 -
7325                         message: "#^Cannot access offset mixed on mixed\\.$#"
7326                         count: 6
7327                         path: src/Gis/GisMultiPolygon.php
7329                 -
7330                         message: "#^Cannot call method isInsidePolygon\\(\\) on mixed\\.$#"
7331                         count: 1
7332                         path: src/Gis/GisMultiPolygon.php
7334                 -
7335                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
7336                         count: 1
7337                         path: src/Gis/GisMultiPolygon.php
7339                 -
7340                         message: "#^Parameter \\#1 \\$points of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:filledPolygon\\(\\) expects array\\<int, int\\>, array\\<float\\> given\\.$#"
7341                         count: 1
7342                         path: src/Gis/GisMultiPolygon.php
7344                 -
7345                         message: "#^Parameter \\#1 \\$points of static method PhpMyAdmin\\\\Gis\\\\Ds\\\\Polygon\\:\\:fromXYArray\\(\\) expects non\\-empty\\-array\\<int, array\\{x\\: float, y\\: float\\}\\>, mixed given\\.$#"
7346                         count: 1
7347                         path: src/Gis/GisMultiPolygon.php
7349                 -
7350                         message: "#^Parameter \\#2 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:filledPolygon\\(\\) expects int, int\\|false given\\.$#"
7351                         count: 1
7352                         path: src/Gis/GisMultiPolygon.php
7354                 -
7355                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
7356                         count: 1
7357                         path: src/Gis/GisMultiPolygon.php
7359                 -
7360                         message: "#^Cannot access offset 'POINT' on mixed\\.$#"
7361                         count: 1
7362                         path: src/Gis/GisPoint.php
7364                 -
7365                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
7366                         count: 1
7367                         path: src/Gis/GisPoint.php
7369                 -
7370                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
7371                         count: 1
7372                         path: src/Gis/GisPoint.php
7374                 -
7375                         message: "#^Parameter \\#7 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:arc\\(\\) expects int, int\\|false given\\.$#"
7376                         count: 1
7377                         path: src/Gis/GisPoint.php
7379                 -
7380                         message: "#^Cannot access offset 'POLYGON' on mixed\\.$#"
7381                         count: 1
7382                         path: src/Gis/GisPolygon.php
7384                 -
7385                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
7386                         count: 2
7387                         path: src/Gis/GisPolygon.php
7389                 -
7390                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
7391                         count: 3
7392                         path: src/Gis/GisPolygon.php
7394                 -
7395                         message: "#^Cannot access offset int\\<0, max\\> on non\\-empty\\-array\\<'data_length'\\|int\\<0, max\\>, array\\{x\\: float, y\\: float\\}\\|int\\<0, max\\>\\>\\|int\\<1, max\\>\\.$#"
7396                         count: 1
7397                         path: src/Gis/GisPolygon.php
7399                 -
7400                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
7401                         count: 1
7402                         path: src/Gis/GisPolygon.php
7404                 -
7405                         message: "#^Parameter \\#1 \\$points of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:filledPolygon\\(\\) expects array\\<int, int\\>, array\\<float\\> given\\.$#"
7406                         count: 1
7407                         path: src/Gis/GisPolygon.php
7409                 -
7410                         message: "#^Parameter \\#2 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:filledPolygon\\(\\) expects int, int\\|false given\\.$#"
7411                         count: 1
7412                         path: src/Gis/GisPolygon.php
7414                 -
7415                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
7416                         count: 1
7417                         path: src/Gis/GisPolygon.php
7419                 -
7420                         message: """
7421                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
7422                                 Use dependency injection instead\\.$#
7423                         """
7424                         count: 1
7425                         path: src/Gis/GisVisualization.php
7427                 -
7428                         message: """
7429                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
7430                                 Use dependency injection instead\\.$#
7431                         """
7432                         count: 2
7433                         path: src/Gis/GisVisualization.php
7435                 -
7436                         message: "#^Cannot cast mixed to int\\.$#"
7437                         count: 1
7438                         path: src/Gis/GisVisualization.php
7440                 -
7441                         message: "#^Cannot cast mixed to string\\.$#"
7442                         count: 1
7443                         path: src/Gis/GisVisualization.php
7445                 -
7446                         message: "#^Cannot access offset 1 on array\\|false\\.$#"
7447                         count: 2
7448                         path: src/Git.php
7450                 -
7451                         message: "#^Cannot access offset 256 on array\\|false\\.$#"
7452                         count: 1
7453                         path: src/Git.php
7455                 -
7456                         message: "#^Cannot access offset int on array\\|false\\.$#"
7457                         count: 1
7458                         path: src/Git.php
7460                 -
7461                         message: "#^Cannot access offset int\\<min, \\-1\\>\\|int\\<1, max\\> on array\\|false\\.$#"
7462                         count: 1
7463                         path: src/Git.php
7465                 -
7466                         message: "#^Cannot access property \\$date on mixed\\.$#"
7467                         count: 2
7468                         path: src/Git.php
7470                 -
7471                         message: "#^Cannot access property \\$email on mixed\\.$#"
7472                         count: 2
7473                         path: src/Git.php
7475                 -
7476                         message: "#^Cannot access property \\$name on mixed\\.$#"
7477                         count: 2
7478                         path: src/Git.php
7480                 -
7481                         message: "#^Cannot cast mixed to string\\.$#"
7482                         count: 6
7483                         path: src/Git.php
7485                 -
7486                         message: "#^Method PhpMyAdmin\\\\Git\\:\\:checkGitRevision\\(\\) should return array\\{hash\\: string, branch\\: string\\|false, message\\: string, author\\: array\\{name\\: string, email\\: string, date\\: string\\}, committer\\: array\\{name\\: string, email\\: string, date\\: string\\}, is_remote_commit\\: bool, is_remote_branch\\: bool\\}\\|null but returns array\\{hash\\: string, branch\\: string\\|false, message\\: string, author\\: array\\{name\\: string, email\\: string, date\\: string\\}, committer\\: array\\{name\\: string, email\\: string, date\\: string\\}, is_remote_commit\\: mixed, is_remote_branch\\: bool\\}\\.$#"
7487                         count: 1
7488                         path: src/Git.php
7490                 -
7491                         message: "#^Method PhpMyAdmin\\\\Git\\:\\:getPackOffset\\(\\) should return int\\|null but returns mixed\\.$#"
7492                         count: 1
7493                         path: src/Git.php
7495                 -
7496                         message: "#^Method PhpMyAdmin\\\\Git\\:\\:isRemoteCommit\\(\\) should return stdClass\\|null but returns mixed\\.$#"
7497                         count: 1
7498                         path: src/Git.php
7500                 -
7501                         message: "#^Method PhpMyAdmin\\\\Git\\:\\:unPackGz\\(\\) return type has no value type specified in iterable type array\\.$#"
7502                         count: 1
7503                         path: src/Git.php
7505                 -
7506                         message: "#^Offset 1 does not exist on array\\{0\\?\\: string, 1\\?\\: non\\-empty\\-string, 2\\?\\: non\\-empty\\-string, 3\\?\\: numeric\\-string, 4\\?\\: non\\-falsy\\-string\\}\\.$#"
7507                         count: 1
7508                         path: src/Git.php
7510                 -
7511                         message: "#^Offset 2 does not exist on array\\{0\\?\\: string, 1\\?\\: non\\-empty\\-string, 2\\?\\: non\\-empty\\-string, 3\\?\\: numeric\\-string, 4\\?\\: non\\-falsy\\-string\\}\\.$#"
7512                         count: 1
7513                         path: src/Git.php
7515                 -
7516                         message: "#^Offset 3 does not exist on array\\{0\\?\\: string, 1\\?\\: non\\-empty\\-string, 2\\?\\: non\\-empty\\-string, 3\\?\\: numeric\\-string, 4\\?\\: non\\-falsy\\-string\\}\\.$#"
7517                         count: 1
7518                         path: src/Git.php
7520                 -
7521                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
7522                         count: 1
7523                         path: src/Git.php
7525                 -
7526                         message: "#^Parameter \\#1 \\$commit of method PhpMyAdmin\\\\Git\\:\\:extractDataFormTextBody\\(\\) expects array, mixed given\\.$#"
7527                         count: 1
7528                         path: src/Git.php
7530                 -
7531                         message: "#^Parameter \\#1 \\$gitFolder of method PhpMyAdmin\\\\Git\\:\\:getCommonDirContents\\(\\) expects string, mixed given\\.$#"
7532                         count: 1
7533                         path: src/Git.php
7535                 -
7536                         message: "#^Parameter \\#1 \\$gitFolder of method PhpMyAdmin\\\\Git\\:\\:getHashFromHeadRef\\(\\) expects string, mixed given\\.$#"
7537                         count: 1
7538                         path: src/Git.php
7540                 -
7541                         message: "#^Parameter \\#1 \\$gitFolder of method PhpMyAdmin\\\\Git\\:\\:unPackGz\\(\\) expects string, mixed given\\.$#"
7542                         count: 1
7543                         path: src/Git.php
7545                 -
7546                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
7547                         count: 1
7548                         path: src/Git.php
7550                 -
7551                         message: "#^Parameter \\#2 \\$length of function fread expects int\\<1, max\\>, int given\\.$#"
7552                         count: 1
7553                         path: src/Git.php
7555                 -
7556                         message: "#^Parameter \\#2 \\$offset of function substr expects int, \\(float\\|int\\) given\\.$#"
7557                         count: 2
7558                         path: src/Git.php
7560                 -
7561                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
7562                         count: 1
7563                         path: src/Git.php
7565                 -
7566                         message: "#^Variable \\$position might not be defined\\.$#"
7567                         count: 1
7568                         path: src/Git.php
7570                 -
7571                         message: """
7572                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
7573                                 Use dependency injection instead\\.$#
7574                         """
7575                         count: 3
7576                         path: src/Header.php
7578                 -
7579                         message: "#^Cannot access offset 'pftext' on mixed\\.$#"
7580                         count: 1
7581                         path: src/Header.php
7583                 -
7584                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7585                         count: 7
7586                         path: src/Header.php
7588                 -
7589                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
7590                         count: 1
7591                         path: src/Header.php
7593                 -
7594                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
7595                         count: 1
7596                         path: src/Header.php
7598                 -
7599                         message: "#^Parameter \\#2 \\$params of method PhpMyAdmin\\\\Scripts\\:\\:addFile\\(\\) expects array\\<string, string\\>, array\\<string, mixed\\> given\\.$#"
7600                         count: 1
7601                         path: src/Header.php
7603                 -
7604                         message: """
7605                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
7606                                 Use dependency injection instead\\.$#
7607                         """
7608                         count: 8
7609                         path: src/Html/Generator.php
7611                 -
7612                         message: """
7613                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
7614                                 Use dependency injection instead\\.$#
7615                         """
7616                         count: 5
7617                         path: src/Html/Generator.php
7619                 -
7620                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
7621                         count: 1
7622                         path: src/Html/Generator.php
7624                 -
7625                         message: "#^Cannot access offset 'go_back_url' on mixed\\.$#"
7626                         count: 1
7627                         path: src/Html/Generator.php
7629                 -
7630                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
7631                         count: 2
7632                         path: src/Html/Generator.php
7634                 -
7635                         message: "#^Cannot access offset 'message' on mixed\\.$#"
7636                         count: 1
7637                         path: src/Html/Generator.php
7639                 -
7640                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
7641                         count: 2
7642                         path: src/Html/Generator.php
7644                 -
7645                         message: "#^Cannot call method getDisplay\\(\\) on mixed\\.$#"
7646                         count: 1
7647                         path: src/Html/Generator.php
7649                 -
7650                         message: "#^Cannot cast mixed to int\\.$#"
7651                         count: 5
7652                         path: src/Html/Generator.php
7654                 -
7655                         message: "#^Cannot cast mixed to string\\.$#"
7656                         count: 2
7657                         path: src/Html/Generator.php
7659                 -
7660                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7661                         count: 14
7662                         path: src/Html/Generator.php
7664                 -
7665                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
7666                         count: 1
7667                         path: src/Html/Generator.php
7669                 -
7670                         message: "#^Parameter \\#1 \\$message of method PhpMyAdmin\\\\Message\\:\\:addText\\(\\) expects string, mixed given\\.$#"
7671                         count: 1
7672                         path: src/Html/Generator.php
7674                 -
7675                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<int\\|string, mixed\\> given\\.$#"
7676                         count: 2
7677                         path: src/Html/Generator.php
7679                 -
7680                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, \\(int\\|string\\) given\\.$#"
7681                         count: 1
7682                         path: src/Html/Generator.php
7684                 -
7685                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
7686                         count: 1
7687                         path: src/Html/Generator.php
7689                 -
7690                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
7691                         count: 1
7692                         path: src/Html/Generator.php
7694                 -
7695                         message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
7696                         count: 1
7697                         path: src/Html/Generator.php
7699                 -
7700                         message: "#^Parameter \\#1 \\$method of method PhpMyAdmin\\\\Http\\\\Factory\\\\ServerRequestFactory\\:\\:createServerRequest\\(\\) expects string, mixed given\\.$#"
7701                         count: 1
7702                         path: src/Http/Factory/ServerRequestFactory.php
7704                 -
7705                         message: """
7706                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
7707                                 Use dependency injection instead\\.$#
7708                         """
7709                         count: 1
7710                         path: src/Http/Middleware/Authentication.php
7712                 -
7713                         message: """
7714                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
7715                                 Use dependency injection instead\\.$#
7716                         """
7717                         count: 1
7718                         path: src/Http/Middleware/Authentication.php
7720                 -
7721                         message: "#^Parameter \\#1 \\$source of method PhpMyAdmin\\\\Config\\:\\:loadAndCheck\\(\\) expects string\\|null, mixed given\\.$#"
7722                         count: 1
7723                         path: src/Http/Middleware/ConfigLoading.php
7725                 -
7726                         message: "#^Cannot access offset 'server' on mixed\\.$#"
7727                         count: 1
7728                         path: src/Http/Middleware/CurrentServerGlobalSetting.php
7730                 -
7731                         message: "#^Cannot access offset 'table' on mixed\\.$#"
7732                         count: 1
7733                         path: src/Http/Middleware/DatabaseAndTableSetting.php
7735                 -
7736                         message: """
7737                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
7738                                 Use dependency injection instead\\.$#
7739                         """
7740                         count: 1
7741                         path: src/Http/Middleware/DatabaseServerVersionChecking.php
7743                 -
7744                         message: "#^Cannot cast mixed to string\\.$#"
7745                         count: 1
7746                         path: src/Http/Middleware/LanguageAndThemeCookieSaving.php
7748                 -
7749                         message: """
7750                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
7751                                 Use dependency injection instead\\.$#
7752                         """
7753                         count: 1
7754                         path: src/Http/Middleware/ProfilingChecking.php
7756                 -
7757                         message: """
7758                                 #^Access to deprecated static property \\$route of class PhpMyAdmin\\\\Routing\\\\Routing\\:
7759                                 Use \\{@see ServerRequest\\:\\:getRoute\\(\\)\\} instead\\.$#
7760                         """
7761                         count: 1
7762                         path: src/Http/Middleware/RouteParsing.php
7764                 -
7765                         message: "#^Parameter \\#2 \\$value of method PhpMyAdmin\\\\Config\\:\\:setCookie\\(\\) expects string, mixed given\\.$#"
7766                         count: 1
7767                         path: src/Http/Middleware/SetupPageRedirection.php
7769                 -
7770                         message: """
7771                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
7772                                 Use dependency injection instead\\.$#
7773                         """
7774                         count: 1
7775                         path: src/Http/Middleware/StatementHistory.php
7777                 -
7778                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7779                         count: 1
7780                         path: src/Http/Middleware/StatementHistory.php
7782                 -
7783                         message: "#^Parameter \\#4 \\$sqlquery of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:setHistory\\(\\) expects string, mixed given\\.$#"
7784                         count: 1
7785                         path: src/Http/Middleware/StatementHistory.php
7787                 -
7788                         message: "#^Parameter \\#1 \\$known_string of function hash_equals expects string, mixed given\\.$#"
7789                         count: 1
7790                         path: src/Http/Middleware/TokenRequestParamChecking.php
7792                 -
7793                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
7794                         count: 1
7795                         path: src/Http/Middleware/UrlParamsSetting.php
7797                 -
7798                         message: "#^Parameter \\#1 \\$page of static method PhpMyAdmin\\\\Core\\:\\:checkPageValidity\\(\\) expects string, mixed given\\.$#"
7799                         count: 2
7800                         path: src/Http/Middleware/UrlParamsSetting.php
7802                 -
7803                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getAttributes\\(\\) return type has no value type specified in iterable type array\\.$#"
7804                         count: 1
7805                         path: src/Http/ServerRequest.php
7807                 -
7808                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getCookieParams\\(\\) return type has no value type specified in iterable type array\\.$#"
7809                         count: 1
7810                         path: src/Http/ServerRequest.php
7812                 -
7813                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getParsedBody\\(\\) return type has no value type specified in iterable type array\\.$#"
7814                         count: 1
7815                         path: src/Http/ServerRequest.php
7817                 -
7818                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getQueryParams\\(\\) return type has no value type specified in iterable type array\\.$#"
7819                         count: 1
7820                         path: src/Http/ServerRequest.php
7822                 -
7823                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getServerParams\\(\\) return type has no value type specified in iterable type array\\.$#"
7824                         count: 1
7825                         path: src/Http/ServerRequest.php
7827                 -
7828                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getUploadedFiles\\(\\) return type has no value type specified in iterable type array\\.$#"
7829                         count: 1
7830                         path: src/Http/ServerRequest.php
7832                 -
7833                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:withCookieParams\\(\\) has parameter \\$cookies with no value type specified in iterable type array\\.$#"
7834                         count: 1
7835                         path: src/Http/ServerRequest.php
7837                 -
7838                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:withParsedBody\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
7839                         count: 1
7840                         path: src/Http/ServerRequest.php
7842                 -
7843                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:withQueryParams\\(\\) has parameter \\$query with no value type specified in iterable type array\\.$#"
7844                         count: 1
7845                         path: src/Http/ServerRequest.php
7847                 -
7848                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:withUploadedFiles\\(\\) has parameter \\$uploadedFiles with no value type specified in iterable type array\\.$#"
7849                         count: 1
7850                         path: src/Http/ServerRequest.php
7852                 -
7853                         message: "#^Variable property access on object\\.$#"
7854                         count: 2
7855                         path: src/Http/ServerRequest.php
7857                 -
7858                         message: "#^Cannot access offset 'a_meta_dir' on mixed\\.$#"
7859                         count: 1
7860                         path: src/I18n/Language.php
7862                 -
7863                         message: "#^Cannot access offset 'a_meta_language' on mixed\\.$#"
7864                         count: 1
7865                         path: src/I18n/Language.php
7867                 -
7868                         message: "#^Cannot access offset 'w_page' on mixed\\.$#"
7869                         count: 1
7870                         path: src/I18n/Language.php
7872                 -
7873                         message: "#^Parameter \\#2 \\$path of function _bindtextdomain expects string, mixed given\\.$#"
7874                         count: 1
7875                         path: src/I18n/Language.php
7877                 -
7878                         message: """
7879                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
7880                                 Use dependency injection instead\\.$#
7881                         """
7882                         count: 1
7883                         path: src/I18n/LanguageManager.php
7885                 -
7886                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7887                         count: 5
7888                         path: src/I18n/LanguageManager.php
7890                 -
7891                         message: "#^Method PhpMyAdmin\\\\I18n\\\\LanguageManager\\:\\:availableLocales\\(\\) should return array\\<string\\> but returns array\\|false\\.$#"
7892                         count: 1
7893                         path: src/I18n/LanguageManager.php
7895                 -
7896                         message: "#^Parameter \\#1 \\$code of method PhpMyAdmin\\\\I18n\\\\LanguageManager\\:\\:getLanguage\\(\\) expects string, mixed given\\.$#"
7897                         count: 4
7898                         path: src/I18n/LanguageManager.php
7900                 -
7901                         message: "#^Parameter \\#1 \\$directory of function opendir expects string, mixed given\\.$#"
7902                         count: 1
7903                         path: src/I18n/LanguageManager.php
7905                 -
7906                         message: "#^Parameter \\#1 \\$filename of function is_dir expects string, mixed given\\.$#"
7907                         count: 1
7908                         path: src/I18n/LanguageManager.php
7910                 -
7911                         message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
7912                         count: 1
7913                         path: src/I18n/LanguageManager.php
7915                 -
7916                         message: "#^Property PhpMyAdmin\\\\I18n\\\\LanguageManager\\:\\:\\$availableLocales \\(array\\<string\\>\\) does not accept array\\|false\\.$#"
7917                         count: 1
7918                         path: src/I18n/LanguageManager.php
7920                 -
7921                         message: "#^Cannot access offset 'handler' on mixed\\.$#"
7922                         count: 2
7923                         path: src/Import/Ajax.php
7925                 -
7926                         message: "#^Cannot call static method getUploadStatus\\(\\) on mixed\\.$#"
7927                         count: 1
7928                         path: src/Import/Ajax.php
7930                 -
7931                         message: "#^Variable static method call on PhpMyAdmin\\\\Import\\\\Ajax\\.$#"
7932                         count: 1
7933                         path: src/Import/Ajax.php
7935                 -
7936                         message: """
7937                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
7938                                 Use dependency injection instead\\.$#
7939                         """
7940                         count: 4
7941                         path: src/Import/Import.php
7943                 -
7944                         message: """
7945                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
7946                                 Use dependency injection instead\\.$#
7947                         """
7948                         count: 5
7949                         path: src/Import/Import.php
7951                 -
7952                         message: "#^Cannot access property \\$precision on int\\|PhpMyAdmin\\\\Import\\\\DecimalSize\\.$#"
7953                         count: 5
7954                         path: src/Import/Import.php
7956                 -
7957                         message: "#^Cannot access property \\$scale on int\\|PhpMyAdmin\\\\Import\\\\DecimalSize\\.$#"
7958                         count: 5
7959                         path: src/Import/Import.php
7961                 -
7962                         message: "#^Cannot cast mixed to string\\.$#"
7963                         count: 6
7964                         path: src/Import/Import.php
7966                 -
7967                         message: "#^Casting to int something that's already int\\.$#"
7968                         count: 1
7969                         path: src/Import/Import.php
7971                 -
7972                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7973                         count: 2
7974                         path: src/Import/Import.php
7976                 -
7977                         message: "#^Foreach overwrites \\$sqlQuery with its value variable\\.$#"
7978                         count: 1
7979                         path: src/Import/Import.php
7981                 -
7982                         message: "#^Method PhpMyAdmin\\\\Import\\\\Import\\:\\:createDatabase\\(\\) should return array\\<string\\> but returns mixed\\.$#"
7983                         count: 1
7984                         path: src/Import/Import.php
7986                 -
7987                         message: "#^Method PhpMyAdmin\\\\Import\\\\Import\\:\\:getNextChunk\\(\\) should return bool\\|string but returns mixed\\.$#"
7988                         count: 1
7989                         path: src/Import/Import.php
7991                 -
7992                         message: "#^Only booleans are allowed in &&, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given on the left side\\.$#"
7993                         count: 1
7994                         path: src/Import/Import.php
7996                 -
7997                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
7998                         count: 1
7999                         path: src/Import/Import.php
8001                 -
8002                         message: "#^Parameter \\#1 \\$precision of static method PhpMyAdmin\\\\Import\\\\DecimalSize\\:\\:fromPrecisionAndScale\\(\\) expects int, int\\|PhpMyAdmin\\\\Import\\\\DecimalSize given\\.$#"
8003                         count: 1
8004                         path: src/Import/Import.php
8006                 -
8007                         message: "#^Parameter \\#1 \\$separator of function explode expects non\\-empty\\-string, mixed given\\.$#"
8008                         count: 1
8009                         path: src/Import/Import.php
8011                 -
8012                         message: "#^Parameter \\#1 \\$sql of method PhpMyAdmin\\\\Import\\\\Import\\:\\:runQuery\\(\\) expects string, string\\|null given\\.$#"
8013                         count: 1
8014                         path: src/Import/Import.php
8016                 -
8017                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
8018                         count: 2
8019                         path: src/Import/Import.php
8021                 -
8022                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, mixed given\\.$#"
8023                         count: 2
8024                         path: src/Import/Import.php
8026                 -
8027                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
8028                         count: 1
8029                         path: src/Index.php
8031                 -
8032                         message: """
8033                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
8034                                 Use dependency injection instead\\.$#
8035                         """
8036                         count: 3
8037                         path: src/Index.php
8039                 -
8040                         message: "#^Cannot access offset mixed on mixed\\.$#"
8041                         count: 1
8042                         path: src/Index.php
8044                 -
8045                         message: "#^Cannot cast mixed to int\\.$#"
8046                         count: 1
8047                         path: src/Index.php
8049                 -
8050                         message: "#^Only booleans are allowed in &&, int\\<0, 1\\> given on the left side\\.$#"
8051                         count: 1
8052                         path: src/Index.php
8054                 -
8055                         message: "#^Only booleans are allowed in &&, int\\<0, 2\\> given on the left side\\.$#"
8056                         count: 1
8057                         path: src/Index.php
8059                 -
8060                         message: "#^Only booleans are allowed in &&, int\\<0, 4\\> given on the left side\\.$#"
8061                         count: 1
8062                         path: src/Index.php
8064                 -
8065                         message: "#^Only booleans are allowed in &&, int\\<0, 8\\> given on the left side\\.$#"
8066                         count: 1
8067                         path: src/Index.php
8069                 -
8070                         message: "#^Parameter \\#1 \\$columns of method PhpMyAdmin\\\\Index\\:\\:addColumns\\(\\) expects array, mixed given\\.$#"
8071                         count: 1
8072                         path: src/Index.php
8074                 -
8075                         message: "#^Parameter \\#1 \\$params of method PhpMyAdmin\\\\Index\\:\\:addColumn\\(\\) expects array\\<string, string\\|null\\>, mixed given\\.$#"
8076                         count: 1
8077                         path: src/Index.php
8079                 -
8080                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$choice \\(string\\) does not accept mixed\\.$#"
8081                         count: 1
8082                         path: src/Index.php
8084                 -
8085                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$comment \\(string\\) does not accept mixed\\.$#"
8086                         count: 1
8087                         path: src/Index.php
8089                 -
8090                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$name \\(string\\) does not accept mixed\\.$#"
8091                         count: 1
8092                         path: src/Index.php
8094                 -
8095                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$packed \\(string\\|null\\) does not accept mixed\\.$#"
8096                         count: 1
8097                         path: src/Index.php
8099                 -
8100                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$parser \\(string\\) does not accept mixed\\.$#"
8101                         count: 1
8102                         path: src/Index.php
8104                 -
8105                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$remarks \\(string\\) does not accept mixed\\.$#"
8106                         count: 1
8107                         path: src/Index.php
8109                 -
8110                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$schema \\(string\\) does not accept mixed\\.$#"
8111                         count: 1
8112                         path: src/Index.php
8114                 -
8115                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$table \\(string\\) does not accept mixed\\.$#"
8116                         count: 1
8117                         path: src/Index.php
8119                 -
8120                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$type \\(string\\) does not accept mixed\\.$#"
8121                         count: 1
8122                         path: src/Index.php
8124                 -
8125                         message: "#^Cannot cast mixed to int\\.$#"
8126                         count: 3
8127                         path: src/IndexColumn.php
8129                 -
8130                         message: "#^Property PhpMyAdmin\\\\IndexColumn\\:\\:\\$collation \\(string\\|null\\) does not accept mixed\\.$#"
8131                         count: 1
8132                         path: src/IndexColumn.php
8134                 -
8135                         message: "#^Property PhpMyAdmin\\\\IndexColumn\\:\\:\\$expression \\(string\\|null\\) does not accept mixed\\.$#"
8136                         count: 1
8137                         path: src/IndexColumn.php
8139                 -
8140                         message: "#^Property PhpMyAdmin\\\\IndexColumn\\:\\:\\$name \\(string\\) does not accept mixed\\.$#"
8141                         count: 1
8142                         path: src/IndexColumn.php
8144                 -
8145                         message: "#^Property PhpMyAdmin\\\\IndexColumn\\:\\:\\$null \\(string\\) does not accept mixed\\.$#"
8146                         count: 1
8147                         path: src/IndexColumn.php
8149                 -
8150                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
8151                         count: 1
8152                         path: src/InsertEdit.php
8154                 -
8155                         message: "#^Cannot access offset 'relational_display' on mixed\\.$#"
8156                         count: 1
8157                         path: src/InsertEdit.php
8159                 -
8160                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
8161                         count: 1
8162                         path: src/InsertEdit.php
8164                 -
8165                         message: "#^Cannot access offset 0 on mixed\\.$#"
8166                         count: 1
8167                         path: src/InsertEdit.php
8169                 -
8170                         message: "#^Cannot access offset string on mixed\\.$#"
8171                         count: 2
8172                         path: src/InsertEdit.php
8174                 -
8175                         message: "#^Cannot cast mixed to int\\.$#"
8176                         count: 3
8177                         path: src/InsertEdit.php
8179                 -
8180                         message: "#^Cannot cast mixed to string\\.$#"
8181                         count: 4
8182                         path: src/InsertEdit.php
8184                 -
8185                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8186                         count: 3
8187                         path: src/InsertEdit.php
8189                 -
8190                         message: "#^Match expression does not handle remaining value\\: string$#"
8191                         count: 1
8192                         path: src/InsertEdit.php
8194                 -
8195                         message: "#^Method PhpMyAdmin\\\\InsertEdit\\:\\:determineInsertOrEdit\\(\\) should return array\\{bool, array\\<string\\>\\|string\\|null, array\\<string\\>, array\\<string\\>\\|null, array\\<PhpMyAdmin\\\\Dbal\\\\ResultInterface\\>\\|PhpMyAdmin\\\\Dbal\\\\ResultInterface, array\\<array\\<string, string\\|null\\>\\|false\\>, bool, string\\|null\\} but returns array\\{bool, mixed, array, array\\<string\\>\\|null, array\\<PhpMyAdmin\\\\Dbal\\\\ResultInterface\\>\\|PhpMyAdmin\\\\Dbal\\\\ResultInterface, array\\<array\\<string\\|null\\>\\|false\\>, bool, mixed\\}\\.$#"
8196                         count: 1
8197                         path: src/InsertEdit.php
8199                 -
8200                         message: "#^Method PhpMyAdmin\\\\InsertEdit\\:\\:getErrorUrl\\(\\) should return string but returns mixed\\.$#"
8201                         count: 1
8202                         path: src/InsertEdit.php
8204                 -
8205                         message: "#^Method PhpMyAdmin\\\\InsertEdit\\:\\:getFormParametersForInsertForm\\(\\) has parameter \\$whereClauses with no value type specified in iterable type array\\.$#"
8206                         count: 1
8207                         path: src/InsertEdit.php
8209                 -
8210                         message: "#^Method PhpMyAdmin\\\\InsertEdit\\:\\:getFormParametersForInsertForm\\(\\) should return array\\<string, string\\> but returns array\\<string, mixed\\>\\.$#"
8211                         count: 1
8212                         path: src/InsertEdit.php
8214                 -
8215                         message: "#^Method PhpMyAdmin\\\\InsertEdit\\:\\:getGotoInclude\\(\\) should return string but returns mixed\\.$#"
8216                         count: 1
8217                         path: src/InsertEdit.php
8219                 -
8220                         message: "#^Offset 2 does not exist on array\\{0\\?\\: string, 1\\?\\: string, 2\\?\\: string, 3\\?\\: numeric\\-string\\}\\.$#"
8221                         count: 1
8222                         path: src/InsertEdit.php
8224                 -
8225                         message: "#^Only booleans are allowed in &&, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given on the left side\\.$#"
8226                         count: 1
8227                         path: src/InsertEdit.php
8229                 -
8230                         message: "#^Only booleans are allowed in &&, string\\|null given on the left side\\.$#"
8231                         count: 1
8232                         path: src/InsertEdit.php
8234                 -
8235                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
8236                         count: 2
8237                         path: src/InsertEdit.php
8239                 -
8240                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
8241                         count: 2
8242                         path: src/InsertEdit.php
8244                 -
8245                         message: "#^Parameter \\#1 \\$buffer of method PhpMyAdmin\\\\Plugins\\\\TransformationsInterface\\:\\:applyTransformation\\(\\) expects string, mixed given\\.$#"
8246                         count: 1
8247                         path: src/InsertEdit.php
8249                 -
8250                         message: "#^Parameter \\#1 \\$data of static method PhpMyAdmin\\\\Utils\\\\Gis\\:\\:convertToWellKnownText\\(\\) expects string, mixed given\\.$#"
8251                         count: 1
8252                         path: src/InsertEdit.php
8254                 -
8255                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
8256                         count: 1
8257                         path: src/InsertEdit.php
8259                 -
8260                         message: "#^Parameter \\#1 \\$defaultValue of method PhpMyAdmin\\\\InsertEdit\\:\\:getSpecialCharsForInsertingMode\\(\\) expects string\\|null, mixed given\\.$#"
8261                         count: 1
8262                         path: src/InsertEdit.php
8264                 -
8265                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
8266                         count: 2
8267                         path: src/InsertEdit.php
8269                 -
8270                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
8271                         count: 6
8272                         path: src/InsertEdit.php
8274                 -
8275                         message: "#^Parameter \\#1 \\$optionString of method PhpMyAdmin\\\\Transformations\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
8276                         count: 2
8277                         path: src/InsertEdit.php
8279                 -
8280                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array given\\.$#"
8281                         count: 2
8282                         path: src/InsertEdit.php
8284                 -
8285                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
8286                         count: 1
8287                         path: src/InsertEdit.php
8289                 -
8290                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:query\\(\\) expects string, mixed given\\.$#"
8291                         count: 1
8292                         path: src/InsertEdit.php
8294                 -
8295                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, mixed given\\.$#"
8296                         count: 1
8297                         path: src/InsertEdit.php
8299                 -
8300                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
8301                         count: 1
8302                         path: src/InsertEdit.php
8304                 -
8305                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:signSqlQuery\\(\\) expects string, mixed given\\.$#"
8306                         count: 1
8307                         path: src/InsertEdit.php
8309                 -
8310                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, mixed given\\.$#"
8311                         count: 1
8312                         path: src/InsertEdit.php
8314                 -
8315                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
8316                         count: 4
8317                         path: src/InsertEdit.php
8319                 -
8320                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
8321                         count: 1
8322                         path: src/InsertEdit.php
8324                 -
8325                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
8326                         count: 1
8327                         path: src/InsertEdit.php
8329                 -
8330                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:addMicroseconds\\(\\) expects string, mixed given\\.$#"
8331                         count: 1
8332                         path: src/InsertEdit.php
8334                 -
8335                         message: "#^Parameter \\#1 \\$whereClauseArray of method PhpMyAdmin\\\\InsertEdit\\:\\:analyzeWhereClauses\\(\\) expects array\\<string\\>, array given\\.$#"
8336                         count: 1
8337                         path: src/InsertEdit.php
8339                 -
8340                         message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
8341                         count: 1
8342                         path: src/InsertEdit.php
8344                 -
8345                         message: "#^Parameter \\#16 \\$whereClause of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditFormColumn\\(\\) expects string, mixed given\\.$#"
8346                         count: 1
8347                         path: src/InsertEdit.php
8349                 -
8350                         message: "#^Parameter \\#2 \\$foreignField of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:foreignDropdown\\(\\) expects string, mixed given\\.$#"
8351                         count: 1
8352                         path: src/InsertEdit.php
8354                 -
8355                         message: "#^Parameter \\#2 \\$row of class PhpMyAdmin\\\\UniqueCondition constructor expects array\\<int, mixed\\>, mixed given\\.$#"
8356                         count: 1
8357                         path: src/InsertEdit.php
8359                 -
8360                         message: "#^Parameter \\#2 \\$signature of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
8361                         count: 1
8362                         path: src/InsertEdit.php
8364                 -
8365                         message: "#^Parameter \\#2 \\$specInBrackets of method PhpMyAdmin\\\\InsertEdit\\:\\:getColumnSize\\(\\) expects string, mixed given\\.$#"
8366                         count: 1
8367                         path: src/InsertEdit.php
8369                 -
8370                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
8371                         count: 1
8372                         path: src/InsertEdit.php
8374                 -
8375                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
8376                         count: 1
8377                         path: src/InsertEdit.php
8379                 -
8380                         message: "#^Parameter \\#3 \\$value of method PhpMyAdmin\\\\Plugins\\\\IOTransformationsPlugin\\:\\:getInputHtml\\(\\) expects string, mixed given\\.$#"
8381                         count: 1
8382                         path: src/InsertEdit.php
8384                 -
8385                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
8386                         count: 3
8387                         path: src/InsertEdit.php
8389                 -
8390                         message: "#^Property PhpMyAdmin\\\\InsertEditColumn\\:\\:\\$trueType \\(string\\) does not accept string\\|null\\.$#"
8391                         count: 1
8392                         path: src/InsertEditColumn.php
8394                 -
8395                         message: """
8396                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
8397                                 Use dependency injection instead\\.$#
8398                         """
8399                         count: 1
8400                         path: src/IpAllowDeny.php
8402                 -
8403                         message: "#^Parameter \\#2 \\$ipToTest of method PhpMyAdmin\\\\IpAllowDeny\\:\\:ipMaskTest\\(\\) expects string, string\\|true given\\.$#"
8404                         count: 1
8405                         path: src/IpAllowDeny.php
8407                 -
8408                         message: "#^Binary operation \"\\+\" between int\\|string\\|null and int\\<0, max\\> results in an error\\.$#"
8409                         count: 1
8410                         path: src/Linter.php
8412                 -
8413                         message: "#^Parameter \\#2 \\$pos of static method PhpMyAdmin\\\\Linter\\:\\:findLineNumberAndColumn\\(\\) expects int, mixed given\\.$#"
8414                         count: 1
8415                         path: src/Linter.php
8417                 -
8418                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8419                         count: 1
8420                         path: src/ListDatabase.php
8422                 -
8423                         message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(mixed, mixed\\)\\: int, Closure\\(string, string\\)\\: int\\<\\-1, 1\\> given\\.$#"
8424                         count: 1
8425                         path: src/ListDatabase.php
8427                 -
8428                         message: """
8429                                 #^Access to deprecated static property \\$route of class PhpMyAdmin\\\\Routing\\\\Routing\\:
8430                                 Use \\{@see ServerRequest\\:\\:getRoute\\(\\)\\} instead\\.$#
8431                         """
8432                         count: 3
8433                         path: src/Menu.php
8435                 -
8436                         message: "#^Cannot access offset 'icon' on mixed\\.$#"
8437                         count: 22
8438                         path: src/Menu.php
8440                 -
8441                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
8442                         count: 1
8443                         path: src/Menu.php
8445                 -
8446                         message: "#^Cannot access offset 'route' on mixed\\.$#"
8447                         count: 10
8448                         path: src/Menu.php
8450                 -
8451                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
8452                         count: 1
8453                         path: src/Menu.php
8455                 -
8456                         message: "#^Cannot access offset 'text' on mixed\\.$#"
8457                         count: 6
8458                         path: src/Menu.php
8460                 -
8461                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8462                         count: 4
8463                         path: src/Menu.php
8465                 -
8466                         message: "#^Method PhpMyAdmin\\\\Menu\\:\\:getAllowedTabs\\(\\) should return array but returns mixed\\.$#"
8467                         count: 1
8468                         path: src/Menu.php
8470                 -
8471                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
8472                         count: 1
8473                         path: src/Menu.php
8475                 -
8476                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
8477                         count: 1
8478                         path: src/Menu.php
8480                 -
8481                         message: "#^Cannot cast mixed to string\\.$#"
8482                         count: 1
8483                         path: src/Message.php
8485                 -
8486                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
8487                         count: 1
8488                         path: src/Message.php
8490                 -
8491                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8492                         count: 3
8493                         path: src/Navigation/Navigation.php
8495                 -
8496                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
8497                         count: 1
8498                         path: src/Navigation/Navigation.php
8500                 -
8501                         message: "#^Access to an undefined property PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:\\$secondIcon\\.$#"
8502                         count: 2
8503                         path: src/Navigation/NavigationTree.php
8505                 -
8506                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
8507                         count: 1
8508                         path: src/Navigation/NavigationTree.php
8510                 -
8511                         message: "#^Call to an undefined method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:setHiddenCount\\(\\)\\.$#"
8512                         count: 1
8513                         path: src/Navigation/NavigationTree.php
8515                 -
8516                         message: "#^Cannot access offset 'image' on mixed\\.$#"
8517                         count: 1
8518                         path: src/Navigation/NavigationTree.php
8520                 -
8521                         message: "#^Cannot access offset 'title' on mixed\\.$#"
8522                         count: 1
8523                         path: src/Navigation/NavigationTree.php
8525                 -
8526                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
8527                         count: 1
8528                         path: src/Navigation/NavigationTree.php
8530                 -
8531                         message: "#^Cannot access property \\$pos2 on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|null\\.$#"
8532                         count: 1
8533                         path: src/Navigation/NavigationTree.php
8535                 -
8536                         message: "#^Cannot cast mixed to int\\.$#"
8537                         count: 7
8538                         path: src/Navigation/NavigationTree.php
8540                 -
8541                         message: "#^Casting to string something that's already string\\.$#"
8542                         count: 4
8543                         path: src/Navigation/NavigationTree.php
8545                 -
8546                         message: "#^Method PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:parsePath\\(\\) should return non\\-empty\\-array\\<int, string\\> but returns non\\-empty\\-array\\<int, string\\|false\\>\\.$#"
8547                         count: 1
8548                         path: src/Navigation/NavigationTree.php
8550                 -
8551                         message: "#^Only booleans are allowed in &&, int given on the right side\\.$#"
8552                         count: 5
8553                         path: src/Navigation/NavigationTree.php
8555                 -
8556                         message: "#^Only numeric types are allowed in \\+, int\\|false given on the left side\\.$#"
8557                         count: 1
8558                         path: src/Navigation/NavigationTree.php
8560                 -
8561                         message: "#^Parameter \\#1 \\$haystack of function strstr expects string, string\\|null given\\.$#"
8562                         count: 1
8563                         path: src/Navigation/NavigationTree.php
8565                 -
8566                         message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#"
8567                         count: 2
8568                         path: src/Navigation/NavigationTree.php
8570                 -
8571                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:getChild\\(\\) expects string, \\(int\\|string\\) given\\.$#"
8572                         count: 1
8573                         path: src/Navigation/NavigationTree.php
8575                 -
8576                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:getChild\\(\\) expects string, mixed given\\.$#"
8577                         count: 5
8578                         path: src/Navigation/NavigationTree.php
8580                 -
8581                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
8582                         count: 1
8583                         path: src/Navigation/NavigationTree.php
8585                 -
8586                         message: "#^Parameter \\#1 \\$string of method PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:parsePath\\(\\) expects string, mixed given\\.$#"
8587                         count: 4
8588                         path: src/Navigation/NavigationTree.php
8590                 -
8591                         message: "#^Parameter \\#1 \\$string1 of function strcasecmp expects string, string\\|null given\\.$#"
8592                         count: 1
8593                         path: src/Navigation/NavigationTree.php
8595                 -
8596                         message: "#^Parameter \\#2 \\$item of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeColumn constructor expects array, mixed given\\.$#"
8597                         count: 1
8598                         path: src/Navigation/NavigationTree.php
8600                 -
8601                         message: "#^Parameter \\#2 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeDatabase constructor expects string, mixed given\\.$#"
8602                         count: 1
8603                         path: src/Navigation/NavigationTree.php
8605                 -
8606                         message: "#^Parameter \\#2 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeIndex constructor expects string, mixed given\\.$#"
8607                         count: 1
8608                         path: src/Navigation/NavigationTree.php
8610                 -
8611                         message: "#^Parameter \\#2 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeTable constructor expects string, mixed given\\.$#"
8612                         count: 1
8613                         path: src/Navigation/NavigationTree.php
8615                 -
8616                         message: "#^Parameter \\#2 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeTrigger constructor expects string, mixed given\\.$#"
8617                         count: 1
8618                         path: src/Navigation/NavigationTree.php
8620                 -
8621                         message: "#^Parameter \\#2 \\$needle of function mb_strpos expects string, mixed given\\.$#"
8622                         count: 1
8623                         path: src/Navigation/NavigationTree.php
8625                 -
8626                         message: "#^Parameter \\#2 \\$path of method PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:buildPathPart\\(\\) expects array, mixed given\\.$#"
8627                         count: 1
8628                         path: src/Navigation/NavigationTree.php
8630                 -
8631                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:addTableContainers\\(\\) expects PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeTable, PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node given\\.$#"
8632                         count: 1
8633                         path: src/Navigation/NavigationTree.php
8635                 -
8636                         message: "#^Parameter \\#3 \\$searchClause of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeDatabase\\:\\:getPresence\\(\\) expects string, mixed given\\.$#"
8637                         count: 1
8638                         path: src/Navigation/NavigationTree.php
8640                 -
8641                         message: "#^Property PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:\\$pos2Name \\(array\\<string\\>\\) does not accept array\\<mixed\\>\\.$#"
8642                         count: 2
8643                         path: src/Navigation/NavigationTree.php
8645                 -
8646                         message: "#^Property PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:\\$pos3Name \\(array\\<string\\>\\) does not accept array\\<mixed\\>\\.$#"
8647                         count: 2
8648                         path: src/Navigation/NavigationTree.php
8650                 -
8651                         message: "#^Property PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:\\$searchClause \\(string\\) does not accept mixed\\.$#"
8652                         count: 1
8653                         path: src/Navigation/NavigationTree.php
8655                 -
8656                         message: "#^Property PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:\\$searchClause2 \\(string\\) does not accept mixed\\.$#"
8657                         count: 1
8658                         path: src/Navigation/NavigationTree.php
8660                 -
8661                         message: """
8662                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
8663                                 Use dependency injection instead\\.$#
8664                         """
8665                         count: 7
8666                         path: src/Navigation/Nodes/Node.php
8668                 -
8669                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8670                         count: 4
8671                         path: src/Navigation/Nodes/Node.php
8673                 -
8674                         message: "#^Method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:getDatabasesToSearch\\(\\) should return array but returns array\\<int, string\\>\\|string\\.$#"
8675                         count: 1
8676                         path: src/Navigation/Nodes/Node.php
8678                 -
8679                         message: "#^Parameter \\#1 \\$array of function sort expects TArray of array\\<string\\>, array\\<string\\>\\|string given\\.$#"
8680                         count: 1
8681                         path: src/Navigation/Nodes/Node.php
8683                 -
8684                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:isHideDb\\(\\) expects string, string\\|null given\\.$#"
8685                         count: 4
8686                         path: src/Navigation/Nodes/Node.php
8688                 -
8689                         message: "#^Parameter \\#1 \\$haystack of function strstr expects string, string\\|null given\\.$#"
8690                         count: 4
8691                         path: src/Navigation/Nodes/Node.php
8693                 -
8694                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
8695                         count: 5
8696                         path: src/Navigation/Nodes/Node.php
8698                 -
8699                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8700                         count: 1
8701                         path: src/Navigation/Nodes/NodeColumn.php
8703                 -
8704                         message: "#^Parameter \\#1 \\$item of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeColumn\\:\\:getDisplayName\\(\\) expects array\\<string, mixed\\>, array given\\.$#"
8705                         count: 1
8706                         path: src/Navigation/Nodes/NodeColumn.php
8708                 -
8709                         message: "#^Parameter \\#1 \\$key of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeColumn\\:\\:getColumnIcon\\(\\) expects string, mixed given\\.$#"
8710                         count: 1
8711                         path: src/Navigation/Nodes/NodeColumn.php
8713                 -
8714                         message: "#^Parameter \\#2 \\$name of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:__construct\\(\\) expects string, mixed given\\.$#"
8715                         count: 1
8716                         path: src/Navigation/Nodes/NodeColumn.php
8718                 -
8719                         message: "#^Parameter \\#2 \\$value of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeColumn\\:\\:getTruncateValue\\(\\) expects string, mixed given\\.$#"
8720                         count: 1
8721                         path: src/Navigation/Nodes/NodeColumn.php
8723                 -
8724                         message: """
8725                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
8726                                 Use dependency injection instead\\.$#
8727                         """
8728                         count: 2
8729                         path: src/Navigation/Nodes/NodeDatabase.php
8731                 -
8732                         message: "#^Cannot access property \\$realName on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
8733                         count: 1
8734                         path: src/Navigation/Nodes/NodeDatabaseChild.php
8736                 -
8737                         message: """
8738                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
8739                                 Use dependency injection instead\\.$#
8740                         """
8741                         count: 1
8742                         path: src/Navigation/Nodes/NodeDatabaseContainer.php
8744                 -
8745                         message: """
8746                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
8747                                 Use dependency injection instead\\.$#
8748                         """
8749                         count: 2
8750                         path: src/Navigation/Nodes/NodeTable.php
8752                 -
8753                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
8754                         count: 1
8755                         path: src/Navigation/Nodes/NodeTable.php
8757                 -
8758                         message: "#^Cannot access property \\$realName on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
8759                         count: 2
8760                         path: src/Navigation/Nodes/NodeTable.php
8762                 -
8763                         message: "#^Parameter \\#1 \\$columnSpecification of static method PhpMyAdmin\\\\Util\\:\\:extractColumnSpec\\(\\) expects string, string\\|null given\\.$#"
8764                         count: 1
8765                         path: src/Navigation/Nodes/NodeTable.php
8767                 -
8768                         message: "#^Method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\ObjectFetcher\\:\\:getEventsFromDb\\(\\) should return array\\<string\\> but returns array\\.$#"
8769                         count: 1
8770                         path: src/Navigation/Nodes/ObjectFetcher.php
8772                 -
8773                         message: "#^Method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\ObjectFetcher\\:\\:getRoutines\\(\\) should return array\\<string\\> but returns array\\.$#"
8774                         count: 1
8775                         path: src/Navigation/Nodes/ObjectFetcher.php
8777                 -
8778                         message: "#^Method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\ObjectFetcher\\:\\:getTablesAndViews\\(\\) should return array\\<array\\{name\\: string, type\\: string\\}\\> but returns array\\.$#"
8779                         count: 1
8780                         path: src/Navigation/Nodes/ObjectFetcher.php
8782                 -
8783                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
8784                         count: 3
8785                         path: src/Normalization.php
8787                 -
8788                         message: """
8789                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
8790                                 Use dependency injection instead\\.$#
8791                         """
8792                         count: 1
8793                         path: src/Normalization.php
8795                 -
8796                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
8797                         count: 1
8798                         path: src/Normalization.php
8800                 -
8801                         message: "#^Cannot access offset 'nonpk' on mixed\\.$#"
8802                         count: 2
8803                         path: src/Normalization.php
8805                 -
8806                         message: "#^Cannot access offset 'pk' on mixed\\.$#"
8807                         count: 2
8808                         path: src/Normalization.php
8810                 -
8811                         message: "#^Cannot access offset non\\-falsy\\-string on mixed\\.$#"
8812                         count: 1
8813                         path: src/Normalization.php
8815                 -
8816                         message: "#^Cannot cast mixed to int\\.$#"
8817                         count: 1
8818                         path: src/Normalization.php
8820                 -
8821                         message: "#^Casting to int something that's already int\\<1, max\\>\\.$#"
8822                         count: 1
8823                         path: src/Normalization.php
8825                 -
8826                         message: "#^Casting to string something that's already string\\.$#"
8827                         count: 1
8828                         path: src/Normalization.php
8830                 -
8831                         message: "#^Method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor2NF\\(\\) should return array\\{legendText\\: string, headText\\: string, queryError\\: bool, extra\\: PhpMyAdmin\\\\Message\\} but returns array\\{legendText\\: string, headText\\: non\\-falsy\\-string, queryError\\: bool, extra\\: ''\\|PhpMyAdmin\\\\Message\\}\\.$#"
8832                         count: 1
8833                         path: src/Normalization.php
8835                 -
8836                         message: "#^Method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor2NF\\(\\) should return array\\{legendText\\: string, headText\\: string, queryError\\: bool, extra\\: PhpMyAdmin\\\\Message\\} but returns array\\{legendText\\: string, headText\\: non\\-falsy\\-string, queryError\\: false\\}\\.$#"
8837                         count: 1
8838                         path: src/Normalization.php
8840                 -
8841                         message: "#^Method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor3NF\\(\\) should return array\\{legendText\\: string, headText\\: string, queryError\\: string\\|false, extra\\?\\: string\\} but returns array\\{legendText\\: string, headText\\: non\\-falsy\\-string, queryError\\: bool, extra\\: ''\\|PhpMyAdmin\\\\Message\\}\\.$#"
8842                         count: 1
8843                         path: src/Normalization.php
8845                 -
8846                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
8847                         count: 3
8848                         path: src/Normalization.php
8850                 -
8851                         message: "#^Only booleans are allowed in a negated boolean, string given\\.$#"
8852                         count: 1
8853                         path: src/Normalization.php
8855                 -
8856                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
8857                         count: 1
8858                         path: src/Normalization.php
8860                 -
8861                         message: "#^Parameter \\#1 \\$array of function array_unique expects array, mixed given\\.$#"
8862                         count: 1
8863                         path: src/Normalization.php
8865                 -
8866                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, \\(int\\|string\\) given\\.$#"
8867                         count: 3
8868                         path: src/Normalization.php
8870                 -
8871                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
8872                         count: 6
8873                         path: src/Normalization.php
8875                 -
8876                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, \\(int\\|string\\) given\\.$#"
8877                         count: 5
8878                         path: src/Normalization.php
8880                 -
8881                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
8882                         count: 2
8883                         path: src/Normalization.php
8885                 -
8886                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
8887                         count: 1
8888                         path: src/Normalization.php
8890                 -
8891                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
8892                         count: 3
8893                         path: src/Normalization.php
8895                 -
8896                         message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, mixed given\\.$#"
8897                         count: 3
8898                         path: src/Normalization.php
8900                 -
8901                         message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
8902                         count: 3
8903                         path: src/Normalization.php
8905                 -
8906                         message: "#^Parameter \\#2 \\$string of function explode expects string, \\(int\\|string\\) given\\.$#"
8907                         count: 1
8908                         path: src/Normalization.php
8910                 -
8911                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
8912                         count: 5
8913                         path: src/Normalization.php
8915                 -
8916                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnNames\\(\\) expects string, \\(int\\|string\\) given\\.$#"
8917                         count: 1
8918                         path: src/Normalization.php
8920                 -
8921                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnNames\\(\\) expects string, mixed given\\.$#"
8922                         count: 1
8923                         path: src/Normalization.php
8925                 -
8926                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, \\(int\\|string\\) given\\.$#"
8927                         count: 1
8928                         path: src/Normalization.php
8930                 -
8931                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, mixed given\\.$#"
8932                         count: 1
8933                         path: src/Normalization.php
8935                 -
8936                         message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
8937                         count: 2
8938                         path: src/Normalization.php
8940                 -
8941                         message: "#^Parameter \\#6 \\$totalRows of method PhpMyAdmin\\\\Normalization\\:\\:checkPartialDependency\\(\\) expects int, mixed given\\.$#"
8942                         count: 1
8943                         path: src/Normalization.php
8945                 -
8946                         message: "#^Variable property access on object\\.$#"
8947                         count: 4
8948                         path: src/Normalization.php
8950                 -
8951                         message: "#^Cannot access offset 0 on mixed\\.$#"
8952                         count: 6
8953                         path: src/Operations.php
8955                 -
8956                         message: "#^Cannot access offset 2 on mixed\\.$#"
8957                         count: 5
8958                         path: src/Operations.php
8960                 -
8961                         message: "#^Cannot access offset 3 on mixed\\.$#"
8962                         count: 3
8963                         path: src/Operations.php
8965                 -
8966                         message: "#^Cannot access offset 4 on mixed\\.$#"
8967                         count: 5
8968                         path: src/Operations.php
8970                 -
8971                         message: "#^Cannot access offset 5 on mixed\\.$#"
8972                         count: 5
8973                         path: src/Operations.php
8975                 -
8976                         message: "#^Cannot access offset 6 on mixed\\.$#"
8977                         count: 5
8978                         path: src/Operations.php
8980                 -
8981                         message: "#^Cannot access offset 7 on mixed\\.$#"
8982                         count: 3
8983                         path: src/Operations.php
8985                 -
8986                         message: "#^Cannot access offset int\\<2, max\\> on mixed\\.$#"
8987                         count: 1
8988                         path: src/Operations.php
8990                 -
8991                         message: "#^Cannot cast mixed to int\\.$#"
8992                         count: 1
8993                         path: src/Operations.php
8995                 -
8996                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8997                         count: 8
8998                         path: src/Operations.php
9000                 -
9001                         message: "#^Parameter \\#1 \\$collation of static method PhpMyAdmin\\\\Util\\:\\:getCharsetQueryPart\\(\\) expects string, mixed given\\.$#"
9002                         count: 2
9003                         path: src/Operations.php
9005                 -
9006                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, \\(int\\|string\\) given\\.$#"
9007                         count: 2
9008                         path: src/Operations.php
9010                 -
9011                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
9012                         count: 8
9013                         path: src/Operations.php
9015                 -
9016                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:query\\(\\) expects string, mixed given\\.$#"
9017                         count: 1
9018                         path: src/Operations.php
9020                 -
9021                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:query\\(\\) expects string, string\\|null given\\.$#"
9022                         count: 1
9023                         path: src/Operations.php
9025                 -
9026                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
9027                         count: 1
9028                         path: src/Operations.php
9030                 -
9031                         message: "#^Parameter \\#1 \\$string of function mb_strtolower expects string, mixed given\\.$#"
9032                         count: 1
9033                         path: src/Operations.php
9035                 -
9036                         message: "#^Parameter \\#1 \\$string of function urldecode expects string, mixed given\\.$#"
9037                         count: 1
9038                         path: src/Operations.php
9040                 -
9041                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
9042                         count: 1
9043                         path: src/Operations.php
9045                 -
9046                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Table\\\\MoveScope\\:\\:from\\(\\) expects int\\|string, mixed given\\.$#"
9047                         count: 1
9048                         path: src/Operations.php
9050                 -
9051                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Table\\\\MoveScope\\:\\:tryFrom\\(\\) expects int\\|string, mixed given\\.$#"
9052                         count: 1
9053                         path: src/Operations.php
9055                 -
9056                         message: "#^Cannot access offset 'Table' on mixed\\.$#"
9057                         count: 4
9058                         path: src/Partitioning/Maintenance.php
9060                 -
9061                         message: """
9062                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9063                                 Use dependency injection instead\\.$#
9064                         """
9065                         count: 4
9066                         path: src/Partitioning/Partition.php
9068                 -
9069                         message: "#^Cannot access offset 'Name' on mixed\\.$#"
9070                         count: 1
9071                         path: src/Partitioning/Partition.php
9073                 -
9074                         message: "#^Cannot cast mixed to int\\.$#"
9075                         count: 1
9076                         path: src/Partitioning/Partition.php
9078                 -
9079                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9080                         count: 2
9081                         path: src/Partitioning/Partition.php
9083                 -
9084                         message: "#^Method PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:getPartitionMethod\\(\\) should return string\\|null but returns mixed\\.$#"
9085                         count: 1
9086                         path: src/Partitioning/Partition.php
9088                 -
9089                         message: "#^Only booleans are allowed in an if condition, string\\|false\\|null given\\.$#"
9090                         count: 1
9091                         path: src/Partitioning/Partition.php
9093                 -
9094                         message: "#^PHPDoc tag @var for variable \\$row has no value type specified in iterable type array\\.$#"
9095                         count: 1
9096                         path: src/Partitioning/Partition.php
9098                 -
9099                         message: "#^PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:__construct\\(\\) does not call parent constructor from PhpMyAdmin\\\\Partitioning\\\\SubPartition\\.$#"
9100                         count: 1
9101                         path: src/Partitioning/Partition.php
9103                 -
9104                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:\\$description \\(string\\|null\\) does not accept mixed\\.$#"
9105                         count: 1
9106                         path: src/Partitioning/Partition.php
9108                 -
9109                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$expression \\(string\\|null\\) does not accept mixed\\.$#"
9110                         count: 1
9111                         path: src/Partitioning/Partition.php
9113                 -
9114                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$method \\(string\\|null\\) does not accept mixed\\.$#"
9115                         count: 1
9116                         path: src/Partitioning/Partition.php
9118                 -
9119                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$name \\(string\\|null\\) does not accept mixed\\.$#"
9120                         count: 1
9121                         path: src/Partitioning/Partition.php
9123                 -
9124                         message: "#^Cannot cast mixed to int\\.$#"
9125                         count: 4
9126                         path: src/Partitioning/SubPartition.php
9128                 -
9129                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$comment \\(string\\) does not accept mixed\\.$#"
9130                         count: 1
9131                         path: src/Partitioning/SubPartition.php
9133                 -
9134                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$expression \\(string\\|null\\) does not accept mixed\\.$#"
9135                         count: 1
9136                         path: src/Partitioning/SubPartition.php
9138                 -
9139                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$method \\(string\\|null\\) does not accept mixed\\.$#"
9140                         count: 1
9141                         path: src/Partitioning/SubPartition.php
9143                 -
9144                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$name \\(string\\|null\\) does not accept mixed\\.$#"
9145                         count: 1
9146                         path: src/Partitioning/SubPartition.php
9148                 -
9149                         message: "#^Cannot access offset 'comment' on mixed\\.$#"
9150                         count: 1
9151                         path: src/Partitioning/TablePartitionDefinition.php
9153                 -
9154                         message: "#^Cannot access offset 'data_directory' on mixed\\.$#"
9155                         count: 1
9156                         path: src/Partitioning/TablePartitionDefinition.php
9158                 -
9159                         message: "#^Cannot access offset 'engine' on mixed\\.$#"
9160                         count: 2
9161                         path: src/Partitioning/TablePartitionDefinition.php
9163                 -
9164                         message: "#^Cannot access offset 'index_directory' on mixed\\.$#"
9165                         count: 1
9166                         path: src/Partitioning/TablePartitionDefinition.php
9168                 -
9169                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
9170                         count: 1
9171                         path: src/Partitioning/TablePartitionDefinition.php
9173                 -
9174                         message: "#^Cannot access offset 'min_rows' on mixed\\.$#"
9175                         count: 1
9176                         path: src/Partitioning/TablePartitionDefinition.php
9178                 -
9179                         message: "#^Cannot access offset 'name' on mixed\\.$#"
9180                         count: 1
9181                         path: src/Partitioning/TablePartitionDefinition.php
9183                 -
9184                         message: "#^Cannot access offset 'node_group' on mixed\\.$#"
9185                         count: 1
9186                         path: src/Partitioning/TablePartitionDefinition.php
9188                 -
9189                         message: "#^Cannot access offset 'prefix' on mixed\\.$#"
9190                         count: 2
9191                         path: src/Partitioning/TablePartitionDefinition.php
9193                 -
9194                         message: "#^Cannot access offset 'subpartition_count' on mixed\\.$#"
9195                         count: 2
9196                         path: src/Partitioning/TablePartitionDefinition.php
9198                 -
9199                         message: "#^Cannot access offset 'subpartitions' on mixed\\.$#"
9200                         count: 3
9201                         path: src/Partitioning/TablePartitionDefinition.php
9203                 -
9204                         message: "#^Cannot access offset 'tablespace' on mixed\\.$#"
9205                         count: 1
9206                         path: src/Partitioning/TablePartitionDefinition.php
9208                 -
9209                         message: "#^Cannot access offset 'value' on mixed\\.$#"
9210                         count: 1
9211                         path: src/Partitioning/TablePartitionDefinition.php
9213                 -
9214                         message: "#^Cannot access offset 'value_type' on mixed\\.$#"
9215                         count: 2
9216                         path: src/Partitioning/TablePartitionDefinition.php
9218                 -
9219                         message: "#^Parameter \\#1 \\$array of function array_splice expects array, mixed given\\.$#"
9220                         count: 2
9221                         path: src/Partitioning/TablePartitionDefinition.php
9223                 -
9224                         message: "#^Parameter \\#2 \\$offset of function array_splice expects int, mixed given\\.$#"
9225                         count: 2
9226                         path: src/Partitioning/TablePartitionDefinition.php
9228                 -
9229                         message: "#^Cannot access offset int\\<1, max\\> on mixed\\.$#"
9230                         count: 2
9231                         path: src/Pdf.php
9233                 -
9234                         message: "#^Parameter \\#1 \\$str of function strtr expects string, mixed given\\.$#"
9235                         count: 1
9236                         path: src/Pdf.php
9238                 -
9239                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
9240                         count: 1
9241                         path: src/Pdf.php
9243                 -
9244                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
9245                         count: 1
9246                         path: src/Plugins.php
9248                 -
9249                         message: "#^Call to an undefined method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyItem\\:\\:getProperties\\(\\)\\.$#"
9250                         count: 1
9251                         path: src/Plugins.php
9253                 -
9254                         message: """
9255                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
9256                                 Use dependency injection instead\\.$#
9257                         """
9258                         count: 2
9259                         path: src/Plugins.php
9261                 -
9262                         message: "#^Call to function method_exists\\(\\) with PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyItem and 'getText' will always evaluate to true\\.$#"
9263                         count: 1
9264                         path: src/Plugins.php
9266                 -
9267                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9268                         count: 1
9269                         path: src/Plugins.php
9271                 -
9272                         message: "#^Method PhpMyAdmin\\\\Plugins\\:\\:getString\\(\\) should return string but returns mixed\\.$#"
9273                         count: 1
9274                         path: src/Plugins.php
9276                 -
9277                         message: "#^Parameter \\#1 \\$link of static method PhpMyAdmin\\\\Html\\\\MySQLDocumentation\\:\\:show\\(\\) expects string, mixed given\\.$#"
9278                         count: 2
9279                         path: src/Plugins.php
9281                 -
9282                         message: "#^Parameter \\#1 \\$name of static method PhpMyAdmin\\\\Plugins\\:\\:getString\\(\\) expects string\\|null, mixed given\\.$#"
9283                         count: 2
9284                         path: src/Plugins.php
9286                 -
9287                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, bool\\|int\\<0, max\\>\\|string given\\.$#"
9288                         count: 1
9289                         path: src/Plugins.php
9291                 -
9292                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
9293                         count: 2
9294                         path: src/Plugins.php
9296                 -
9297                         message: "#^Parameter \\#2 \\$anchor of static method PhpMyAdmin\\\\Html\\\\MySQLDocumentation\\:\\:showDocumentation\\(\\) expects string, mixed given\\.$#"
9298                         count: 1
9299                         path: src/Plugins.php
9301                 -
9302                         message: "#^Parameter \\#2 \\$replace of function str_replace expects array\\|string, mixed given\\.$#"
9303                         count: 1
9304                         path: src/Plugins.php
9306                 -
9307                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, bool\\|int\\<0, max\\>\\|string given\\.$#"
9308                         count: 1
9309                         path: src/Plugins.php
9311                 -
9312                         message: "#^Parameter \\#5 \\$anchor of static method PhpMyAdmin\\\\Html\\\\MySQLDocumentation\\:\\:show\\(\\) expects string, mixed given\\.$#"
9313                         count: 1
9314                         path: src/Plugins.php
9316                 -
9317                         message: "#^Result of \\|\\| is always false\\.$#"
9318                         count: 3
9319                         path: src/Plugins.php
9321                 -
9322                         message: "#^Strict comparison using \\=\\=\\= between \\(class\\-string\\<PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertySubgroup\\>&literal\\-string\\)\\|null and 'PhpMyAdmin\\\\\\\\Properties\\\\\\\\Options\\\\\\\\Items\\\\\\\\BoolPropertyItem' will always evaluate to false\\.$#"
9323                         count: 1
9324                         path: src/Plugins.php
9326                 -
9327                         message: "#^Strict comparison using \\=\\=\\= between \\(class\\-string\\<PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertySubgroup\\>&literal\\-string\\)\\|null and 'PhpMyAdmin\\\\\\\\Properties\\\\\\\\Options\\\\\\\\Items\\\\\\\\MessageOnlyPropertyItem' will always evaluate to false\\.$#"
9328                         count: 1
9329                         path: src/Plugins.php
9331                 -
9332                         message: "#^Strict comparison using \\=\\=\\= between \\(class\\-string\\<PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertySubgroup\\>&literal\\-string\\)\\|null and 'PhpMyAdmin\\\\\\\\Properties\\\\\\\\Options\\\\\\\\Items\\\\\\\\SelectPropertyItem' will always evaluate to false\\.$#"
9333                         count: 1
9334                         path: src/Plugins.php
9336                 -
9337                         message: "#^Strict comparison using \\=\\=\\= between \\(class\\-string\\<PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertySubgroup\\>&literal\\-string\\)\\|null and 'PhpMyAdmin\\\\\\\\Properties\\\\\\\\Options\\\\\\\\Items\\\\\\\\TextPropertyItem' will always evaluate to false\\.$#"
9338                         count: 1
9339                         path: src/Plugins.php
9341                 -
9342                         message: """
9343                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
9344                                 Use dependency injection instead\\.$#
9345                         """
9346                         count: 2
9347                         path: src/Plugins/Auth/AuthenticationConfig.php
9349                 -
9350                         message: """
9351                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9352                                 Use dependency injection instead\\.$#
9353                         """
9354                         count: 1
9355                         path: src/Plugins/Auth/AuthenticationConfig.php
9357                 -
9358                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
9359                         count: 1
9360                         path: src/Plugins/Auth/AuthenticationCookie.php
9362                 -
9363                         message: """
9364                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
9365                                 Use dependency injection instead\\.$#
9366                         """
9367                         count: 8
9368                         path: src/Plugins/Auth/AuthenticationCookie.php
9370                 -
9371                         message: "#^Call to function base64_decode\\(\\) requires parameter \\#2 to be set\\.$#"
9372                         count: 1
9373                         path: src/Plugins/Auth/AuthenticationCookie.php
9375                 -
9376                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
9377                         count: 1
9378                         path: src/Plugins/Auth/AuthenticationCookie.php
9380                 -
9381                         message: "#^Cannot access offset mixed on mixed\\.$#"
9382                         count: 1
9383                         path: src/Plugins/Auth/AuthenticationCookie.php
9385                 -
9386                         message: "#^Cannot cast mixed to int\\.$#"
9387                         count: 1
9388                         path: src/Plugins/Auth/AuthenticationCookie.php
9390                 -
9391                         message: "#^Cannot cast mixed to string\\.$#"
9392                         count: 1
9393                         path: src/Plugins/Auth/AuthenticationCookie.php
9395                 -
9396                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9397                         count: 21
9398                         path: src/Plugins/Auth/AuthenticationCookie.php
9400                 -
9401                         message: "#^Foreach overwrites \\$value with its value variable\\.$#"
9402                         count: 1
9403                         path: src/Plugins/Auth/AuthenticationCookie.php
9405                 -
9406                         message: "#^Offset 'CaptchaSiteVerifyURL' on array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\} on left side of \\?\\? always exists and is not nullable\\.$#"
9407                         count: 1
9408                         path: src/Plugins/Auth/AuthenticationCookie.php
9410                 -
9411                         message: "#^Only booleans are allowed in an elseif condition, string\\|false given\\.$#"
9412                         count: 1
9413                         path: src/Plugins/Auth/AuthenticationCookie.php
9415                 -
9416                         message: "#^Only booleans are allowed in an if condition, string given\\.$#"
9417                         count: 1
9418                         path: src/Plugins/Auth/AuthenticationCookie.php
9420                 -
9421                         message: "#^Parameter \\#1 \\$encryptedData of method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:cookieDecrypt\\(\\) expects string, mixed given\\.$#"
9422                         count: 2
9423                         path: src/Plugins/Auth/AuthenticationCookie.php
9425                 -
9426                         message: "#^Parameter \\#1 \\$name of static method PhpMyAdmin\\\\Core\\:\\:sanitizeMySQLHost\\(\\) expects string, mixed given\\.$#"
9427                         count: 1
9428                         path: src/Plugins/Auth/AuthenticationCookie.php
9430                 -
9431                         message: "#^Parameter \\#1 \\$name of static method PhpMyAdmin\\\\Core\\:\\:sanitizeMySQLUser\\(\\) expects string, mixed given\\.$#"
9432                         count: 1
9433                         path: src/Plugins/Auth/AuthenticationCookie.php
9435                 -
9436                         message: "#^Parameter \\#1 \\$response of method ReCaptcha\\\\ReCaptcha\\:\\:verify\\(\\) expects string, mixed given\\.$#"
9437                         count: 1
9438                         path: src/Plugins/Auth/AuthenticationCookie.php
9440                 -
9441                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
9442                         count: 1
9443                         path: src/Plugins/Auth/AuthenticationCookie.php
9445                 -
9446                         message: "#^Parameter \\#2 \\$remoteIp of method ReCaptcha\\\\ReCaptcha\\:\\:verify\\(\\) expects string\\|null, bool\\|string given\\.$#"
9447                         count: 1
9448                         path: src/Plugins/Auth/AuthenticationCookie.php
9450                 -
9451                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
9452                         count: 2
9453                         path: src/Plugins/Auth/AuthenticationCookie.php
9455                 -
9456                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
9457                         count: 1
9458                         path: src/Plugins/Auth/AuthenticationCookie.php
9460                 -
9461                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: mixed, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
9462                         count: 1
9463                         path: src/Plugins/Auth/AuthenticationCookie.php
9465                 -
9466                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\AuthenticationPlugin\\:\\:\\$password \\(string\\) does not accept mixed\\.$#"
9467                         count: 2
9468                         path: src/Plugins/Auth/AuthenticationCookie.php
9470                 -
9471                         message: """
9472                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
9473                                 Use dependency injection instead\\.$#
9474                         """
9475                         count: 1
9476                         path: src/Plugins/Auth/AuthenticationHttp.php
9478                 -
9479                         message: """
9480                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9481                                 Use dependency injection instead\\.$#
9482                         """
9483                         count: 1
9484                         path: src/Plugins/Auth/AuthenticationHttp.php
9486                 -
9487                         message: "#^Call to function base64_decode\\(\\) requires parameter \\#2 to be set\\.$#"
9488                         count: 1
9489                         path: src/Plugins/Auth/AuthenticationHttp.php
9491                 -
9492                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9493                         count: 4
9494                         path: src/Plugins/Auth/AuthenticationHttp.php
9496                 -
9497                         message: "#^Only booleans are allowed in &&, string given on the left side\\.$#"
9498                         count: 1
9499                         path: src/Plugins/Auth/AuthenticationHttp.php
9501                 -
9502                         message: "#^Only booleans are allowed in an if condition, int\\<0, max\\>\\|false given\\.$#"
9503                         count: 1
9504                         path: src/Plugins/Auth/AuthenticationHttp.php
9506                 -
9507                         message: "#^Parameter \\#1 \\$known_string of function hash_equals expects string, mixed given\\.$#"
9508                         count: 1
9509                         path: src/Plugins/Auth/AuthenticationHttp.php
9511                 -
9512                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\AuthenticationPlugin\\:\\:\\$password \\(string\\) does not accept mixed\\.$#"
9513                         count: 1
9514                         path: src/Plugins/Auth/AuthenticationHttp.php
9516                 -
9517                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\AuthenticationPlugin\\:\\:\\$user \\(string\\) does not accept mixed\\.$#"
9518                         count: 1
9519                         path: src/Plugins/Auth/AuthenticationHttp.php
9521                 -
9522                         message: """
9523                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
9524                                 Use dependency injection instead\\.$#
9525                         """
9526                         count: 5
9527                         path: src/Plugins/Auth/AuthenticationSignon.php
9529                 -
9530                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9531                         count: 2
9532                         path: src/Plugins/Auth/AuthenticationSignon.php
9534                 -
9535                         message: "#^Parameter \\#1 \\$id of function session_id expects string\\|null, mixed given\\.$#"
9536                         count: 2
9537                         path: src/Plugins/Auth/AuthenticationSignon.php
9539                 -
9540                         message: "#^Parameter \\#1 \\$options of function session_set_cookie_params expects array\\{lifetime\\?\\: int, path\\?\\: string, domain\\?\\: string\\|null, secure\\?\\: bool, httponly\\?\\: bool, samesite\\?\\: string\\}, array given\\.$#"
9541                         count: 1
9542                         path: src/Plugins/Auth/AuthenticationSignon.php
9544                 -
9545                         message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
9546                         count: 1
9547                         path: src/Plugins/Auth/AuthenticationSignon.php
9549                 -
9550                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: mixed, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
9551                         count: 1
9552                         path: src/Plugins/Auth/AuthenticationSignon.php
9554                 -
9555                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: string, port\\: mixed, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
9556                         count: 1
9557                         path: src/Plugins/Auth/AuthenticationSignon.php
9559                 -
9560                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept non\\-empty\\-array\\.$#"
9561                         count: 1
9562                         path: src/Plugins/Auth/AuthenticationSignon.php
9564                 -
9565                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\AuthenticationPlugin\\:\\:\\$password \\(string\\) does not accept mixed\\.$#"
9566                         count: 1
9567                         path: src/Plugins/Auth/AuthenticationSignon.php
9569                 -
9570                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\AuthenticationPlugin\\:\\:\\$user \\(string\\) does not accept mixed\\.$#"
9571                         count: 1
9572                         path: src/Plugins/Auth/AuthenticationSignon.php
9574                 -
9575                         message: """
9576                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
9577                                 Use dependency injection instead\\.$#
9578                         """
9579                         count: 6
9580                         path: src/Plugins/AuthenticationPlugin.php
9582                 -
9583                         message: """
9584                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9585                                 Use dependency injection instead\\.$#
9586                         """
9587                         count: 1
9588                         path: src/Plugins/AuthenticationPlugin.php
9590                 -
9591                         message: "#^Cannot access offset string on mixed\\.$#"
9592                         count: 1
9593                         path: src/Plugins/AuthenticationPlugin.php
9595                 -
9596                         message: "#^Cannot cast mixed to int\\.$#"
9597                         count: 1
9598                         path: src/Plugins/AuthenticationPlugin.php
9600                 -
9601                         message: "#^Cannot cast mixed to string\\.$#"
9602                         count: 1
9603                         path: src/Plugins/AuthenticationPlugin.php
9605                 -
9606                         message: "#^Casting to int something that's already int\\<1, max\\>\\.$#"
9607                         count: 1
9608                         path: src/Plugins/AuthenticationPlugin.php
9610                 -
9611                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9612                         count: 1
9613                         path: src/Plugins/AuthenticationPlugin.php
9615                 -
9616                         message: "#^Parameter \\#1 \\$url of method PhpMyAdmin\\\\ResponseRenderer\\:\\:redirect\\(\\) expects non\\-empty\\-string, string given\\.$#"
9617                         count: 1
9618                         path: src/Plugins/AuthenticationPlugin.php
9620                 -
9621                         message: """
9622                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
9623                                 Use dependency injection instead\\.$#
9624                         """
9625                         count: 1
9626                         path: src/Plugins/AuthenticationPluginFactory.php
9628                 -
9629                         message: """
9630                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9631                                 Use dependency injection instead\\.$#
9632                         """
9633                         count: 2
9634                         path: src/Plugins/Export/ExportCodegen.php
9636                 -
9637                         message: "#^Cannot cast mixed to int\\.$#"
9638                         count: 1
9639                         path: src/Plugins/Export/ExportCodegen.php
9641                 -
9642                         message: "#^Parameter \\#1 \\$str of static method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportCodegen\\:\\:cgMakeIdentifier\\(\\) expects string, mixed given\\.$#"
9643                         count: 9
9644                         path: src/Plugins/Export/ExportCodegen.php
9646                 -
9647                         message: "#^Parameter \\#2 \\$id of method PhpMyAdmin\\\\Plugins\\\\ExportPlugin\\:\\:getAlias\\(\\) expects string, string\\|null given\\.$#"
9648                         count: 2
9649                         path: src/Plugins/Export/ExportCodegen.php
9651                 -
9652                         message: """
9653                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9654                                 Use dependency injection instead\\.$#
9655                         """
9656                         count: 2
9657                         path: src/Plugins/Export/ExportCsv.php
9659                 -
9660                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
9661                         count: 1
9662                         path: src/Plugins/Export/ExportCsv.php
9664                 -
9665                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
9666                         count: 1
9667                         path: src/Plugins/Export/ExportCsv.php
9669                 -
9670                         message: "#^Cannot access offset string on mixed\\.$#"
9671                         count: 2
9672                         path: src/Plugins/Export/ExportCsv.php
9674                 -
9675                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9676                         count: 2
9677                         path: src/Plugins/Export/ExportCsv.php
9679                 -
9680                         message: "#^Parameter \\#1 \\$search of function str_replace expects array\\|string, mixed given\\.$#"
9681                         count: 4
9682                         path: src/Plugins/Export/ExportCsv.php
9684                 -
9685                         message: "#^Parameter \\#1 \\$separator of function implode expects array\\|string, mixed given\\.$#"
9686                         count: 2
9687                         path: src/Plugins/Export/ExportCsv.php
9689                 -
9690                         message: "#^Parameter \\#1 \\$string of function mb_strtolower expects string, mixed given\\.$#"
9691                         count: 1
9692                         path: src/Plugins/Export/ExportCsv.php
9694                 -
9695                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#"
9696                         count: 3
9697                         path: src/Plugins/Export/ExportCsv.php
9699                 -
9700                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
9701                         count: 3
9702                         path: src/Plugins/Export/ExportCsv.php
9704                 -
9705                         message: """
9706                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9707                                 Use dependency injection instead\\.$#
9708                         """
9709                         count: 4
9710                         path: src/Plugins/Export/ExportHtmlword.php
9712                 -
9713                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
9714                         count: 3
9715                         path: src/Plugins/Export/ExportHtmlword.php
9717                 -
9718                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
9719                         count: 3
9720                         path: src/Plugins/Export/ExportHtmlword.php
9722                 -
9723                         message: "#^Cannot access offset string on mixed\\.$#"
9724                         count: 6
9725                         path: src/Plugins/Export/ExportHtmlword.php
9727                 -
9728                         message: "#^Cannot cast mixed to string\\.$#"
9729                         count: 1
9730                         path: src/Plugins/Export/ExportHtmlword.php
9732                 -
9733                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9734                         count: 3
9735                         path: src/Plugins/Export/ExportHtmlword.php
9737                 -
9738                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
9739                         count: 7
9740                         path: src/Plugins/Export/ExportHtmlword.php
9742                 -
9743                         message: "#^Parameter \\#3 \\$colAlias of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportHtmlword\\:\\:formatOneColumnDefinition\\(\\) expects string, mixed given\\.$#"
9744                         count: 2
9745                         path: src/Plugins/Export/ExportHtmlword.php
9747                 -
9748                         message: """
9749                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9750                                 Use dependency injection instead\\.$#
9751                         """
9752                         count: 2
9753                         path: src/Plugins/Export/ExportJson.php
9755                 -
9756                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9757                         count: 1
9758                         path: src/Plugins/Export/ExportJson.php
9760                 -
9761                         message: "#^Parameter \\#4 \\$aliases of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportJson\\:\\:doExportForQuery\\(\\) expects array\\<string, array\\{tables\\: array\\<string, array\\{columns\\: array\\<string, string\\>\\}\\>\\}\\>\\|null, array given\\.$#"
9762                         count: 1
9763                         path: src/Plugins/Export/ExportJson.php
9765                 -
9766                         message: """
9767                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
9768                                 Use dependency injection instead\\.$#
9769                         """
9770                         count: 1
9771                         path: src/Plugins/Export/ExportLatex.php
9773                 -
9774                         message: """
9775                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9776                                 Use dependency injection instead\\.$#
9777                         """
9778                         count: 4
9779                         path: src/Plugins/Export/ExportLatex.php
9781                 -
9782                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
9783                         count: 2
9784                         path: src/Plugins/Export/ExportLatex.php
9786                 -
9787                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
9788                         count: 1
9789                         path: src/Plugins/Export/ExportLatex.php
9791                 -
9792                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
9793                         count: 1
9794                         path: src/Plugins/Export/ExportLatex.php
9796                 -
9797                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
9798                         count: 2
9799                         path: src/Plugins/Export/ExportLatex.php
9801                 -
9802                         message: "#^Cannot access offset string on mixed\\.$#"
9803                         count: 4
9804                         path: src/Plugins/Export/ExportLatex.php
9806                 -
9807                         message: "#^Cannot call method fetchAssoc\\(\\) on PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false\\.$#"
9808                         count: 1
9809                         path: src/Plugins/Export/ExportLatex.php
9811                 -
9812                         message: "#^Cannot call method getFieldNames\\(\\) on PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false\\.$#"
9813                         count: 1
9814                         path: src/Plugins/Export/ExportLatex.php
9816                 -
9817                         message: "#^Cannot call method numFields\\(\\) on PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false\\.$#"
9818                         count: 1
9819                         path: src/Plugins/Export/ExportLatex.php
9821                 -
9822                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9823                         count: 4
9824                         path: src/Plugins/Export/ExportLatex.php
9826                 -
9827                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportLatex\\:\\:texEscape\\(\\) expects string, mixed given\\.$#"
9828                         count: 1
9829                         path: src/Plugins/Export/ExportLatex.php
9831                 -
9832                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Util\\:\\:expandUserString\\(\\) expects string, mixed given\\.$#"
9833                         count: 6
9834                         path: src/Plugins/Export/ExportLatex.php
9836                 -
9837                         message: "#^Parameter \\#3 \\$updates of static method PhpMyAdmin\\\\Util\\:\\:expandUserString\\(\\) expects array\\<string, string\\|null\\>, array\\<string, mixed\\> given\\.$#"
9838                         count: 6
9839                         path: src/Plugins/Export/ExportLatex.php
9841                 -
9842                         message: """
9843                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9844                                 Use dependency injection instead\\.$#
9845                         """
9846                         count: 3
9847                         path: src/Plugins/Export/ExportMediawiki.php
9849                 -
9850                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
9851                         count: 2
9852                         path: src/Plugins/Export/ExportMediawiki.php
9854                 -
9855                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
9856                         count: 2
9857                         path: src/Plugins/Export/ExportMediawiki.php
9859                 -
9860                         message: "#^Cannot access offset string on mixed\\.$#"
9861                         count: 4
9862                         path: src/Plugins/Export/ExportMediawiki.php
9864                 -
9865                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9866                         count: 2
9867                         path: src/Plugins/Export/ExportMediawiki.php
9869                 -
9870                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
9871                         count: 2
9872                         path: src/Plugins/Export/ExportMediawiki.php
9874                 -
9875                         message: """
9876                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9877                                 Use dependency injection instead\\.$#
9878                         """
9879                         count: 2
9880                         path: src/Plugins/Export/ExportOds.php
9882                 -
9883                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
9884                         count: 1
9885                         path: src/Plugins/Export/ExportOds.php
9887                 -
9888                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
9889                         count: 1
9890                         path: src/Plugins/Export/ExportOds.php
9892                 -
9893                         message: "#^Cannot access offset string on mixed\\.$#"
9894                         count: 2
9895                         path: src/Plugins/Export/ExportOds.php
9897                 -
9898                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9899                         count: 1
9900                         path: src/Plugins/Export/ExportOds.php
9902                 -
9903                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, string\\|null given\\.$#"
9904                         count: 1
9905                         path: src/Plugins/Export/ExportOds.php
9907                 -
9908                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
9909                         count: 3
9910                         path: src/Plugins/Export/ExportOds.php
9912                 -
9913                         message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, int\\|false given\\.$#"
9914                         count: 3
9915                         path: src/Plugins/Export/ExportOds.php
9917                 -
9918                         message: """
9919                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9920                                 Use dependency injection instead\\.$#
9921                         """
9922                         count: 5
9923                         path: src/Plugins/Export/ExportOdt.php
9925                 -
9926                         message: "#^Cannot access offset 'alias' on mixed\\.$#"
9927                         count: 1
9928                         path: src/Plugins/Export/ExportOdt.php
9930                 -
9931                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
9932                         count: 4
9933                         path: src/Plugins/Export/ExportOdt.php
9935                 -
9936                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
9937                         count: 1
9938                         path: src/Plugins/Export/ExportOdt.php
9940                 -
9941                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
9942                         count: 1
9943                         path: src/Plugins/Export/ExportOdt.php
9945                 -
9946                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
9947                         count: 5
9948                         path: src/Plugins/Export/ExportOdt.php
9950                 -
9951                         message: "#^Cannot access offset mixed on mixed\\.$#"
9952                         count: 3
9953                         path: src/Plugins/Export/ExportOdt.php
9955                 -
9956                         message: "#^Cannot access offset string on mixed\\.$#"
9957                         count: 6
9958                         path: src/Plugins/Export/ExportOdt.php
9960                 -
9961                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9962                         count: 5
9963                         path: src/Plugins/Export/ExportOdt.php
9965                 -
9966                         message: "#^Only booleans are allowed in an if condition, array\\|false given\\.$#"
9967                         count: 1
9968                         path: src/Plugins/Export/ExportOdt.php
9970                 -
9971                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, string\\|null given\\.$#"
9972                         count: 1
9973                         path: src/Plugins/Export/ExportOdt.php
9975                 -
9976                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
9977                         count: 11
9978                         path: src/Plugins/Export/ExportOdt.php
9980                 -
9981                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportOdt\\:\\:getTriggers\\(\\) expects string, mixed given\\.$#"
9982                         count: 1
9983                         path: src/Plugins/Export/ExportOdt.php
9985                 -
9986                         message: "#^Parameter \\#2 \\$colAs of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportOdt\\:\\:formatOneColumnDefinition\\(\\) expects string, mixed given\\.$#"
9987                         count: 2
9988                         path: src/Plugins/Export/ExportOdt.php
9990                 -
9991                         message: """
9992                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
9993                                 Use dependency injection instead\\.$#
9994                         """
9995                         count: 1
9996                         path: src/Plugins/Export/ExportPdf.php
9998                 -
9999                         message: "#^Class PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportPdf has an uninitialized property \\$pdf\\. Give it default value or assign it in the constructor\\.$#"
10000                         count: 1
10001                         path: src/Plugins/Export/ExportPdf.php
10003                 -
10004                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10005                         count: 1
10006                         path: src/Plugins/Export/ExportPdf.php
10008                 -
10009                         message: "#^Parameter \\#1 \\$dbAlias of method PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:setDbAlias\\(\\) expects string\\|null, mixed given\\.$#"
10010                         count: 2
10011                         path: src/Plugins/Export/ExportPdf.php
10013                 -
10014                         message: "#^Parameter \\#1 \\$line of method PhpMyAdmin\\\\Export\\\\Export\\:\\:outputHandler\\(\\) expects string, mixed given\\.$#"
10015                         count: 1
10016                         path: src/Plugins/Export/ExportPdf.php
10018                 -
10019                         message: "#^Parameter \\#1 \\$tableAlias of method PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:setTableAlias\\(\\) expects string\\|null, mixed given\\.$#"
10020                         count: 2
10021                         path: src/Plugins/Export/ExportPdf.php
10023                 -
10024                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportPdf\\:\\:\\$pdfReportTitle \\(string\\) does not accept mixed\\.$#"
10025                         count: 1
10026                         path: src/Plugins/Export/ExportPdf.php
10028                 -
10029                         message: """
10030                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
10031                                 Use dependency injection instead\\.$#
10032                         """
10033                         count: 2
10034                         path: src/Plugins/Export/ExportPhparray.php
10036                 -
10037                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
10038                         count: 1
10039                         path: src/Plugins/Export/ExportPhparray.php
10041                 -
10042                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
10043                         count: 1
10044                         path: src/Plugins/Export/ExportPhparray.php
10046                 -
10047                         message: "#^Cannot access offset string on mixed\\.$#"
10048                         count: 2
10049                         path: src/Plugins/Export/ExportPhparray.php
10051                 -
10052                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10053                         count: 1
10054                         path: src/Plugins/Export/ExportPhparray.php
10056                 -
10057                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
10058                         count: 2
10059                         path: src/Plugins/Export/ExportPhparray.php
10061                 -
10062                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, \\(array\\<int, string\\>\\|string\\|null\\) given\\.$#"
10063                         count: 1
10064                         path: src/Plugins/Export/ExportPhparray.php
10066                 -
10067                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
10068                         count: 1
10069                         path: src/Plugins/Export/ExportPhparray.php
10071                 -
10072                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#"
10073                         count: 1
10074                         path: src/Plugins/Export/ExportPhparray.php
10076                 -
10077                         message: """
10078                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
10079                                 Use dependency injection instead\\.$#
10080                         """
10081                         count: 4
10082                         path: src/Plugins/Export/ExportSql.php
10084                 -
10085                         message: """
10086                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
10087                                 Use dependency injection instead\\.$#
10088                         """
10089                         count: 15
10090                         path: src/Plugins/Export/ExportSql.php
10092                 -
10093                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
10094                         count: 2
10095                         path: src/Plugins/Export/ExportSql.php
10097                 -
10098                         message: "#^Cannot access offset 'Type' on mixed\\.$#"
10099                         count: 1
10100                         path: src/Plugins/Export/ExportSql.php
10102                 -
10103                         message: "#^Cannot access offset 'alias' on mixed\\.$#"
10104                         count: 4
10105                         path: src/Plugins/Export/ExportSql.php
10107                 -
10108                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
10109                         count: 8
10110                         path: src/Plugins/Export/ExportSql.php
10112                 -
10113                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
10114                         count: 2
10115                         path: src/Plugins/Export/ExportSql.php
10117                 -
10118                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
10119                         count: 1
10120                         path: src/Plugins/Export/ExportSql.php
10122                 -
10123                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
10124                         count: 11
10125                         path: src/Plugins/Export/ExportSql.php
10127                 -
10128                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
10129                         count: 2
10130                         path: src/Plugins/Export/ExportSql.php
10132                 -
10133                         message: "#^Cannot access offset int\\|string on mixed\\.$#"
10134                         count: 1
10135                         path: src/Plugins/Export/ExportSql.php
10137                 -
10138                         message: "#^Cannot access offset string on mixed\\.$#"
10139                         count: 10
10140                         path: src/Plugins/Export/ExportSql.php
10142                 -
10143                         message: "#^Cannot access offset string\\|null on mixed\\.$#"
10144                         count: 7
10145                         path: src/Plugins/Export/ExportSql.php
10147                 -
10148                         message: "#^Cannot access property \\$database on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|null\\.$#"
10149                         count: 2
10150                         path: src/Plugins/Export/ExportSql.php
10152                 -
10153                         message: "#^Cannot access property \\$expr on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|null\\.$#"
10154                         count: 3
10155                         path: src/Plugins/Export/ExportSql.php
10157                 -
10158                         message: "#^Cannot access property \\$table on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|null\\.$#"
10159                         count: 7
10160                         path: src/Plugins/Export/ExportSql.php
10162                 -
10163                         message: "#^Cannot call method get\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
10164                         count: 1
10165                         path: src/Plugins/Export/ExportSql.php
10167                 -
10168                         message: "#^Cannot call method has\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
10169                         count: 7
10170                         path: src/Plugins/Export/ExportSql.php
10172                 -
10173                         message: "#^Cannot call method remove\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
10174                         count: 7
10175                         path: src/Plugins/Export/ExportSql.php
10177                 -
10178                         message: "#^Casting to string something that's already string\\.$#"
10179                         count: 2
10180                         path: src/Plugins/Export/ExportSql.php
10182                 -
10183                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10184                         count: 41
10185                         path: src/Plugins/Export/ExportSql.php
10187                 -
10188                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
10189                         count: 1
10190                         path: src/Plugins/Export/ExportSql.php
10192                 -
10193                         message: "#^Only booleans are allowed in an if condition, bool\\|null given\\.$#"
10194                         count: 1
10195                         path: src/Plugins/Export/ExportSql.php
10197                 -
10198                         message: "#^Only booleans are allowed in \\|\\|, array\\<int, string\\> given on the left side\\.$#"
10199                         count: 1
10200                         path: src/Plugins/Export/ExportSql.php
10202                 -
10203                         message: "#^Only booleans are allowed in \\|\\|, array\\<int, string\\> given on the right side\\.$#"
10204                         count: 1
10205                         path: src/Plugins/Export/ExportSql.php
10207                 -
10208                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, string\\|null given\\.$#"
10209                         count: 3
10210                         path: src/Plugins/Export/ExportSql.php
10212                 -
10213                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
10214                         count: 8
10215                         path: src/Plugins/Export/ExportSql.php
10217                 -
10218                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquoteCompat\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
10219                         count: 17
10220                         path: src/Plugins/Export/ExportSql.php
10222                 -
10223                         message: "#^Parameter \\#2 \\$compat of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:exportUseStatement\\(\\) expects string, mixed given\\.$#"
10224                         count: 2
10225                         path: src/Plugins/Export/ExportSql.php
10227                 -
10228                         message: "#^Parameter \\#2 \\$compatibility of static method PhpMyAdmin\\\\Util\\:\\:backquoteCompat\\(\\) expects string, mixed given\\.$#"
10229                         count: 13
10230                         path: src/Plugins/Export/ExportSql.php
10232                 -
10233                         message: "#^Parameter \\#2 \\$haystack of function in_array expects array, mixed given\\.$#"
10234                         count: 1
10235                         path: src/Plugins/Export/ExportSql.php
10237                 -
10238                         message: "#^Parameter \\#2 \\$id of method PhpMyAdmin\\\\Plugins\\\\ExportPlugin\\:\\:getAlias\\(\\) expects string, bool\\|float\\|int\\|string given\\.$#"
10239                         count: 1
10240                         path: src/Plugins/Export/ExportSql.php
10242                 -
10243                         message: "#^Parameter \\#2 \\$sqlQuery of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:replaceWithAliases\\(\\) expects string, string\\|null given\\.$#"
10244                         count: 2
10245                         path: src/Plugins/Export/ExportSql.php
10247                 -
10248                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
10249                         count: 1
10250                         path: src/Plugins/Export/ExportSql.php
10252                 -
10253                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDefinition\\(\\) expects string, mixed given\\.$#"
10254                         count: 1
10255                         path: src/Plugins/Export/ExportSql.php
10257                 -
10258                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
10259                         count: 1
10260                         path: src/Plugins/Export/ExportSql.php
10262                 -
10263                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
10264                         count: 3
10265                         path: src/Plugins/Export/ExportSql.php
10267                 -
10268                         message: "#^Parameter \\#4 \\$tableAlias of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:generateComment\\(\\) expects string, mixed given\\.$#"
10269                         count: 3
10270                         path: src/Plugins/Export/ExportSql.php
10272                 -
10273                         message: "#^Parameter \\#5 \\$compat of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:generateComment\\(\\) expects string, mixed given\\.$#"
10274                         count: 3
10275                         path: src/Plugins/Export/ExportSql.php
10277                 -
10278                         message: "#^Property PhpMyAdmin\\\\SqlParser\\\\Components\\\\CreateDefinition\\:\\:\\$name \\(string\\|null\\) does not accept mixed\\.$#"
10279                         count: 1
10280                         path: src/Plugins/Export/ExportSql.php
10282                 -
10283                         message: "#^Property PhpMyAdmin\\\\SqlParser\\\\Components\\\\Key\\:\\:\\$columns \\(array\\<array\\{name\\?\\: string, length\\?\\: int, order\\?\\: string\\}\\>\\) does not accept non\\-empty\\-array\\<array\\{name\\?\\: mixed, length\\?\\: int, order\\?\\: string\\}\\>\\.$#"
10284                         count: 1
10285                         path: src/Plugins/Export/ExportSql.php
10287                 -
10288                         message: "#^Property PhpMyAdmin\\\\SqlParser\\\\Components\\\\Reference\\:\\:\\$columns \\(array\\<string\\>\\) does not accept array\\<mixed\\>\\.$#"
10289                         count: 1
10290                         path: src/Plugins/Export/ExportSql.php
10292                 -
10293                         message: """
10294                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
10295                                 Use dependency injection instead\\.$#
10296                         """
10297                         count: 5
10298                         path: src/Plugins/Export/ExportTexytext.php
10300                 -
10301                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
10302                         count: 3
10303                         path: src/Plugins/Export/ExportTexytext.php
10305                 -
10306                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
10307                         count: 3
10308                         path: src/Plugins/Export/ExportTexytext.php
10310                 -
10311                         message: "#^Cannot access offset string on mixed\\.$#"
10312                         count: 6
10313                         path: src/Plugins/Export/ExportTexytext.php
10315                 -
10316                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10317                         count: 4
10318                         path: src/Plugins/Export/ExportTexytext.php
10320                 -
10321                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
10322                         count: 3
10323                         path: src/Plugins/Export/ExportTexytext.php
10325                 -
10326                         message: "#^Parameter \\#3 \\$colAlias of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportTexytext\\:\\:formatOneColumnDefinition\\(\\) expects string, mixed given\\.$#"
10327                         count: 2
10328                         path: src/Plugins/Export/ExportTexytext.php
10330                 -
10331                         message: """
10332                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
10333                                 Use dependency injection instead\\.$#
10334                         """
10335                         count: 1
10336                         path: src/Plugins/Export/ExportXml.php
10338                 -
10339                         message: """
10340                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
10341                                 Use dependency injection instead\\.$#
10342                         """
10343                         count: 3
10344                         path: src/Plugins/Export/ExportXml.php
10346                 -
10347                         message: "#^Cannot access offset 'DEFAULT_CHARACTER…' on mixed\\.$#"
10348                         count: 1
10349                         path: src/Plugins/Export/ExportXml.php
10351                 -
10352                         message: "#^Cannot access offset 'DEFAULT_COLLATION…' on mixed\\.$#"
10353                         count: 1
10354                         path: src/Plugins/Export/ExportXml.php
10356                 -
10357                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
10358                         count: 1
10359                         path: src/Plugins/Export/ExportXml.php
10361                 -
10362                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
10363                         count: 1
10364                         path: src/Plugins/Export/ExportXml.php
10366                 -
10367                         message: "#^Cannot access offset 1 on mixed\\.$#"
10368                         count: 1
10369                         path: src/Plugins/Export/ExportXml.php
10371                 -
10372                         message: "#^Cannot access offset string on mixed\\.$#"
10373                         count: 2
10374                         path: src/Plugins/Export/ExportXml.php
10376                 -
10377                         message: "#^Cannot cast mixed to string\\.$#"
10378                         count: 1
10379                         path: src/Plugins/Export/ExportXml.php
10381                 -
10382                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10383                         count: 2
10384                         path: src/Plugins/Export/ExportXml.php
10386                 -
10387                         message: "#^Foreach overwrites \\$table with its value variable\\.$#"
10388                         count: 1
10389                         path: src/Plugins/Export/ExportXml.php
10391                 -
10392                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
10393                         count: 5
10394                         path: src/Plugins/Export/ExportXml.php
10396                 -
10397                         message: "#^Parameter \\#3 \\$names of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportXml\\:\\:exportDefinitions\\(\\) expects array\\<string\\>, array given\\.$#"
10398                         count: 1
10399                         path: src/Plugins/Export/ExportXml.php
10401                 -
10402                         message: """
10403                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
10404                                 Use dependency injection instead\\.$#
10405                         """
10406                         count: 2
10407                         path: src/Plugins/Export/ExportYaml.php
10409                 -
10410                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
10411                         count: 1
10412                         path: src/Plugins/Export/ExportYaml.php
10414                 -
10415                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
10416                         count: 1
10417                         path: src/Plugins/Export/ExportYaml.php
10419                 -
10420                         message: "#^Cannot access offset string on mixed\\.$#"
10421                         count: 2
10422                         path: src/Plugins/Export/ExportYaml.php
10424                 -
10425                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10426                         count: 1
10427                         path: src/Plugins/Export/ExportYaml.php
10429                 -
10430                         message: """
10431                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
10432                                 Use dependency injection instead\\.$#
10433                         """
10434                         count: 4
10435                         path: src/Plugins/Export/Helpers/Pdf.php
10437                 -
10438                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
10439                         count: 1
10440                         path: src/Plugins/Export/Helpers/Pdf.php
10442                 -
10443                         message: "#^Cannot access offset 'olm' on mixed\\.$#"
10444                         count: 2
10445                         path: src/Plugins/Export/Helpers/Pdf.php
10447                 -
10448                         message: "#^Cannot access offset 'orm' on mixed\\.$#"
10449                         count: 2
10450                         path: src/Plugins/Export/Helpers/Pdf.php
10452                 -
10453                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
10454                         count: 1
10455                         path: src/Plugins/Export/Helpers/Pdf.php
10457                 -
10458                         message: "#^Cannot access offset \\(float\\|int\\) on mixed\\.$#"
10459                         count: 2
10460                         path: src/Plugins/Export/Helpers/Pdf.php
10462                 -
10463                         message: "#^Cannot access offset mixed on mixed\\.$#"
10464                         count: 2
10465                         path: src/Plugins/Export/Helpers/Pdf.php
10467                 -
10468                         message: "#^Cannot access offset string on mixed\\.$#"
10469                         count: 2
10470                         path: src/Plugins/Export/Helpers/Pdf.php
10472                 -
10473                         message: "#^Class PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf has an uninitialized property \\$results\\. Give it default value or assign it in the constructor\\.$#"
10474                         count: 1
10475                         path: src/Plugins/Export/Helpers/Pdf.php
10477                 -
10478                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10479                         count: 2
10480                         path: src/Plugins/Export/Helpers/Pdf.php
10482                 -
10483                         message: "#^Implicit array creation is not allowed \\- variable \\$data might not exist\\.$#"
10484                         count: 2
10485                         path: src/Plugins/Export/Helpers/Pdf.php
10487                 -
10488                         message: "#^Parameter \\#1 \\$lineheight of method PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:morepagestable\\(\\) expects float\\|int, mixed given\\.$#"
10489                         count: 1
10490                         path: src/Plugins/Export/Helpers/Pdf.php
10492                 -
10493                         message: "#^Parameter \\#1 \\$margin \\(float\\) of method PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:setTopMargin\\(\\) should be contravariant with parameter \\$margin \\(float\\|int\\) of method TCPDF\\:\\:setTopMargin\\(\\)$#"
10494                         count: 1
10495                         path: src/Plugins/Export/Helpers/Pdf.php
10497                 -
10498                         message: "#^Parameter \\#1 \\$orientation of method TCPDF\\:\\:AddPage\\(\\) expects string, mixed given\\.$#"
10499                         count: 1
10500                         path: src/Plugins/Export/Helpers/Pdf.php
10502                 -
10503                         message: "#^Parameter \\#1 \\$s of method TCPDF\\:\\:GetStringWidth\\(\\) expects string, mixed given\\.$#"
10504                         count: 1
10505                         path: src/Plugins/Export/Helpers/Pdf.php
10507                 -
10508                         message: "#^Parameter \\#1 \\$str of static method TCPDF_STATIC\\:\\:empty_string\\(\\) expects string, mixed given\\.$#"
10509                         count: 1
10510                         path: src/Plugins/Export/Helpers/Pdf.php
10512                 -
10513                         message: "#^Parameter \\#1 \\$w of method TCPDF\\:\\:Cell\\(\\) expects float, mixed given\\.$#"
10514                         count: 1
10515                         path: src/Plugins/Export/Helpers/Pdf.php
10517                 -
10518                         message: "#^Parameter \\#1 \\$w of method TCPDF\\:\\:MultiCell\\(\\) expects float, mixed given\\.$#"
10519                         count: 5
10520                         path: src/Plugins/Export/Helpers/Pdf.php
10522                 -
10523                         message: "#^Parameter \\#1 \\$x of method TCPDF\\:\\:setXY\\(\\) expects float, mixed given\\.$#"
10524                         count: 7
10525                         path: src/Plugins/Export/Helpers/Pdf.php
10527                 -
10528                         message: "#^Parameter \\#1 \\$x1 of method TCPDF\\:\\:Line\\(\\) expects float, \\(array\\|float\\|int\\) given\\.$#"
10529                         count: 3
10530                         path: src/Plugins/Export/Helpers/Pdf.php
10532                 -
10533                         message: "#^Parameter \\#1 \\$x1 of method TCPDF\\:\\:Line\\(\\) expects float, mixed given\\.$#"
10534                         count: 9
10535                         path: src/Plugins/Export/Helpers/Pdf.php
10537                 -
10538                         message: "#^Parameter \\#1 \\$y of method TCPDF\\:\\:setY\\(\\) expects float, mixed given\\.$#"
10539                         count: 3
10540                         path: src/Plugins/Export/Helpers/Pdf.php
10542                 -
10543                         message: "#^Parameter \\#2 \\$h of method TCPDF\\:\\:Cell\\(\\) expects float, mixed given\\.$#"
10544                         count: 2
10545                         path: src/Plugins/Export/Helpers/Pdf.php
10547                 -
10548                         message: "#^Parameter \\#2 \\$h of method TCPDF\\:\\:MultiCell\\(\\) expects float, mixed given\\.$#"
10549                         count: 4
10550                         path: src/Plugins/Export/Helpers/Pdf.php
10552                 -
10553                         message: "#^Parameter \\#2 \\$y of method TCPDF\\:\\:setXY\\(\\) expects float, mixed given\\.$#"
10554                         count: 4
10555                         path: src/Plugins/Export/Helpers/Pdf.php
10557                 -
10558                         message: "#^Parameter \\#2 \\$y1 of method TCPDF\\:\\:Line\\(\\) expects float, mixed given\\.$#"
10559                         count: 6
10560                         path: src/Plugins/Export/Helpers/Pdf.php
10562                 -
10563                         message: "#^Parameter \\#3 \\$size of method TCPDF\\:\\:setFont\\(\\) expects float\\|null, mixed given\\.$#"
10564                         count: 2
10565                         path: src/Plugins/Export/Helpers/Pdf.php
10567                 -
10568                         message: "#^Parameter \\#3 \\$txt of method TCPDF\\:\\:MultiCell\\(\\) expects string, mixed given\\.$#"
10569                         count: 3
10570                         path: src/Plugins/Export/Helpers/Pdf.php
10572                 -
10573                         message: "#^Parameter \\#3 \\$x2 of method TCPDF\\:\\:Line\\(\\) expects float, \\(array\\|float\\|int\\) given\\.$#"
10574                         count: 3
10575                         path: src/Plugins/Export/Helpers/Pdf.php
10577                 -
10578                         message: "#^Parameter \\#3 \\$x2 of method TCPDF\\:\\:Line\\(\\) expects float, mixed given\\.$#"
10579                         count: 3
10580                         path: src/Plugins/Export/Helpers/Pdf.php
10582                 -
10583                         message: "#^Parameter \\#5 \\$align of method TCPDF\\:\\:MultiCell\\(\\) expects string, mixed given\\.$#"
10584                         count: 3
10585                         path: src/Plugins/Export/Helpers/Pdf.php
10587                 -
10588                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$dataY \\(float\\|int\\) does not accept mixed\\.$#"
10589                         count: 1
10590                         path: src/Plugins/Export/Helpers/Pdf.php
10592                 -
10593                         message: "#^Variable \\$columnsCnt might not be defined\\.$#"
10594                         count: 6
10595                         path: src/Plugins/Export/Helpers/Pdf.php
10597                 -
10598                         message: "#^Variable \\$txt on left side of \\?\\? always exists and is not nullable\\.$#"
10599                         count: 2
10600                         path: src/Plugins/Export/Helpers/Pdf.php
10602                 -
10603                         message: "#^Cannot cast mixed to string\\.$#"
10604                         count: 6
10605                         path: src/Plugins/Export/Helpers/TableProperty.php
10607                 -
10608                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
10609                         count: 2
10610                         path: src/Plugins/ExportPlugin.php
10612                 -
10613                         message: "#^Cannot access offset 'alias' on mixed\\.$#"
10614                         count: 5
10615                         path: src/Plugins/ExportPlugin.php
10617                 -
10618                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
10619                         count: 2
10620                         path: src/Plugins/ExportPlugin.php
10622                 -
10623                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
10624                         count: 4
10625                         path: src/Plugins/ExportPlugin.php
10627                 -
10628                         message: "#^Cannot access offset mixed on mixed\\.$#"
10629                         count: 3
10630                         path: src/Plugins/ExportPlugin.php
10632                 -
10633                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
10634                         count: 1
10635                         path: src/Plugins/ExportPlugin.php
10637                 -
10638                         message: "#^Cannot access offset string\\|null on mixed\\.$#"
10639                         count: 1
10640                         path: src/Plugins/ExportPlugin.php
10642                 -
10643                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10644                         count: 9
10645                         path: src/Plugins/ExportPlugin.php
10647                 -
10648                         message: "#^Foreach overwrites \\$db with its value variable\\.$#"
10649                         count: 1
10650                         path: src/Plugins/ExportPlugin.php
10652                 -
10653                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\ExportPlugin\\:\\:getAlias\\(\\) should return string but returns mixed\\.$#"
10654                         count: 3
10655                         path: src/Plugins/ExportPlugin.php
10657                 -
10658                         message: "#^Only booleans are allowed in an if condition, array\\|false given\\.$#"
10659                         count: 1
10660                         path: src/Plugins/ExportPlugin.php
10662                 -
10663                         message: """
10664                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
10665                                 Use dependency injection instead\\.$#
10666                         """
10667                         count: 2
10668                         path: src/Plugins/Import/ImportCsv.php
10670                 -
10671                         message: "#^Cannot call method getMessage\\(\\) on mixed\\.$#"
10672                         count: 1
10673                         path: src/Plugins/Import/ImportCsv.php
10675                 -
10676                         message: "#^Cannot cast mixed to string\\.$#"
10677                         count: 1
10678                         path: src/Plugins/Import/ImportCsv.php
10680                 -
10681                         message: "#^Foreach overwrites \\$i with its key variable\\.$#"
10682                         count: 1
10683                         path: src/Plugins/Import/ImportCsv.php
10685                 -
10686                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportCsv\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
10687                         count: 2
10688                         path: src/Plugins/Import/ImportCsv.php
10690                 -
10691                         message: "#^Only booleans are allowed in &&, string given on the right side\\.$#"
10692                         count: 1
10693                         path: src/Plugins/Import/ImportCsv.php
10695                 -
10696                         message: "#^Parameter \\#1 \\$columnNames of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportCsv\\:\\:getColumnNames\\(\\) expects array\\<int, string\\>, array\\|null given\\.$#"
10697                         count: 1
10698                         path: src/Plugins/Import/ImportCsv.php
10700                 -
10701                         message: "#^Parameter \\#1 \\$serverMessage of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects string, mixed given\\.$#"
10702                         count: 1
10703                         path: src/Plugins/Import/ImportCsv.php
10705                 -
10706                         message: "#^Parameter \\#3 \\$rows of class PhpMyAdmin\\\\Import\\\\ImportTable constructor expects array\\<int, array\\<int, mixed\\>\\>, array\\<int\\<0, max\\>, array\\> given\\.$#"
10707                         count: 1
10708                         path: src/Plugins/Import/ImportCsv.php
10710                 -
10711                         message: "#^Parameter \\#4 \\$sqlData of method PhpMyAdmin\\\\Import\\\\Import\\:\\:createDatabase\\(\\) expects array\\<string\\>, mixed given\\.$#"
10712                         count: 1
10713                         path: src/Plugins/Import/ImportCsv.php
10715                 -
10716                         message: """
10717                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
10718                                 Use dependency injection instead\\.$#
10719                         """
10720                         count: 2
10721                         path: src/Plugins/Import/ImportLdi.php
10723                 -
10724                         message: """
10725                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
10726                                 Use dependency injection instead\\.$#
10727                         """
10728                         count: 2
10729                         path: src/Plugins/Import/ImportLdi.php
10731                 -
10732                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportLdi\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
10733                         count: 1
10734                         path: src/Plugins/Import/ImportLdi.php
10736                 -
10737                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportMediawiki\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
10738                         count: 1
10739                         path: src/Plugins/Import/ImportMediawiki.php
10741                 -
10742                         message: "#^Negated boolean expression is always true\\.$#"
10743                         count: 1
10744                         path: src/Plugins/Import/ImportMediawiki.php
10746                 -
10747                         message: "#^Cannot call method __toString\\(\\) on mixed\\.$#"
10748                         count: 1
10749                         path: src/Plugins/Import/ImportOds.php
10751                 -
10752                         message: "#^Cannot cast mixed to int\\.$#"
10753                         count: 2
10754                         path: src/Plugins/Import/ImportOds.php
10756                 -
10757                         message: "#^Cannot cast mixed to string\\.$#"
10758                         count: 1
10759                         path: src/Plugins/Import/ImportOds.php
10761                 -
10762                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
10763                         count: 1
10764                         path: src/Plugins/Import/ImportOds.php
10766                 -
10767                         message: "#^Parameter \\#1 \\$cellAttrs of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:getValue\\(\\) expects SimpleXMLElement, \\(SimpleXMLElement\\|null\\) given\\.$#"
10768                         count: 1
10769                         path: src/Plugins/Import/ImportOds.php
10771                 -
10772                         message: "#^Parameter \\#1 \\$sheets of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:readSheets\\(\\) expects array\\|SimpleXMLElement, array\\|SimpleXMLElement\\|null given\\.$#"
10773                         count: 1
10774                         path: src/Plugins/Import/ImportOds.php
10776                 -
10777                         message: "#^Parameter \\#2 \\$text of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:getValue\\(\\) expects SimpleXMLElement, \\(SimpleXMLElement\\|null\\) given\\.$#"
10778                         count: 1
10779                         path: src/Plugins/Import/ImportOds.php
10781                 -
10782                         message: "#^Parameter \\#3 \\$rows of class PhpMyAdmin\\\\Import\\\\ImportTable constructor expects array\\<int, array\\<int, mixed\\>\\>, array\\<int, array\\> given\\.$#"
10783                         count: 1
10784                         path: src/Plugins/Import/ImportOds.php
10786                 -
10787                         message: "#^Variable property access on SimpleXMLElement\\.$#"
10788                         count: 2
10789                         path: src/Plugins/Import/ImportOds.php
10791                 -
10792                         message: """
10793                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
10794                                 Use dependency injection instead\\.$#
10795                         """
10796                         count: 1
10797                         path: src/Plugins/Import/ImportShp.php
10799                 -
10800                         message: "#^Cannot access offset 0 on mixed\\.$#"
10801                         count: 2
10802                         path: src/Plugins/Import/ImportShp.php
10804                 -
10805                         message: "#^Cannot cast mixed to string\\.$#"
10806                         count: 2
10807                         path: src/Plugins/Import/ImportShp.php
10809                 -
10810                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10811                         count: 1
10812                         path: src/Plugins/Import/ImportShp.php
10814                 -
10815                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportShp\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
10816                         count: 1
10817                         path: src/Plugins/Import/ImportShp.php
10819                 -
10820                         message: "#^Offset 'dirname' does not exist on array\\{dirname\\?\\: string, basename\\: string, extension\\?\\: string, filename\\: string\\}\\.$#"
10821                         count: 1
10822                         path: src/Plugins/Import/ImportShp.php
10824                 -
10825                         message: "#^Parameter \\#1 \\$importHandle of method PhpMyAdmin\\\\Import\\\\Import\\:\\:getNextChunk\\(\\) expects PhpMyAdmin\\\\File\\|null, mixed given\\.$#"
10826                         count: 1
10827                         path: src/Plugins/Import/ImportShp.php
10829                 -
10830                         message: "#^Parameter \\#1 \\$string of function substr expects string, mixed given\\.$#"
10831                         count: 2
10832                         path: src/Plugins/Import/ImportShp.php
10834                 -
10835                         message: "#^Parameter \\#2 \\$columns of class PhpMyAdmin\\\\Import\\\\ImportTable constructor expects array\\<int, string\\>, array\\<int, mixed\\> given\\.$#"
10836                         count: 1
10837                         path: src/Plugins/Import/ImportShp.php
10839                 -
10840                         message: """
10841                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
10842                                 Use dependency injection instead\\.$#
10843                         """
10844                         count: 2
10845                         path: src/Plugins/Import/ImportSql.php
10847                 -
10848                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10849                         count: 1
10850                         path: src/Plugins/Import/ImportSql.php
10852                 -
10853                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportSql\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
10854                         count: 2
10855                         path: src/Plugins/Import/ImportSql.php
10857                 -
10858                         message: "#^Parameter \\#1 \\$delimiter of method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\BufferedQuery\\:\\:setDelimiter\\(\\) expects string, mixed given\\.$#"
10859                         count: 1
10860                         path: src/Plugins/Import/ImportSql.php
10862                 -
10863                         message: "#^Cannot cast mixed to string\\.$#"
10864                         count: 6
10865                         path: src/Plugins/Import/ImportXml.php
10867                 -
10868                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportXml\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
10869                         count: 1
10870                         path: src/Plugins/Import/ImportXml.php
10872                 -
10873                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ShapeFileImport\\:\\:readSHP\\(\\) never returns false so it can be removed from the return type\\.$#"
10874                         count: 1
10875                         path: src/Plugins/Import/ShapeFileImport.php
10877                 -
10878                         message: "#^Cannot access offset string on mixed\\.$#"
10879                         count: 1
10880                         path: src/Plugins/Import/Upload/UploadNoplugin.php
10882                 -
10883                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadNoplugin\\:\\:getUploadStatus\\(\\) return type has no value type specified in iterable type array\\.$#"
10884                         count: 1
10885                         path: src/Plugins/Import/Upload/UploadNoplugin.php
10887                 -
10888                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadNoplugin\\:\\:getUploadStatus\\(\\) should return array\\|null but returns mixed\\.$#"
10889                         count: 1
10890                         path: src/Plugins/Import/Upload/UploadNoplugin.php
10892                 -
10893                         message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
10894                         count: 1
10895                         path: src/Plugins/Import/Upload/UploadNoplugin.php
10897                 -
10898                         message: "#^Cannot access offset 'complete' on mixed\\.$#"
10899                         count: 1
10900                         path: src/Plugins/Import/Upload/UploadProgress.php
10902                 -
10903                         message: "#^Cannot access offset 'finished' on mixed\\.$#"
10904                         count: 1
10905                         path: src/Plugins/Import/Upload/UploadProgress.php
10907                 -
10908                         message: "#^Cannot access offset 'percent' on mixed\\.$#"
10909                         count: 1
10910                         path: src/Plugins/Import/Upload/UploadProgress.php
10912                 -
10913                         message: "#^Cannot access offset 'total' on mixed\\.$#"
10914                         count: 4
10915                         path: src/Plugins/Import/Upload/UploadProgress.php
10917                 -
10918                         message: "#^Cannot access offset string on mixed\\.$#"
10919                         count: 1
10920                         path: src/Plugins/Import/Upload/UploadProgress.php
10922                 -
10923                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadProgress\\:\\:getUploadStatus\\(\\) return type has no value type specified in iterable type array\\.$#"
10924                         count: 1
10925                         path: src/Plugins/Import/Upload/UploadProgress.php
10927                 -
10928                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadProgress\\:\\:getUploadStatus\\(\\) should return array\\|null but returns mixed\\.$#"
10929                         count: 2
10930                         path: src/Plugins/Import/Upload/UploadProgress.php
10932                 -
10933                         message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
10934                         count: 1
10935                         path: src/Plugins/Import/Upload/UploadProgress.php
10937                 -
10938                         message: "#^Strict comparison using \\!\\=\\= between array\\{upload_id\\: string, fieldname\\: string, filename\\: string, time_start\\: int, time_last\\: int, speed_average\\: int, speed_last\\: int, bytes_uploaded\\: int, \\.\\.\\.\\} and array\\{\\} will always evaluate to true\\.$#"
10939                         count: 1
10940                         path: src/Plugins/Import/Upload/UploadProgress.php
10942                 -
10943                         message: "#^Cannot access offset 'bytes_processed' on mixed\\.$#"
10944                         count: 1
10945                         path: src/Plugins/Import/Upload/UploadSession.php
10947                 -
10948                         message: "#^Cannot access offset 'complete' on mixed\\.$#"
10949                         count: 2
10950                         path: src/Plugins/Import/Upload/UploadSession.php
10952                 -
10953                         message: "#^Cannot access offset 'content_length' on mixed\\.$#"
10954                         count: 1
10955                         path: src/Plugins/Import/Upload/UploadSession.php
10957                 -
10958                         message: "#^Cannot access offset 'done' on mixed\\.$#"
10959                         count: 1
10960                         path: src/Plugins/Import/Upload/UploadSession.php
10962                 -
10963                         message: "#^Cannot access offset 'finished' on mixed\\.$#"
10964                         count: 1
10965                         path: src/Plugins/Import/Upload/UploadSession.php
10967                 -
10968                         message: "#^Cannot access offset 'percent' on mixed\\.$#"
10969                         count: 1
10970                         path: src/Plugins/Import/Upload/UploadSession.php
10972                 -
10973                         message: "#^Cannot access offset 'total' on mixed\\.$#"
10974                         count: 4
10975                         path: src/Plugins/Import/Upload/UploadSession.php
10977                 -
10978                         message: "#^Cannot access offset string on mixed\\.$#"
10979                         count: 1
10980                         path: src/Plugins/Import/Upload/UploadSession.php
10982                 -
10983                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadSession\\:\\:getUploadStatus\\(\\) return type has no value type specified in iterable type array\\.$#"
10984                         count: 1
10985                         path: src/Plugins/Import/Upload/UploadSession.php
10987                 -
10988                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadSession\\:\\:getUploadStatus\\(\\) should return array\\|null but returns mixed\\.$#"
10989                         count: 2
10990                         path: src/Plugins/Import/Upload/UploadSession.php
10992                 -
10993                         message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
10994                         count: 1
10995                         path: src/Plugins/Import/Upload/UploadSession.php
10997                 -
10998                         message: "#^Cannot cast mixed to string\\.$#"
10999                         count: 2
11000                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
11002                 -
11003                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:addRelation\\(\\) expects string, \\(int\\|string\\) given\\.$#"
11004                         count: 1
11005                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
11007                 -
11008                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:addRelation\\(\\) expects string, int\\|string given\\.$#"
11009                         count: 1
11010                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
11012                 -
11013                         message: "#^Parameter \\#4 \\$foreignField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
11014                         count: 1
11015                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
11017                 -
11018                         message: "#^Binary operation \"\\+\" between int\\|string\\|false and 12 results in an error\\.$#"
11019                         count: 4
11020                         path: src/Plugins/Schema/Dia/RelationStatsDia.php
11022                 -
11023                         message: "#^Binary operation \"\\+\" between mixed and int\\|string\\|false results in an error\\.$#"
11024                         count: 2
11025                         path: src/Plugins/Schema/Dia/RelationStatsDia.php
11027                 -
11028                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
11029                         count: 1
11030                         path: src/Plugins/Schema/Dia/RelationStatsDia.php
11032                 -
11033                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
11034                         count: 1
11035                         path: src/Plugins/Schema/Dia/TableStatsDia.php
11037                 -
11038                         message: "#^Cannot cast mixed to string\\.$#"
11039                         count: 1
11040                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
11042                 -
11043                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\EpsRelationSchema\\:\\:addRelation\\(\\) expects string, \\(int\\|string\\) given\\.$#"
11044                         count: 1
11045                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
11047                 -
11048                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\EpsRelationSchema\\:\\:addRelation\\(\\) expects string, int\\|string given\\.$#"
11049                         count: 1
11050                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
11052                 -
11053                         message: "#^Parameter \\#6 \\$foreignField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\EpsRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
11054                         count: 1
11055                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
11057                 -
11058                         message: "#^Call to an undefined method object\\:\\:line\\(\\)\\.$#"
11059                         count: 7
11060                         path: src/Plugins/Schema/Eps/RelationStatsEps.php
11062                 -
11063                         message: "#^Parameter \\#1 \\$text of method PhpMyAdmin\\\\Font\\:\\:getStringWidth\\(\\) expects string, mixed given\\.$#"
11064                         count: 1
11065                         path: src/Plugins/Schema/Eps/TableStatsEps.php
11067                 -
11068                         message: "#^Parameter \\#1 \\$text of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\:\\:showXY\\(\\) expects string, mixed given\\.$#"
11069                         count: 1
11070                         path: src/Plugins/Schema/Eps/TableStatsEps.php
11072                 -
11073                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
11074                         count: 1
11075                         path: src/Plugins/Schema/ExportRelationSchema.php
11077                 -
11078                         message: """
11079                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
11080                                 Use dependency injection instead\\.$#
11081                         """
11082                         count: 1
11083                         path: src/Plugins/Schema/ExportRelationSchema.php
11085                 -
11086                         message: "#^Cannot cast mixed to int\\.$#"
11087                         count: 1
11088                         path: src/Plugins/Schema/ExportRelationSchema.php
11090                 -
11091                         message: "#^Parameter \\#1 \\$string of function rawurldecode expects string, mixed given\\.$#"
11092                         count: 1
11093                         path: src/Plugins/Schema/ExportRelationSchema.php
11095                 -
11096                         message: """
11097                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
11098                                 Use dependency injection instead\\.$#
11099                         """
11100                         count: 2
11101                         path: src/Plugins/Schema/Pdf/Pdf.php
11103                 -
11104                         message: "#^Cannot access offset 'cw' on mixed\\.$#"
11105                         count: 1
11106                         path: src/Plugins/Schema/Pdf/Pdf.php
11108                 -
11109                         message: "#^Cannot access offset int on mixed\\.$#"
11110                         count: 1
11111                         path: src/Plugins/Schema/Pdf/Pdf.php
11113                 -
11114                         message: "#^Parameter \\#1 \\$w of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:numLines\\(\\) expects int, mixed given\\.$#"
11115                         count: 1
11116                         path: src/Plugins/Schema/Pdf/Pdf.php
11118                 -
11119                         message: "#^Parameter \\#1 \\$w of method TCPDF\\:\\:MultiCell\\(\\) expects float, mixed given\\.$#"
11120                         count: 1
11121                         path: src/Plugins/Schema/Pdf/Pdf.php
11123                 -
11124                         message: "#^Parameter \\#2 \\$txt of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:numLines\\(\\) expects string, mixed given\\.$#"
11125                         count: 1
11126                         path: src/Plugins/Schema/Pdf/Pdf.php
11128                 -
11129                         message: "#^Parameter \\#3 \\$txt of method TCPDF\\:\\:MultiCell\\(\\) expects string, mixed given\\.$#"
11130                         count: 1
11131                         path: src/Plugins/Schema/Pdf/Pdf.php
11133                 -
11134                         message: "#^Parameter \\#3 \\$w of method TCPDF\\:\\:Link\\(\\) expects float, mixed given\\.$#"
11135                         count: 1
11136                         path: src/Plugins/Schema/Pdf/Pdf.php
11138                 -
11139                         message: "#^Parameter \\#3 \\$w of method TCPDF\\:\\:Rect\\(\\) expects float, mixed given\\.$#"
11140                         count: 1
11141                         path: src/Plugins/Schema/Pdf/Pdf.php
11143                 -
11144                         message: """
11145                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
11146                                 Use dependency injection instead\\.$#
11147                         """
11148                         count: 1
11149                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11151                 -
11152                         message: "#^Call to method TCPDF\\:\\:Line\\(\\) with incorrect case\\: line$#"
11153                         count: 2
11154                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11156                 -
11157                         message: "#^Cannot access offset '\\-' on mixed\\.$#"
11158                         count: 10
11159                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11161                 -
11162                         message: "#^Cannot access offset mixed on mixed\\.$#"
11163                         count: 3
11164                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11166                 -
11167                         message: "#^Cannot access offset string on mixed\\.$#"
11168                         count: 14
11169                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11171                 -
11172                         message: "#^Cannot cast mixed to string\\.$#"
11173                         count: 2
11174                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11176                 -
11177                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11178                         count: 1
11179                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11181                 -
11182                         message: "#^Only booleans are allowed in &&, array\\|false given on the left side\\.$#"
11183                         count: 1
11184                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11186                 -
11187                         message: "#^Only booleans are allowed in an if condition, array\\|false given\\.$#"
11188                         count: 1
11189                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11191                 -
11192                         message: "#^Parameter \\#1 \\$datetime of class DateTimeImmutable constructor expects string, int\\|string given\\.$#"
11193                         count: 3
11194                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11196                 -
11197                         message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:setLink\\(\\) expects int, mixed given\\.$#"
11198                         count: 3
11199                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11201                 -
11202                         message: "#^Parameter \\#1 \\$value of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:setTableOrder\\(\\) expects string, mixed given\\.$#"
11203                         count: 1
11204                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11206                 -
11207                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:addRelation\\(\\) expects string, \\(int\\|string\\) given\\.$#"
11208                         count: 1
11209                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11211                 -
11212                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:addRelation\\(\\) expects string, int\\|string given\\.$#"
11213                         count: 1
11214                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11216                 -
11217                         message: "#^Parameter \\#4 \\$foreignField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
11218                         count: 1
11219                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
11221                 -
11222                         message: "#^Call to an undefined method object\\:\\:lineScale\\(\\)\\.$#"
11223                         count: 7
11224                         path: src/Plugins/Schema/Pdf/RelationStatsPdf.php
11226                 -
11227                         message: "#^Call to an undefined method object\\:\\:setDrawColor\\(\\)\\.$#"
11228                         count: 3
11229                         path: src/Plugins/Schema/Pdf/RelationStatsPdf.php
11231                 -
11232                         message: "#^Call to an undefined method object\\:\\:setLineWidthScale\\(\\)\\.$#"
11233                         count: 2
11234                         path: src/Plugins/Schema/Pdf/RelationStatsPdf.php
11236                 -
11237                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
11238                         count: 1
11239                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
11241                 -
11242                         message: "#^Cannot access offset '\\-' on mixed\\.$#"
11243                         count: 3
11244                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
11246                 -
11247                         message: "#^Cannot access offset mixed on mixed\\.$#"
11248                         count: 3
11249                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
11251                 -
11252                         message: "#^Cannot access offset string on mixed\\.$#"
11253                         count: 6
11254                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
11256                 -
11257                         message: "#^Cannot cast mixed to string\\.$#"
11258                         count: 2
11259                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
11261                 -
11262                         message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:setLink\\(\\) expects int, mixed given\\.$#"
11263                         count: 2
11264                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
11266                 -
11267                         message: "#^Parameter \\#1 \\$s of method TCPDF\\:\\:GetStringWidth\\(\\) expects string, mixed given\\.$#"
11268                         count: 1
11269                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
11271                 -
11272                         message: "#^Binary operation \"\\+\" between int\\|string\\|false and 1\\.5 results in an error\\.$#"
11273                         count: 1
11274                         path: src/Plugins/Schema/RelationStats.php
11276                 -
11277                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
11278                         count: 1
11279                         path: src/Plugins/Schema/RelationStats.php
11281                 -
11282                         message: """
11283                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
11284                                 Use dependency injection instead\\.$#
11285                         """
11286                         count: 1
11287                         path: src/Plugins/Schema/SchemaDia.php
11289                 -
11290                         message: """
11291                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
11292                                 Use dependency injection instead\\.$#
11293                         """
11294                         count: 1
11295                         path: src/Plugins/Schema/SchemaEps.php
11297                 -
11298                         message: """
11299                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
11300                                 Use dependency injection instead\\.$#
11301                         """
11302                         count: 1
11303                         path: src/Plugins/Schema/SchemaPdf.php
11305                 -
11306                         message: """
11307                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
11308                                 Use dependency injection instead\\.$#
11309                         """
11310                         count: 1
11311                         path: src/Plugins/Schema/SchemaSvg.php
11313                 -
11314                         message: "#^Call to an undefined method object\\:\\:printElementLine\\(\\)\\.$#"
11315                         count: 7
11316                         path: src/Plugins/Schema/Svg/RelationStatsSvg.php
11318                 -
11319                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:addRelation\\(\\) expects string, \\(int\\|string\\) given\\.$#"
11320                         count: 1
11321                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
11323                 -
11324                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:addRelation\\(\\) expects string, int\\|string given\\.$#"
11325                         count: 1
11326                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
11328                 -
11329                         message: "#^Parameter \\#6 \\$foreignField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
11330                         count: 1
11331                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
11333                 -
11334                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
11335                         count: 1
11336                         path: src/Plugins/Schema/Svg/TableStatsSvg.php
11338                 -
11339                         message: "#^Parameter \\#1 \\$text of method PhpMyAdmin\\\\Font\\:\\:getStringWidth\\(\\) expects string, mixed given\\.$#"
11340                         count: 1
11341                         path: src/Plugins/Schema/Svg/TableStatsSvg.php
11343                 -
11344                         message: "#^Parameter \\#6 \\$text of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:printElement\\(\\) expects string\\|null, mixed given\\.$#"
11345                         count: 1
11346                         path: src/Plugins/Schema/Svg/TableStatsSvg.php
11348                 -
11349                         message: """
11350                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
11351                                 Use dependency injection instead\\.$#
11352                         """
11353                         count: 3
11354                         path: src/Plugins/Schema/TableStats.php
11356                 -
11357                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
11358                         count: 4
11359                         path: src/Plugins/Schema/TableStats.php
11361                 -
11362                         message: "#^Cannot cast mixed to float\\.$#"
11363                         count: 2
11364                         path: src/Plugins/Schema/TableStats.php
11366                 -
11367                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
11368                         count: 1
11369                         path: src/Plugins/Schema/TableStats.php
11371                 -
11372                         message: "#^Parameter \\#1 \\$string of function rawurldecode expects string, mixed given\\.$#"
11373                         count: 2
11374                         path: src/Plugins/Schema/TableStats.php
11376                 -
11377                         message: """
11378                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11379                                 Use dependency injection instead\\.$#
11380                         """
11381                         count: 1
11382                         path: src/Plugins/SchemaPlugin.php
11384                 -
11385                         message: """
11386                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11387                                 Use dependency injection instead\\.$#
11388                         """
11389                         count: 1
11390                         path: src/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php
11392                 -
11393                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Transformations\\\\Abs\\\\Bool2TextTransformationsPlugin\\:\\:applyTransformation\\(\\) should return string but returns mixed\\.$#"
11394                         count: 2
11395                         path: src/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php
11397                 -
11398                         message: """
11399                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11400                                 Use dependency injection instead\\.$#
11401                         """
11402                         count: 1
11403                         path: src/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
11405                 -
11406                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
11407                         count: 1
11408                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
11410                 -
11411                         message: "#^Cannot access offset mixed on mixed\\.$#"
11412                         count: 1
11413                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
11415                 -
11416                         message: "#^Cannot access property \\$name on mixed\\.$#"
11417                         count: 1
11418                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
11420                 -
11421                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11422                         count: 3
11423                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
11425                 -
11426                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
11427                         count: 2
11428                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
11430                 -
11431                         message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
11432                         count: 1
11433                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
11435                 -
11436                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
11437                         count: 1
11438                         path: src/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
11440                 -
11441                         message: """
11442                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11443                                 Use dependency injection instead\\.$#
11444                         """
11445                         count: 1
11446                         path: src/Plugins/Transformations/Abs/HexTransformationsPlugin.php
11448                 -
11449                         message: "#^Cannot cast mixed to int\\.$#"
11450                         count: 1
11451                         path: src/Plugins/Transformations/Abs/HexTransformationsPlugin.php
11453                 -
11454                         message: "#^Parameter \\#2 \\$additionalParameters of static method PhpMyAdmin\\\\Url\\:\\:getFromRoute\\(\\) expects array, mixed given\\.$#"
11455                         count: 1
11456                         path: src/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php
11458                 -
11459                         message: "#^Cannot cast mixed to int\\.$#"
11460                         count: 2
11461                         path: src/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php
11463                 -
11464                         message: "#^Parameter \\#2 \\$additionalParameters of static method PhpMyAdmin\\\\Url\\:\\:getFromRoute\\(\\) expects array, mixed given\\.$#"
11465                         count: 1
11466                         path: src/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php
11468                 -
11469                         message: """
11470                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11471                                 Use dependency injection instead\\.$#
11472                         """
11473                         count: 1
11474                         path: src/Plugins/Transformations/Abs/InlineTransformationsPlugin.php
11476                 -
11477                         message: "#^Cannot cast mixed to int\\.$#"
11478                         count: 2
11479                         path: src/Plugins/Transformations/Abs/InlineTransformationsPlugin.php
11481                 -
11482                         message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
11483                         count: 1
11484                         path: src/Plugins/Transformations/Abs/InlineTransformationsPlugin.php
11486                 -
11487                         message: "#^Parameter \\#2 \\$additionalParameters of static method PhpMyAdmin\\\\Url\\:\\:getFromRoute\\(\\) expects array, mixed given\\.$#"
11488                         count: 2
11489                         path: src/Plugins/Transformations/Abs/InlineTransformationsPlugin.php
11491                 -
11492                         message: """
11493                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11494                                 Use dependency injection instead\\.$#
11495                         """
11496                         count: 1
11497                         path: src/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php
11499                 -
11500                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
11501                         count: 2
11502                         path: src/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php
11504                 -
11505                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11506                         count: 1
11507                         path: src/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php
11509                 -
11510                         message: "#^Parameter \\#1 \\$pattern of function preg_match expects string, mixed given\\.$#"
11511                         count: 1
11512                         path: src/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php
11514                 -
11515                         message: """
11516                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11517                                 Use dependency injection instead\\.$#
11518                         """
11519                         count: 1
11520                         path: src/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php
11522                 -
11523                         message: "#^Cannot cast mixed to int\\.$#"
11524                         count: 2
11525                         path: src/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php
11527                 -
11528                         message: """
11529                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11530                                 Use dependency injection instead\\.$#
11531                         """
11532                         count: 1
11533                         path: src/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php
11535                 -
11536                         message: "#^Cannot cast mixed to int\\.$#"
11537                         count: 2
11538                         path: src/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php
11540                 -
11541                         message: """
11542                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11543                                 Use dependency injection instead\\.$#
11544                         """
11545                         count: 1
11546                         path: src/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php
11548                 -
11549                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
11550                         count: 2
11551                         path: src/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php
11553                 -
11554                         message: """
11555                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11556                                 Use dependency injection instead\\.$#
11557                         """
11558                         count: 1
11559                         path: src/Plugins/Transformations/Input/Text_Plain_JsonEditor.php
11561                 -
11562                         message: """
11563                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11564                                 Use dependency injection instead\\.$#
11565                         """
11566                         count: 1
11567                         path: src/Plugins/Transformations/Input/Text_Plain_SqlEditor.php
11569                 -
11570                         message: """
11571                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11572                                 Use dependency injection instead\\.$#
11573                         """
11574                         count: 1
11575                         path: src/Plugins/Transformations/Input/Text_Plain_XmlEditor.php
11577                 -
11578                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Transformations\\\\Output\\\\Text_Plain_Binarytoip\\:\\:applyTransformation\\(\\) should return string but returns string\\|false\\.$#"
11579                         count: 1
11580                         path: src/Plugins/Transformations/Output/Text_Plain_Binarytoip.php
11582                 -
11583                         message: """
11584                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11585                                 Use dependency injection instead\\.$#
11586                         """
11587                         count: 1
11588                         path: src/Plugins/Transformations/Output/Text_Plain_Json.php
11590                 -
11591                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11592                         count: 1
11593                         path: src/Plugins/Transformations/Output/Text_Plain_Json.php
11595                 -
11596                         message: """
11597                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11598                                 Use dependency injection instead\\.$#
11599                         """
11600                         count: 1
11601                         path: src/Plugins/Transformations/Output/Text_Plain_Sql.php
11603                 -
11604                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11605                         count: 1
11606                         path: src/Plugins/Transformations/Output/Text_Plain_Sql.php
11608                 -
11609                         message: """
11610                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11611                                 Use dependency injection instead\\.$#
11612                         """
11613                         count: 1
11614                         path: src/Plugins/Transformations/Output/Text_Plain_Xml.php
11616                 -
11617                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11618                         count: 1
11619                         path: src/Plugins/Transformations/Output/Text_Plain_Xml.php
11621                 -
11622                         message: "#^Parameter \\#1 \\$secret of method PragmaRX\\\\Google2FA\\\\Google2FA\\:\\:verifyKey\\(\\) expects string, mixed given\\.$#"
11623                         count: 1
11624                         path: src/Plugins/TwoFactor/Application.php
11626                 -
11627                         message: "#^Parameter \\#2 \\$key of method PragmaRX\\\\Google2FA\\\\Google2FA\\:\\:verifyKey\\(\\) expects string, mixed given\\.$#"
11628                         count: 1
11629                         path: src/Plugins/TwoFactor/Application.php
11631                 -
11632                         message: "#^Parameter \\#3 \\$secret of method PragmaRX\\\\Google2FAQRCode\\\\Google2FA\\:\\:getQRCodeInline\\(\\) expects string, mixed given\\.$#"
11633                         count: 1
11634                         path: src/Plugins/TwoFactor/Application.php
11636                 -
11637                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
11638                         count: 1
11639                         path: src/Plugins/TwoFactor/Key.php
11641                 -
11642                         message: """
11643                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11644                                 Use dependency injection instead\\.$#
11645                         """
11646                         count: 2
11647                         path: src/Plugins/TwoFactor/Key.php
11649                 -
11650                         message: "#^Cannot access an offset on mixed\\.$#"
11651                         count: 1
11652                         path: src/Plugins/TwoFactor/Key.php
11654                 -
11655                         message: "#^Cannot access offset 'certificate' on mixed\\.$#"
11656                         count: 1
11657                         path: src/Plugins/TwoFactor/Key.php
11659                 -
11660                         message: "#^Cannot access offset 'counter' on mixed\\.$#"
11661                         count: 2
11662                         path: src/Plugins/TwoFactor/Key.php
11664                 -
11665                         message: "#^Cannot access offset 'keyHandle' on mixed\\.$#"
11666                         count: 1
11667                         path: src/Plugins/TwoFactor/Key.php
11669                 -
11670                         message: "#^Cannot access offset 'publicKey' on mixed\\.$#"
11671                         count: 1
11672                         path: src/Plugins/TwoFactor/Key.php
11674                 -
11675                         message: "#^Cannot access offset mixed on mixed\\.$#"
11676                         count: 1
11677                         path: src/Plugins/TwoFactor/Key.php
11679                 -
11680                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
11681                         count: 2
11682                         path: src/Plugins/TwoFactor/Key.php
11684                 -
11685                         message: "#^Parameter \\#1 \\$registrations of static method CodeLts\\\\U2F\\\\U2FServer\\\\U2FServer\\:\\:makeAuthentication\\(\\) expects array\\<CodeLts\\\\U2F\\\\U2FServer\\\\stdClass\\>, array\\<stdClass\\> given\\.$#"
11686                         count: 1
11687                         path: src/Plugins/TwoFactor/Key.php
11689                 -
11690                         message: "#^Parameter \\#1 \\$request of static method CodeLts\\\\U2F\\\\U2FServer\\\\U2FServer\\:\\:register\\(\\) expects CodeLts\\\\U2F\\\\U2FServer\\\\RegistrationRequest, mixed given\\.$#"
11691                         count: 1
11692                         path: src/Plugins/TwoFactor/Key.php
11694                 -
11695                         message: "#^Parameter \\#1 \\$requests of static method CodeLts\\\\U2F\\\\U2FServer\\\\U2FServer\\:\\:authenticate\\(\\) expects array\\<CodeLts\\\\U2F\\\\U2FServer\\\\SignRequest\\>, mixed given\\.$#"
11696                         count: 1
11697                         path: src/Plugins/TwoFactor/Key.php
11699                 -
11700                         message: "#^Parameter \\#2 \\$registrations of static method CodeLts\\\\U2F\\\\U2FServer\\\\U2FServer\\:\\:authenticate\\(\\) expects array\\<CodeLts\\\\U2F\\\\U2FServer\\\\stdClass\\>, array\\<stdClass\\> given\\.$#"
11701                         count: 1
11702                         path: src/Plugins/TwoFactor/Key.php
11704                 -
11705                         message: "#^Parameter \\#2 \\$registrations of static method CodeLts\\\\U2F\\\\U2FServer\\\\U2FServer\\:\\:makeRegistration\\(\\) expects array\\<CodeLts\\\\U2F\\\\U2FServer\\\\stdClass\\>, array\\<stdClass\\> given\\.$#"
11706                         count: 1
11707                         path: src/Plugins/TwoFactor/Key.php
11709                 -
11710                         message: """
11711                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11712                                 Use dependency injection instead\\.$#
11713                         """
11714                         count: 1
11715                         path: src/Plugins/TwoFactorPlugin.php
11717                 -
11718                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11719                         count: 1
11720                         path: src/Plugins/TwoFactorPlugin.php
11722                 -
11723                         message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#"
11724                         count: 1
11725                         path: src/Plugins/TwoFactorPlugin.php
11727                 -
11728                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\UploadInterface\\:\\:getUploadStatus\\(\\) return type has no value type specified in iterable type array\\.$#"
11729                         count: 1
11730                         path: src/Plugins/UploadInterface.php
11732                 -
11733                         message: "#^Only booleans are allowed in an if condition, string\\|false\\|null given\\.$#"
11734                         count: 1
11735                         path: src/Profiling.php
11737                 -
11738                         message: "#^Cannot access offset 'CHARACTER_MAXIMUM…' on mixed\\.$#"
11739                         count: 1
11740                         path: src/Query/Compatibility.php
11742                 -
11743                         message: "#^Cannot access offset 'CHARACTER_OCTET…' on mixed\\.$#"
11744                         count: 1
11745                         path: src/Query/Compatibility.php
11747                 -
11748                         message: "#^Cannot access offset 'CHARACTER_SET_NAME' on mixed\\.$#"
11749                         count: 1
11750                         path: src/Query/Compatibility.php
11752                 -
11753                         message: "#^Cannot access offset 'COLLATION_NAME' on mixed\\.$#"
11754                         count: 2
11755                         path: src/Query/Compatibility.php
11757                 -
11758                         message: "#^Cannot access offset 'COLUMN_COMMENT' on mixed\\.$#"
11759                         count: 1
11760                         path: src/Query/Compatibility.php
11762                 -
11763                         message: "#^Cannot access offset 'COLUMN_DEFAULT' on mixed\\.$#"
11764                         count: 1
11765                         path: src/Query/Compatibility.php
11767                 -
11768                         message: "#^Cannot access offset 'COLUMN_KEY' on mixed\\.$#"
11769                         count: 1
11770                         path: src/Query/Compatibility.php
11772                 -
11773                         message: "#^Cannot access offset 'COLUMN_NAME' on mixed\\.$#"
11774                         count: 1
11775                         path: src/Query/Compatibility.php
11777                 -
11778                         message: "#^Cannot access offset 'COLUMN_TYPE' on mixed\\.$#"
11779                         count: 2
11780                         path: src/Query/Compatibility.php
11782                 -
11783                         message: "#^Cannot access offset 'Collation' on mixed\\.$#"
11784                         count: 1
11785                         path: src/Query/Compatibility.php
11787                 -
11788                         message: "#^Cannot access offset 'Comment' on mixed\\.$#"
11789                         count: 1
11790                         path: src/Query/Compatibility.php
11792                 -
11793                         message: "#^Cannot access offset 'DATA_TYPE' on mixed\\.$#"
11794                         count: 1
11795                         path: src/Query/Compatibility.php
11797                 -
11798                         message: "#^Cannot access offset 'Default' on mixed\\.$#"
11799                         count: 1
11800                         path: src/Query/Compatibility.php
11802                 -
11803                         message: "#^Cannot access offset 'EXTRA' on mixed\\.$#"
11804                         count: 1
11805                         path: src/Query/Compatibility.php
11807                 -
11808                         message: "#^Cannot access offset 'Extra' on mixed\\.$#"
11809                         count: 1
11810                         path: src/Query/Compatibility.php
11812                 -
11813                         message: "#^Cannot access offset 'Field' on mixed\\.$#"
11814                         count: 1
11815                         path: src/Query/Compatibility.php
11817                 -
11818                         message: "#^Cannot access offset 'IS_NULLABLE' on mixed\\.$#"
11819                         count: 1
11820                         path: src/Query/Compatibility.php
11822                 -
11823                         message: "#^Cannot access offset 'Key' on mixed\\.$#"
11824                         count: 1
11825                         path: src/Query/Compatibility.php
11827                 -
11828                         message: "#^Cannot access offset 'NUMERIC_PRECISION' on mixed\\.$#"
11829                         count: 1
11830                         path: src/Query/Compatibility.php
11832                 -
11833                         message: "#^Cannot access offset 'NUMERIC_SCALE' on mixed\\.$#"
11834                         count: 1
11835                         path: src/Query/Compatibility.php
11837                 -
11838                         message: "#^Cannot access offset 'Null' on mixed\\.$#"
11839                         count: 1
11840                         path: src/Query/Compatibility.php
11842                 -
11843                         message: "#^Cannot access offset 'ORDINAL_POSITION' on mixed\\.$#"
11844                         count: 1
11845                         path: src/Query/Compatibility.php
11847                 -
11848                         message: "#^Cannot access offset 'PRIVILEGES' on mixed\\.$#"
11849                         count: 1
11850                         path: src/Query/Compatibility.php
11852                 -
11853                         message: "#^Cannot access offset 'Privileges' on mixed\\.$#"
11854                         count: 1
11855                         path: src/Query/Compatibility.php
11857                 -
11858                         message: "#^Cannot access offset 'TABLE_CATALOG' on mixed\\.$#"
11859                         count: 1
11860                         path: src/Query/Compatibility.php
11862                 -
11863                         message: "#^Cannot access offset 'TABLE_NAME' on mixed\\.$#"
11864                         count: 1
11865                         path: src/Query/Compatibility.php
11867                 -
11868                         message: "#^Cannot access offset 'TABLE_SCHEMA' on mixed\\.$#"
11869                         count: 1
11870                         path: src/Query/Compatibility.php
11872                 -
11873                         message: "#^Cannot access offset 'Type' on mixed\\.$#"
11874                         count: 1
11875                         path: src/Query/Compatibility.php
11877                 -
11878                         message: "#^Parameter \\#1 \\$string of function strtoupper expects string, \\(int\\|string\\) given\\.$#"
11879                         count: 1
11880                         path: src/Query/Compatibility.php
11882                 -
11883                         message: """
11884                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11885                                 Use dependency injection instead\\.$#
11886                         """
11887                         count: 1
11888                         path: src/Query/Utilities.php
11890                 -
11891                         message: "#^Cannot access an offset on mixed\\.$#"
11892                         count: 1
11893                         path: src/Query/Utilities.php
11895                 -
11896                         message: "#^Cannot access offset 'queries' on mixed\\.$#"
11897                         count: 1
11898                         path: src/Query/Utilities.php
11900                 -
11901                         message: "#^Cannot cast mixed to string\\.$#"
11902                         count: 4
11903                         path: src/Query/Utilities.php
11905                 -
11906                         message: "#^Cannot access offset 'File' on mixed\\.$#"
11907                         count: 1
11908                         path: src/Replication/Replication.php
11910                 -
11911                         message: "#^Cannot access offset 'Position' on mixed\\.$#"
11912                         count: 1
11913                         path: src/Replication/Replication.php
11915                 -
11916                         message: "#^Method PhpMyAdmin\\\\Replication\\\\Replication\\:\\:replicaBinLogPrimary\\(\\) should return array\\{File\\?\\: string, Position\\?\\: string\\} but returns array\\{\\}\\|array\\{File\\: mixed, Position\\: mixed\\}\\.$#"
11917                         count: 1
11918                         path: src/Replication/Replication.php
11920                 -
11921                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
11922                         count: 2
11923                         path: src/Replication/Replication.php
11925                 -
11926                         message: """
11927                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
11928                                 Use dependency injection instead\\.$#
11929                         """
11930                         count: 1
11931                         path: src/Replication/ReplicationGui.php
11933                 -
11934                         message: """
11935                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
11936                                 Use dependency injection instead\\.$#
11937                         """
11938                         count: 8
11939                         path: src/Replication/ReplicationGui.php
11941                 -
11942                         message: "#^Cannot access offset 'Replica_IO_Running' on mixed\\.$#"
11943                         count: 1
11944                         path: src/Replication/ReplicationGui.php
11946                 -
11947                         message: "#^Cannot access offset 'Replica_SQL_Running' on mixed\\.$#"
11948                         count: 2
11949                         path: src/Replication/ReplicationGui.php
11951                 -
11952                         message: "#^Cannot access offset 'Slave_IO_Running' on mixed\\.$#"
11953                         count: 1
11954                         path: src/Replication/ReplicationGui.php
11956                 -
11957                         message: "#^Cannot access offset 'Slave_SQL_Running' on mixed\\.$#"
11958                         count: 1
11959                         path: src/Replication/ReplicationGui.php
11961                 -
11962                         message: "#^Cannot access offset 'm_correct' on mixed\\.$#"
11963                         count: 1
11964                         path: src/Replication/ReplicationGui.php
11966                 -
11967                         message: "#^Cannot access offset 'm_hostname' on mixed\\.$#"
11968                         count: 1
11969                         path: src/Replication/ReplicationGui.php
11971                 -
11972                         message: "#^Cannot access offset 'm_password' on mixed\\.$#"
11973                         count: 1
11974                         path: src/Replication/ReplicationGui.php
11976                 -
11977                         message: "#^Cannot access offset 'm_port' on mixed\\.$#"
11978                         count: 1
11979                         path: src/Replication/ReplicationGui.php
11981                 -
11982                         message: "#^Cannot access offset 'm_username' on mixed\\.$#"
11983                         count: 1
11984                         path: src/Replication/ReplicationGui.php
11986                 -
11987                         message: "#^Cannot access offset 'primary_add_user' on mixed\\.$#"
11988                         count: 1
11989                         path: src/Replication/ReplicationGui.php
11991                 -
11992                         message: "#^Cannot access offset 'replica_clear_screen' on mixed\\.$#"
11993                         count: 2
11994                         path: src/Replication/ReplicationGui.php
11996                 -
11997                         message: "#^Cannot access offset 'replica_configure' on mixed\\.$#"
11998                         count: 1
11999                         path: src/Replication/ReplicationGui.php
12001                 -
12002                         message: "#^Cannot access offset 'sr_action_info' on mixed\\.$#"
12003                         count: 6
12004                         path: src/Replication/ReplicationGui.php
12006                 -
12007                         message: "#^Cannot access offset 'sr_action_status' on mixed\\.$#"
12008                         count: 7
12009                         path: src/Replication/ReplicationGui.php
12011                 -
12012                         message: "#^Cannot access offset 'sr_replica_action' on mixed\\.$#"
12013                         count: 7
12014                         path: src/Replication/ReplicationGui.php
12016                 -
12017                         message: "#^Cannot access offset 'sr_replica_control…' on mixed\\.$#"
12018                         count: 3
12019                         path: src/Replication/ReplicationGui.php
12021                 -
12022                         message: "#^Cannot access offset 'sr_replica_server…' on mixed\\.$#"
12023                         count: 1
12024                         path: src/Replication/ReplicationGui.php
12026                 -
12027                         message: "#^Cannot access offset 'sr_replica_skip…' on mixed\\.$#"
12028                         count: 1
12029                         path: src/Replication/ReplicationGui.php
12031                 -
12032                         message: "#^Cannot access offset 'sr_take_action' on mixed\\.$#"
12033                         count: 2
12034                         path: src/Replication/ReplicationGui.php
12036                 -
12037                         message: "#^Cannot access offset string on mixed\\.$#"
12038                         count: 1
12039                         path: src/Replication/ReplicationGui.php
12041                 -
12042                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
12043                         count: 1
12044                         path: src/Replication/ReplicationGui.php
12046                 -
12047                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
12048                         count: 1
12049                         path: src/Replication/ReplicationGui.php
12051                 -
12052                         message: "#^Parameter \\#1 \\$action of method PhpMyAdmin\\\\Replication\\\\Replication\\:\\:replicaControl\\(\\) expects string, string\\|null given\\.$#"
12053                         count: 1
12054                         path: src/Replication/ReplicationGui.php
12056                 -
12057                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
12058                         count: 6
12059                         path: src/Replication/ReplicationGui.php
12061                 -
12062                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, mixed given\\.$#"
12063                         count: 1
12064                         path: src/Replication/ReplicationGui.php
12066                 -
12067                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Message\\:\\:error\\(\\) expects string, mixed given\\.$#"
12068                         count: 1
12069                         path: src/Replication/ReplicationGui.php
12071                 -
12072                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Message\\:\\:success\\(\\) expects string, mixed given\\.$#"
12073                         count: 1
12074                         path: src/Replication/ReplicationGui.php
12076                 -
12077                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#"
12078                         count: 1
12079                         path: src/Replication/ReplicationGui.php
12081                 -
12082                         message: "#^Cannot access offset 'primary_connection' on mixed\\.$#"
12083                         count: 1
12084                         path: src/Replication/ReplicationInfo.php
12086                 -
12087                         message: "#^Cannot access offset string on mixed\\.$#"
12088                         count: 1
12089                         path: src/Replication/ReplicationInfo.php
12091                 -
12092                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12093                         count: 1
12094                         path: src/Replication/ReplicationInfo.php
12096                 -
12097                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
12098                         count: 1
12099                         path: src/Replication/ReplicationInfo.php
12101                 -
12102                         message: """
12103                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
12104                                 Use dependency injection instead\\.$#
12105                         """
12106                         count: 1
12107                         path: src/ResponseRenderer.php
12109                 -
12110                         message: """
12111                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
12112                                 Use dependency injection instead\\.$#
12113                         """
12114                         count: 1
12115                         path: src/ResponseRenderer.php
12117                 -
12118                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12119                         count: 4
12120                         path: src/ResponseRenderer.php
12122                 -
12123                         message: "#^Foreach overwrites \\$value with its value variable\\.$#"
12124                         count: 1
12125                         path: src/ResponseRenderer.php
12127                 -
12128                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
12129                         count: 1
12130                         path: src/ResponseRenderer.php
12132                 -
12133                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
12134                         count: 1
12135                         path: src/ResponseRenderer.php
12137                 -
12138                         message: """
12139                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
12140                                 Use dependency injection instead\\.$#
12141                         """
12142                         count: 1
12143                         path: src/Routing/Routing.php
12145                 -
12146                         message: "#^Parameter \\#1 \\$filename of function is_readable expects string, mixed given\\.$#"
12147                         count: 1
12148                         path: src/Routing/Routing.php
12150                 -
12151                         message: "#^Parameter \\#1 \\$filename of function is_writable expects string, mixed given\\.$#"
12152                         count: 1
12153                         path: src/Routing/Routing.php
12155                 -
12156                         message: """
12157                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
12158                                 Use dependency injection instead\\.$#
12159                         """
12160                         count: 1
12161                         path: src/Sanitize.php
12163                 -
12164                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
12165                         count: 1
12166                         path: src/Sanitize.php
12168                 -
12169                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12170                         count: 2
12171                         path: src/Sanitize.php
12173                 -
12174                         message: "#^Method PhpMyAdmin\\\\Sanitize\\:\\:isSetup\\(\\) should return bool but returns mixed\\.$#"
12175                         count: 1
12176                         path: src/Sanitize.php
12178                 -
12179                         message: "#^Method PhpMyAdmin\\\\Sanitize\\:\\:sanitizeFilename\\(\\) should return string but returns string\\|null\\.$#"
12180                         count: 1
12181                         path: src/Sanitize.php
12183                 -
12184                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string, mixed given\\.$#"
12185                         count: 1
12186                         path: src/Server/Plugin.php
12188                 -
12189                         message: "#^Parameter \\#10 \\$license of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string, mixed given\\.$#"
12190                         count: 1
12191                         path: src/Server/Plugin.php
12193                 -
12194                         message: "#^Parameter \\#11 \\$loadOption of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
12195                         count: 1
12196                         path: src/Server/Plugin.php
12198                 -
12199                         message: "#^Parameter \\#12 \\$maturity of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
12200                         count: 1
12201                         path: src/Server/Plugin.php
12203                 -
12204                         message: "#^Parameter \\#13 \\$authVersion of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
12205                         count: 1
12206                         path: src/Server/Plugin.php
12208                 -
12209                         message: "#^Parameter \\#2 \\$version of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
12210                         count: 1
12211                         path: src/Server/Plugin.php
12213                 -
12214                         message: "#^Parameter \\#3 \\$status of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string, mixed given\\.$#"
12215                         count: 1
12216                         path: src/Server/Plugin.php
12218                 -
12219                         message: "#^Parameter \\#4 \\$type of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string, mixed given\\.$#"
12220                         count: 1
12221                         path: src/Server/Plugin.php
12223                 -
12224                         message: "#^Parameter \\#5 \\$typeVersion of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
12225                         count: 1
12226                         path: src/Server/Plugin.php
12228                 -
12229                         message: "#^Parameter \\#6 \\$library of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
12230                         count: 1
12231                         path: src/Server/Plugin.php
12233                 -
12234                         message: "#^Parameter \\#7 \\$libraryVersion of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
12235                         count: 1
12236                         path: src/Server/Plugin.php
12238                 -
12239                         message: "#^Parameter \\#8 \\$author of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
12240                         count: 1
12241                         path: src/Server/Plugin.php
12243                 -
12244                         message: "#^Parameter \\#9 \\$description of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
12245                         count: 1
12246                         path: src/Server/Plugin.php
12248                 -
12249                         message: """
12250                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
12251                                 Use dependency injection instead\\.$#
12252                         """
12253                         count: 1
12254                         path: src/Server/Plugins.php
12256                 -
12257                         message: "#^Parameter \\#1 \\$description of method PhpMyAdmin\\\\Server\\\\Plugins\\:\\:getTranslatedDescription\\(\\) expects string, string\\|null given\\.$#"
12258                         count: 1
12259                         path: src/Server/Plugins.php
12261                 -
12262                         message: """
12263                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
12264                                 Use dependency injection instead\\.$#
12265                         """
12266                         count: 1
12267                         path: src/Server/Privileges.php
12269                 -
12270                         message: "#^Cannot access offset 'CHARACTER_MAXIMUM…' on mixed\\.$#"
12271                         count: 2
12272                         path: src/Server/Privileges.php
12274                 -
12275                         message: "#^Cannot access offset 'COLUMN_NAME' on mixed\\.$#"
12276                         count: 1
12277                         path: src/Server/Privileges.php
12279                 -
12280                         message: "#^Cannot access offset 'Column_priv' on mixed\\.$#"
12281                         count: 2
12282                         path: src/Server/Privileges.php
12284                 -
12285                         message: "#^Cannot access offset 'Db' on mixed\\.$#"
12286                         count: 2
12287                         path: src/Server/Privileges.php
12289                 -
12290                         message: "#^Cannot access offset 'Grant_priv' on mixed\\.$#"
12291                         count: 2
12292                         path: src/Server/Privileges.php
12294                 -
12295                         message: "#^Cannot access offset 'Host' on mixed\\.$#"
12296                         count: 2
12297                         path: src/Server/Privileges.php
12299                 -
12300                         message: "#^Cannot access offset 'Proc_priv' on mixed\\.$#"
12301                         count: 2
12302                         path: src/Server/Privileges.php
12304                 -
12305                         message: "#^Cannot access offset 'Routine_name' on mixed\\.$#"
12306                         count: 2
12307                         path: src/Server/Privileges.php
12309                 -
12310                         message: "#^Cannot access offset 'Select_priv' on mixed\\.$#"
12311                         count: 1
12312                         path: src/Server/Privileges.php
12314                 -
12315                         message: "#^Cannot access offset 'Table_name' on mixed\\.$#"
12316                         count: 2
12317                         path: src/Server/Privileges.php
12319                 -
12320                         message: "#^Cannot access offset 'Table_priv' on mixed\\.$#"
12321                         count: 2
12322                         path: src/Server/Privileges.php
12324                 -
12325                         message: "#^Cannot access offset 'User' on mixed\\.$#"
12326                         count: 3
12327                         path: src/Server/Privileges.php
12329                 -
12330                         message: "#^Cannot access offset 'can_delete' on mixed\\.$#"
12331                         count: 1
12332                         path: src/Server/Privileges.php
12334                 -
12335                         message: "#^Cannot access offset 'privs' on mixed\\.$#"
12336                         count: 1
12337                         path: src/Server/Privileges.php
12339                 -
12340                         message: "#^Cannot access offset 0 on mixed\\.$#"
12341                         count: 2
12342                         path: src/Server/Privileges.php
12344                 -
12345                         message: "#^Cannot access offset array\\<string\\>\\|string\\|null on mixed\\.$#"
12346                         count: 1
12347                         path: src/Server/Privileges.php
12349                 -
12350                         message: "#^Cannot access offset string on mixed\\.$#"
12351                         count: 1
12352                         path: src/Server/Privileges.php
12354                 -
12355                         message: "#^Cannot cast mixed to int\\.$#"
12356                         count: 4
12357                         path: src/Server/Privileges.php
12359                 -
12360                         message: "#^Cannot cast mixed to string\\.$#"
12361                         count: 6
12362                         path: src/Server/Privileges.php
12364                 -
12365                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12366                         count: 14
12367                         path: src/Server/Privileges.php
12369                 -
12370                         message: "#^Foreach overwrites \\$sqlQuery with its value variable\\.$#"
12371                         count: 1
12372                         path: src/Server/Privileges.php
12374                 -
12375                         message: "#^Method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDataForDBInfo\\(\\) return type has no value type specified in iterable type array\\.$#"
12376                         count: 1
12377                         path: src/Server/Privileges.php
12379                 -
12380                         message: "#^Offset '@@old_passwords' does not exist on array\\<string\\|null\\>\\|null\\.$#"
12381                         count: 1
12382                         path: src/Server/Privileges.php
12384                 -
12385                         message: "#^Offset 'Type' does not exist on array\\<string\\|null\\>\\|null\\.$#"
12386                         count: 4
12387                         path: src/Server/Privileges.php
12389                 -
12390                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
12391                         count: 13
12392                         path: src/Server/Privileges.php
12394                 -
12395                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
12396                         count: 5
12397                         path: src/Server/Privileges.php
12399                 -
12400                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
12401                         count: 4
12402                         path: src/Server/Privileges.php
12404                 -
12405                         message: "#^Only numeric types are allowed in \\-, int\\<0, max\\>\\|false given on the left side\\.$#"
12406                         count: 1
12407                         path: src/Server/Privileges.php
12409                 -
12410                         message: "#^Only numeric types are allowed in \\-, int\\<0, max\\>\\|false given on the right side\\.$#"
12411                         count: 1
12412                         path: src/Server/Privileges.php
12414                 -
12415                         message: "#^Parameter \\#1 \\$array of function ksort expects array, mixed given\\.$#"
12416                         count: 1
12417                         path: src/Server/Privileges.php
12419                 -
12420                         message: "#^Parameter \\#1 \\$authPlugin of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:setProperPasswordHashing\\(\\) expects string, mixed given\\.$#"
12421                         count: 3
12422                         path: src/Server/Privileges.php
12424                 -
12425                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(string\\|Stringable\\|null\\)\\: string given\\.$#"
12426                         count: 1
12427                         path: src/Server/Privileges.php
12429                 -
12430                         message: "#^Parameter \\#1 \\$haystack of function mb_strpos expects string, string\\|null given\\.$#"
12431                         count: 3
12432                         path: src/Server/Privileges.php
12434                 -
12435                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
12436                         count: 2
12437                         path: src/Server/Privileges.php
12439                 -
12440                         message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, string\\|null given\\.$#"
12441                         count: 3
12442                         path: src/Server/Privileges.php
12444                 -
12445                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:escapeGrantWildcards\\(\\) expects string, array\\<int, string\\>\\|string\\|true\\|null given\\.$#"
12446                         count: 1
12447                         path: src/Server/Privileges.php
12449                 -
12450                         message: "#^Parameter \\#1 \\$password of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHashedPassword\\(\\) expects string, mixed given\\.$#"
12451                         count: 3
12452                         path: src/Server/Privileges.php
12454                 -
12455                         message: "#^Parameter \\#1 \\$privs of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:parseProcPriv\\(\\) expects string, mixed given\\.$#"
12456                         count: 1
12457                         path: src/Server/Privileges.php
12459                 -
12460                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:query\\(\\) expects string, mixed given\\.$#"
12461                         count: 1
12462                         path: src/Server/Privileges.php
12464                 -
12465                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, mixed given\\.$#"
12466                         count: 1
12467                         path: src/Server/Privileges.php
12469                 -
12470                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:extractPrivInfo\\(\\) expects array\\|null, mixed given\\.$#"
12471                         count: 2
12472                         path: src/Server/Privileges.php
12474                 -
12475                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
12476                         count: 5
12477                         path: src/Server/Privileges.php
12479                 -
12480                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|null given\\.$#"
12481                         count: 2
12482                         path: src/Server/Privileges.php
12484                 -
12485                         message: "#^Parameter \\#1 \\$string of function mb_strtolower expects string, mixed given\\.$#"
12486                         count: 1
12487                         path: src/Server/Privileges.php
12489                 -
12490                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, string\\|null given\\.$#"
12491                         count: 1
12492                         path: src/Server/Privileges.php
12494                 -
12495                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getUserHostCondition\\(\\) expects string, mixed given\\.$#"
12496                         count: 1
12497                         path: src/Server/Privileges.php
12499                 -
12500                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:setUserGroup\\(\\) expects string, mixed given\\.$#"
12501                         count: 2
12502                         path: src/Server/Privileges.php
12504                 -
12505                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getUserHostCondition\\(\\) expects string, mixed given\\.$#"
12506                         count: 1
12507                         path: src/Server/Privileges.php
12509                 -
12510                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
12511                         count: 6
12512                         path: src/Server/Privileges.php
12514                 -
12515                         message: "#^Parameter \\#2 \\$string of function explode expects string, string\\|null given\\.$#"
12516                         count: 3
12517                         path: src/Server/Privileges.php
12519                 -
12520                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
12521                         count: 1
12522                         path: src/Server/Privileges.php
12524                 -
12525                         message: "#^Parameter \\#2 \\$userGroup of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:setUserGroup\\(\\) expects string, mixed given\\.$#"
12526                         count: 2
12527                         path: src/Server/Privileges.php
12529                 -
12530                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#"
12531                         count: 2
12532                         path: src/Server/Privileges.php
12534                 -
12535                         message: "#^Parameter \\#3 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getSqlQueryForDisplayPrivTable\\(\\) expects string, mixed given\\.$#"
12536                         count: 1
12537                         path: src/Server/Privileges.php
12539                 -
12540                         message: "#^Parameter \\#4 \\$dbname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getUserLink\\(\\) expects string, mixed given\\.$#"
12541                         count: 2
12542                         path: src/Server/Privileges.php
12544                 -
12545                         message: "#^Parameter \\#4 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getSqlQueryForDisplayPrivTable\\(\\) expects string, mixed given\\.$#"
12546                         count: 1
12547                         path: src/Server/Privileges.php
12549                 -
12550                         message: "#^Parameter \\#5 \\$tablename of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getUserLink\\(\\) expects string, mixed given\\.$#"
12551                         count: 2
12552                         path: src/Server/Privileges.php
12554                 -
12555                         message: "#^Parameter \\#6 \\$routinename of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getUserLink\\(\\) expects string, mixed given\\.$#"
12556                         count: 2
12557                         path: src/Server/Privileges.php
12559                 -
12560                         message: "#^Possibly invalid array key type array\\<int, string\\>\\|string\\|null\\.$#"
12561                         count: 1
12562                         path: src/Server/Privileges.php
12564                 -
12565                         message: "#^Possibly invalid array key type array\\<int, string\\>\\|string\\|true\\|null\\.$#"
12566                         count: 1
12567                         path: src/Server/Privileges.php
12569                 -
12570                         message: "#^Possibly invalid array key type array\\<string\\>\\|string\\|null\\.$#"
12571                         count: 1
12572                         path: src/Server/Privileges.php
12574                 -
12575                         message: """
12576                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
12577                                 Use dependency injection instead\\.$#
12578                         """
12579                         count: 1
12580                         path: src/Server/Select.php
12582                 -
12583                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12584                         count: 5
12585                         path: src/Server/Select.php
12587                 -
12588                         message: "#^Cannot access offset 'doc' on mixed\\.$#"
12589                         count: 4
12590                         path: src/Server/Status/Data.php
12592                 -
12593                         message: "#^Cannot access offset string on mixed\\.$#"
12594                         count: 4
12595                         path: src/Server/Status/Data.php
12597                 -
12598                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
12599                         count: 2
12600                         path: src/Server/Status/Data.php
12602                 -
12603                         message: "#^Parameter \\#1 \\$connection of method PhpMyAdmin\\\\Replication\\\\ReplicationInfo\\:\\:load\\(\\) expects string\\|null, mixed given\\.$#"
12604                         count: 1
12605                         path: src/Server/Status/Data.php
12607                 -
12608                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, \\(int\\|string\\) given\\.$#"
12609                         count: 1
12610                         path: src/Server/Status/Data.php
12612                 -
12613                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
12614                         count: 4
12615                         path: src/Server/Status/Monitor.php
12617                 -
12618                         message: "#^Binary operation \"\\+\\=\" between mixed and string\\|null results in an error\\.$#"
12619                         count: 2
12620                         path: src/Server/Status/Monitor.php
12622                 -
12623                         message: "#^Binary operation \"\\-\" between string\\|null and 1 results in an error\\.$#"
12624                         count: 1
12625                         path: src/Server/Status/Monitor.php
12627                 -
12628                         message: "#^Cannot access offset 'busy' on mixed\\.$#"
12629                         count: 1
12630                         path: src/Server/Status/Monitor.php
12632                 -
12633                         message: "#^Cannot access offset 'idle' on mixed\\.$#"
12634                         count: 1
12635                         path: src/Server/Status/Monitor.php
12637                 -
12638                         message: "#^Cannot access offset 'loadavg' on mixed\\.$#"
12639                         count: 1
12640                         path: src/Server/Status/Monitor.php
12642                 -
12643                         message: "#^Cannot access offset 'name' on mixed\\.$#"
12644                         count: 3
12645                         path: src/Server/Status/Monitor.php
12647                 -
12648                         message: "#^Cannot access offset 'type' on mixed\\.$#"
12649                         count: 2
12650                         path: src/Server/Status/Monitor.php
12652                 -
12653                         message: "#^Cannot access offset 'value' on mixed\\.$#"
12654                         count: 2
12655                         path: src/Server/Status/Monitor.php
12657                 -
12658                         message: "#^Cannot access offset int\\<\\-1, max\\> on float\\|int\\<2, max\\>\\|string\\|null\\.$#"
12659                         count: 1
12660                         path: src/Server/Status/Monitor.php
12662                 -
12663                         message: "#^Cannot access offset mixed on mixed\\.$#"
12664                         count: 10
12665                         path: src/Server/Status/Monitor.php
12667                 -
12668                         message: "#^Cannot access offset string on mixed\\.$#"
12669                         count: 1
12670                         path: src/Server/Status/Monitor.php
12672                 -
12673                         message: "#^Cannot call method loadavg\\(\\) on mixed\\.$#"
12674                         count: 1
12675                         path: src/Server/Status/Monitor.php
12677                 -
12678                         message: "#^Cannot call method memory\\(\\) on mixed\\.$#"
12679                         count: 1
12680                         path: src/Server/Status/Monitor.php
12682                 -
12683                         message: "#^Method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForLogDataTypeGeneral\\(\\) return type has no value type specified in iterable type array\\.$#"
12684                         count: 1
12685                         path: src/Server/Status/Monitor.php
12687                 -
12688                         message: "#^Method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForLogDataTypeSlow\\(\\) return type has no value type specified in iterable type array\\.$#"
12689                         count: 1
12690                         path: src/Server/Status/Monitor.php
12692                 -
12693                         message: "#^Offset 1 does not exist on array\\{0\\?\\: string, 1\\?\\: non\\-empty\\-string\\}\\.$#"
12694                         count: 1
12695                         path: src/Server/Status/Monitor.php
12697                 -
12698                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
12699                         count: 4
12700                         path: src/Server/Status/Monitor.php
12702                 -
12703                         message: "#^Parameter \\#1 \\$haystack of function mb_strpos expects string, string\\|null given\\.$#"
12704                         count: 1
12705                         path: src/Server/Status/Monitor.php
12707                 -
12708                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, string\\|null given\\.$#"
12709                         count: 1
12710                         path: src/Server/Status/Monitor.php
12712                 -
12713                         message: "#^Parameter \\#1 \\$ret of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataGet\\(\\) expects array, mixed given\\.$#"
12714                         count: 1
12715                         path: src/Server/Status/Monitor.php
12717                 -
12718                         message: "#^Parameter \\#1 \\$ret of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSet\\(\\) expects array, mixed given\\.$#"
12719                         count: 1
12720                         path: src/Server/Status/Monitor.php
12722                 -
12723                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, string\\|null given\\.$#"
12724                         count: 4
12725                         path: src/Server/Status/Monitor.php
12727                 -
12728                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, string\\|null given\\.$#"
12729                         count: 3
12730                         path: src/Server/Status/Monitor.php
12732                 -
12733                         message: "#^Parameter \\#1 \\$string of function strlen expects string, float\\|int\\<2, max\\>\\|string\\|null given\\.$#"
12734                         count: 1
12735                         path: src/Server/Status/Monitor.php
12737                 -
12738                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSwitch\\(\\) expects string, mixed given\\.$#"
12739                         count: 1
12740                         path: src/Server/Status/Monitor.php
12742                 -
12743                         message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, mixed given\\.$#"
12744                         count: 2
12745                         path: src/Server/Status/Monitor.php
12747                 -
12748                         message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
12749                         count: 2
12750                         path: src/Server/Status/Monitor.php
12752                 -
12753                         message: "#^Parameter \\#2 \\$pName of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSwitch\\(\\) expects string, mixed given\\.$#"
12754                         count: 1
12755                         path: src/Server/Status/Monitor.php
12757                 -
12758                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
12759                         count: 2
12760                         path: src/Server/Status/Monitor.php
12762                 -
12763                         message: "#^Parameter \\#3 \\$serverVars of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSwitch\\(\\) expects array, mixed given\\.$#"
12764                         count: 1
12765                         path: src/Server/Status/Monitor.php
12767                 -
12768                         message: "#^Parameter \\#4 \\$statusVars of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSwitch\\(\\) expects array, mixed given\\.$#"
12769                         count: 1
12770                         path: src/Server/Status/Monitor.php
12772                 -
12773                         message: "#^Parameter \\#5 \\$ret of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSwitch\\(\\) expects array, mixed given\\.$#"
12774                         count: 1
12775                         path: src/Server/Status/Monitor.php
12777                 -
12778                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12779                         count: 3
12780                         path: src/Server/Status/Processes.php
12782                 -
12783                         message: "#^Method PhpMyAdmin\\\\Server\\\\Status\\\\Processes\\:\\:getList\\(\\) return type has no value type specified in iterable type array\\.$#"
12784                         count: 1
12785                         path: src/Server/Status/Processes.php
12787                 -
12788                         message: "#^Only booleans are allowed in an if condition, string\\|false\\|null given\\.$#"
12789                         count: 1
12790                         path: src/Server/SysInfo/SunOs.php
12792                 -
12793                         message: "#^Class COM referenced with incorrect case\\: com\\.$#"
12794                         count: 1
12795                         path: src/Server/SysInfo/WindowsNt.php
12797                 -
12798                         message: "#^Cannot call method getMessage\\(\\) on mixed\\.$#"
12799                         count: 1
12800                         path: src/Session.php
12802                 -
12803                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12804                         count: 6
12805                         path: src/Session.php
12807                 -
12808                         message: "#^Parameter \\#1 \\$id of function session_id expects string\\|null, mixed given\\.$#"
12809                         count: 1
12810                         path: src/Session.php
12812                 -
12813                         message: "#^Parameter \\#1 \\$path of function session_save_path expects string\\|null, mixed given\\.$#"
12814                         count: 1
12815                         path: src/Session.php
12817                 -
12818                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
12819                         count: 1
12820                         path: src/Session.php
12822                 -
12823                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
12824                         count: 1
12825                         path: src/Setup/ConfigGenerator.php
12827                 -
12828                         message: "#^Cannot cast mixed to string\\.$#"
12829                         count: 1
12830                         path: src/Setup/ConfigGenerator.php
12832                 -
12833                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12834                         count: 1
12835                         path: src/Setup/ConfigGenerator.php
12837                 -
12838                         message: "#^Method PhpMyAdmin\\\\Setup\\\\ConfigGenerator\\:\\:getBlowfishSecretKey\\(\\) should return non\\-empty\\-string but returns string\\.$#"
12839                         count: 2
12840                         path: src/Setup/ConfigGenerator.php
12842                 -
12843                         message: "#^Parameter \\#1 \\$canonicalPath of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getDefault\\(\\) expects string, string\\|null given\\.$#"
12844                         count: 1
12845                         path: src/Setup/ConfigGenerator.php
12847                 -
12848                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, \\(int\\|string\\) given\\.$#"
12849                         count: 1
12850                         path: src/Setup/ConfigGenerator.php
12852                 -
12853                         message: "#^Parameter \\#1 \\$id of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServerName\\(\\) expects int, \\(int\\|string\\) given\\.$#"
12854                         count: 1
12855                         path: src/Setup/ConfigGenerator.php
12857                 -
12858                         message: "#^Parameter \\#1 \\$varName of static method PhpMyAdmin\\\\Setup\\\\ConfigGenerator\\:\\:getVarExport\\(\\) expects string, string\\|null given\\.$#"
12859                         count: 2
12860                         path: src/Setup/ConfigGenerator.php
12862                 -
12863                         message: "#^Parameter \\#3 \\$servers of static method PhpMyAdmin\\\\Setup\\\\ConfigGenerator\\:\\:getServerPart\\(\\) expects array, mixed given\\.$#"
12864                         count: 1
12865                         path: src/Setup/ConfigGenerator.php
12867                 -
12868                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, \\(int\\|string\\) given\\.$#"
12869                         count: 2
12870                         path: src/Setup/ConfigGenerator.php
12872                 -
12873                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
12874                         count: 5
12875                         path: src/Setup/Index.php
12877                 -
12878                         message: "#^Cannot access offset 'active' on mixed\\.$#"
12879                         count: 2
12880                         path: src/Setup/Index.php
12882                 -
12883                         message: "#^Cannot access offset 'fresh' on mixed\\.$#"
12884                         count: 2
12885                         path: src/Setup/Index.php
12887                 -
12888                         message: "#^Cannot access offset 'message' on mixed\\.$#"
12889                         count: 1
12890                         path: src/Setup/Index.php
12892                 -
12893                         message: "#^Cannot access offset 'title' on mixed\\.$#"
12894                         count: 1
12895                         path: src/Setup/Index.php
12897                 -
12898                         message: "#^Cannot access offset mixed on mixed\\.$#"
12899                         count: 1
12900                         path: src/Setup/Index.php
12902                 -
12903                         message: "#^Cannot access offset string on mixed\\.$#"
12904                         count: 4
12905                         path: src/Setup/Index.php
12907                 -
12908                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$where\\.$#"
12909                         count: 1
12910                         path: src/Sql.php
12912                 -
12913                         message: "#^Binary operation \"\\+\" between int\\<min, \\-1\\>\\|int\\<1, max\\> and int\\|string results in an error\\.$#"
12914                         count: 1
12915                         path: src/Sql.php
12917                 -
12918                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
12919                         count: 1
12920                         path: src/Sql.php
12922                 -
12923                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
12924                         count: 4
12925                         path: src/Sql.php
12927                 -
12928                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
12929                         count: 3
12930                         path: src/Sql.php
12932                 -
12933                         message: "#^Cannot access offset 'possible_as_geometry' on mixed\\.$#"
12934                         count: 1
12935                         path: src/Sql.php
12937                 -
12938                         message: "#^Cannot access offset 0 on mixed\\.$#"
12939                         count: 1
12940                         path: src/Sql.php
12942                 -
12943                         message: "#^Cannot access property \\$expr on mixed\\.$#"
12944                         count: 1
12945                         path: src/Sql.php
12947                 -
12948                         message: "#^Cannot access property \\$name on mixed\\.$#"
12949                         count: 1
12950                         path: src/Sql.php
12952                 -
12953                         message: "#^Cannot access property \\$table on mixed\\.$#"
12954                         count: 4
12955                         path: src/Sql.php
12957                 -
12958                         message: "#^Cannot call method has\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
12959                         count: 1
12960                         path: src/Sql.php
12962                 -
12963                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12964                         count: 12
12965                         path: src/Sql.php
12967                 -
12968                         message: "#^Method PhpMyAdmin\\\\Sql\\:\\:calculatePosForLastPage\\(\\) should return int but returns mixed\\.$#"
12969                         count: 1
12970                         path: src/Sql.php
12972                 -
12973                         message: "#^Method PhpMyAdmin\\\\Sql\\:\\:countQueryResults\\(\\) should return int\\|numeric\\-string but returns float\\|int\\|numeric\\-string\\.$#"
12974                         count: 1
12975                         path: src/Sql.php
12977                 -
12978                         message: "#^Method PhpMyAdmin\\\\Sql\\:\\:getFullValuesForSetColumn\\(\\) should return string but returns string\\|null\\.$#"
12979                         count: 1
12980                         path: src/Sql.php
12982                 -
12983                         message: "#^Method PhpMyAdmin\\\\Sql\\:\\:getStartPosToDisplayRow\\(\\) should return int but returns \\(float\\|int\\)\\.$#"
12984                         count: 1
12985                         path: src/Sql.php
12987                 -
12988                         message: "#^Only booleans are allowed in &&, array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\CaseExpression\\|PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\> given on the left side\\.$#"
12989                         count: 1
12990                         path: src/Sql.php
12992                 -
12993                         message: "#^Only booleans are allowed in &&, string given on the left side\\.$#"
12994                         count: 1
12995                         path: src/Sql.php
12997                 -
12998                         message: "#^Only booleans are allowed in &&, string given on the right side\\.$#"
12999                         count: 2
13000                         path: src/Sql.php
13002                 -
13003                         message: "#^Only booleans are allowed in &&, string\\|null given on the left side\\.$#"
13004                         count: 1
13005                         path: src/Sql.php
13007                 -
13008                         message: "#^Only booleans are allowed in &&, string\\|null given on the right side\\.$#"
13009                         count: 2
13010                         path: src/Sql.php
13012                 -
13013                         message: "#^Only booleans are allowed in a negated boolean, bool\\|string given\\.$#"
13014                         count: 1
13015                         path: src/Sql.php
13017                 -
13018                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
13019                         count: 1
13020                         path: src/Sql.php
13022                 -
13023                         message: "#^Parameter \\#1 \\$rows of static method PhpMyAdmin\\\\Message\\:\\:getMessageForAffectedRows\\(\\) expects int, int\\|string given\\.$#"
13024                         count: 2
13025                         path: src/Sql.php
13027                 -
13028                         message: "#^Parameter \\#1 \\$rows of static method PhpMyAdmin\\\\Message\\:\\:getMessageForDeletedRows\\(\\) expects int, int\\|string given\\.$#"
13029                         count: 1
13030                         path: src/Sql.php
13032                 -
13033                         message: "#^Parameter \\#1 \\$rows of static method PhpMyAdmin\\\\Message\\:\\:getMessageForInsertedRows\\(\\) expects int, int\\|string given\\.$#"
13034                         count: 1
13035                         path: src/Sql.php
13037                 -
13038                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, string\\|null given\\.$#"
13039                         count: 1
13040                         path: src/Sql.php
13042                 -
13043                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
13044                         count: 1
13045                         path: src/Sql.php
13047                 -
13048                         message: "#^Parameter \\#10 \\$sqlQuery of method PhpMyAdmin\\\\Sql\\:\\:getQueryResponseForNoResultsReturned\\(\\) expects string, mixed given\\.$#"
13049                         count: 1
13050                         path: src/Sql.php
13052                 -
13053                         message: "#^Parameter \\#12 \\$sqlQuery of method PhpMyAdmin\\\\Sql\\:\\:getQueryResponseForResultsReturned\\(\\) expects string, mixed given\\.$#"
13054                         count: 1
13055                         path: src/Sql.php
13057                 -
13058                         message: "#^Parameter \\#2 \\$foreignField of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:foreignDropdown\\(\\) expects string, mixed given\\.$#"
13059                         count: 1
13060                         path: src/Sql.php
13062                 -
13063                         message: "#^Parameter \\#2 \\$fullSqlQuery of method PhpMyAdmin\\\\Sql\\:\\:executeTheQuery\\(\\) expects string, mixed given\\.$#"
13064                         count: 1
13065                         path: src/Sql.php
13067                 -
13068                         message: "#^Parameter \\#2 \\$list of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:getClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\TokensList, PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null given\\.$#"
13069                         count: 1
13070                         path: src/Sql.php
13072                 -
13073                         message: "#^Parameter \\#2 \\$list of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:replaceClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\TokensList, PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null given\\.$#"
13074                         count: 2
13075                         path: src/Sql.php
13077                 -
13078                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
13079                         count: 2
13080                         path: src/Sql.php
13082                 -
13083                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:handleSortOrder\\(\\) expects string, string\\|null given\\.$#"
13084                         count: 1
13085                         path: src/Sql.php
13087                 -
13088                         message: "#^Parameter \\#3 \\$column of method PhpMyAdmin\\\\Sql\\:\\:cleanupRelations\\(\\) expects string\\|null, mixed given\\.$#"
13089                         count: 1
13090                         path: src/Sql.php
13092                 -
13093                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#"
13094                         count: 1
13095                         path: src/Sql.php
13097                 -
13098                         message: "#^Parameter \\#5 \\$bookmarkLabel of method PhpMyAdmin\\\\Sql\\:\\:storeTheQueryAsBookmark\\(\\) expects string, mixed given\\.$#"
13099                         count: 1
13100                         path: src/Sql.php
13102                 -
13103                         message: "#^Parameter \\#7 \\$sqlQuery of class PhpMyAdmin\\\\Display\\\\Results constructor expects string, mixed given\\.$#"
13104                         count: 1
13105                         path: src/Sql.php
13107                 -
13108                         message: "#^Parameter \\#9 \\$queryTime of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects float, mixed given\\.$#"
13109                         count: 2
13110                         path: src/Sql.php
13112                 -
13113                         message: """
13114                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
13115                                 Use dependency injection instead\\.$#
13116                         """
13117                         count: 1
13118                         path: src/SqlQueryForm.php
13120                 -
13121                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13122                         count: 5
13123                         path: src/SqlQueryForm.php
13125                 -
13126                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\SqlQueryForm\\:\\:init\\(\\) expects string, mixed given\\.$#"
13127                         count: 1
13128                         path: src/SqlQueryForm.php
13130                 -
13131                         message: """
13132                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
13133                                 Use dependency injection instead\\.$#
13134                         """
13135                         count: 5
13136                         path: src/StorageEngine.php
13138                 -
13139                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
13140                         count: 1
13141                         path: src/StorageEngine.php
13143                 -
13144                         message: "#^Cannot access offset 'desc' on mixed\\.$#"
13145                         count: 1
13146                         path: src/StorageEngine.php
13148                 -
13149                         message: "#^Cannot access offset 'disk_usage' on mixed\\.$#"
13150                         count: 2
13151                         path: src/StorageEngine.php
13153                 -
13154                         message: "#^Cannot access offset 'id' on mixed\\.$#"
13155                         count: 1
13156                         path: src/StorageEngine.php
13158                 -
13159                         message: "#^Cannot access offset 'title' on mixed\\.$#"
13160                         count: 3
13161                         path: src/StorageEngine.php
13163                 -
13164                         message: "#^Cannot access offset 'type' on mixed\\.$#"
13165                         count: 4
13166                         path: src/StorageEngine.php
13168                 -
13169                         message: "#^Cannot access offset 'value' on mixed\\.$#"
13170                         count: 4
13171                         path: src/StorageEngine.php
13173                 -
13174                         message: "#^Cannot cast mixed to string\\.$#"
13175                         count: 1
13176                         path: src/StorageEngine.php
13178                 -
13179                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13180                         count: 2
13181                         path: src/StorageEngine.php
13183                 -
13184                         message: "#^Method PhpMyAdmin\\\\StorageEngine\\:\\:getMroongaLengths\\(\\) should return array\\<int\\> but returns array\\<int, \\(float\\|int\\)\\>\\.$#"
13185                         count: 1
13186                         path: src/StorageEngine.php
13188                 -
13189                         message: "#^Method PhpMyAdmin\\\\StorageEngine\\:\\:getPage\\(\\) should return string but returns mixed\\.$#"
13190                         count: 1
13191                         path: src/StorageEngine.php
13193                 -
13194                         message: "#^Parameter \\#1 \\$haystack of function mb_stripos expects string, string\\|null given\\.$#"
13195                         count: 1
13196                         path: src/StorageEngine.php
13198                 -
13199                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:showHint\\(\\) expects string, mixed given\\.$#"
13200                         count: 1
13201                         path: src/StorageEngine.php
13203                 -
13204                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
13205                         count: 2
13206                         path: src/StorageEngine.php
13208                 -
13209                         message: "#^Parameter \\#1 \\$value of method PhpMyAdmin\\\\StorageEngine\\:\\:resolveTypeSize\\(\\) expects int\\|string, mixed given\\.$#"
13210                         count: 1
13211                         path: src/StorageEngine.php
13213                 -
13214                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatNumber\\(\\) expects float\\|int\\|string, mixed given\\.$#"
13215                         count: 1
13216                         path: src/StorageEngine.php
13218                 -
13219                         message: "#^Variable method call on \\$this\\(PhpMyAdmin\\\\StorageEngine\\)\\.$#"
13220                         count: 1
13221                         path: src/StorageEngine.php
13223                 -
13224                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|null given\\.$#"
13225                         count: 4
13226                         path: src/SystemDatabase.php
13228                 -
13229                         message: """
13230                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
13231                                 Use dependency injection instead\\.$#
13232                         """
13233                         count: 1
13234                         path: src/Table/ColumnsDefinition.php
13236                 -
13237                         message: "#^Cannot access offset 'isEditable' on mixed\\.$#"
13238                         count: 2
13239                         path: src/Table/ColumnsDefinition.php
13241                 -
13242                         message: "#^Cannot access offset mixed on mixed\\.$#"
13243                         count: 2
13244                         path: src/Table/ColumnsDefinition.php
13246                 -
13247                         message: "#^Cannot cast mixed to string\\.$#"
13248                         count: 2
13249                         path: src/Table/ColumnsDefinition.php
13251                 -
13252                         message: "#^Casting to int something that's already int\\<1, max\\>\\.$#"
13253                         count: 1
13254                         path: src/Table/ColumnsDefinition.php
13256                 -
13257                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13258                         count: 1
13259                         path: src/Table/ColumnsDefinition.php
13261                 -
13262                         message: "#^Parameter \\#1 \\$bitDefaultValue of static method PhpMyAdmin\\\\Util\\:\\:convertBitDefaultValue\\(\\) expects string\\|null, mixed given\\.$#"
13263                         count: 2
13264                         path: src/Table/ColumnsDefinition.php
13266                 -
13267                         message: "#^Parameter \\#1 \\$columnSpecification of static method PhpMyAdmin\\\\Util\\:\\:extractColumnSpec\\(\\) expects string, mixed given\\.$#"
13268                         count: 1
13269                         path: src/Table/ColumnsDefinition.php
13271                 -
13272                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:checkChildForeignReferences\\(\\) expects string, mixed given\\.$#"
13273                         count: 1
13274                         path: src/Table/ColumnsDefinition.php
13276                 -
13277                         message: "#^Parameter \\#1 \\$string of function rtrim expects string, \\(array\\<int, string\\>\\|string\\|null\\) given\\.$#"
13278                         count: 1
13279                         path: src/Table/ColumnsDefinition.php
13281                 -
13282                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
13283                         count: 1
13284                         path: src/Table/ColumnsDefinition.php
13286                 -
13287                         message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
13288                         count: 1
13289                         path: src/Table/ColumnsDefinition.php
13291                 -
13292                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
13293                         count: 1
13294                         path: src/Table/ColumnsDefinition.php
13296                 -
13297                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:checkChildForeignReferences\\(\\) expects string, mixed given\\.$#"
13298                         count: 1
13299                         path: src/Table/ColumnsDefinition.php
13301                 -
13302                         message: "#^Parameter \\#3 \\$column of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:checkChildForeignReferences\\(\\) expects string, mixed given\\.$#"
13303                         count: 1
13304                         path: src/Table/ColumnsDefinition.php
13306                 -
13307                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#"
13308                         count: 1
13309                         path: src/Table/ColumnsDefinition.php
13311                 -
13312                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
13313                         count: 1
13314                         path: src/Table/Indexes.php
13316                 -
13317                         message: "#^Only booleans are allowed in a negated boolean, int\\|null given\\.$#"
13318                         count: 1
13319                         path: src/Table/Indexes.php
13321                 -
13322                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
13323                         count: 2
13324                         path: src/Table/Search.php
13326                 -
13327                         message: "#^Cannot access offset mixed on mixed\\.$#"
13328                         count: 4
13329                         path: src/Table/Search.php
13331                 -
13332                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13333                         count: 3
13334                         path: src/Table/Search.php
13336                 -
13337                         message: "#^Parameter \\#1 \\$gisString of static method PhpMyAdmin\\\\Utils\\\\Gis\\:\\:createData\\(\\) expects string, mixed given\\.$#"
13338                         count: 2
13339                         path: src/Table/Search.php
13341                 -
13342                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
13343                         count: 3
13344                         path: src/Table/Search.php
13346                 -
13347                         message: "#^Parameter \\#1 \\$op of method PhpMyAdmin\\\\Types\\:\\:isUnaryOperator\\(\\) expects string, mixed given\\.$#"
13348                         count: 1
13349                         path: src/Table/Search.php
13351                 -
13352                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
13353                         count: 3
13354                         path: src/Table/Search.php
13356                 -
13357                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
13358                         count: 3
13359                         path: src/Table/Search.php
13361                 -
13362                         message: "#^Parameter \\#2 \\$names of method PhpMyAdmin\\\\Table\\\\Search\\:\\:getWhereClause\\(\\) expects string, mixed given\\.$#"
13363                         count: 1
13364                         path: src/Table/Search.php
13366                 -
13367                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
13368                         count: 2
13369                         path: src/Table/Search.php
13371                 -
13372                         message: "#^Parameter \\#3 \\$types of method PhpMyAdmin\\\\Table\\\\Search\\:\\:getWhereClause\\(\\) expects string, mixed given\\.$#"
13373                         count: 1
13374                         path: src/Table/Search.php
13376                 -
13377                         message: "#^Parameter \\#4 \\$funcType of method PhpMyAdmin\\\\Table\\\\Search\\:\\:getWhereClause\\(\\) expects string, mixed given\\.$#"
13378                         count: 1
13379                         path: src/Table/Search.php
13381                 -
13382                         message: "#^Parameter \\#6 \\$geomFunc of method PhpMyAdmin\\\\Table\\\\Search\\:\\:getWhereClause\\(\\) expects string\\|null, mixed given\\.$#"
13383                         count: 1
13384                         path: src/Table/Search.php
13386                 -
13387                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
13388                         count: 1
13389                         path: src/Table/Table.php
13391                 -
13392                         message: """
13393                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
13394                                 Use dependency injection instead\\.$#
13395                         """
13396                         count: 5
13397                         path: src/Table/Table.php
13399                 -
13400                         message: """
13401                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
13402                                 Use dependency injection instead\\.$#
13403                         """
13404                         count: 1
13405                         path: src/Table/Table.php
13407                 -
13408                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
13409                         count: 2
13410                         path: src/Table/Table.php
13412                 -
13413                         message: "#^Cannot access offset 'Extra' on mixed\\.$#"
13414                         count: 3
13415                         path: src/Table/Table.php
13417                 -
13418                         message: "#^Cannot access offset 'Field' on mixed\\.$#"
13419                         count: 3
13420                         path: src/Table/Table.php
13422                 -
13423                         message: "#^Cannot access offset 'Type' on mixed\\.$#"
13424                         count: 2
13425                         path: src/Table/Table.php
13427                 -
13428                         message: "#^Cannot access offset 'foreign_db' on mixed\\.$#"
13429                         count: 1
13430                         path: src/Table/Table.php
13432                 -
13433                         message: "#^Cannot access offset 'foreign_field' on mixed\\.$#"
13434                         count: 1
13435                         path: src/Table/Table.php
13437                 -
13438                         message: "#^Cannot access offset 'foreign_table' on mixed\\.$#"
13439                         count: 1
13440                         path: src/Table/Table.php
13442                 -
13443                         message: "#^Cannot access offset 'table_uiprefs' on mixed\\.$#"
13444                         count: 3
13445                         path: src/Table/Table.php
13447                 -
13448                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
13449                         count: 6
13450                         path: src/Table/Table.php
13452                 -
13453                         message: "#^Cannot access offset 0 on mixed\\.$#"
13454                         count: 2
13455                         path: src/Table/Table.php
13457                 -
13458                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
13459                         count: 3
13460                         path: src/Table/Table.php
13462                 -
13463                         message: "#^Cannot access offset mixed on mixed\\.$#"
13464                         count: 5
13465                         path: src/Table/Table.php
13467                 -
13468                         message: "#^Cannot access offset string on mixed\\.$#"
13469                         count: 6
13470                         path: src/Table/Table.php
13472                 -
13473                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13474                         count: 13
13475                         path: src/Table/Table.php
13477                 -
13478                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getAutoIncrement\\(\\) should return string but returns int\\|string\\.$#"
13479                         count: 1
13480                         path: src/Table/Table.php
13482                 -
13483                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getCollation\\(\\) should return string but returns int\\|string\\.$#"
13484                         count: 1
13485                         path: src/Table/Table.php
13487                 -
13488                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getComment\\(\\) should return string but returns int\\|string\\.$#"
13489                         count: 1
13490                         path: src/Table/Table.php
13492                 -
13493                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getLastError\\(\\) should return string but returns mixed\\.$#"
13494                         count: 1
13495                         path: src/Table/Table.php
13497                 -
13498                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getLastMessage\\(\\) should return string but returns mixed\\.$#"
13499                         count: 1
13500                         path: src/Table/Table.php
13502                 -
13503                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getNameAndTypeOfTheColumns\\(\\) should return array\\<string, string\\> but returns array\\.$#"
13504                         count: 1
13505                         path: src/Table/Table.php
13507                 -
13508                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getNonGeneratedColumns\\(\\) should return array\\<string\\> but returns array\\<int\\<0, max\\>, mixed\\>\\.$#"
13509                         count: 1
13510                         path: src/Table/Table.php
13512                 -
13513                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getUiPrefsFromDb\\(\\) should return array but returns mixed\\.$#"
13514                         count: 1
13515                         path: src/Table/Table.php
13517                 -
13518                         message: "#^Only booleans are allowed in &&, string given on the left side\\.$#"
13519                         count: 2
13520                         path: src/Table/Table.php
13522                 -
13523                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
13524                         count: 2
13525                         path: src/Table/Table.php
13527                 -
13528                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
13529                         count: 1
13530                         path: src/Table/Table.php
13532                 -
13533                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(array\\|bool\\|float\\|int\\|resource\\|string\\|null, int\\=\\)\\: int given\\.$#"
13534                         count: 1
13535                         path: src/Table/Table.php
13537                 -
13538                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
13539                         count: 3
13540                         path: src/Table/Table.php
13542                 -
13543                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
13544                         count: 5
13545                         path: src/Table/Table.php
13547                 -
13548                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
13549                         count: 9
13550                         path: src/Table/Table.php
13552                 -
13553                         message: "#^Parameter \\#1 \\$string of function substr expects string, mixed given\\.$#"
13554                         count: 2
13555                         path: src/Table/Table.php
13557                 -
13558                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
13559                         count: 1
13560                         path: src/Table/Table.php
13562                 -
13563                         message: "#^Parameter \\#2 \\$array of function array_map expects array, mixed given\\.$#"
13564                         count: 1
13565                         path: src/Table/Table.php
13567                 -
13568                         message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, mixed given\\.$#"
13569                         count: 1
13570                         path: src/Table/Table.php
13572                 -
13573                         message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
13574                         count: 1
13575                         path: src/Table/Table.php
13577                 -
13578                         message: "#^Parameter \\#2 \\$field of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects array, mixed given\\.$#"
13579                         count: 2
13580                         path: src/Table/Table.php
13582                 -
13583                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
13584                         count: 1
13585                         path: src/Table/Table.php
13587                 -
13588                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
13589                         count: 1
13590                         path: src/Table/Table.php
13592                 -
13593                         message: "#^Parameter \\#3 \\$foreignDb of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects string, mixed given\\.$#"
13594                         count: 1
13595                         path: src/Table/Table.php
13597                 -
13598                         message: "#^Parameter \\#3 \\$foreignDb of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects string, string\\|null given\\.$#"
13599                         count: 1
13600                         path: src/Table/Table.php
13602                 -
13603                         message: "#^Parameter \\#4 \\$foreignTable of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects string, mixed given\\.$#"
13604                         count: 1
13605                         path: src/Table/Table.php
13607                 -
13608                         message: "#^Parameter \\#4 \\$foreignTable of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects string, string\\|null given\\.$#"
13609                         count: 1
13610                         path: src/Table/Table.php
13612                 -
13613                         message: "#^Parameter \\#5 \\$foreignField of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects array, mixed given\\.$#"
13614                         count: 1
13615                         path: src/Table/Table.php
13617                 -
13618                         message: "#^Parameter \\#6 \\$name of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects string\\|null, mixed given\\.$#"
13619                         count: 1
13620                         path: src/Table/Table.php
13622                 -
13623                         message: "#^Property PhpMyAdmin\\\\Table\\\\Table\\:\\:\\$uiprefs \\(array\\) does not accept mixed\\.$#"
13624                         count: 1
13625                         path: src/Table/Table.php
13627                 -
13628                         message: "#^Argument of an invalid type array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\AlterOperation\\>\\|null supplied for foreach, only iterables are supported\\.$#"
13629                         count: 2
13630                         path: src/Table/TableMover.php
13632                 -
13633                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
13634                         count: 1
13635                         path: src/Table/TableMover.php
13637                 -
13638                         message: "#^Cannot call method has\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
13639                         count: 2
13640                         path: src/Table/TableMover.php
13642                 -
13643                         message: "#^Cannot cast mixed to string\\.$#"
13644                         count: 2
13645                         path: src/Table/TableMover.php
13647                 -
13648                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13649                         count: 1
13650                         path: src/Table/TableMover.php
13652                 -
13653                         message: "#^Only booleans are allowed in a negated boolean, bool\\|string given\\.$#"
13654                         count: 1
13655                         path: src/Table/TableMover.php
13657                 -
13658                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|null given\\.$#"
13659                         count: 6
13660                         path: src/Table/TableMover.php
13662                 -
13663                         message: """
13664                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
13665                                 Use dependency injection instead\\.$#
13666                         """
13667                         count: 1
13668                         path: src/Template.php
13670                 -
13671                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
13672                         count: 1
13673                         path: src/Theme/Theme.php
13675                 -
13676                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Theme\\\\Theme\\:\\:setName\\(\\) expects string, mixed given\\.$#"
13677                         count: 1
13678                         path: src/Theme/Theme.php
13680                 -
13681                         message: "#^Parameter \\#1 \\$version of method PhpMyAdmin\\\\Theme\\\\Theme\\:\\:setVersion\\(\\) expects string, mixed given\\.$#"
13682                         count: 1
13683                         path: src/Theme/Theme.php
13685                 -
13686                         message: "#^Property PhpMyAdmin\\\\Theme\\\\Theme\\:\\:\\$filesizeInfo \\(int\\) does not accept int\\<0, max\\>\\|false\\.$#"
13687                         count: 1
13688                         path: src/Theme/Theme.php
13690                 -
13691                         message: "#^Property PhpMyAdmin\\\\Theme\\\\Theme\\:\\:\\$mtimeInfo \\(int\\) does not accept int\\|false\\.$#"
13692                         count: 1
13693                         path: src/Theme/Theme.php
13695                 -
13696                         message: """
13697                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
13698                                 Use dependency injection instead\\.$#
13699                         """
13700                         count: 4
13701                         path: src/Theme/ThemeManager.php
13703                 -
13704                         message: "#^Left side of && is always true\\.$#"
13705                         count: 1
13706                         path: src/Theme/ThemeManager.php
13708                 -
13709                         message: "#^Method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:getColorModeCookie\\(\\) should return string\\|false but returns mixed\\.$#"
13710                         count: 1
13711                         path: src/Theme/ThemeManager.php
13713                 -
13714                         message: "#^Method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:getThemeCookie\\(\\) should return string\\|false but returns mixed\\.$#"
13715                         count: 1
13716                         path: src/Theme/ThemeManager.php
13718                 -
13719                         message: "#^Only booleans are allowed in &&, string\\|false given on the left side\\.$#"
13720                         count: 1
13721                         path: src/Theme/ThemeManager.php
13723                 -
13724                         message: "#^Property PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:\\$activeTheme \\(string\\) does not accept string\\|null\\.$#"
13725                         count: 1
13726                         path: src/Theme/ThemeManager.php
13728                 -
13729                         message: """
13730                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
13731                                 Use dependency injection instead\\.$#
13732                         """
13733                         count: 4
13734                         path: src/Tracking/Tracker.php
13736                 -
13737                         message: """
13738                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
13739                                 Use dependency injection instead\\.$#
13740                         """
13741                         count: 7
13742                         path: src/Tracking/Tracker.php
13744                 -
13745                         message: "#^Cannot access offset string on mixed\\.$#"
13746                         count: 2
13747                         path: src/Tracking/Tracker.php
13749                 -
13750                         message: "#^Cannot access property \\$dest on PhpMyAdmin\\\\SqlParser\\\\Components\\\\IntoKeyword\\|null\\.$#"
13751                         count: 1
13752                         path: src/Tracking/Tracker.php
13754                 -
13755                         message: "#^Cannot access property \\$table on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|null\\.$#"
13756                         count: 6
13757                         path: src/Tracking/Tracker.php
13759                 -
13760                         message: "#^Cannot access property \\$table on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|string\\|null\\.$#"
13761                         count: 1
13762                         path: src/Tracking/Tracker.php
13764                 -
13765                         message: "#^Cannot access property \\$tokens on PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null\\.$#"
13766                         count: 1
13767                         path: src/Tracking/Tracker.php
13769                 -
13770                         message: "#^Cannot cast mixed to string\\.$#"
13771                         count: 1
13772                         path: src/Tracking/Tracker.php
13774                 -
13775                         message: "#^Method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:isTracked\\(\\) should return bool but returns mixed\\.$#"
13776                         count: 1
13777                         path: src/Tracking/Tracker.php
13779                 -
13780                         message: "#^Offset 0 does not exist on array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\>\\|null\\.$#"
13781                         count: 4
13782                         path: src/Tracking/Tracker.php
13784                 -
13785                         message: "#^Offset 0 does not exist on array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\RenameOperation\\>\\|null\\.$#"
13786                         count: 2
13787                         path: src/Tracking/Tracker.php
13789                 -
13790                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
13791                         count: 2
13792                         path: src/Tracking/Tracker.php
13794                 -
13795                         message: "#^Parameter \\#2 \\$tableName of static method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:createVersion\\(\\) expects string, mixed given\\.$#"
13796                         count: 2
13797                         path: src/Tracking/Tracker.php
13799                 -
13800                         message: "#^Parameter \\#2 \\$tableName of static method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:isTracked\\(\\) expects string, mixed given\\.$#"
13801                         count: 1
13802                         path: src/Tracking/Tracker.php
13804                 -
13805                         message: "#^Parameter \\#2 \\$tablename of static method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:getVersion\\(\\) expects string, mixed given\\.$#"
13806                         count: 1
13807                         path: src/Tracking/Tracker.php
13809                 -
13810                         message: "#^Parameter \\#3 \\$statement of static method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:getVersion\\(\\) expects string\\|null, mixed given\\.$#"
13811                         count: 1
13812                         path: src/Tracking/Tracker.php
13814                 -
13815                         message: "#^Static property PhpMyAdmin\\\\Current\\:\\:\\$database \\(string\\) does not accept bool\\|float\\|int\\|string\\.$#"
13816                         count: 1
13817                         path: src/Tracking/Tracker.php
13819                 -
13820                         message: "#^Static property PhpMyAdmin\\\\Current\\:\\:\\$database \\(string\\) does not accept string\\|null\\.$#"
13821                         count: 3
13822                         path: src/Tracking/Tracker.php
13824                 -
13825                         message: """
13826                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
13827                                 Use dependency injection instead\\.$#
13828                         """
13829                         count: 1
13830                         path: src/Tracking/Tracking.php
13832                 -
13833                         message: "#^Cannot access offset 'COLUMNS' on mixed\\.$#"
13834                         count: 1
13835                         path: src/Tracking/Tracking.php
13837                 -
13838                         message: "#^Cannot access offset 'INDEXES' on mixed\\.$#"
13839                         count: 1
13840                         path: src/Tracking/Tracking.php
13842                 -
13843                         message: "#^Cannot access offset 'id' on mixed\\.$#"
13844                         count: 1
13845                         path: src/Tracking/Tracking.php
13847                 -
13848                         message: "#^Cannot access offset 'statement' on mixed\\.$#"
13849                         count: 3
13850                         path: src/Tracking/Tracking.php
13852                 -
13853                         message: "#^Cannot access offset 'timestamp' on mixed\\.$#"
13854                         count: 1
13855                         path: src/Tracking/Tracking.php
13857                 -
13858                         message: "#^Cannot access offset 'username' on mixed\\.$#"
13859                         count: 1
13860                         path: src/Tracking/Tracking.php
13862                 -
13863                         message: "#^Only numeric types are allowed in \\-, int\\<0, max\\>\\|false given on the left side\\.$#"
13864                         count: 2
13865                         path: src/Tracking/Tracking.php
13867                 -
13868                         message: "#^Parameter \\#1 \\$columns of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForColumns\\(\\) expects array, mixed given\\.$#"
13869                         count: 1
13870                         path: src/Tracking/Tracking.php
13872                 -
13873                         message: "#^Parameter \\#1 \\$indexes of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForIndexes\\(\\) expects array, mixed given\\.$#"
13874                         count: 1
13875                         path: src/Tracking/Tracking.php
13877                 -
13878                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array given\\.$#"
13879                         count: 1
13880                         path: src/Tracking/Tracking.php
13882                 -
13883                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|null given\\.$#"
13884                         count: 2
13885                         path: src/Tracking/Tracking.php
13887                 -
13888                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
13889                         count: 1
13890                         path: src/Tracking/Tracking.php
13892                 -
13893                         message: "#^Parameter \\#2 \\$tableName of static method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:createVersion\\(\\) expects string, mixed given\\.$#"
13894                         count: 1
13895                         path: src/Tracking/Tracking.php
13897                 -
13898                         message: """
13899                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
13900                                 Use dependency injection instead\\.$#
13901                         """
13902                         count: 3
13903                         path: src/Transformations.php
13905                 -
13906                         message: "#^Method PhpMyAdmin\\\\Transformations\\:\\:getClassName\\(\\) should return class\\-string\\<PhpMyAdmin\\\\Plugins\\\\TransformationsInterface\\> but returns string\\.$#"
13907                         count: 1
13908                         path: src/Transformations.php
13910                 -
13911                         message: "#^Only booleans are allowed in a negated boolean, resource\\|false given\\.$#"
13912                         count: 1
13913                         path: src/Transformations.php
13915                 -
13916                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
13917                         count: 1
13918                         path: src/Triggers/Triggers.php
13920                 -
13921                         message: """
13922                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
13923                                 Use dependency injection instead\\.$#
13924                         """
13925                         count: 1
13926                         path: src/Triggers/Triggers.php
13928                 -
13929                         message: "#^Cannot access an offset on mixed\\.$#"
13930                         count: 7
13931                         path: src/Triggers/Triggers.php
13933                 -
13934                         message: "#^Cannot call method getCreateSql\\(\\) on PhpMyAdmin\\\\Triggers\\\\Trigger\\|null\\.$#"
13935                         count: 1
13936                         path: src/Triggers/Triggers.php
13938                 -
13939                         message: "#^Cannot call method getDropSql\\(\\) on PhpMyAdmin\\\\Triggers\\\\Trigger\\|null\\.$#"
13940                         count: 1
13941                         path: src/Triggers/Triggers.php
13943                 -
13944                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13945                         count: 7
13946                         path: src/Triggers/Triggers.php
13948                 -
13949                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
13950                         count: 4
13951                         path: src/Triggers/Triggers.php
13953                 -
13954                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
13955                         count: 1
13956                         path: src/Triggers/Triggers.php
13958                 -
13959                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
13960                         count: 3
13961                         path: src/Triggers/Triggers.php
13963                 -
13964                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
13965                         count: 1
13966                         path: src/Triggers/Triggers.php
13968                 -
13969                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
13970                         count: 1
13971                         path: src/Triggers/Triggers.php
13973                 -
13974                         message: "#^Parameter \\#3 \\$name of method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getTriggerByName\\(\\) expects string, mixed given\\.$#"
13975                         count: 1
13976                         path: src/Triggers/Triggers.php
13978                 -
13979                         message: """
13980                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
13981                                 Use dependency injection instead\\.$#
13982                         """
13983                         count: 1
13984                         path: src/TwoFactor.php
13986                 -
13987                         message: """
13988                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
13989                                 Use dependency injection instead\\.$#
13990                         """
13991                         count: 1
13992                         path: src/TwoFactor.php
13994                 -
13995                         message: """
13996                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
13997                                 Use dependency injection instead\\.$#
13998                         """
13999                         count: 2
14000                         path: src/UniqueCondition.php
14002                 -
14003                         message: "#^Only booleans are allowed in &&, bool\\|string given on the left side\\.$#"
14004                         count: 1
14005                         path: src/UniqueCondition.php
14007                 -
14008                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\UniqueCondition\\:\\:getConditionValue\\(\\) expects float\\|int\\|string\\|null, mixed given\\.$#"
14009                         count: 1
14010                         path: src/UniqueCondition.php
14012                 -
14013                         message: """
14014                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
14015                                 Use dependency injection instead\\.$#
14016                         """
14017                         count: 3
14018                         path: src/Url.php
14020                 -
14021                         message: "#^Call to function base64_decode\\(\\) requires parameter \\#2 to be set\\.$#"
14022                         count: 1
14023                         path: src/Url.php
14025                 -
14026                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
14027                         count: 1
14028                         path: src/Url.php
14030                 -
14031                         message: "#^Cannot cast mixed to string\\.$#"
14032                         count: 1
14033                         path: src/Url.php
14035                 -
14036                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14037                         count: 4
14038                         path: src/Url.php
14040                 -
14041                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
14042                         count: 2
14043                         path: src/Url.php
14045                 -
14046                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array given\\.$#"
14047                         count: 1
14048                         path: src/Url.php
14050                 -
14051                         message: "#^Parameter \\#2 \\$pre of static method PhpMyAdmin\\\\Url\\:\\:getHiddenFields\\(\\) expects string, \\(int\\|string\\) given\\.$#"
14052                         count: 1
14053                         path: src/Url.php
14055                 -
14056                         message: """
14057                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
14058                                 Use dependency injection instead\\.$#
14059                         """
14060                         count: 1
14061                         path: src/UserPassword.php
14063                 -
14064                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14065                         count: 1
14066                         path: src/UserPassword.php
14068                 -
14069                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
14070                         count: 1
14071                         path: src/UserPassword.php
14073                 -
14074                         message: "#^Parameter \\#1 \\$password of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHashedPassword\\(\\) expects string, mixed given\\.$#"
14075                         count: 1
14076                         path: src/UserPassword.php
14078                 -
14079                         message: "#^Parameter \\#4 \\$authPlugin of method PhpMyAdmin\\\\UserPassword\\:\\:getChangePasswordQueryAlterUserMySQL\\(\\) expects string, mixed given\\.$#"
14080                         count: 1
14081                         path: src/UserPassword.php
14083                 -
14084                         message: "#^Parameter \\#6 \\$origAuthPlugin of method PhpMyAdmin\\\\UserPassword\\:\\:changePassUrlParamsAndSubmitQuery\\(\\) expects string, mixed given\\.$#"
14085                         count: 1
14086                         path: src/UserPassword.php
14088                 -
14089                         message: """
14090                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
14091                                 Use dependency injection instead\\.$#
14092                         """
14093                         count: 1
14094                         path: src/UserPreferences.php
14096                 -
14097                         message: "#^Cannot access offset 'userprefs' on mixed\\.$#"
14098                         count: 2
14099                         path: src/UserPreferences.php
14101                 -
14102                         message: "#^Cannot access offset non\\-falsy\\-string on mixed\\.$#"
14103                         count: 2
14104                         path: src/UserPreferences.php
14106                 -
14107                         message: "#^Method PhpMyAdmin\\\\UserPreferences\\:\\:apply\\(\\) should return array but returns mixed\\.$#"
14108                         count: 1
14109                         path: src/UserPreferences.php
14111                 -
14112                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
14113                         count: 1
14114                         path: src/UserPreferences.php
14116                 -
14117                         message: "#^Only booleans are allowed in an if condition, string\\|false\\|null given\\.$#"
14118                         count: 1
14119                         path: src/UserPreferences.php
14121                 -
14122                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array given\\.$#"
14123                         count: 1
14124                         path: src/UserPreferences.php
14126                 -
14127                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Core\\:\\:arrayWrite\\(\\) expects string, \\(int\\|string\\) given\\.$#"
14128                         count: 1
14129                         path: src/UserPreferences.php
14131                 -
14132                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|false given\\.$#"
14133                         count: 2
14134                         path: src/UserPreferences.php
14136                 -
14137                         message: "#^Ternary operator condition is always true\\.$#"
14138                         count: 1
14139                         path: src/UserPreferences.php
14141                 -
14142                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
14143                         count: 1
14144                         path: src/UserPrivilegesFactory.php
14146                 -
14147                         message: "#^Only booleans are allowed in \\|\\|, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given on the left side\\.$#"
14148                         count: 1
14149                         path: src/UserPrivilegesFactory.php
14151                 -
14152                         message: "#^Parameter \\#1 \\$database of class PhpMyAdmin\\\\UserPrivileges constructor expects bool, mixed given\\.$#"
14153                         count: 1
14154                         path: src/UserPrivilegesFactory.php
14156                 -
14157                         message: "#^Parameter \\#2 \\$table of class PhpMyAdmin\\\\UserPrivileges constructor expects bool, mixed given\\.$#"
14158                         count: 1
14159                         path: src/UserPrivilegesFactory.php
14161                 -
14162                         message: "#^Parameter \\#3 \\$column of class PhpMyAdmin\\\\UserPrivileges constructor expects bool, mixed given\\.$#"
14163                         count: 1
14164                         path: src/UserPrivilegesFactory.php
14166                 -
14167                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
14168                         count: 1
14169                         path: src/UserPrivilegesFactory.php
14171                 -
14172                         message: "#^Parameter \\#4 \\$routines of class PhpMyAdmin\\\\UserPrivileges constructor expects bool, mixed given\\.$#"
14173                         count: 1
14174                         path: src/UserPrivilegesFactory.php
14176                 -
14177                         message: "#^Parameter \\#5 \\$isReload of class PhpMyAdmin\\\\UserPrivileges constructor expects bool, mixed given\\.$#"
14178                         count: 1
14179                         path: src/UserPrivilegesFactory.php
14181                 -
14182                         message: "#^Parameter \\#6 \\$isCreateDatabase of class PhpMyAdmin\\\\UserPrivileges constructor expects bool, mixed given\\.$#"
14183                         count: 1
14184                         path: src/UserPrivilegesFactory.php
14186                 -
14187                         message: "#^Parameter \\#7 \\$databaseToCreate of class PhpMyAdmin\\\\UserPrivileges constructor expects string, mixed given\\.$#"
14188                         count: 1
14189                         path: src/UserPrivilegesFactory.php
14191                 -
14192                         message: "#^Parameter \\#8 \\$databasesToTest of class PhpMyAdmin\\\\UserPrivileges constructor expects array\\<string\\>\\|false, mixed given\\.$#"
14193                         count: 1
14194                         path: src/UserPrivilegesFactory.php
14196                 -
14197                         message: "#^Property PhpMyAdmin\\\\UserPrivileges\\:\\:\\$databaseToCreate \\(string\\) does not accept string\\|null\\.$#"
14198                         count: 2
14199                         path: src/UserPrivilegesFactory.php
14201                 -
14202                         message: "#^Property PhpMyAdmin\\\\UserPrivileges\\:\\:\\$databasesToTest \\(array\\<string\\>\\|false\\) does not accept mixed\\.$#"
14203                         count: 1
14204                         path: src/UserPrivilegesFactory.php
14206                 -
14207                         message: "#^Binary operation \"\\.\" between bool\\|float\\|int\\|string and array\\<string\\>\\|string\\|false results in an error\\.$#"
14208                         count: 1
14209                         path: src/Util.php
14211                 -
14212                         message: "#^Binary operation \"\\.\" between non\\-empty\\-string and array\\<string\\>\\|string\\|false results in an error\\.$#"
14213                         count: 1
14214                         path: src/Util.php
14216                 -
14217                         message: "#^Call to deprecated function strftime\\(\\)\\.$#"
14218                         count: 2
14219                         path: src/Util.php
14221                 -
14222                         message: """
14223                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
14224                                 Use dependency injection instead\\.$#
14225                         """
14226                         count: 8
14227                         path: src/Util.php
14229                 -
14230                         message: """
14231                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
14232                                 Use dependency injection instead\\.$#
14233                         """
14234                         count: 9
14235                         path: src/Util.php
14237                 -
14238                         message: "#^Cannot access offset 'Cardinality' on mixed\\.$#"
14239                         count: 1
14240                         path: src/Util.php
14242                 -
14243                         message: "#^Cannot access offset 'Column_name' on mixed\\.$#"
14244                         count: 3
14245                         path: src/Util.php
14247                 -
14248                         message: "#^Cannot access offset 'Comment' on mixed\\.$#"
14249                         count: 1
14250                         path: src/Util.php
14252                 -
14253                         message: "#^Cannot access offset 'Key_name' on mixed\\.$#"
14254                         count: 1
14255                         path: src/Util.php
14257                 -
14258                         message: "#^Cannot access offset 'Non_unique' on mixed\\.$#"
14259                         count: 1
14260                         path: src/Util.php
14262                 -
14263                         message: "#^Cannot access offset 'Seq_in_index' on mixed\\.$#"
14264                         count: 3
14265                         path: src/Util.php
14267                 -
14268                         message: "#^Cannot access offset 'Sub_part' on mixed\\.$#"
14269                         count: 1
14270                         path: src/Util.php
14272                 -
14273                         message: "#^Cannot access offset 'table_limit_offset' on mixed\\.$#"
14274                         count: 4
14275                         path: src/Util.php
14277                 -
14278                         message: "#^Cannot access offset 'table_limit_offset…' on mixed\\.$#"
14279                         count: 2
14280                         path: src/Util.php
14282                 -
14283                         message: "#^Cannot cast mixed to string\\.$#"
14284                         count: 1
14285                         path: src/Util.php
14287                 -
14288                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14289                         count: 2
14290                         path: src/Util.php
14292                 -
14293                         message: "#^Foreach overwrites \\$quote with its value variable\\.$#"
14294                         count: 1
14295                         path: src/Util.php
14297                 -
14298                         message: "#^Method PhpMyAdmin\\\\Util\\:\\:getDbInfo\\(\\) return type has no value type specified in iterable type array\\.$#"
14299                         count: 1
14300                         path: src/Util.php
14302                 -
14303                         message: "#^Method PhpMyAdmin\\\\Util\\:\\:getTableListPosition\\(\\) should return int but returns mixed\\.$#"
14304                         count: 1
14305                         path: src/Util.php
14307                 -
14308                         message: "#^Offset 1 does not exist on array\\{0\\?\\: string, 1\\?\\: string\\}\\.$#"
14309                         count: 1
14310                         path: src/Util.php
14312                 -
14313                         message: "#^Offset int\\<1, 6\\> on array\\{string, string, string, string, string, string, string\\} in isset\\(\\) always exists and is not nullable\\.$#"
14314                         count: 1
14315                         path: src/Util.php
14317                 -
14318                         message: "#^Only booleans are allowed in a negated boolean, int\\<0, 2\\> given\\.$#"
14319                         count: 1
14320                         path: src/Util.php
14322                 -
14323                         message: "#^Only booleans are allowed in an if condition, int\\<0, max\\>\\|false given\\.$#"
14324                         count: 1
14325                         path: src/Util.php
14327                 -
14328                         message: "#^Only booleans are allowed in an if condition, string\\|false\\|null given\\.$#"
14329                         count: 3
14330                         path: src/Util.php
14332                 -
14333                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
14334                         count: 1
14335                         path: src/Util.php
14337                 -
14338                         message: "#^Only numeric types are allowed in \\-, int\\<0, max\\>\\|false given on the left side\\.$#"
14339                         count: 1
14340                         path: src/Util.php
14342                 -
14343                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(string\\|null\\)\\: mixed\\)\\|null, callable\\(string\\)\\: string given\\.$#"
14344                         count: 1
14345                         path: src/Util.php
14347                 -
14348                         message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|null given\\.$#"
14349                         count: 1
14350                         path: src/Util.php
14352                 -
14353                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:escapeMysqlWildcards\\(\\) expects string, mixed given\\.$#"
14354                         count: 1
14355                         path: src/Util.php
14357                 -
14358                         message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
14359                         count: 1
14360                         path: src/Util.php
14362                 -
14363                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTablesFull\\(\\) expects array\\|string, mixed given\\.$#"
14364                         count: 1
14365                         path: src/Util.php
14367                 -
14368                         message: "#^Variable static method call on PhpMyAdmin\\\\Util\\.$#"
14369                         count: 1
14370                         path: src/Util.php
14372                 -
14373                         message: """
14374                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
14375                                 Use dependency injection instead\\.$#
14376                         """
14377                         count: 1
14378                         path: src/Utils/ForeignKey.php
14380                 -
14381                         message: """
14382                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
14383                                 Use dependency injection instead\\.$#
14384                         """
14385                         count: 4
14386                         path: src/Utils/ForeignKey.php
14388                 -
14389                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14390                         count: 1
14391                         path: src/Utils/ForeignKey.php
14393                 -
14394                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
14395                         count: 1
14396                         path: src/Utils/ForeignKey.php
14398                 -
14399                         message: "#^Method PhpMyAdmin\\\\Utils\\\\FormatConverter\\:\\:binaryToIp\\(\\) should return string\\|false but returns mixed\\.$#"
14400                         count: 2
14401                         path: src/Utils/FormatConverter.php
14403                 -
14404                         message: "#^Method PhpMyAdmin\\\\Utils\\\\FormatConverter\\:\\:ipToBinary\\(\\) should return string but returns mixed\\.$#"
14405                         count: 1
14406                         path: src/Utils/FormatConverter.php
14408                 -
14409                         message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, mixed given\\.$#"
14410                         count: 1
14411                         path: src/Utils/FormatConverter.php
14413                 -
14414                         message: "#^Parameter \\#1 \\$ip of function inet_pton expects string, mixed given\\.$#"
14415                         count: 1
14416                         path: src/Utils/FormatConverter.php
14418                 -
14419                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, mixed given\\.$#"
14420                         count: 1
14421                         path: src/Utils/FormatConverter.php
14423                 -
14424                         message: "#^Parameter \\#1 \\$string of function substr expects string, mixed given\\.$#"
14425                         count: 1
14426                         path: src/Utils/FormatConverter.php
14428                 -
14429                         message: """
14430                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
14431                                 Use dependency injection instead\\.$#
14432                         """
14433                         count: 2
14434                         path: src/Utils/Gis.php
14436                 -
14437                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
14438                         count: 1
14439                         path: src/Utils/Gis.php
14441                 -
14442                         message: """
14443                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
14444                                 Use dependency injection instead\\.$#
14445                         """
14446                         count: 2
14447                         path: src/Utils/HttpRequest.php
14449                 -
14450                         message: "#^Method PhpMyAdmin\\\\Utils\\\\HttpRequest\\:\\:response\\(\\) should return bool\\|string\\|null but returns mixed\\.$#"
14451                         count: 1
14452                         path: src/Utils/HttpRequest.php
14454                 -
14455                         message: "#^Offset 1 does not exist on array\\{0\\?\\: string, 1\\?\\: numeric\\-string\\}\\.$#"
14456                         count: 1
14457                         path: src/Utils/HttpRequest.php
14459                 -
14460                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
14461                         count: 1
14462                         path: src/Utils/HttpRequest.php
14464                 -
14465                         message: "#^Variable \\$http_response_header in isset\\(\\) always exists and is not nullable\\.$#"
14466                         count: 1
14467                         path: src/Utils/HttpRequest.php
14469                 -
14470                         message: """
14471                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
14472                                 Use dependency injection instead\\.$#
14473                         """
14474                         count: 1
14475                         path: src/Utils/SessionCache.php
14477                 -
14478                         message: "#^Cannot access offset string on mixed\\.$#"
14479                         count: 8
14480                         path: src/Utils/SessionCache.php
14482                 -
14483                         message: """
14484                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
14485                                 Use dependency injection instead\\.$#
14486                         """
14487                         count: 2
14488                         path: src/VersionInformation.php
14490                 -
14491                         message: """
14492                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
14493                                 Use dependency injection instead\\.$#
14494                         """
14495                         count: 1
14496                         path: src/VersionInformation.php
14498                 -
14499                         message: "#^Cannot access offset 'response' on mixed\\.$#"
14500                         count: 1
14501                         path: src/VersionInformation.php
14503                 -
14504                         message: "#^Cannot access offset 'timestamp' on mixed\\.$#"
14505                         count: 1
14506                         path: src/VersionInformation.php
14508                 -
14509                         message: "#^Cannot access offset 'version_check' on mixed\\.$#"
14510                         count: 2
14511                         path: src/VersionInformation.php
14513                 -
14514                         message: "#^Comparison operation \"\\>\\=\" between int\\<1, max\\> and 1 is always true\\.$#"
14515                         count: 1
14516                         path: src/VersionInformation.php
14518                 -
14519                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
14520                         count: 1
14521                         path: src/VersionInformation.php
14523                 -
14524                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
14525                         count: 1
14526                         path: src/VersionInformation.php
14528                 -
14529                         message: "#^Match arm comparison between 7 and 7 is always true\\.$#"
14530                         count: 1
14531                         path: src/WebAuthn/CBORDecoder.php
14533                 -
14534                         message: "#^Match arm is unreachable because previous comparison is always true\\.$#"
14535                         count: 1
14536                         path: src/WebAuthn/CBORDecoder.php
14538                 -
14539                         message: "#^Anonymous class implements deprecated interface Webauthn\\\\PublicKeyCredentialSourceRepository\\.$#"
14540                         count: 1
14541                         path: src/WebAuthn/WebauthnLibServer.php
14543                 -
14544                         message: """
14545                                 #^Call to deprecated method allowCredentials\\(\\) of class Webauthn\\\\PublicKeyCredentialRequestOptions\\:
14546                                 since 4\\.7\\.0\\. No replacement\\. Please use the property directly\\.$#
14547                         """
14548                         count: 1
14549                         path: src/WebAuthn/WebauthnLibServer.php
14551                 -
14552                         message: """
14553                                 #^Call to deprecated method createFromArray\\(\\) of class Webauthn\\\\AuthenticatorSelectionCriteria\\:
14554                                 since 4\\.8\\.0\\. Please use \\{Webauthn\\\\Denormalizer\\\\WebauthnSerializerFactory\\} for converting the object\\.$#
14555                         """
14556                         count: 1
14557                         path: src/WebAuthn/WebauthnLibServer.php
14559                 -
14560                         message: """
14561                                 #^Call to deprecated method createFromArray\\(\\) of class Webauthn\\\\PublicKeyCredentialCreationOptions\\:
14562                                 since 4\\.8\\.0\\. Please use \\{Webauthn\\\\Denormalizer\\\\WebauthnSerializerFactory\\} for converting the object\\.$#
14563                         """
14564                         count: 1
14565                         path: src/WebAuthn/WebauthnLibServer.php
14567                 -
14568                         message: """
14569                                 #^Call to deprecated method createFromArray\\(\\) of class Webauthn\\\\PublicKeyCredentialRequestOptions\\:
14570                                 since 4\\.8\\.0\\. Please use \\{Webauthn\\\\Denormalizer\\\\WebauthnSerializerFactory\\} for converting the object\\.$#
14571                         """
14572                         count: 1
14573                         path: src/WebAuthn/WebauthnLibServer.php
14575                 -
14576                         message: """
14577                                 #^Call to deprecated method createFromArray\\(\\) of class Webauthn\\\\PublicKeyCredentialSource\\:
14578                                 since 4\\.8\\.0\\. Please use \\{Webauthn\\\\Denormalizer\\\\WebauthnSerializerFactory\\} for converting the object\\.$#
14579                         """
14580                         count: 2
14581                         path: src/WebAuthn/WebauthnLibServer.php
14583                 -
14584                         message: """
14585                                 #^Call to deprecated method getId\\(\\) of class Webauthn\\\\PublicKeyCredentialRpEntity\\:
14586                                 since 4\\.7\\.0\\. Please use the property directly\\.$#
14587                         """
14588                         count: 1
14589                         path: src/WebAuthn/WebauthnLibServer.php
14591                 -
14592                         message: """
14593                                 #^Call to deprecated method getId\\(\\) of class Webauthn\\\\PublicKeyCredentialUserEntity\\:
14594                                 since 4\\.7\\.0\\. Please use the property directly\\.$#
14595                         """
14596                         count: 2
14597                         path: src/WebAuthn/WebauthnLibServer.php
14599                 -
14600                         message: """
14601                                 #^Call to deprecated method getPublicKeyCredentialId\\(\\) of class Webauthn\\\\PublicKeyCredentialSource\\:
14602                                 since 4\\.7\\.0\\. Please use the property directly\\.$#
14603                         """
14604                         count: 1
14605                         path: src/WebAuthn/WebauthnLibServer.php
14607                 -
14608                         message: """
14609                                 #^Call to deprecated method getRawId\\(\\) of class Webauthn\\\\PublicKeyCredential\\:
14610                                 since 4\\.7\\.0\\. Please use the property directly\\.$#
14611                         """
14612                         count: 1
14613                         path: src/WebAuthn/WebauthnLibServer.php
14615                 -
14616                         message: """
14617                                 #^Call to deprecated method getResponse\\(\\) of class Webauthn\\\\PublicKeyCredential\\:
14618                                 since 4\\.7\\.0\\. Please use the property directly\\.$#
14619                         """
14620                         count: 2
14621                         path: src/WebAuthn/WebauthnLibServer.php
14623                 -
14624                         message: """
14625                                 #^Call to deprecated method getUserHandle\\(\\) of class Webauthn\\\\PublicKeyCredentialSource\\:
14626                                 since 4\\.7\\.0\\. Please use the property directly\\.$#
14627                         """
14628                         count: 1
14629                         path: src/WebAuthn/WebauthnLibServer.php
14631                 -
14632                         message: """
14633                                 #^Call to deprecated method setAttestation\\(\\) of class Webauthn\\\\PublicKeyCredentialCreationOptions\\:
14634                                 since 4\\.7\\.0\\. Please use the \\{self\\:\\:create\\} instead\\.$#
14635                         """
14636                         count: 1
14637                         path: src/WebAuthn/WebauthnLibServer.php
14639                 -
14640                         message: """
14641                                 #^Call to deprecated method setAuthenticatorSelection\\(\\) of class Webauthn\\\\PublicKeyCredentialCreationOptions\\:
14642                                 since 4\\.7\\.0\\. Please use the \\{self\\:\\:create\\} instead\\.$#
14643                         """
14644                         count: 1
14645                         path: src/WebAuthn/WebauthnLibServer.php
14647                 -
14648                         message: """
14649                                 #^Call to deprecated method setExtensions\\(\\) of class Webauthn\\\\PublicKeyCredentialOptions\\:
14650                                 since 4\\.7\\.0\\. Please use the \\{self\\:\\:create\\} instead\\.$#
14651                         """
14652                         count: 2
14653                         path: src/WebAuthn/WebauthnLibServer.php
14655                 -
14656                         message: """
14657                                 #^Call to deprecated method setRpId\\(\\) of class Webauthn\\\\PublicKeyCredentialRequestOptions\\:
14658                                 since 4\\.7\\.0\\. Please use the property directly\\.$#
14659                         """
14660                         count: 1
14661                         path: src/WebAuthn/WebauthnLibServer.php
14663                 -
14664                         message: """
14665                                 #^Call to deprecated method setTimeout\\(\\) of class Webauthn\\\\PublicKeyCredentialOptions\\:
14666                                 since 4\\.7\\.0\\. Please use the \\{self\\:\\:create\\} instead\\.$#
14667                         """
14668                         count: 2
14669                         path: src/WebAuthn/WebauthnLibServer.php
14671                 -
14672                         message: """
14673                                 #^Call to deprecated method setUserVerification\\(\\) of class Webauthn\\\\PublicKeyCredentialRequestOptions\\:
14674                                 since 4\\.7\\.0\\. Please use the property directly\\.$#
14675                         """
14676                         count: 1
14677                         path: src/WebAuthn/WebauthnLibServer.php
14679                 -
14680                         message: """
14681                                 #^Call to method create\\(\\) of deprecated class Webauthn\\\\PublicKeyCredentialLoader\\:
14682                                 since 4\\.8\\.0 and will be removed in 5\\.0\\.0\\. Please use the Symfony serializer instead$#
14683                         """
14684                         count: 2
14685                         path: src/WebAuthn/WebauthnLibServer.php
14687                 -
14688                         message: "#^Call to static method Webmozart\\\\Assert\\\\Assert\\:\\:isInstanceOf\\(\\) with Webauthn\\\\PublicKeyCredentialCreationOptions and 'Webauthn\\\\\\\\PublicKeyCredentialCreationOptions' will always evaluate to true\\.$#"
14689                         count: 1
14690                         path: src/WebAuthn/WebauthnLibServer.php
14692                 -
14693                         message: "#^Call to static method Webmozart\\\\Assert\\\\Assert\\:\\:isInstanceOf\\(\\) with Webauthn\\\\PublicKeyCredentialRequestOptions and 'Webauthn\\\\\\\\PublicKeyCredentialRequestOptions' will always evaluate to true\\.$#"
14694                         count: 1
14695                         path: src/WebAuthn/WebauthnLibServer.php
14697                 -
14698                         message: "#^Cannot access offset 'authenticatorData' on mixed\\.$#"
14699                         count: 2
14700                         path: src/WebAuthn/WebauthnLibServer.php
14702                 -
14703                         message: "#^Cannot access offset 'clientDataJSON' on mixed\\.$#"
14704                         count: 4
14705                         path: src/WebAuthn/WebauthnLibServer.php
14707                 -
14708                         message: "#^Cannot access offset 'response' on mixed\\.$#"
14709                         count: 6
14710                         path: src/WebAuthn/WebauthnLibServer.php
14712                 -
14713                         message: """
14714                                 #^Instantiation of deprecated class Webauthn\\\\AuthenticationExtensions\\\\AuthenticationExtensionsClientInputs\\:
14715                                 since 4\\.8\\.0\\. Use \\{Webauthn\\\\AuthenticationExtensions\\\\AuthenticationExtensions\\} instead\\.$#
14716                         """
14717                         count: 2
14718                         path: src/WebAuthn/WebauthnLibServer.php
14720                 -
14721                         message: """
14722                                 #^Instantiation of deprecated class Webauthn\\\\TokenBinding\\\\IgnoreTokenBindingHandler\\:
14723                                 Since 4\\.3\\.0 and will be removed in 5\\.0\\.0$#
14724                         """
14725                         count: 2
14726                         path: src/WebAuthn/WebauthnLibServer.php
14728                 -
14729                         message: "#^Parameter \\#1 \\$haystack of function str_ends_with expects string, mixed given\\.$#"
14730                         count: 1
14731                         path: src/WebAuthn/WebauthnLibServer.php
14733                 -
14734                         message: "#^Parameter \\#1 \\$string of function rtrim expects string, mixed given\\.$#"
14735                         count: 1
14736                         path: src/WebAuthn/WebauthnLibServer.php
14738                 -
14739                         message: "#^Parameter \\#1 \\$string of function sodium_base642bin expects string, mixed given\\.$#"
14740                         count: 3
14741                         path: src/WebAuthn/WebauthnLibServer.php
14743                 -
14744                         message: "#^Return type of method PhpMyAdmin\\\\WebAuthn\\\\WebauthnLibServer\\:\\:createPublicKeyCredentialSourceRepository\\(\\) has typehint with deprecated interface Webauthn\\\\PublicKeyCredentialSourceRepository\\.$#"
14745                         count: 1
14746                         path: src/WebAuthn/WebauthnLibServer.php
14748                 -
14749                         message: "#^Method PhpMyAdmin\\\\ZipExtension\\:\\:getContents\\(\\) should return array\\{error\\: string, data\\: string\\} but returns array\\{error\\: '', data\\: string\\|false\\}\\.$#"
14750                         count: 1
14751                         path: src/ZipExtension.php
14753                 -
14754                         message: "#^Method PhpMyAdmin\\\\ZipExtension\\:\\:getContents\\(\\) should return array\\{error\\: string, data\\: string\\} but returns array\\{error\\: string, data\\: string\\|false\\}\\.$#"
14755                         count: 1
14756                         path: src/ZipExtension.php
14758                 -
14759                         message: "#^Parameter \\#1 \\$data of function gzcompress expects string, mixed given\\.$#"
14760                         count: 1
14761                         path: src/ZipExtension.php
14763                 -
14764                         message: "#^Parameter \\#1 \\$keys of function array_combine expects array\\<int\\|string\\>, array given\\.$#"
14765                         count: 1
14766                         path: src/ZipExtension.php
14768                 -
14769                         message: "#^Parameter \\#1 \\$string of function crc32 expects string, mixed given\\.$#"
14770                         count: 1
14771                         path: src/ZipExtension.php
14773                 -
14774                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
14775                         count: 1
14776                         path: src/ZipExtension.php
14778                 -
14779                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, \\(int\\|string\\) given\\.$#"
14780                         count: 1
14781                         path: src/ZipExtension.php
14783                 -
14784                         message: "#^Cannot access offset 'Console' on mixed\\.$#"
14785                         count: 1
14786                         path: tests/config.e2e.inc.php
14788                 -
14789                         message: "#^Cannot access offset 'Mode' on mixed\\.$#"
14790                         count: 1
14791                         path: tests/config.e2e.inc.php
14793                 -
14794                         message: "#^Cannot access offset 'Servers' on mixed\\.$#"
14795                         count: 3
14796                         path: tests/config.e2e.inc.php
14798                 -
14799                         message: "#^Cannot access offset 'UploadDir' on mixed\\.$#"
14800                         count: 1
14801                         path: tests/config.e2e.inc.php
14803                 -
14804                         message: "#^Cannot access offset 'auth_type' on mixed\\.$#"
14805                         count: 1
14806                         path: tests/config.e2e.inc.php
14808                 -
14809                         message: "#^Cannot access offset 'host' on mixed\\.$#"
14810                         count: 1
14811                         path: tests/config.e2e.inc.php
14813                 -
14814                         message: "#^Cannot access offset 'verbose' on mixed\\.$#"
14815                         count: 1
14816                         path: tests/config.e2e.inc.php
14818                 -
14819                         message: "#^Cannot access offset 1 on mixed\\.$#"
14820                         count: 2
14821                         path: tests/config.e2e.inc.php
14823                 -
14824                         message: "#^Implicit array creation is not allowed \\- variable \\$cfg might not exist\\.$#"
14825                         count: 1
14826                         path: tests/config.e2e.inc.php
14828                 -
14829                         message: "#^Call to function is_string\\(\\) with non\\-falsy\\-string will always evaluate to true\\.$#"
14830                         count: 2
14831                         path: tests/end-to-end/TestBase.php
14833                 -
14834                         message: "#^Cannot access property \\$public_url on mixed\\.$#"
14835                         count: 1
14836                         path: tests/end-to-end/TestBase.php
14838                 -
14839                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase has an uninitialized property \\$sessionId\\. Give it default value or assign it in the constructor\\.$#"
14840                         count: 1
14841                         path: tests/end-to-end/TestBase.php
14843                 -
14844                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14845                         count: 5
14846                         path: tests/end-to-end/TestBase.php
14848                 -
14849                         message: """
14850                                 #^Fetching deprecated class constant CAPABILITY_W3C of class Facebook\\\\WebDriver\\\\Chrome\\\\ChromeOptions\\:
14851                                 Use CAPABILITY instead$#
14852                         """
14853                         count: 1
14854                         path: tests/end-to-end/TestBase.php
14856                 -
14857                         message: "#^Only booleans are allowed in &&, string given on the left side\\.$#"
14858                         count: 2
14859                         path: tests/end-to-end/TestBase.php
14861                 -
14862                         message: "#^Only booleans are allowed in a negated boolean, int given\\.$#"
14863                         count: 2
14864                         path: tests/end-to-end/TestBase.php
14866                 -
14867                         message: "#^Only booleans are allowed in a negated boolean, string\\|null given\\.$#"
14868                         count: 1
14869                         path: tests/end-to-end/TestBase.php
14871                 -
14872                         message: "#^Only booleans are allowed in an elseif condition, string\\|false given\\.$#"
14873                         count: 1
14874                         path: tests/end-to-end/TestBase.php
14876                 -
14877                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
14878                         count: 2
14879                         path: tests/end-to-end/TestBase.php
14881                 -
14882                         message: "#^Parameter \\#1 \\$by of method Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebDriver\\:\\:findElement\\(\\) expects Facebook\\\\WebDriver\\\\WebDriverBy, mixed given\\.$#"
14883                         count: 1
14884                         path: tests/end-to-end/TestBase.php
14886                 -
14887                         message: "#^Parameter \\#1 \\$by of static method Facebook\\\\WebDriver\\\\WebDriverExpectedCondition\\:\\:presenceOfElementLocated\\(\\) expects Facebook\\\\WebDriver\\\\WebDriverBy, mixed given\\.$#"
14888                         count: 2
14889                         path: tests/end-to-end/TestBase.php
14891                 -
14892                         message: "#^Parameter \\#1 \\$by of static method Facebook\\\\WebDriver\\\\WebDriverExpectedCondition\\:\\:visibilityOfElementLocated\\(\\) expects Facebook\\\\WebDriver\\\\WebDriverBy, mixed given\\.$#"
14893                         count: 1
14894                         path: tests/end-to-end/TestBase.php
14896                 -
14897                         message: "#^Parameter \\#1 \\$handle of function curl_errno expects CurlHandle, \\(CurlHandle\\|false\\) given\\.$#"
14898                         count: 2
14899                         path: tests/end-to-end/TestBase.php
14901                 -
14902                         message: "#^Parameter \\#1 \\$handle of function curl_error expects CurlHandle, \\(CurlHandle\\|false\\) given\\.$#"
14903                         count: 3
14904                         path: tests/end-to-end/TestBase.php
14906                 -
14907                         message: "#^Parameter \\#1 \\$handle of function curl_exec expects CurlHandle, \\(CurlHandle\\|false\\) given\\.$#"
14908                         count: 2
14909                         path: tests/end-to-end/TestBase.php
14911                 -
14912                         message: "#^Parameter \\#1 \\$handle of function curl_setopt expects CurlHandle, \\(CurlHandle\\|false\\) given\\.$#"
14913                         count: 9
14914                         path: tests/end-to-end/TestBase.php
14916                 -
14917                         message: "#^Parameter \\#1 \\$handle of method Facebook\\\\WebDriver\\\\Remote\\\\RemoteTargetLocator\\:\\:window\\(\\) expects string, mixed given\\.$#"
14918                         count: 3
14919                         path: tests/end-to-end/TestBase.php
14921                 -
14922                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:\\$sqlWindowHandle \\(string\\|null\\) does not accept mixed\\.$#"
14923                         count: 1
14924                         path: tests/end-to-end/TestBase.php
14926                 -
14927                         message: "#^Strict comparison using \\=\\=\\= between Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebDriver and null will always evaluate to false\\.$#"
14928                         count: 1
14929                         path: tests/end-to-end/TestBase.php
14931                 -
14932                         message: "#^Variable static method call on Facebook\\\\WebDriver\\\\WebDriverBy\\.$#"
14933                         count: 4
14934                         path: tests/end-to-end/TestBase.php
14936                 -
14937                         message: "#^Cannot access offset 'Servers' on mixed\\.$#"
14938                         count: 5
14939                         path: tests/test_data/config.inc.php
14941                 -
14942                         message: "#^Cannot access offset 'auth_type' on mixed\\.$#"
14943                         count: 1
14944                         path: tests/test_data/config.inc.php
14946                 -
14947                         message: "#^Cannot access offset 'host' on mixed\\.$#"
14948                         count: 1
14949                         path: tests/test_data/config.inc.php
14951                 -
14952                         message: "#^Cannot access offset 'port' on mixed\\.$#"
14953                         count: 1
14954                         path: tests/test_data/config.inc.php
14956                 -
14957                         message: "#^Cannot access offset 'socket' on mixed\\.$#"
14958                         count: 1
14959                         path: tests/test_data/config.inc.php
14961                 -
14962                         message: "#^Cannot access offset 'verbose' on mixed\\.$#"
14963                         count: 1
14964                         path: tests/test_data/config.inc.php
14966                 -
14967                         message: "#^Cannot access offset 1 on mixed\\.$#"
14968                         count: 5
14969                         path: tests/test_data/config.inc.php
14971                 -
14972                         message: "#^Implicit array creation is not allowed \\- variable \\$cfg might not exist\\.$#"
14973                         count: 1
14974                         path: tests/test_data/config.inc.php
14976                 -
14977                         message: """
14978                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
14979                                 Use dependency injection instead\\.$#
14980                         """
14981                         count: 1
14982                         path: tests/unit/AbstractTestCase.php
14984                 -
14985                         message: """
14986                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
14987                                 Use dependency injection instead\\.$#
14988                         """
14989                         count: 1
14990                         path: tests/unit/Advisory/AdvisorTest.php
14992                 -
14993                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'formula' and array\\{id\\: non\\-empty\\-string, name\\: string, precondition\\?\\: non\\-empty\\-string, formula\\: non\\-empty\\-string, test\\: non\\-empty\\-string, issue\\: string, recommendation\\: string, justification\\: string, \\.\\.\\.\\} will always evaluate to true\\.$#"
14994                         count: 1
14995                         path: tests/unit/Advisory/RulesTest.php
14997                 -
14998                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'id' and array\\{id\\: non\\-empty\\-string, name\\: string, precondition\\?\\: non\\-empty\\-string, formula\\: non\\-empty\\-string, test\\: non\\-empty\\-string, issue\\: string, recommendation\\: string, justification\\: string, \\.\\.\\.\\} will always evaluate to true\\.$#"
14999                         count: 1
15000                         path: tests/unit/Advisory/RulesTest.php
15002                 -
15003                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'issue' and array\\{id\\: non\\-empty\\-string, name\\: string, precondition\\?\\: non\\-empty\\-string, formula\\: non\\-empty\\-string, test\\: non\\-empty\\-string, issue\\: string, recommendation\\: string, justification\\: string, \\.\\.\\.\\} will always evaluate to true\\.$#"
15004                         count: 1
15005                         path: tests/unit/Advisory/RulesTest.php
15007                 -
15008                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'justification' and array\\{id\\: non\\-empty\\-string, name\\: string, precondition\\?\\: non\\-empty\\-string, formula\\: non\\-empty\\-string, test\\: non\\-empty\\-string, issue\\: string, recommendation\\: string, justification\\: string, \\.\\.\\.\\} will always evaluate to true\\.$#"
15009                         count: 1
15010                         path: tests/unit/Advisory/RulesTest.php
15012                 -
15013                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'name' and array\\{id\\: non\\-empty\\-string, name\\: string, precondition\\?\\: non\\-empty\\-string, formula\\: non\\-empty\\-string, test\\: non\\-empty\\-string, issue\\: string, recommendation\\: string, justification\\: string, \\.\\.\\.\\} will always evaluate to true\\.$#"
15014                         count: 1
15015                         path: tests/unit/Advisory/RulesTest.php
15017                 -
15018                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'recommendation' and array\\{id\\: non\\-empty\\-string, name\\: string, precondition\\?\\: non\\-empty\\-string, formula\\: non\\-empty\\-string, test\\: non\\-empty\\-string, issue\\: string, recommendation\\: string, justification\\: string, \\.\\.\\.\\} will always evaluate to true\\.$#"
15019                         count: 1
15020                         path: tests/unit/Advisory/RulesTest.php
15022                 -
15023                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'test' and array\\{id\\: non\\-empty\\-string, name\\: string, precondition\\?\\: non\\-empty\\-string, formula\\: non\\-empty\\-string, test\\: non\\-empty\\-string, issue\\: string, recommendation\\: string, justification\\: string, \\.\\.\\.\\} will always evaluate to true\\.$#"
15024                         count: 1
15025                         path: tests/unit/Advisory/RulesTest.php
15027                 -
15028                         message: """
15029                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15030                                 Use dependency injection instead\\.$#
15031                         """
15032                         count: 3
15033                         path: tests/unit/BookmarkTest.php
15035                 -
15036                         message: """
15037                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15038                                 Use dependency injection instead\\.$#
15039                         """
15040                         count: 3
15041                         path: tests/unit/BookmarkTest.php
15043                 -
15044                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
15045                         count: 3
15046                         path: tests/unit/BrowseForeignersTest.php
15048                 -
15049                         message: "#^Parameter \\#2 \\$string of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringEndsWith\\(\\) expects string, mixed given\\.$#"
15050                         count: 1
15051                         path: tests/unit/BrowseForeignersTest.php
15053                 -
15054                         message: "#^Parameter \\#2 \\$string of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringStartsWith\\(\\) expects string, mixed given\\.$#"
15055                         count: 1
15056                         path: tests/unit/BrowseForeignersTest.php
15058                 -
15059                         message: "#^Missing call to parent\\:\\:setUp\\(\\) method\\.$#"
15060                         count: 1
15061                         path: tests/unit/CacheTest.php
15063                 -
15064                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Command\\\\SetVersionCommandTest has an uninitialized property \\$command\\. Give it default value or assign it in the constructor\\.$#"
15065                         count: 1
15066                         path: tests/unit/Command/SetVersionCommandTest.php
15068                 -
15069                         message: "#^Missing call to parent\\:\\:setUp\\(\\) method\\.$#"
15070                         count: 1
15071                         path: tests/unit/Command/SetVersionCommandTest.php
15073                 -
15074                         message: """
15075                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15076                                 Use dependency injection instead\\.$#
15077                         """
15078                         count: 1
15079                         path: tests/unit/Command/TwigLintCommandTest.php
15081                 -
15082                         message: "#^Parameter \\#1 \\$array of function sort expects TArray of array\\<T\\>, mixed given\\.$#"
15083                         count: 2
15084                         path: tests/unit/Command/TwigLintCommandTest.php
15086                 -
15087                         message: "#^Cannot access offset 'port' on mixed\\.$#"
15088                         count: 1
15089                         path: tests/unit/Config/ConfigFileTest.php
15091                 -
15092                         message: "#^Argument of an invalid type array\\<array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string\\>\\|bool\\|int\\<1, max\\>\\|string\\|null supplied for foreach, only iterables are supported\\.$#"
15093                         count: 1
15094                         path: tests/unit/Config/DescriptionTest.php
15096                 -
15097                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
15098                         count: 1
15099                         path: tests/unit/Config/DescriptionTest.php
15101                 -
15102                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with array\\<int\\<1, max\\>, non\\-empty\\-array\\<'AllowDeny'\\|'AllowNoPassword'\\|'AllowRoot'\\|'auth_http_realm'\\|'auth_type'\\|'bookmarktable'\\|'central_columns'\\|'column_info'\\|'compress'\\|'control_compress'\\|'control_hide…'\\|'control_socket'\\|'control_ssl'\\|'control_ssl_ca'\\|'control_ssl_ca_path'\\|'control_ssl_cert'\\|'control_ssl_ciphers'\\|'control_ssl_key'\\|'control_ssl_verify'\\|'controlhost'\\|'controlpass'\\|'controlport'\\|'controluser'\\|'designer_settings'\\|'DisableIS'\\|'export_templates'\\|'favorite'\\|'hide_db'\\|'history'\\|'host'\\|'LogoutURL'\\|'MaxTableUiprefs'\\|'navigationhiding'\\|'only_db'\\|'password'\\|'pdf_pages'\\|'pmadb'\\|'port'\\|'recent'\\|'relation'\\|'savedsearches'\\|'SessionTimeZone'\\|'SignonCookieParams'\\|'SignonScript'\\|'SignonSession'\\|'SignonURL'\\|'socket'\\|'ssl'\\|'ssl_ca'\\|'ssl_ca_path'\\|'ssl_cert'\\|'ssl_ciphers'\\|'ssl_key'\\|'ssl_verify'\\|'table_coords'\\|'table_info'\\|'table_uiprefs'\\|'tracking'\\|'user'\\|'userconfig'\\|'usergroups'\\|'users'\\|'verbose', array\\<array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string\\>\\|bool\\|int\\<1, max\\>\\|string\\|null\\>\\> will always evaluate to true\\.$#"
15103                         count: 1
15104                         path: tests/unit/Config/DescriptionTest.php
15106                 -
15107                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with non\\-empty\\-array\\<'AllowDeny'\\|'AllowNoPassword'\\|'AllowRoot'\\|'auth_http_realm'\\|'auth_type'\\|'bookmarktable'\\|'central_columns'\\|'column_info'\\|'compress'\\|'control_compress'\\|'control_hide…'\\|'control_socket'\\|'control_ssl'\\|'control_ssl_ca'\\|'control_ssl_ca_path'\\|'control_ssl_cert'\\|'control_ssl_ciphers'\\|'control_ssl_key'\\|'control_ssl_verify'\\|'controlhost'\\|'controlpass'\\|'controlport'\\|'controluser'\\|'designer_settings'\\|'DisableIS'\\|'export_templates'\\|'favorite'\\|'hide_db'\\|'history'\\|'host'\\|'LogoutURL'\\|'MaxTableUiprefs'\\|'navigationhiding'\\|'only_db'\\|'password'\\|'pdf_pages'\\|'pmadb'\\|'port'\\|'recent'\\|'relation'\\|'savedsearches'\\|'SessionTimeZone'\\|'SignonCookieParams'\\|'SignonScript'\\|'SignonSession'\\|'SignonURL'\\|'socket'\\|'ssl'\\|'ssl_ca'\\|'ssl_ca_path'\\|'ssl_cert'\\|'ssl_ciphers'\\|'ssl_key'\\|'ssl_verify'\\|'table_coords'\\|'table_info'\\|'table_uiprefs'\\|'tracking'\\|'user'\\|'userconfig'\\|'usergroups'\\|'users'\\|'verbose', array\\<array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string\\>\\|bool\\|int\\<1, max\\>\\|string\\|null\\> will always evaluate to true\\.$#"
15108                         count: 1
15109                         path: tests/unit/Config/DescriptionTest.php
15111                 -
15112                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNotNull\\(\\) with array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string will always evaluate to true\\.$#"
15113                         count: 1
15114                         path: tests/unit/Config/DescriptionTest.php
15116                 -
15117                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNotNull\\(\\) with string will always evaluate to true\\.$#"
15118                         count: 3
15119                         path: tests/unit/Config/DescriptionTest.php
15121                 -
15122                         message: """
15123                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15124                                 Use dependency injection instead\\.$#
15125                         """
15126                         count: 1
15127                         path: tests/unit/Config/FormDisplayTest.php
15129                 -
15130                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsString\\(\\) with '' will always evaluate to true\\.$#"
15131                         count: 1
15132                         path: tests/unit/Config/FormDisplayTest.php
15134                 -
15135                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with ''\\|'; Compressed export…'\\|'Compressed export…'\\|'Compressed import…' and null will always evaluate to false\\.$#"
15136                         count: 1
15137                         path: tests/unit/Config/FormDisplayTest.php
15139                 -
15140                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with null will always evaluate to false\\.$#"
15141                         count: 1
15142                         path: tests/unit/Config/FormDisplayTest.php
15144                 -
15145                         message: "#^Cannot access offset 'pma_testform' on mixed\\.$#"
15146                         count: 1
15147                         path: tests/unit/Config/FormDisplayTest.php
15149                 -
15150                         message: "#^Offset 1 does not exist on array\\{0\\?\\: string, 1\\?\\: numeric\\-string\\}\\.$#"
15151                         count: 1
15152                         path: tests/unit/Config/FormTest.php
15154                 -
15155                         message: """
15156                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15157                                 Use dependency injection instead\\.$#
15158                         """
15159                         count: 1
15160                         path: tests/unit/Config/Forms/FormListTest.php
15162                 -
15163                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Forms\\\\\\\\BaseFormList' and PhpMyAdmin\\\\Config\\\\Forms\\\\BaseFormList will always evaluate to true\\.$#"
15164                         count: 1
15165                         path: tests/unit/Config/Forms/FormListTest.php
15167                 -
15168                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNotNull\\(\\) with string will always evaluate to true\\.$#"
15169                         count: 1
15170                         path: tests/unit/Config/Forms/FormListTest.php
15172                 -
15173                         message: """
15174                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15175                                 Use dependency injection instead\\.$#
15176                         """
15177                         count: 1
15178                         path: tests/unit/Config/PageSettingsTest.php
15180                 -
15181                         message: """
15182                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15183                                 Use dependency injection instead\\.$#
15184                         """
15185                         count: 3
15186                         path: tests/unit/Config/PageSettingsTest.php
15188                 -
15189                         message: """
15190                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15191                                 Use dependency injection instead\\.$#
15192                         """
15193                         count: 1
15194                         path: tests/unit/Config/ServerConfigChecksTest.php
15196                 -
15197                         message: "#^Cannot access offset 'AllowArbitraryServer' on mixed\\.$#"
15198                         count: 2
15199                         path: tests/unit/Config/ServerConfigChecksTest.php
15201                 -
15202                         message: "#^Cannot access offset 'BZipDump' on mixed\\.$#"
15203                         count: 2
15204                         path: tests/unit/Config/ServerConfigChecksTest.php
15206                 -
15207                         message: "#^Cannot access offset 'GZipDump' on mixed\\.$#"
15208                         count: 2
15209                         path: tests/unit/Config/ServerConfigChecksTest.php
15211                 -
15212                         message: "#^Cannot access offset 'LoginCookieStore' on mixed\\.$#"
15213                         count: 2
15214                         path: tests/unit/Config/ServerConfigChecksTest.php
15216                 -
15217                         message: "#^Cannot access offset 'LoginCookieValidity' on mixed\\.$#"
15218                         count: 2
15219                         path: tests/unit/Config/ServerConfigChecksTest.php
15221                 -
15222                         message: "#^Cannot access offset 'SaveDir' on mixed\\.$#"
15223                         count: 2
15224                         path: tests/unit/Config/ServerConfigChecksTest.php
15226                 -
15227                         message: "#^Cannot access offset 'Servers' on mixed\\.$#"
15228                         count: 4
15229                         path: tests/unit/Config/ServerConfigChecksTest.php
15231                 -
15232                         message: "#^Cannot access offset 'TempDir' on mixed\\.$#"
15233                         count: 2
15234                         path: tests/unit/Config/ServerConfigChecksTest.php
15236                 -
15237                         message: "#^Cannot access offset 'ZipDump' on mixed\\.$#"
15238                         count: 2
15239                         path: tests/unit/Config/ServerConfigChecksTest.php
15241                 -
15242                         message: "#^Cannot access offset 'blowfish_secret' on mixed\\.$#"
15243                         count: 6
15244                         path: tests/unit/Config/ServerConfigChecksTest.php
15246                 -
15247                         message: "#^Cannot access offset 'error' on mixed\\.$#"
15248                         count: 1
15249                         path: tests/unit/Config/ServerConfigChecksTest.php
15251                 -
15252                         message: "#^Cannot access offset 'notice' on mixed\\.$#"
15253                         count: 1
15254                         path: tests/unit/Config/ServerConfigChecksTest.php
15256                 -
15257                         message: "#^Parameter \\#1 \\$array of function array_keys expects array, mixed given\\.$#"
15258                         count: 2
15259                         path: tests/unit/Config/ServerConfigChecksTest.php
15261                 -
15262                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Config\\\\ServerConfigChecksTest\\:\\:\\$sessionID \\(string\\) does not accept mixed\\.$#"
15263                         count: 1
15264                         path: tests/unit/Config/ServerConfigChecksTest.php
15266                 -
15267                         message: "#^Variable property access on PhpMyAdmin\\\\Config\\\\Settings\\\\Schema\\.$#"
15268                         count: 1
15269                         path: tests/unit/Config/Settings/SchemaTest.php
15271                 -
15272                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\Console' and PhpMyAdmin\\\\Config\\\\Settings\\\\Console will always evaluate to true\\.$#"
15273                         count: 1
15274                         path: tests/unit/Config/SettingsTest.php
15276                 -
15277                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\Export' and PhpMyAdmin\\\\Config\\\\Settings\\\\Export will always evaluate to true\\.$#"
15278                         count: 1
15279                         path: tests/unit/Config/SettingsTest.php
15281                 -
15282                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\Import' and PhpMyAdmin\\\\Config\\\\Settings\\\\Import will always evaluate to true\\.$#"
15283                         count: 1
15284                         path: tests/unit/Config/SettingsTest.php
15286                 -
15287                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\Schema' and PhpMyAdmin\\\\Config\\\\Settings\\\\Schema will always evaluate to true\\.$#"
15288                         count: 1
15289                         path: tests/unit/Config/SettingsTest.php
15291                 -
15292                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\SqlQueryBox' and PhpMyAdmin\\\\Config\\\\Settings\\\\SqlQueryBox will always evaluate to true\\.$#"
15293                         count: 1
15294                         path: tests/unit/Config/SettingsTest.php
15296                 -
15297                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\Transformations' and PhpMyAdmin\\\\Config\\\\Settings\\\\Transformations will always evaluate to true\\.$#"
15298                         count: 1
15299                         path: tests/unit/Config/SettingsTest.php
15301                 -
15302                         message: "#^Variable property access on PhpMyAdmin\\\\Config\\\\Settings\\.$#"
15303                         count: 1
15304                         path: tests/unit/Config/SettingsTest.php
15306                 -
15307                         message: """
15308                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15309                                 Use dependency injection instead\\.$#
15310                         """
15311                         count: 15
15312                         path: tests/unit/ConfigStorage/RelationTest.php
15314                 -
15315                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with arguments 'relation', array\\{version\\: string, user\\: string\\|null, db\\: string\\|null, bookmark\\: string\\|null, central_columns\\: string\\|null, column_info\\: string\\|null, designer_settings\\: string\\|null, export_templates\\: string\\|null, \\.\\.\\.\\} and 'The cache is…' will always evaluate to true\\.$#"
15316                         count: 3
15317                         path: tests/unit/ConfigStorage/RelationTest.php
15319                 -
15320                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with '' and '' will always evaluate to true\\.$#"
15321                         count: 2
15322                         path: tests/unit/ConfigStorage/RelationTest.php
15324                 -
15325                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 'db_pma' and 'db_pma' will always evaluate to true\\.$#"
15326                         count: 1
15327                         path: tests/unit/ConfigStorage/RelationTest.php
15329                 -
15330                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{\\}\\.$#"
15331                         count: 6
15332                         path: tests/unit/ConfigStorage/RelationTest.php
15334                 -
15335                         message: """
15336                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15337                                 Use dependency injection instead\\.$#
15338                         """
15339                         count: 1
15340                         path: tests/unit/ConfigTest.php
15342                 -
15343                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'Server' and array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\} will always evaluate to false\\.$#"
15344                         count: 1
15345                         path: tests/unit/ConfigTest.php
15347                 -
15348                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with array\\<int\\<1, max\\>, array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\> will always evaluate to true\\.$#"
15349                         count: 1
15350                         path: tests/unit/ConfigTest.php
15352                 -
15353                         message: "#^Only booleans are allowed in &&, int\\<0, 2\\> given on the right side\\.$#"
15354                         count: 2
15355                         path: tests/unit/ConfigTest.php
15357                 -
15358                         message: "#^Only booleans are allowed in an elseif condition, string\\|false given\\.$#"
15359                         count: 3
15360                         path: tests/unit/ConfigTest.php
15362                 -
15363                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
15364                         count: 1
15365                         path: tests/unit/ConfigTest.php
15367                 -
15368                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, array\\<int, string\\> given\\.$#"
15369                         count: 1
15370                         path: tests/unit/ConfigTest.php
15372                 -
15373                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
15374                         count: 1
15375                         path: tests/unit/ConfigTest.php
15377                 -
15378                         message: "#^Parameter \\#1 \\$source of method PhpMyAdmin\\\\Config\\:\\:loadAndCheck\\(\\) expects string\\|null, mixed given\\.$#"
15379                         count: 1
15380                         path: tests/unit/ConfigTest.php
15382                 -
15383                         message: """
15384                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15385                                 Use dependency injection instead\\.$#
15386                         """
15387                         count: 1
15388                         path: tests/unit/ConsoleTest.php
15390                 -
15391                         message: """
15392                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15393                                 Use dependency injection instead\\.$#
15394                         """
15395                         count: 1
15396                         path: tests/unit/Controllers/BrowseForeignersControllerTest.php
15398                 -
15399                         message: """
15400                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15401                                 Use dependency injection instead\\.$#
15402                         """
15403                         count: 1
15404                         path: tests/unit/Controllers/CheckRelationsControllerTest.php
15406                 -
15407                         message: """
15408                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15409                                 Use dependency injection instead\\.$#
15410                         """
15411                         count: 2
15412                         path: tests/unit/Controllers/Console/Bookmark/AddControllerTest.php
15414                 -
15415                         message: """
15416                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15417                                 Use dependency injection instead\\.$#
15418                         """
15419                         count: 1
15420                         path: tests/unit/Controllers/Console/Bookmark/RefreshControllerTest.php
15422                 -
15423                         message: """
15424                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15425                                 Use dependency injection instead\\.$#
15426                         """
15427                         count: 2
15428                         path: tests/unit/Controllers/Database/EventsControllerTest.php
15430                 -
15431                         message: """
15432                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15433                                 Use dependency injection instead\\.$#
15434                         """
15435                         count: 1
15436                         path: tests/unit/Controllers/Database/PrivilegesControllerTest.php
15438                 -
15439                         message: """
15440                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15441                                 Use dependency injection instead\\.$#
15442                         """
15443                         count: 1
15444                         path: tests/unit/Controllers/Database/PrivilegesControllerTest.php
15446                 -
15447                         message: """
15448                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15449                                 Use dependency injection instead\\.$#
15450                         """
15451                         count: 2
15452                         path: tests/unit/Controllers/Database/RoutinesControllerTest.php
15454                 -
15455                         message: """
15456                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15457                                 Use dependency injection instead\\.$#
15458                         """
15459                         count: 1
15460                         path: tests/unit/Controllers/Database/Structure/RealRowCountControllerTest.php
15462                 -
15463                         message: """
15464                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15465                                 Use dependency injection instead\\.$#
15466                         """
15467                         count: 3
15468                         path: tests/unit/Controllers/Database/StructureControllerTest.php
15470                 -
15471                         message: """
15472                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15473                                 Use dependency injection instead\\.$#
15474                         """
15475                         count: 5
15476                         path: tests/unit/Controllers/Database/StructureControllerTest.php
15478                 -
15479                         message: "#^Cannot access offset 'COUNTED' on mixed\\.$#"
15480                         count: 4
15481                         path: tests/unit/Controllers/Database/StructureControllerTest.php
15483                 -
15484                         message: "#^Cannot access offset 'Data_free' on mixed\\.$#"
15485                         count: 1
15486                         path: tests/unit/Controllers/Database/StructureControllerTest.php
15488                 -
15489                         message: "#^Cannot access offset 'ENGINE' on mixed\\.$#"
15490                         count: 3
15491                         path: tests/unit/Controllers/Database/StructureControllerTest.php
15493                 -
15494                         message: "#^Cannot access offset 'Rows' on mixed\\.$#"
15495                         count: 1
15496                         path: tests/unit/Controllers/Database/StructureControllerTest.php
15498                 -
15499                         message: "#^Cannot access offset 'TABLE_ROWS' on mixed\\.$#"
15500                         count: 1
15501                         path: tests/unit/Controllers/Database/StructureControllerTest.php
15503                 -
15504                         message: "#^Cannot use array destructuring on mixed\\.$#"
15505                         count: 8
15506                         path: tests/unit/Controllers/Database/StructureControllerTest.php
15508                 -
15509                         message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
15510                         count: 1
15511                         path: tests/unit/Controllers/Database/StructureControllerTest.php
15513                 -
15514                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
15515                         count: 4
15516                         path: tests/unit/Controllers/Database/StructureControllerTest.php
15518                 -
15519                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringNotContainsString\\(\\) expects string, mixed given\\.$#"
15520                         count: 1
15521                         path: tests/unit/Controllers/Database/StructureControllerTest.php
15523                 -
15524                         message: """
15525                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15526                                 Use dependency injection instead\\.$#
15527                         """
15528                         count: 2
15529                         path: tests/unit/Controllers/Export/ExportControllerTest.php
15531                 -
15532                         message: """
15533                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15534                                 Use dependency injection instead\\.$#
15535                         """
15536                         count: 1
15537                         path: tests/unit/Controllers/Export/Template/CreateControllerTest.php
15539                 -
15540                         message: """
15541                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15542                                 Use dependency injection instead\\.$#
15543                         """
15544                         count: 1
15545                         path: tests/unit/Controllers/Export/Template/DeleteControllerTest.php
15547                 -
15548                         message: """
15549                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15550                                 Use dependency injection instead\\.$#
15551                         """
15552                         count: 1
15553                         path: tests/unit/Controllers/Export/Template/LoadControllerTest.php
15555                 -
15556                         message: """
15557                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15558                                 Use dependency injection instead\\.$#
15559                         """
15560                         count: 1
15561                         path: tests/unit/Controllers/Export/Template/UpdateControllerTest.php
15563                 -
15564                         message: """
15565                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15566                                 Use dependency injection instead\\.$#
15567                         """
15568                         count: 2
15569                         path: tests/unit/Controllers/Import/ImportControllerTest.php
15571                 -
15572                         message: """
15573                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15574                                 Use dependency injection instead\\.$#
15575                         """
15576                         count: 2
15577                         path: tests/unit/Controllers/NavigationControllerTest.php
15579                 -
15580                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
15581                         count: 4
15582                         path: tests/unit/Controllers/NavigationControllerTest.php
15584                 -
15585                         message: """
15586                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15587                                 Use dependency injection instead\\.$#
15588                         """
15589                         count: 1
15590                         path: tests/unit/Controllers/Normalization/AddNewPrimaryControllerTest.php
15592                 -
15593                         message: """
15594                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15595                                 Use dependency injection instead\\.$#
15596                         """
15597                         count: 1
15598                         path: tests/unit/Controllers/Normalization/CreateNewColumnControllerTest.php
15600                 -
15601                         message: """
15602                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15603                                 Use dependency injection instead\\.$#
15604                         """
15605                         count: 1
15606                         path: tests/unit/Controllers/Operations/TableControllerTest.php
15608                 -
15609                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
15610                         count: 1
15611                         path: tests/unit/Controllers/Operations/TableControllerTest.php
15613                 -
15614                         message: """
15615                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15616                                 Use dependency injection instead\\.$#
15617                         """
15618                         count: 1
15619                         path: tests/unit/Controllers/PhpInfoControllerTest.php
15621                 -
15622                         message: """
15623                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15624                                 Use dependency injection instead\\.$#
15625                         """
15626                         count: 1
15627                         path: tests/unit/Controllers/Server/BinlogControllerTest.php
15629                 -
15630                         message: """
15631                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15632                                 Use dependency injection instead\\.$#
15633                         """
15634                         count: 1
15635                         path: tests/unit/Controllers/Server/BinlogControllerTest.php
15637                 -
15638                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
15639                         count: 1
15640                         path: tests/unit/Controllers/Server/BinlogControllerTest.php
15642                 -
15643                         message: """
15644                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15645                                 Use dependency injection instead\\.$#
15646                         """
15647                         count: 1
15648                         path: tests/unit/Controllers/Server/CollationsControllerTest.php
15650                 -
15651                         message: """
15652                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15653                                 Use dependency injection instead\\.$#
15654                         """
15655                         count: 1
15656                         path: tests/unit/Controllers/Server/CollationsControllerTest.php
15658                 -
15659                         message: """
15660                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15661                                 Use dependency injection instead\\.$#
15662                         """
15663                         count: 1
15664                         path: tests/unit/Controllers/Server/Databases/CreateControllerTest.php
15666                 -
15667                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
15668                         count: 3
15669                         path: tests/unit/Controllers/Server/Databases/CreateControllerTest.php
15671                 -
15672                         message: """
15673                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15674                                 Use dependency injection instead\\.$#
15675                         """
15676                         count: 1
15677                         path: tests/unit/Controllers/Server/Databases/DestroyControllerTest.php
15679                 -
15680                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
15681                         count: 2
15682                         path: tests/unit/Controllers/Server/Databases/DestroyControllerTest.php
15684                 -
15685                         message: """
15686                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15687                                 Use dependency injection instead\\.$#
15688                         """
15689                         count: 2
15690                         path: tests/unit/Controllers/Server/DatabasesControllerTest.php
15692                 -
15693                         message: """
15694                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15695                                 Use dependency injection instead\\.$#
15696                         """
15697                         count: 1
15698                         path: tests/unit/Controllers/Server/DatabasesControllerTest.php
15700                 -
15701                         message: """
15702                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15703                                 Use dependency injection instead\\.$#
15704                         """
15705                         count: 1
15706                         path: tests/unit/Controllers/Server/EnginesControllerTest.php
15708                 -
15709                         message: """
15710                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15711                                 Use dependency injection instead\\.$#
15712                         """
15713                         count: 1
15714                         path: tests/unit/Controllers/Server/EnginesControllerTest.php
15716                 -
15717                         message: """
15718                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15719                                 Use dependency injection instead\\.$#
15720                         """
15721                         count: 1
15722                         path: tests/unit/Controllers/Server/PluginsControllerTest.php
15724                 -
15725                         message: """
15726                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15727                                 Use dependency injection instead\\.$#
15728                         """
15729                         count: 1
15730                         path: tests/unit/Controllers/Server/PrivilegesControllerTest.php
15732                 -
15733                         message: """
15734                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15735                                 Use dependency injection instead\\.$#
15736                         """
15737                         count: 1
15738                         path: tests/unit/Controllers/Server/ShowEngineControllerTest.php
15740                 -
15741                         message: """
15742                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15743                                 Use dependency injection instead\\.$#
15744                         """
15745                         count: 1
15746                         path: tests/unit/Controllers/Server/ShowEngineControllerTest.php
15748                 -
15749                         message: """
15750                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15751                                 Use dependency injection instead\\.$#
15752                         """
15753                         count: 1
15754                         path: tests/unit/Controllers/Server/Status/AdvisorControllerTest.php
15756                 -
15757                         message: """
15758                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15759                                 Use dependency injection instead\\.$#
15760                         """
15761                         count: 2
15762                         path: tests/unit/Controllers/Server/Status/AdvisorControllerTest.php
15764                 -
15765                         message: """
15766                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15767                                 Use dependency injection instead\\.$#
15768                         """
15769                         count: 1
15770                         path: tests/unit/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
15772                 -
15773                         message: """
15774                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15775                                 Use dependency injection instead\\.$#
15776                         """
15777                         count: 1
15778                         path: tests/unit/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
15780                 -
15781                         message: "#^Cannot access offset 'numRows' on mixed\\.$#"
15782                         count: 1
15783                         path: tests/unit/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
15785                 -
15786                         message: "#^Cannot access offset 'rows' on mixed\\.$#"
15787                         count: 1
15788                         path: tests/unit/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
15790                 -
15791                         message: "#^Cannot access offset 'sum' on mixed\\.$#"
15792                         count: 1
15793                         path: tests/unit/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
15795                 -
15796                         message: """
15797                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15798                                 Use dependency injection instead\\.$#
15799                         """
15800                         count: 1
15801                         path: tests/unit/Controllers/Server/Status/Monitor/LogVarsControllerTest.php
15803                 -
15804                         message: """
15805                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15806                                 Use dependency injection instead\\.$#
15807                         """
15808                         count: 1
15809                         path: tests/unit/Controllers/Server/Status/Monitor/LogVarsControllerTest.php
15811                 -
15812                         message: """
15813                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15814                                 Use dependency injection instead\\.$#
15815                         """
15816                         count: 1
15817                         path: tests/unit/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
15819                 -
15820                         message: "#^Cannot access offset 'affectedRows' on mixed\\.$#"
15821                         count: 1
15822                         path: tests/unit/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
15824                 -
15825                         message: "#^Cannot access offset 'explain' on mixed\\.$#"
15826                         count: 1
15827                         path: tests/unit/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
15829                 -
15830                         message: "#^Cannot access offset 'profiling' on mixed\\.$#"
15831                         count: 1
15832                         path: tests/unit/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
15834                 -
15835                         message: """
15836                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15837                                 Use dependency injection instead\\.$#
15838                         """
15839                         count: 1
15840                         path: tests/unit/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
15842                 -
15843                         message: """
15844                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15845                                 Use dependency injection instead\\.$#
15846                         """
15847                         count: 1
15848                         path: tests/unit/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
15850                 -
15851                         message: "#^Cannot access offset 'numRows' on mixed\\.$#"
15852                         count: 1
15853                         path: tests/unit/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
15855                 -
15856                         message: "#^Cannot access offset 'rows' on mixed\\.$#"
15857                         count: 1
15858                         path: tests/unit/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
15860                 -
15861                         message: "#^Cannot access offset 'sum' on mixed\\.$#"
15862                         count: 1
15863                         path: tests/unit/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
15865                 -
15866                         message: """
15867                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15868                                 Use dependency injection instead\\.$#
15869                         """
15870                         count: 1
15871                         path: tests/unit/Controllers/Server/Status/MonitorControllerTest.php
15873                 -
15874                         message: """
15875                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15876                                 Use dependency injection instead\\.$#
15877                         """
15878                         count: 1
15879                         path: tests/unit/Controllers/Server/Status/MonitorControllerTest.php
15881                 -
15882                         message: """
15883                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15884                                 Use dependency injection instead\\.$#
15885                         """
15886                         count: 2
15887                         path: tests/unit/Controllers/Server/Status/Processes/RefreshControllerTest.php
15889                 -
15890                         message: """
15891                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15892                                 Use dependency injection instead\\.$#
15893                         """
15894                         count: 2
15895                         path: tests/unit/Controllers/Server/Status/Processes/RefreshControllerTest.php
15897                 -
15898                         message: """
15899                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15900                                 Use dependency injection instead\\.$#
15901                         """
15902                         count: 1
15903                         path: tests/unit/Controllers/Server/Status/ProcessesControllerTest.php
15905                 -
15906                         message: """
15907                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15908                                 Use dependency injection instead\\.$#
15909                         """
15910                         count: 1
15911                         path: tests/unit/Controllers/Server/Status/ProcessesControllerTest.php
15913                 -
15914                         message: """
15915                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15916                                 Use dependency injection instead\\.$#
15917                         """
15918                         count: 1
15919                         path: tests/unit/Controllers/Server/Status/QueriesControllerTest.php
15921                 -
15922                         message: """
15923                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15924                                 Use dependency injection instead\\.$#
15925                         """
15926                         count: 1
15927                         path: tests/unit/Controllers/Server/Status/QueriesControllerTest.php
15929                 -
15930                         message: """
15931                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15932                                 Use dependency injection instead\\.$#
15933                         """
15934                         count: 2
15935                         path: tests/unit/Controllers/Server/Status/StatusControllerTest.php
15937                 -
15938                         message: """
15939                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15940                                 Use dependency injection instead\\.$#
15941                         """
15942                         count: 3
15943                         path: tests/unit/Controllers/Server/Status/StatusControllerTest.php
15945                 -
15946                         message: """
15947                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15948                                 Use dependency injection instead\\.$#
15949                         """
15950                         count: 1
15951                         path: tests/unit/Controllers/Server/Status/VariablesControllerTest.php
15953                 -
15954                         message: """
15955                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
15956                                 Use dependency injection instead\\.$#
15957                         """
15958                         count: 1
15959                         path: tests/unit/Controllers/Server/Status/VariablesControllerTest.php
15961                 -
15962                         message: """
15963                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15964                                 Use dependency injection instead\\.$#
15965                         """
15966                         count: 1
15967                         path: tests/unit/Controllers/Server/VariablesControllerTest.php
15969                 -
15970                         message: "#^Cannot use array destructuring on mixed\\.$#"
15971                         count: 7
15972                         path: tests/unit/Controllers/Server/VariablesControllerTest.php
15974                 -
15975                         message: """
15976                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15977                                 Use dependency injection instead\\.$#
15978                         """
15979                         count: 2
15980                         path: tests/unit/Controllers/Sql/EnumValuesControllerTest.php
15982                 -
15983                         message: """
15984                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15985                                 Use dependency injection instead\\.$#
15986                         """
15987                         count: 2
15988                         path: tests/unit/Controllers/Sql/SetValuesControllerTest.php
15990                 -
15991                         message: """
15992                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
15993                                 Use dependency injection instead\\.$#
15994                         """
15995                         count: 1
15996                         path: tests/unit/Controllers/Table/AddFieldControllerTest.php
15998                 -
15999                         message: """
16000                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16001                                 Use dependency injection instead\\.$#
16002                         """
16003                         count: 2
16004                         path: tests/unit/Controllers/Table/ChangeControllerTest.php
16006                 -
16007                         message: """
16008                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16009                                 Use dependency injection instead\\.$#
16010                         """
16011                         count: 1
16012                         path: tests/unit/Controllers/Table/CreateControllerTest.php
16014                 -
16015                         message: """
16016                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16017                                 Use dependency injection instead\\.$#
16018                         """
16019                         count: 1
16020                         path: tests/unit/Controllers/Table/DeleteRowsControllerTest.php
16022                 -
16023                         message: """
16024                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16025                                 Use dependency injection instead\\.$#
16026                         """
16027                         count: 2
16028                         path: tests/unit/Controllers/Table/DropColumnConfirmationControllerTest.php
16030                 -
16031                         message: """
16032                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16033                                 Use dependency injection instead\\.$#
16034                         """
16035                         count: 1
16036                         path: tests/unit/Controllers/Table/ExportControllerTest.php
16038                 -
16039                         message: """
16040                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16041                                 Use dependency injection instead\\.$#
16042                         """
16043                         count: 1
16044                         path: tests/unit/Controllers/Table/ImportControllerTest.php
16046                 -
16047                         message: """
16048                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16049                                 Use dependency injection instead\\.$#
16050                         """
16051                         count: 1
16052                         path: tests/unit/Controllers/Table/IndexRenameControllerTest.php
16054                 -
16055                         message: """
16056                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16057                                 Use dependency injection instead\\.$#
16058                         """
16059                         count: 1
16060                         path: tests/unit/Controllers/Table/IndexesControllerTest.php
16062                 -
16063                         message: """
16064                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16065                                 Use dependency injection instead\\.$#
16066                         """
16067                         count: 1
16068                         path: tests/unit/Controllers/Table/PrivilegesControllerTest.php
16070                 -
16071                         message: """
16072                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16073                                 Use dependency injection instead\\.$#
16074                         """
16075                         count: 1
16076                         path: tests/unit/Controllers/Table/PrivilegesControllerTest.php
16078                 -
16079                         message: """
16080                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16081                                 Use dependency injection instead\\.$#
16082                         """
16083                         count: 1
16084                         path: tests/unit/Controllers/Table/RelationControllerTest.php
16086                 -
16087                         message: """
16088                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16089                                 Use dependency injection instead\\.$#
16090                         """
16091                         count: 3
16092                         path: tests/unit/Controllers/Table/ReplaceControllerTest.php
16094                 -
16095                         message: "#^PHPDoc tag @var for variable \\$result has no value type specified in iterable type array\\.$#"
16096                         count: 2
16097                         path: tests/unit/Controllers/Table/ReplaceControllerTest.php
16099                 -
16100                         message: """
16101                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16102                                 Use dependency injection instead\\.$#
16103                         """
16104                         count: 1
16105                         path: tests/unit/Controllers/Table/SqlControllerTest.php
16107                 -
16108                         message: """
16109                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16110                                 Use dependency injection instead\\.$#
16111                         """
16112                         count: 1
16113                         path: tests/unit/Controllers/Table/Structure/ChangeControllerTest.php
16115                 -
16116                         message: """
16117                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16118                                 Use dependency injection instead\\.$#
16119                         """
16120                         count: 4
16121                         path: tests/unit/Controllers/Table/Structure/SpatialControllerTest.php
16123                 -
16124                         message: """
16125                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16126                                 Use dependency injection instead\\.$#
16127                         """
16128                         count: 4
16129                         path: tests/unit/Controllers/Table/Structure/UniqueControllerTest.php
16131                 -
16132                         message: """
16133                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16134                                 Use dependency injection instead\\.$#
16135                         """
16136                         count: 1
16137                         path: tests/unit/Controllers/Table/StructureControllerTest.php
16139                 -
16140                         message: """
16141                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16142                                 Use dependency injection instead\\.$#
16143                         """
16144                         count: 1
16145                         path: tests/unit/Controllers/Table/TrackingControllerTest.php
16147                 -
16148                         message: """
16149                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16150                                 Use dependency injection instead\\.$#
16151                         """
16152                         count: 2
16153                         path: tests/unit/Controllers/Table/ZoomSearchControllerTest.php
16155                 -
16156                         message: """
16157                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16158                                 Use dependency injection instead\\.$#
16159                         """
16160                         count: 2
16161                         path: tests/unit/Controllers/ThemeSetControllerTest.php
16163                 -
16164                         message: """
16165                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16166                                 Use dependency injection instead\\.$#
16167                         """
16168                         count: 2
16169                         path: tests/unit/Controllers/Triggers/IndexControllerTest.php
16171                 -
16172                         message: """
16173                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16174                                 Use dependency injection instead\\.$#
16175                         """
16176                         count: 6
16177                         path: tests/unit/CoreTest.php
16179                 -
16180                         message: "#^Cannot access offset 'arr' on mixed\\.$#"
16181                         count: 5
16182                         path: tests/unit/CoreTest.php
16184                 -
16185                         message: "#^Cannot access offset 'arr1' on mixed\\.$#"
16186                         count: 5
16187                         path: tests/unit/CoreTest.php
16189                 -
16190                         message: "#^Cannot access offset 'int' on mixed\\.$#"
16191                         count: 1
16192                         path: tests/unit/CoreTest.php
16194                 -
16195                         message: "#^Cannot access offset 'not_existing' on mixed\\.$#"
16196                         count: 1
16197                         path: tests/unit/CoreTest.php
16199                 -
16200                         message: "#^Cannot access offset 'sarr' on mixed\\.$#"
16201                         count: 14
16202                         path: tests/unit/CoreTest.php
16204                 -
16205                         message: "#^Cannot access offset 'str' on mixed\\.$#"
16206                         count: 1
16207                         path: tests/unit/CoreTest.php
16209                 -
16210                         message: "#^Cannot access offset 0 on mixed\\.$#"
16211                         count: 11
16212                         path: tests/unit/CoreTest.php
16214                 -
16215                         message: "#^Cannot access offset 1 on mixed\\.$#"
16216                         count: 6
16217                         path: tests/unit/CoreTest.php
16219                 -
16220                         message: "#^Cannot access offset 2 on mixed\\.$#"
16221                         count: 3
16222                         path: tests/unit/CoreTest.php
16224                 -
16225                         message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
16226                         count: 12
16227                         path: tests/unit/CoreTest.php
16229                 -
16230                         message: """
16231                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16232                                 Use dependency injection instead\\.$#
16233                         """
16234                         count: 1
16235                         path: tests/unit/CreateAddFieldTest.php
16237                 -
16238                         message: """
16239                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16240                                 Use dependency injection instead\\.$#
16241                         """
16242                         count: 4
16243                         path: tests/unit/Crypto/CryptoTest.php
16245                 -
16246                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
16247                         count: 1
16248                         path: tests/unit/Crypto/CryptoTest.php
16250                 -
16251                         message: """
16252                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16253                                 Use dependency injection instead\\.$#
16254                         """
16255                         count: 1
16256                         path: tests/unit/Database/CentralColumnsTest.php
16258                 -
16259                         message: "#^Parameter \\#1 \\$needle of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
16260                         count: 1
16261                         path: tests/unit/Database/CentralColumnsTest.php
16263                 -
16264                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
16265                         count: 2
16266                         path: tests/unit/Database/CentralColumnsTest.php
16268                 -
16269                         message: """
16270                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16271                                 Use dependency injection instead\\.$#
16272                         """
16273                         count: 4
16274                         path: tests/unit/Database/Designer/CommonTest.php
16276                 -
16277                         message: """
16278                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16279                                 Use dependency injection instead\\.$#
16280                         """
16281                         count: 7
16282                         path: tests/unit/Database/Designer/CommonTest.php
16284                 -
16285                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Database\\\\Designer\\\\CommonTest has an uninitialized property \\$designerCommon\\. Give it default value or assign it in the constructor\\.$#"
16286                         count: 1
16287                         path: tests/unit/Database/Designer/CommonTest.php
16289                 -
16290                         message: """
16291                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16292                                 Use dependency injection instead\\.$#
16293                         """
16294                         count: 1
16295                         path: tests/unit/Database/DesignerTest.php
16297                 -
16298                         message: """
16299                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16300                                 Use dependency injection instead\\.$#
16301                         """
16302                         count: 4
16303                         path: tests/unit/Database/DesignerTest.php
16305                 -
16306                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Database\\\\DesignerTest has an uninitialized property \\$designer\\. Give it default value or assign it in the constructor\\.$#"
16307                         count: 1
16308                         path: tests/unit/Database/DesignerTest.php
16310                 -
16311                         message: """
16312                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16313                                 Use dependency injection instead\\.$#
16314                         """
16315                         count: 1
16316                         path: tests/unit/Database/EventsTest.php
16318                 -
16319                         message: """
16320                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16321                                 Use dependency injection instead\\.$#
16322                         """
16323                         count: 1
16324                         path: tests/unit/Database/EventsTest.php
16326                 -
16327                         message: """
16328                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16329                                 Use dependency injection instead\\.$#
16330                         """
16331                         count: 2
16332                         path: tests/unit/Database/RoutinesTest.php
16334                 -
16335                         message: """
16336                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16337                                 Use dependency injection instead\\.$#
16338                         """
16339                         count: 2
16340                         path: tests/unit/Database/RoutinesTest.php
16342                 -
16343                         message: """
16344                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16345                                 Use dependency injection instead\\.$#
16346                         """
16347                         count: 1
16348                         path: tests/unit/Database/SearchTest.php
16350                 -
16351                         message: """
16352                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16353                                 Use dependency injection instead\\.$#
16354                         """
16355                         count: 7
16356                         path: tests/unit/DatabaseInterfaceTest.php
16358                 -
16359                         message: """
16360                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16361                                 Use dependency injection instead\\.$#
16362                         """
16363                         count: 2
16364                         path: tests/unit/DatabaseInterfaceTest.php
16366                 -
16367                         message: "#^Parameter \\#2 \\$result of method PhpMyAdmin\\\\Tests\\\\Stubs\\\\DbiDummy\\:\\:addResult\\(\\) expects array\\<int, non\\-empty\\-array\\<int, float\\|int\\|string\\|null\\>\\>\\|bool, array\\<array\\<string\\>\\>\\|false given\\.$#"
16368                         count: 1
16369                         path: tests/unit/DatabaseInterfaceTest.php
16371                 -
16372                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
16373                         count: 1
16374                         path: tests/unit/DatabaseInterfaceTest.php
16376                 -
16377                         message: """
16378                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16379                                 Use dependency injection instead\\.$#
16380                         """
16381                         count: 1
16382                         path: tests/unit/Dbal/DbiDummyTest.php
16384                 -
16385                         message: """
16386                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16387                                 Use dependency injection instead\\.$#
16388                         """
16389                         count: 10
16390                         path: tests/unit/Display/ResultsTest.php
16392                 -
16393                         message: "#^Cannot access offset '2b7b3faf4b48255e478…' on mixed\\.$#"
16394                         count: 1
16395                         path: tests/unit/Display/ResultsTest.php
16397                 -
16398                         message: "#^Cannot access offset '5ce1ef88afb4e13d3b8…' on mixed\\.$#"
16399                         count: 1
16400                         path: tests/unit/Display/ResultsTest.php
16402                 -
16403                         message: "#^Cannot access offset 'display_binary' on mixed\\.$#"
16404                         count: 4
16405                         path: tests/unit/Display/ResultsTest.php
16407                 -
16408                         message: "#^Cannot access offset 'display_blob' on mixed\\.$#"
16409                         count: 4
16410                         path: tests/unit/Display/ResultsTest.php
16412                 -
16413                         message: "#^Cannot access offset 'geoOption' on mixed\\.$#"
16414                         count: 2
16415                         path: tests/unit/Display/ResultsTest.php
16417                 -
16418                         message: "#^Cannot access offset 'hide_transformation' on mixed\\.$#"
16419                         count: 2
16420                         path: tests/unit/Display/ResultsTest.php
16422                 -
16423                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
16424                         count: 6
16425                         path: tests/unit/Display/ResultsTest.php
16427                 -
16428                         message: "#^Cannot access offset 'pftext' on mixed\\.$#"
16429                         count: 4
16430                         path: tests/unit/Display/ResultsTest.php
16432                 -
16433                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
16434                         count: 3
16435                         path: tests/unit/Display/ResultsTest.php
16437                 -
16438                         message: "#^Cannot access offset 'possible_as_geometry' on mixed\\.$#"
16439                         count: 2
16440                         path: tests/unit/Display/ResultsTest.php
16442                 -
16443                         message: "#^Cannot access offset 'query' on mixed\\.$#"
16444                         count: 2
16445                         path: tests/unit/Display/ResultsTest.php
16447                 -
16448                         message: "#^Cannot access offset 'relational_display' on mixed\\.$#"
16449                         count: 4
16450                         path: tests/unit/Display/ResultsTest.php
16452                 -
16453                         message: "#^Cannot access offset 'repeat_cells' on mixed\\.$#"
16454                         count: 2
16455                         path: tests/unit/Display/ResultsTest.php
16457                 -
16458                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Display\\\\ResultsTest\\:\\:dataProviderForTestGetDataCellForNonNumericColumns\\(\\) return type has no value type specified in iterable type array\\.$#"
16459                         count: 3
16460                         path: tests/unit/Display/ResultsTest.php
16462                 -
16463                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Display\\\\ResultsTest\\:\\:dataProviderForTestHandleNonPrintableContents\\(\\) return type has no value type specified in iterable type array\\.$#"
16464                         count: 2
16465                         path: tests/unit/Display/ResultsTest.php
16467                 -
16468                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars_decode expects string, mixed given\\.$#"
16469                         count: 1
16470                         path: tests/unit/Display/ResultsTest.php
16472                 -
16473                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
16474                         count: 4
16475                         path: tests/unit/Display/ResultsTest.php
16477                 -
16478                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
16479                         count: 3
16480                         path: tests/unit/Display/ResultsTest.php
16482                 -
16483                         message: """
16484                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16485                                 Use dependency injection instead\\.$#
16486                         """
16487                         count: 2
16488                         path: tests/unit/EncodingTest.php
16490                 -
16491                         message: """
16492                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16493                                 Use dependency injection instead\\.$#
16494                         """
16495                         count: 4
16496                         path: tests/unit/Error/ErrorHandlerTest.php
16498                 -
16499                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
16500                         count: 1
16501                         path: tests/unit/Error/ErrorHandlerTest.php
16503                 -
16504                         message: """
16505                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16506                                 Use dependency injection instead\\.$#
16507                         """
16508                         count: 4
16509                         path: tests/unit/Error/ErrorReportTest.php
16511                 -
16512                         message: """
16513                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16514                                 Use dependency injection instead\\.$#
16515                         """
16516                         count: 2
16517                         path: tests/unit/Export/ExportTest.php
16519                 -
16520                         message: """
16521                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16522                                 Use dependency injection instead\\.$#
16523                         """
16524                         count: 1
16525                         path: tests/unit/Export/ExportTest.php
16527                 -
16528                         message: """
16529                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16530                                 Use dependency injection instead\\.$#
16531                         """
16532                         count: 1
16533                         path: tests/unit/Export/OptionsTest.php
16535                 -
16536                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
16537                         count: 1
16538                         path: tests/unit/Export/OptionsTest.php
16540                 -
16541                         message: """
16542                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16543                                 Use dependency injection instead\\.$#
16544                         """
16545                         count: 3
16546                         path: tests/unit/FileListingTest.php
16548                 -
16549                         message: """
16550                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16551                                 Use dependency injection instead\\.$#
16552                         """
16553                         count: 5
16554                         path: tests/unit/FooterTest.php
16556                 -
16557                         message: "#^Cannot access offset 'queries' on mixed\\.$#"
16558                         count: 1
16559                         path: tests/unit/FooterTest.php
16561                 -
16562                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
16563                         count: 2
16564                         path: tests/unit/Gis/Ds/PolygonTest.php
16566                 -
16567                         message: "#^Parameter \\#1 \\$points of static method PhpMyAdmin\\\\Gis\\\\Ds\\\\Polygon\\:\\:fromXYArray\\(\\) expects non\\-empty\\-array\\<int, array\\{x\\: float, y\\: float\\}\\>, mixed given\\.$#"
16568                         count: 2
16569                         path: tests/unit/Gis/Ds/PolygonTest.php
16571                 -
16572                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
16573                         count: 2
16574                         path: tests/unit/Gis/GisMultiPolygonTest.php
16576                 -
16577                         message: "#^Cannot access offset 0 on mixed\\.$#"
16578                         count: 1
16579                         path: tests/unit/Gis/GisMultiPolygonTest.php
16581                 -
16582                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
16583                         count: 1
16584                         path: tests/unit/Gis/GisPolygonTest.php
16586                 -
16587                         message: "#^Cannot access offset 'y' on mixed\\.$#"
16588                         count: 1
16589                         path: tests/unit/Gis/GisPolygonTest.php
16591                 -
16592                         message: "#^Cannot access offset 3 on mixed\\.$#"
16593                         count: 1
16594                         path: tests/unit/Gis/GisPolygonTest.php
16596                 -
16597                         message: """
16598                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16599                                 Use dependency injection instead\\.$#
16600                         """
16601                         count: 4
16602                         path: tests/unit/HeaderTest.php
16604                 -
16605                         message: """
16606                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16607                                 Use dependency injection instead\\.$#
16608                         """
16609                         count: 1
16610                         path: tests/unit/HeaderTest.php
16612                 -
16613                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
16614                         count: 1
16615                         path: tests/unit/HeaderTest.php
16617                 -
16618                         message: """
16619                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16620                                 Use dependency injection instead\\.$#
16621                         """
16622                         count: 13
16623                         path: tests/unit/Html/GeneratorTest.php
16625                 -
16626                         message: "#^Parameter \\#1 \\$urlPath of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:linkOrButton\\(\\) expects string, mixed given\\.$#"
16627                         count: 1
16628                         path: tests/unit/Html/GeneratorTest.php
16630                 -
16631                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{ssl\\: false, host\\: '127\\.0\\.0\\.1'\\}\\.$#"
16632                         count: 1
16633                         path: tests/unit/Html/GeneratorTest.php
16635                 -
16636                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{ssl\\: false, host\\: 'custom\\.host'\\}\\.$#"
16637                         count: 2
16638                         path: tests/unit/Html/GeneratorTest.php
16640                 -
16641                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{ssl\\: false, ssl_verify\\: true, host\\: 'custom\\.host'\\}\\.$#"
16642                         count: 1
16643                         path: tests/unit/Html/GeneratorTest.php
16645                 -
16646                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{ssl\\: true, ssl_verify\\: false, host\\: 'custom\\.host'\\}\\.$#"
16647                         count: 1
16648                         path: tests/unit/Html/GeneratorTest.php
16650                 -
16651                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{ssl\\: true, ssl_verify\\: true, host\\: 'custom\\.host'\\}\\.$#"
16652                         count: 1
16653                         path: tests/unit/Html/GeneratorTest.php
16655                 -
16656                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{ssl\\: true, ssl_verify\\: true, ssl_ca\\: '/etc/ssl/ca\\.crt', host\\: 'custom\\.host'\\}\\.$#"
16657                         count: 1
16658                         path: tests/unit/Html/GeneratorTest.php
16660                 -
16661                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
16662                         count: 1
16663                         path: tests/unit/Html/GeneratorTest.php
16665                 -
16666                         message: """
16667                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16668                                 Use dependency injection instead\\.$#
16669                         """
16670                         count: 1
16671                         path: tests/unit/Html/MySQLDocumentationTest.php
16673                 -
16674                         message: """
16675                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16676                                 Use dependency injection instead\\.$#
16677                         """
16678                         count: 6
16679                         path: tests/unit/I18n/LanguageTest.php
16681                 -
16682                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with true will always evaluate to true\\.$#"
16683                         count: 1
16684                         path: tests/unit/Import/AjaxTest.php
16686                 -
16687                         message: """
16688                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16689                                 Use dependency injection instead\\.$#
16690                         """
16691                         count: 1
16692                         path: tests/unit/Import/ImportTest.php
16694                 -
16695                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
16696                         count: 1
16697                         path: tests/unit/Import/ImportTest.php
16699                 -
16700                         message: "#^Cannot access an offset on mixed\\.$#"
16701                         count: 3
16702                         path: tests/unit/IndexTest.php
16704                 -
16705                         message: "#^Parameter \\#1 \\$columns of method PhpMyAdmin\\\\Index\\:\\:addColumns\\(\\) expects array, mixed given\\.$#"
16706                         count: 2
16707                         path: tests/unit/IndexTest.php
16709                 -
16710                         message: """
16711                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16712                                 Use dependency injection instead\\.$#
16713                         """
16714                         count: 35
16715                         path: tests/unit/InsertEditTest.php
16717                 -
16718                         message: """
16719                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
16720                                 Use dependency injection instead\\.$#
16721                         """
16722                         count: 2
16723                         path: tests/unit/InsertEditTest.php
16725                 -
16726                         message: "#^Cannot access offset 'foreign_db' on mixed\\.$#"
16727                         count: 2
16728                         path: tests/unit/InsertEditTest.php
16730                 -
16731                         message: "#^Cannot access offset 'isNeedToRecheck' on mixed\\.$#"
16732                         count: 3
16733                         path: tests/unit/InsertEditTest.php
16735                 -
16736                         message: "#^Cannot access offset 'relational_display' on mixed\\.$#"
16737                         count: 1
16738                         path: tests/unit/InsertEditTest.php
16740                 -
16741                         message: "#^Cannot access offset 'truncatableFieldVal…' on mixed\\.$#"
16742                         count: 2
16743                         path: tests/unit/InsertEditTest.php
16745                 -
16746                         message: "#^Cannot cast bool\\|float\\|int\\|object to string\\.$#"
16747                         count: 1
16748                         path: tests/unit/InsertEditTest.php
16750                 -
16751                         message: "#^Method PhpMyAdmin\\\\Tests\\\\InsertEditTest\\:\\:parseString\\(\\) should return string but returns mixed\\.$#"
16752                         count: 1
16753                         path: tests/unit/InsertEditTest.php
16755                 -
16756                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
16757                         count: 2
16758                         path: tests/unit/InsertEditTest.php
16760                 -
16761                         message: """
16762                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16763                                 Use dependency injection instead\\.$#
16764                         """
16765                         count: 2
16766                         path: tests/unit/IpAllowDenyTest.php
16768                 -
16769                         message: """
16770                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16771                                 Use dependency injection instead\\.$#
16772                         """
16773                         count: 1
16774                         path: tests/unit/ListDatabaseTest.php
16776                 -
16777                         message: """
16778                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16779                                 Use dependency injection instead\\.$#
16780                         """
16781                         count: 3
16782                         path: tests/unit/Navigation/NavigationTest.php
16784                 -
16785                         message: """
16786                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16787                                 Use dependency injection instead\\.$#
16788                         """
16789                         count: 2
16790                         path: tests/unit/Navigation/NavigationTreeTest.php
16792                 -
16793                         message: """
16794                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16795                                 Use dependency injection instead\\.$#
16796                         """
16797                         count: 2
16798                         path: tests/unit/Navigation/Nodes/NodeDatabaseChildTest.php
16800                 -
16801                         message: """
16802                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16803                                 Use dependency injection instead\\.$#
16804                         """
16805                         count: 2
16806                         path: tests/unit/Navigation/Nodes/NodeDatabaseTest.php
16808                 -
16809                         message: """
16810                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16811                                 Use dependency injection instead\\.$#
16812                         """
16813                         count: 2
16814                         path: tests/unit/Navigation/Nodes/NodeTableTest.php
16816                 -
16817                         message: """
16818                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16819                                 Use dependency injection instead\\.$#
16820                         """
16821                         count: 7
16822                         path: tests/unit/Navigation/Nodes/NodeTest.php
16824                 -
16825                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\<'AllowDeny'\\|'AllowNoPassword'\\|'AllowRoot'\\|'auth_http_realm'\\|'auth_type'\\|'bookmarktable'\\|'central_columns'\\|'column_info'\\|'compress'\\|'control_compress'\\|'control_hide…'\\|'control_socket'\\|'control_ssl'\\|'control_ssl_ca'\\|'control_ssl_ca_path'\\|'control_ssl_cert'\\|'control_ssl_ciphers'\\|'control_ssl_key'\\|'control_ssl_verify'\\|'controlhost'\\|'controlpass'\\|'controlport'\\|'controluser'\\|'designer_settings'\\|'DisableIS'\\|'export_templates'\\|'favorite'\\|'history'\\|'host'\\|'LogoutURL'\\|'MaxTableUiprefs'\\|'navigationhiding'\\|'only_db'\\|'password'\\|'pdf_pages'\\|'pmadb'\\|'port'\\|'recent'\\|'relation'\\|'savedsearches'\\|'SessionTimeZone'\\|'SignonCookieParams'\\|'SignonScript'\\|'SignonSession'\\|'SignonURL'\\|'socket'\\|'ssl'\\|'ssl_ca'\\|'ssl_ca_path'\\|'ssl_cert'\\|'ssl_ciphers'\\|'ssl_key'\\|'ssl_verify'\\|'table_coords'\\|'table_info'\\|'table_uiprefs'\\|'tracking'\\|'user'\\|'userconfig'\\|'usergroups'\\|'users'\\|'verbose', array\\<array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string\\>\\|bool\\|int\\<1, max\\>\\|string\\|null\\>\\.$#"
16826                         count: 1
16827                         path: tests/unit/Navigation/Nodes/NodeTest.php
16829                 -
16830                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\<'AllowDeny'\\|'AllowNoPassword'\\|'AllowRoot'\\|'auth_http_realm'\\|'auth_type'\\|'bookmarktable'\\|'central_columns'\\|'column_info'\\|'compress'\\|'control_compress'\\|'control_hide…'\\|'control_socket'\\|'control_ssl'\\|'control_ssl_ca'\\|'control_ssl_ca_path'\\|'control_ssl_cert'\\|'control_ssl_ciphers'\\|'control_ssl_key'\\|'control_ssl_verify'\\|'controlhost'\\|'controlpass'\\|'controlport'\\|'controluser'\\|'designer_settings'\\|'DisableIS'\\|'export_templates'\\|'favorite'\\|'history'\\|'host'\\|'LogoutURL'\\|'MaxTableUiprefs'\\|'navigationhiding'\\|'password'\\|'pdf_pages'\\|'pmadb'\\|'port'\\|'recent'\\|'relation'\\|'savedsearches'\\|'SessionTimeZone'\\|'SignonCookieParams'\\|'SignonScript'\\|'SignonSession'\\|'SignonURL'\\|'socket'\\|'ssl'\\|'ssl_ca'\\|'ssl_ca_path'\\|'ssl_cert'\\|'ssl_ciphers'\\|'ssl_key'\\|'ssl_verify'\\|'table_coords'\\|'table_info'\\|'table_uiprefs'\\|'tracking'\\|'user'\\|'userconfig'\\|'usergroups'\\|'users'\\|'verbose', array\\<array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string\\>\\|bool\\|int\\<1, max\\>\\|string\\|null\\>\\.$#"
16831                         count: 2
16832                         path: tests/unit/Navigation/Nodes/NodeTest.php
16834                 -
16835                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{\\}\\.$#"
16836                         count: 1
16837                         path: tests/unit/Navigation/Nodes/NodeTest.php
16839                 -
16840                         message: """
16841                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16842                                 Use dependency injection instead\\.$#
16843                         """
16844                         count: 4
16845                         path: tests/unit/Navigation/Nodes/ObjectFetcherTest.php
16847                 -
16848                         message: """
16849                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
16850                                 Use dependency injection instead\\.$#
16851                         """
16852                         count: 2
16853                         path: tests/unit/NormalizationTest.php
16855                 -
16856                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'extra' and array\\{legendText\\: string, headText\\: string, queryError\\: bool, extra\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
16857                         count: 1
16858                         path: tests/unit/NormalizationTest.php
16860                 -
16861                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'extra' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string, primary_key\\: string\\|false\\} will always evaluate to true\\.$#"
16862                         count: 1
16863                         path: tests/unit/NormalizationTest.php
16865                 -
16866                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'extra' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string, primary_key\\: string\\} will always evaluate to true\\.$#"
16867                         count: 1
16868                         path: tests/unit/NormalizationTest.php
16870                 -
16871                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'extra' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string\\} will always evaluate to true\\.$#"
16872                         count: 2
16873                         path: tests/unit/NormalizationTest.php
16875                 -
16876                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'extra' and array\\{legendText\\: string, headText\\: string, subText\\: string, hasPrimaryKey\\: string, extra\\: string\\} will always evaluate to true\\.$#"
16877                         count: 1
16878                         path: tests/unit/NormalizationTest.php
16880                 -
16881                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'hasPrimaryKey' and array\\{legendText\\: string, headText\\: string, subText\\: string, hasPrimaryKey\\: string, extra\\: string\\} will always evaluate to true\\.$#"
16882                         count: 1
16883                         path: tests/unit/NormalizationTest.php
16885                 -
16886                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'headText' and array\\{legendText\\: string, headText\\: string, queryError\\: bool, extra\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
16887                         count: 1
16888                         path: tests/unit/NormalizationTest.php
16890                 -
16891                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'headText' and array\\{legendText\\: string, headText\\: string, queryError\\: string\\|false, extra\\?\\: string\\} will always evaluate to true\\.$#"
16892                         count: 1
16893                         path: tests/unit/NormalizationTest.php
16895                 -
16896                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'headText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string, primary_key\\: string\\|false\\} will always evaluate to true\\.$#"
16897                         count: 1
16898                         path: tests/unit/NormalizationTest.php
16900                 -
16901                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'headText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string, primary_key\\: string\\} will always evaluate to true\\.$#"
16902                         count: 1
16903                         path: tests/unit/NormalizationTest.php
16905                 -
16906                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'headText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string\\} will always evaluate to true\\.$#"
16907                         count: 2
16908                         path: tests/unit/NormalizationTest.php
16910                 -
16911                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'headText' and array\\{legendText\\: string, headText\\: string, subText\\: string, hasPrimaryKey\\: string, extra\\: string\\} will always evaluate to true\\.$#"
16912                         count: 1
16913                         path: tests/unit/NormalizationTest.php
16915                 -
16916                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'legendText' and array\\{legendText\\: string, headText\\: string, queryError\\: bool, extra\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
16917                         count: 1
16918                         path: tests/unit/NormalizationTest.php
16920                 -
16921                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'legendText' and array\\{legendText\\: string, headText\\: string, queryError\\: string\\|false, extra\\?\\: string\\} will always evaluate to true\\.$#"
16922                         count: 1
16923                         path: tests/unit/NormalizationTest.php
16925                 -
16926                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'legendText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string, primary_key\\: string\\|false\\} will always evaluate to true\\.$#"
16927                         count: 1
16928                         path: tests/unit/NormalizationTest.php
16930                 -
16931                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'legendText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string, primary_key\\: string\\} will always evaluate to true\\.$#"
16932                         count: 1
16933                         path: tests/unit/NormalizationTest.php
16935                 -
16936                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'legendText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string\\} will always evaluate to true\\.$#"
16937                         count: 2
16938                         path: tests/unit/NormalizationTest.php
16940                 -
16941                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'legendText' and array\\{legendText\\: string, headText\\: string, subText\\: string, hasPrimaryKey\\: string, extra\\: string\\} will always evaluate to true\\.$#"
16942                         count: 1
16943                         path: tests/unit/NormalizationTest.php
16945                 -
16946                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'message' and array\\{queryError\\: bool, message\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
16947                         count: 1
16948                         path: tests/unit/NormalizationTest.php
16950                 -
16951                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'primary_key' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string, primary_key\\: string\\|false\\} will always evaluate to true\\.$#"
16952                         count: 1
16953                         path: tests/unit/NormalizationTest.php
16955                 -
16956                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'primary_key' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string, primary_key\\: string\\} will always evaluate to true\\.$#"
16957                         count: 1
16958                         path: tests/unit/NormalizationTest.php
16960                 -
16961                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'queryError' and array\\{legendText\\: string, headText\\: string, queryError\\: bool, extra\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
16962                         count: 1
16963                         path: tests/unit/NormalizationTest.php
16965                 -
16966                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'queryError' and array\\{legendText\\: string, headText\\: string, queryError\\: string\\|false, extra\\?\\: string\\} will always evaluate to true\\.$#"
16967                         count: 2
16968                         path: tests/unit/NormalizationTest.php
16970                 -
16971                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'queryError' and array\\{queryError\\: bool, message\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
16972                         count: 1
16973                         path: tests/unit/NormalizationTest.php
16975                 -
16976                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'subText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string, primary_key\\: string\\|false\\} will always evaluate to true\\.$#"
16977                         count: 1
16978                         path: tests/unit/NormalizationTest.php
16980                 -
16981                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'subText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string, primary_key\\: string\\} will always evaluate to true\\.$#"
16982                         count: 1
16983                         path: tests/unit/NormalizationTest.php
16985                 -
16986                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'subText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string\\} will always evaluate to true\\.$#"
16987                         count: 2
16988                         path: tests/unit/NormalizationTest.php
16990                 -
16991                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'subText' and array\\{legendText\\: string, headText\\: string, subText\\: string, hasPrimaryKey\\: string, extra\\: string\\} will always evaluate to true\\.$#"
16992                         count: 1
16993                         path: tests/unit/NormalizationTest.php
16995                 -
16996                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Message' and PhpMyAdmin\\\\Message will always evaluate to true\\.$#"
16997                         count: 1
16998                         path: tests/unit/NormalizationTest.php
17000                 -
17001                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with '' and PhpMyAdmin\\\\Message will always evaluate to false\\.$#"
17002                         count: 1
17003                         path: tests/unit/NormalizationTest.php
17005                 -
17006                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
17007                         count: 2
17008                         path: tests/unit/NormalizationTest.php
17010                 -
17011                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Partitioning\\\\TablePartitionDefinitionTest\\:\\:testGetDetails\\(\\) has parameter \\$partitions with no value type specified in iterable type array\\.$#"
17012                         count: 1
17013                         path: tests/unit/Partitioning/TablePartitionDefinitionTest.php
17015                 -
17016                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17017                         count: 3
17018                         path: tests/unit/PdfTest.php
17020                 -
17021                         message: """
17022                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17023                                 Use dependency injection instead\\.$#
17024                         """
17025                         count: 2
17026                         path: tests/unit/Plugins/Auth/AuthenticationConfigTest.php
17028                 -
17029                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{user\\: 'username', password\\: 'password'\\}\\.$#"
17030                         count: 1
17031                         path: tests/unit/Plugins/Auth/AuthenticationConfigTest.php
17033                 -
17034                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
17035                         count: 1
17036                         path: tests/unit/Plugins/Auth/AuthenticationConfigTest.php
17038                 -
17039                         message: """
17040                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17041                                 Use dependency injection instead\\.$#
17042                         """
17043                         count: 24
17044                         path: tests/unit/Plugins/Auth/AuthenticationCookieTest.php
17046                 -
17047                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 32 and 0 will always evaluate to false\\.$#"
17048                         count: 1
17049                         path: tests/unit/Plugins/Auth/AuthenticationCookieTest.php
17051                 -
17052                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with array\\{host\\: 'b', port\\: '2', socket\\: true, ssl\\: true, user\\: 'pmaUser2', password\\: 'testPW'\\} and array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\} will always evaluate to false\\.$#"
17053                         count: 1
17054                         path: tests/unit/Plugins/Auth/AuthenticationCookieTest.php
17056                 -
17057                         message: "#^Cannot access offset 'default' on mixed\\.$#"
17058                         count: 2
17059                         path: tests/unit/Plugins/Auth/AuthenticationCookieTest.php
17061                 -
17062                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{auth_type\\: 'cookie'\\}\\.$#"
17063                         count: 1
17064                         path: tests/unit/Plugins/Auth/AuthenticationCookieTest.php
17066                 -
17067                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: 'a', port\\: 1, socket\\: true, ssl\\: true, user\\: 'pmaUser2'\\}\\.$#"
17068                         count: 2
17069                         path: tests/unit/Plugins/Auth/AuthenticationCookieTest.php
17071                 -
17072                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
17073                         count: 1
17074                         path: tests/unit/Plugins/Auth/AuthenticationCookieTest.php
17076                 -
17077                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
17078                         count: 10
17079                         path: tests/unit/Plugins/Auth/AuthenticationCookieTest.php
17081                 -
17082                         message: """
17083                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17084                                 Use dependency injection instead\\.$#
17085                         """
17086                         count: 7
17087                         path: tests/unit/Plugins/Auth/AuthenticationHttpTest.php
17089                 -
17090                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 'testUser' and 'testUser' will always evaluate to true\\.$#"
17091                         count: 1
17092                         path: tests/unit/Plugins/Auth/AuthenticationHttpTest.php
17094                 -
17095                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: 'a', user\\: 'user2'\\}\\.$#"
17096                         count: 2
17097                         path: tests/unit/Plugins/Auth/AuthenticationHttpTest.php
17099                 -
17100                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
17101                         count: 2
17102                         path: tests/unit/Plugins/Auth/AuthenticationHttpTest.php
17104                 -
17105                         message: """
17106                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17107                                 Use dependency injection instead\\.$#
17108                         """
17109                         count: 13
17110                         path: tests/unit/Plugins/Auth/AuthenticationSignonTest.php
17112                 -
17113                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
17114                         count: 2
17115                         path: tests/unit/Plugins/Auth/AuthenticationSignonTest.php
17117                 -
17118                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
17119                         count: 1
17120                         path: tests/unit/Plugins/Auth/AuthenticationSignonTest.php
17122                 -
17123                         message: """
17124                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17125                                 Use dependency injection instead\\.$#
17126                         """
17127                         count: 3
17128                         path: tests/unit/Plugins/AuthenticationPluginFactoryTest.php
17130                 -
17131                         message: """
17132                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17133                                 Use dependency injection instead\\.$#
17134                         """
17135                         count: 2
17136                         path: tests/unit/Plugins/AuthenticationPluginTest.php
17138                 -
17139                         message: """
17140                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17141                                 Use dependency injection instead\\.$#
17142                         """
17143                         count: 1
17144                         path: tests/unit/Plugins/Export/ExportHtmlwordTest.php
17146                 -
17147                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17148                         count: 1
17149                         path: tests/unit/Plugins/Export/ExportHtmlwordTest.php
17151                 -
17152                         message: """
17153                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17154                                 Use dependency injection instead\\.$#
17155                         """
17156                         count: 3
17157                         path: tests/unit/Plugins/Export/ExportLatexTest.php
17159                 -
17160                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
17161                         count: 2
17162                         path: tests/unit/Plugins/Export/ExportLatexTest.php
17164                 -
17165                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
17166                         count: 3
17167                         path: tests/unit/Plugins/Export/ExportLatexTest.php
17169                 -
17170                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: string, port\\: 80, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
17171                         count: 1
17172                         path: tests/unit/Plugins/Export/ExportLatexTest.php
17174                 -
17175                         message: """
17176                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17177                                 Use dependency injection instead\\.$#
17178                         """
17179                         count: 1
17180                         path: tests/unit/Plugins/Export/ExportOdtTest.php
17182                 -
17183                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
17184                         count: 2
17185                         path: tests/unit/Plugins/Export/ExportOdtTest.php
17187                 -
17188                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
17189                         count: 3
17190                         path: tests/unit/Plugins/Export/ExportOdtTest.php
17192                 -
17193                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17194                         count: 11
17195                         path: tests/unit/Plugins/Export/ExportOdtTest.php
17197                 -
17198                         message: """
17199                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17200                                 Use dependency injection instead\\.$#
17201                         """
17202                         count: 9
17203                         path: tests/unit/Plugins/Export/ExportSqlTest.php
17205                 -
17206                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
17207                         count: 2
17208                         path: tests/unit/Plugins/Export/ExportSqlTest.php
17210                 -
17211                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
17212                         count: 3
17213                         path: tests/unit/Plugins/Export/ExportSqlTest.php
17215                 -
17216                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17217                         count: 4
17218                         path: tests/unit/Plugins/Export/ExportSqlTest.php
17220                 -
17221                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: string, port\\: 80, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
17222                         count: 1
17223                         path: tests/unit/Plugins/Export/ExportSqlTest.php
17225                 -
17226                         message: """
17227                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17228                                 Use dependency injection instead\\.$#
17229                         """
17230                         count: 1
17231                         path: tests/unit/Plugins/Export/ExportTexytextTest.php
17233                 -
17234                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
17235                         count: 1
17236                         path: tests/unit/Plugins/Export/ExportTexytextTest.php
17238                 -
17239                         message: """
17240                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17241                                 Use dependency injection instead\\.$#
17242                         """
17243                         count: 2
17244                         path: tests/unit/Plugins/Export/ExportXmlTest.php
17246                 -
17247                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
17248                         count: 1
17249                         path: tests/unit/Plugins/Export/ExportXmlTest.php
17251                 -
17252                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: string, port\\: 80, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
17253                         count: 1
17254                         path: tests/unit/Plugins/Export/ExportXmlTest.php
17256                 -
17257                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17258                         count: 6
17259                         path: tests/unit/Plugins/Import/ImportCsvTest.php
17261                 -
17262                         message: """
17263                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17264                                 Use dependency injection instead\\.$#
17265                         """
17266                         count: 2
17267                         path: tests/unit/Plugins/Import/ImportLdiTest.php
17269                 -
17270                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with 'auto' will always evaluate to false\\.$#"
17271                         count: 1
17272                         path: tests/unit/Plugins/Import/ImportLdiTest.php
17274                 -
17275                         message: "#^Cannot call method __toString\\(\\) on mixed\\.$#"
17276                         count: 1
17277                         path: tests/unit/Plugins/Import/ImportLdiTest.php
17279                 -
17280                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17281                         count: 6
17282                         path: tests/unit/Plugins/Import/ImportLdiTest.php
17284                 -
17285                         message: """
17286                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17287                                 Use dependency injection instead\\.$#
17288                         """
17289                         count: 1
17290                         path: tests/unit/Plugins/Import/ImportOdsTest.php
17292                 -
17293                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17294                         count: 3
17295                         path: tests/unit/Plugins/Import/ImportOdsTest.php
17297                 -
17298                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17299                         count: 7
17300                         path: tests/unit/Plugins/Import/ImportShpTest.php
17302                 -
17303                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17304                         count: 3
17305                         path: tests/unit/Plugins/Import/ImportSqlTest.php
17307                 -
17308                         message: """
17309                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17310                                 Use dependency injection instead\\.$#
17311                         """
17312                         count: 1
17313                         path: tests/unit/Plugins/Schema/DiaRelationSchemaTest.php
17315                 -
17316                         message: """
17317                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17318                                 Use dependency injection instead\\.$#
17319                         """
17320                         count: 1
17321                         path: tests/unit/Plugins/Schema/EpsRelationSchemaTest.php
17323                 -
17324                         message: """
17325                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17326                                 Use dependency injection instead\\.$#
17327                         """
17328                         count: 1
17329                         path: tests/unit/Plugins/Schema/PdfRelationSchemaTest.php
17331                 -
17332                         message: """
17333                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17334                                 Use dependency injection instead\\.$#
17335                         """
17336                         count: 1
17337                         path: tests/unit/Plugins/Schema/SvgRelationSchemaTest.php
17339                 -
17340                         message: """
17341                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17342                                 Use dependency injection instead\\.$#
17343                         """
17344                         count: 2
17345                         path: tests/unit/Plugins/Transformations/TransformationPluginsTest.php
17347                 -
17348                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Plugins\\\\Transformations\\\\TransformationPluginsTest\\:\\:testTransformation\\(\\) has parameter \\$applyArgs with no value type specified in iterable type array\\.$#"
17349                         count: 1
17350                         path: tests/unit/Plugins/Transformations/TransformationPluginsTest.php
17352                 -
17353                         message: """
17354                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17355                                 Use dependency injection instead\\.$#
17356                         """
17357                         count: 1
17358                         path: tests/unit/PluginsTest.php
17360                 -
17361                         message: """
17362                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
17363                                 Use dependency injection instead\\.$#
17364                         """
17365                         count: 1
17366                         path: tests/unit/PluginsTest.php
17368                 -
17369                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
17370                         count: 1
17371                         path: tests/unit/PluginsTest.php
17373                 -
17374                         message: """
17375                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17376                                 Use dependency injection instead\\.$#
17377                         """
17378                         count: 1
17379                         path: tests/unit/Replication/ReplicationGuiTest.php
17381                 -
17382                         message: """
17383                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
17384                                 Use dependency injection instead\\.$#
17385                         """
17386                         count: 2
17387                         path: tests/unit/Replication/ReplicationGuiTest.php
17389                 -
17390                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
17391                         count: 1
17392                         path: tests/unit/Replication/ReplicationGuiTest.php
17394                 -
17395                         message: """
17396                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17397                                 Use dependency injection instead\\.$#
17398                         """
17399                         count: 4
17400                         path: tests/unit/Routing/RoutingTest.php
17402                 -
17403                         message: "#^Cannot access offset '/' on mixed\\.$#"
17404                         count: 1
17405                         path: tests/unit/Routing/RoutingTest.php
17407                 -
17408                         message: "#^Cannot access offset 'GET' on mixed\\.$#"
17409                         count: 1
17410                         path: tests/unit/Routing/RoutingTest.php
17412                 -
17413                         message: "#^Parameter \\#1 \\$directory of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertDirectoryIsWritable\\(\\) expects string, mixed given\\.$#"
17414                         count: 3
17415                         path: tests/unit/Routing/RoutingTest.php
17417                 -
17418                         message: """
17419                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17420                                 Use dependency injection instead\\.$#
17421                         """
17422                         count: 2
17423                         path: tests/unit/Server/PluginsTest.php
17425                 -
17426                         message: """
17427                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
17428                                 Use dependency injection instead\\.$#
17429                         """
17430                         count: 3
17431                         path: tests/unit/Server/PluginsTest.php
17433                 -
17434                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Server\\\\PluginsTest has an uninitialized property \\$plugins\\. Give it default value or assign it in the constructor\\.$#"
17435                         count: 1
17436                         path: tests/unit/Server/PluginsTest.php
17438                 -
17439                         message: """
17440                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17441                                 Use dependency injection instead\\.$#
17442                         """
17443                         count: 10
17444                         path: tests/unit/Server/PrivilegesTest.php
17446                 -
17447                         message: "#^PHPDoc tag @var for variable \\$actual has no value type specified in iterable type array\\.$#"
17448                         count: 1
17449                         path: tests/unit/Server/PrivilegesTest.php
17451                 -
17452                         message: """
17453                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17454                                 Use dependency injection instead\\.$#
17455                         """
17456                         count: 2
17457                         path: tests/unit/Server/SelectTest.php
17459                 -
17460                         message: "#^Cannot access offset 'host' on mixed\\.$#"
17461                         count: 1
17462                         path: tests/unit/Server/SelectTest.php
17464                 -
17465                         message: "#^Cannot access offset 'only_db' on mixed\\.$#"
17466                         count: 1
17467                         path: tests/unit/Server/SelectTest.php
17469                 -
17470                         message: "#^Cannot access offset 'port' on mixed\\.$#"
17471                         count: 1
17472                         path: tests/unit/Server/SelectTest.php
17474                 -
17475                         message: "#^Cannot access offset 'user' on mixed\\.$#"
17476                         count: 1
17477                         path: tests/unit/Server/SelectTest.php
17479                 -
17480                         message: "#^Offset '0' does not exist on array\\<int\\<1, max\\>, array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\>\\.$#"
17481                         count: 1
17482                         path: tests/unit/Server/SelectTest.php
17484                 -
17485                         message: "#^Parameter \\#1 \\$needle of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17486                         count: 4
17487                         path: tests/unit/Server/SelectTest.php
17489                 -
17490                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
17491                         count: 3
17492                         path: tests/unit/Server/SelectTest.php
17494                 -
17495                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Server\\\\\\\\SysInfo\\\\\\\\Base' and PhpMyAdmin\\\\Server\\\\SysInfo\\\\Base will always evaluate to true\\.$#"
17496                         count: 1
17497                         path: tests/unit/Server/SysInfo/SysInfoTest.php
17499                 -
17500                         message: """
17501                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17502                                 Use dependency injection instead\\.$#
17503                         """
17504                         count: 1
17505                         path: tests/unit/Setup/IndexTest.php
17507                 -
17508                         message: "#^Cannot access offset '123' on mixed\\.$#"
17509                         count: 1
17510                         path: tests/unit/Setup/IndexTest.php
17512                 -
17513                         message: "#^Cannot access offset 'type' on mixed\\.$#"
17514                         count: 1
17515                         path: tests/unit/Setup/IndexTest.php
17517                 -
17518                         message: """
17519                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17520                                 Use dependency injection instead\\.$#
17521                         """
17522                         count: 1
17523                         path: tests/unit/SqlQueryFormTest.php
17525                 -
17526                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
17527                         count: 1
17528                         path: tests/unit/SqlQueryFormTest.php
17530                 -
17531                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
17532                         count: 1
17533                         path: tests/unit/SqlQueryFormTest.php
17535                 -
17536                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
17537                         count: 1
17538                         path: tests/unit/SqlQueryFormTest.php
17540                 -
17541                         message: """
17542                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17543                                 Use dependency injection instead\\.$#
17544                         """
17545                         count: 5
17546                         path: tests/unit/SqlTest.php
17548                 -
17549                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
17550                         count: 3
17551                         path: tests/unit/SqlTest.php
17553                 -
17554                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
17555                         count: 1
17556                         path: tests/unit/SqlTest.php
17558                 -
17559                         message: "#^Cannot access offset 'tmpval' on mixed\\.$#"
17560                         count: 4
17561                         path: tests/unit/SqlTest.php
17563                 -
17564                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Stubs\\\\DbiDummy\\:\\:affectedRows\\(\\) should return int\\|numeric\\-string but returns mixed\\.$#"
17565                         count: 1
17566                         path: tests/unit/Stubs/DbiDummy.php
17568                 -
17569                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Stubs\\\\DbiDummy\\:\\:connect\\(\\) never returns null so it can be removed from the return type\\.$#"
17570                         count: 1
17571                         path: tests/unit/Stubs/DbiDummy.php
17573                 -
17574                         message: """
17575                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17576                                 Use dependency injection instead\\.$#
17577                         """
17578                         count: 1
17579                         path: tests/unit/Stubs/ResponseRenderer.php
17581                 -
17582                         message: "#^Foreach overwrites \\$value with its value variable\\.$#"
17583                         count: 1
17584                         path: tests/unit/Stubs/ResponseRenderer.php
17586                 -
17587                         message: """
17588                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17589                                 Use dependency injection instead\\.$#
17590                         """
17591                         count: 1
17592                         path: tests/unit/SystemDatabaseTest.php
17594                 -
17595                         message: """
17596                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17597                                 Use dependency injection instead\\.$#
17598                         """
17599                         count: 1
17600                         path: tests/unit/Table/ColumnsDefinitionTest.php
17602                 -
17603                         message: """
17604                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
17605                                 Use dependency injection instead\\.$#
17606                         """
17607                         count: 1
17608                         path: tests/unit/Table/SearchTest.php
17610                 -
17611                         message: """
17612                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17613                                 Use dependency injection instead\\.$#
17614                         """
17615                         count: 2
17616                         path: tests/unit/Table/TableTest.php
17618                 -
17619                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertFalse\\(\\) with true will always evaluate to false\\.$#"
17620                         count: 1
17621                         path: tests/unit/Table/TableTest.php
17623                 -
17624                         message: "#^Cannot access offset 'SCHEMA_TABLES' on mixed\\.$#"
17625                         count: 1
17626                         path: tests/unit/Table/TableTest.php
17628                 -
17629                         message: "#^Offset 'col_order' on array in isset\\(\\) always exists and is not nullable\\.$#"
17630                         count: 1
17631                         path: tests/unit/Table/TableTest.php
17633                 -
17634                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17635                         count: 3
17636                         path: tests/unit/Table/TableTest.php
17638                 -
17639                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringNotContainsString\\(\\) expects string, mixed given\\.$#"
17640                         count: 1
17641                         path: tests/unit/Table/TableTest.php
17643                 -
17644                         message: """
17645                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17646                                 Use dependency injection instead\\.$#
17647                         """
17648                         count: 1
17649                         path: tests/unit/Theme/ThemeManagerTest.php
17651                 -
17652                         message: "#^Casting to int something that's already int\\.$#"
17653                         count: 1
17654                         path: tests/unit/Theme/ThemeTest.php
17656                 -
17657                         message: """
17658                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17659                                 Use dependency injection instead\\.$#
17660                         """
17661                         count: 4
17662                         path: tests/unit/Tracking/TrackerTest.php
17664                 -
17665                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
17666                         count: 4
17667                         path: tests/unit/Tracking/TrackerTest.php
17669                 -
17670                         message: """
17671                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17672                                 Use dependency injection instead\\.$#
17673                         """
17674                         count: 1
17675                         path: tests/unit/Tracking/TrackingTest.php
17677                 -
17678                         message: """
17679                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
17680                                 Use dependency injection instead\\.$#
17681                         """
17682                         count: 3
17683                         path: tests/unit/Tracking/TrackingTest.php
17685                 -
17686                         message: "#^Cannot access offset 'statement' on mixed\\.$#"
17687                         count: 2
17688                         path: tests/unit/Tracking/TrackingTest.php
17690                 -
17691                         message: "#^Cannot access offset 'username' on mixed\\.$#"
17692                         count: 2
17693                         path: tests/unit/Tracking/TrackingTest.php
17695                 -
17696                         message: """
17697                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17698                                 Use dependency injection instead\\.$#
17699                         """
17700                         count: 1
17701                         path: tests/unit/TransformationsTest.php
17703                 -
17704                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{ServerDefault\\: 1, ActionLinksMode\\: 'icons'\\}\\.$#"
17705                         count: 1
17706                         path: tests/unit/TransformationsTest.php
17708                 -
17709                         message: """
17710                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17711                                 Use dependency injection instead\\.$#
17712                         """
17713                         count: 5
17714                         path: tests/unit/Triggers/TriggersTest.php
17716                 -
17717                         message: """
17718                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
17719                                 Use dependency injection instead\\.$#
17720                         """
17721                         count: 1
17722                         path: tests/unit/Triggers/TriggersTest.php
17724                 -
17725                         message: """
17726                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17727                                 Use dependency injection instead\\.$#
17728                         """
17729                         count: 6
17730                         path: tests/unit/TwoFactorTest.php
17732                 -
17733                         message: "#^Method PhpMyAdmin\\\\Tests\\\\TwoFactorTest\\:\\:loadResultForConfig\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
17734                         count: 1
17735                         path: tests/unit/TwoFactorTest.php
17737                 -
17738                         message: "#^Missing call to parent\\:\\:tearDown\\(\\) method\\.$#"
17739                         count: 1
17740                         path: tests/unit/TwoFactorTest.php
17742                 -
17743                         message: "#^Parameter \\#1 \\$secret of method PragmaRX\\\\Google2FA\\\\Google2FA\\:\\:oathTotp\\(\\) expects string, mixed given\\.$#"
17744                         count: 2
17745                         path: tests/unit/TwoFactorTest.php
17747                 -
17748                         message: "#^Class PhpMyAdmin\\\\Tests\\\\TypesByDatabaseVersionTest has an uninitialized property \\$object\\. Give it default value or assign it in the constructor\\.$#"
17749                         count: 1
17750                         path: tests/unit/TypesByDatabaseVersionTest.php
17752                 -
17753                         message: """
17754                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
17755                                 Use dependency injection instead\\.$#
17756                         """
17757                         count: 1
17758                         path: tests/unit/TypesTest.php
17760                 -
17761                         message: """
17762                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17763                                 Use dependency injection instead\\.$#
17764                         """
17765                         count: 1
17766                         path: tests/unit/UniqueConditionTest.php
17768                 -
17769                         message: """
17770                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17771                                 Use dependency injection instead\\.$#
17772                         """
17773                         count: 1
17774                         path: tests/unit/UrlRedirectorTest.php
17776                 -
17777                         message: """
17778                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17779                                 Use dependency injection instead\\.$#
17780                         """
17781                         count: 8
17782                         path: tests/unit/UrlTest.php
17784                 -
17785                         message: """
17786                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17787                                 Use dependency injection instead\\.$#
17788                         """
17789                         count: 6
17790                         path: tests/unit/UserPreferencesTest.php
17792                 -
17793                         message: """
17794                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\DatabaseInterface\\:
17795                                 Use dependency injection instead\\.$#
17796                         """
17797                         count: 8
17798                         path: tests/unit/UserPreferencesTest.php
17800                 -
17801                         message: "#^Cannot access offset 'db' on mixed\\.$#"
17802                         count: 2
17803                         path: tests/unit/UserPreferencesTest.php
17805                 -
17806                         message: "#^Cannot access offset 'server_2' on mixed\\.$#"
17807                         count: 1
17808                         path: tests/unit/UserPreferencesTest.php
17810                 -
17811                         message: "#^Cannot access offset 'ts' on mixed\\.$#"
17812                         count: 1
17813                         path: tests/unit/UserPreferencesTest.php
17815                 -
17816                         message: "#^Cannot access offset 'userprefs' on mixed\\.$#"
17817                         count: 1
17818                         path: tests/unit/UserPreferencesTest.php
17820                 -
17821                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, mixed given\\.$#"
17822                         count: 1
17823                         path: tests/unit/UserPreferencesTest.php
17825                 -
17826                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
17827                         count: 2
17828                         path: tests/unit/UserPreferencesTest.php
17830                 -
17831                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{Server/hide_db\\: 'testval123', Server/port\\: '213'\\}\\.$#"
17832                         count: 1
17833                         path: tests/unit/UserPreferencesTest.php
17835                 -
17836                         message: """
17837                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17838                                 Use dependency injection instead\\.$#
17839                         """
17840                         count: 7
17841                         path: tests/unit/UtilTest.php
17843                 -
17844                         message: "#^Cannot access offset 'is_superuser' on mixed\\.$#"
17845                         count: 1
17846                         path: tests/unit/UtilTest.php
17848                 -
17849                         message: "#^Cannot access offset 'mysql_cur_user' on mixed\\.$#"
17850                         count: 1
17851                         path: tests/unit/UtilTest.php
17853                 -
17854                         message: "#^Cannot access offset 'server_2' on mixed\\.$#"
17855                         count: 4
17856                         path: tests/unit/UtilTest.php
17858                 -
17859                         message: "#^Casting to string something that's already string\\.$#"
17860                         count: 1
17861                         path: tests/unit/UtilTest.php
17863                 -
17864                         message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
17865                         count: 2
17866                         path: tests/unit/UtilTest.php
17868                 -
17869                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
17870                         count: 1
17871                         path: tests/unit/UtilTest.php
17873                 -
17874                         message: """
17875                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17876                                 Use dependency injection instead\\.$#
17877                         """
17878                         count: 1
17879                         path: tests/unit/Utils/ForeignKeyTest.php
17881                 -
17882                         message: "#^Only booleans are allowed in a negated boolean, string\\|false given\\.$#"
17883                         count: 2
17884                         path: tests/unit/Utils/HttpRequestTest.php
17886                 -
17887                         message: "#^Parameter \\#1 \\$haystack of function stripos expects string, mixed given\\.$#"
17888                         count: 2
17889                         path: tests/unit/Utils/HttpRequestTest.php
17891                 -
17892                         message: "#^Parameter \\#1 \\$needle of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17893                         count: 1
17894                         path: tests/unit/Utils/HttpRequestTest.php
17896                 -
17897                         message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
17898                         count: 1
17899                         path: tests/unit/Utils/HttpRequestTest.php
17901                 -
17902                         message: """
17903                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17904                                 Use dependency injection instead\\.$#
17905                         """
17906                         count: 6
17907                         path: tests/unit/Utils/SessionCacheTest.php
17909                 -
17910                         message: "#^Cannot access offset 'server_2' on mixed\\.$#"
17911                         count: 4
17912                         path: tests/unit/Utils/SessionCacheTest.php
17914                 -
17915                         message: "#^Cannot access offset 'test_data' on mixed\\.$#"
17916                         count: 1
17917                         path: tests/unit/Utils/SessionCacheTest.php
17919                 -
17920                         message: "#^Cannot access offset 'test_data_3' on mixed\\.$#"
17921                         count: 1
17922                         path: tests/unit/Utils/SessionCacheTest.php
17924                 -
17925                         message: "#^Parameter \\#2 \\$array of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
17926                         count: 2
17927                         path: tests/unit/Utils/SessionCacheTest.php
17929                 -
17930                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$selectedServer \\(array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\) does not accept array\\{host\\: string, port\\: string, socket\\: string, ssl\\: bool, ssl_key\\: string\\|null, ssl_cert\\: string\\|null, ssl_ca\\: string\\|null, ssl_ca_path\\: string\\|null, \\.\\.\\.\\}\\.$#"
17931                         count: 5
17932                         path: tests/unit/Utils/SessionCacheTest.php
17934                 -
17935                         message: """
17936                                 #^Call to deprecated method getInstance\\(\\) of class PhpMyAdmin\\\\Config\\:
17937                                 Use dependency injection instead\\.$#
17938                         """
17939                         count: 5
17940                         path: tests/unit/VersionInformationTest.php
17942                 -
17943                         message: "#^Cannot access offset 'version_check' on mixed\\.$#"
17944                         count: 1
17945                         path: tests/unit/VersionInformationTest.php
17947                 -
17948                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$settings \\(array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\) does not accept array\\{PmaAbsoluteUri\\: string, AuthLog\\: string, AuthLogSuccess\\: bool, PmaNoRelation_DisableWarning\\: bool, SuhosinDisableWarning\\: bool, LoginCookieValidityDisableWarning\\: bool, ReservedWordDisableWarning\\: bool, TranslationWarningThreshold\\: int, \\.\\.\\.\\}\\.$#"
17949                         count: 3
17950                         path: tests/unit/VersionInformationTest.php
17952                 -
17953                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsBool\\(\\) with true will always evaluate to true\\.$#"
17954                         count: 1
17955                         path: tests/unit/VersionTest.php
17957                 -
17958                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsInt\\(\\) with 0 will always evaluate to true\\.$#"
17959                         count: 2
17960                         path: tests/unit/VersionTest.php
17962                 -
17963                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsInt\\(\\) with 6 will always evaluate to true\\.$#"
17964                         count: 1
17965                         path: tests/unit/VersionTest.php
17967                 -
17968                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsString\\(\\) with 'dev' will always evaluate to true\\.$#"
17969                         count: 1
17970                         path: tests/unit/VersionTest.php
17972                 -
17973                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsString\\(\\) with non\\-falsy\\-string will always evaluate to true\\.$#"
17974                         count: 1
17975                         path: tests/unit/VersionTest.php
17977                 -
17978                         message: "#^Call to function base64_decode\\(\\) requires parameter \\#2 to be set\\.$#"
17979                         count: 1
17980                         path: tests/unit/WebAuthn/CBORDecoderTest.php
17982                 -
17983                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'attestation' and array\\{challenge\\: non\\-falsy\\-string, rp\\: array\\{name\\: string, id\\: string\\}, user\\: array\\{id\\: string, name\\: string, displayName\\: string\\}, pubKeyCredParams\\: non\\-empty\\-array\\<int, array\\{alg\\: int, type\\: 'public\\-key'\\}\\>, authenticatorSelection\\: array\\<string, string\\>, timeout\\: int\\<1, max\\>, attestation\\: non\\-empty\\-string\\} will always evaluate to true\\.$#"
17984                         count: 1
17985                         path: tests/unit/WebAuthn/CustomServerTest.php
17987                 -
17988                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'challenge' and array\\{challenge\\: non\\-empty\\-string, rp\\: array\\{name\\: string, id\\: string\\}, user\\: array\\{id\\: string, name\\: string, displayName\\: string\\}, pubKeyCredParams\\: array\\<int, array\\{alg\\: int, type\\: 'public\\-key'\\}\\>, authenticatorSelection\\: array\\<string, string\\>, timeout\\: int\\<1, max\\>, attestation\\: non\\-empty\\-string\\} will always evaluate to true\\.$#"
17989                         count: 1
17990                         path: tests/unit/WebAuthn/CustomServerTest.php
17992                 -
17993                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'pubKeyCredParams' and array\\{challenge\\: non\\-falsy\\-string, rp\\: array\\{name\\: string, id\\: string\\}, user\\: array\\{id\\: string, name\\: string, displayName\\: string\\}, pubKeyCredParams\\: array\\<int, array\\{alg\\: int, type\\: 'public\\-key'\\}\\>, authenticatorSelection\\: array\\<string, string\\>, timeout\\: int\\<1, max\\>, attestation\\: non\\-empty\\-string\\} will always evaluate to true\\.$#"
17994                         count: 1
17995                         path: tests/unit/WebAuthn/CustomServerTest.php
17997                 -
17998                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNull\\(\\) with null will always evaluate to true\\.$#"
17999                         count: 1
18000                         path: tests/unit/WebAuthn/CustomServerTest.php
18002                 -
18003                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'attestation' and array\\{challenge\\: non\\-falsy\\-string, rp\\: array\\{name\\: string, id\\: string\\}, user\\: array\\{id\\: string, name\\: string, displayName\\: string\\}, pubKeyCredParams\\: non\\-empty\\-array\\<int, array\\{alg\\: int, type\\: 'public\\-key'\\}\\>, authenticatorSelection\\: array\\<string, string\\>, timeout\\: int\\<1, max\\>, attestation\\: non\\-empty\\-string\\} will always evaluate to true\\.$#"
18004                         count: 1
18005                         path: tests/unit/WebAuthn/WebauthnLibServerTest.php
18007                 -
18008                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'challenge' and array\\{challenge\\: non\\-empty\\-string, rp\\: array\\{name\\: string, id\\: string\\}, user\\: array\\{id\\: string, name\\: string, displayName\\: string\\}, pubKeyCredParams\\: array\\<int, array\\{alg\\: int, type\\: 'public\\-key'\\}\\>, authenticatorSelection\\: array\\<string, string\\>, timeout\\: int\\<1, max\\>, attestation\\: non\\-empty\\-string\\} will always evaluate to true\\.$#"
18009                         count: 1
18010                         path: tests/unit/WebAuthn/WebauthnLibServerTest.php
18012                 -
18013                         message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'pubKeyCredParams' and array\\{challenge\\: non\\-falsy\\-string, rp\\: array\\{name\\: string, id\\: string\\}, user\\: array\\{id\\: string, name\\: string, displayName\\: string\\}, pubKeyCredParams\\: array\\<int, array\\{alg\\: int, type\\: 'public\\-key'\\}\\>, authenticatorSelection\\: array\\<string, string\\>, timeout\\: int\\<1, max\\>, attestation\\: non\\-empty\\-string\\} will always evaluate to true\\.$#"
18014                         count: 1
18015                         path: tests/unit/WebAuthn/WebauthnLibServerTest.php