Translated using Weblate (Slovenian)
[phpmyadmin.git] / phpstan-baseline.neon
blob12b41dd1d1a178ef3a96401dbe0ca86afc77f761
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: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
125                         count: 1
126                         path: src/Bookmarks/Bookmark.php
128                 -
129                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:escapeString\\(\\) expects string, mixed given\\.$#"
130                         count: 1
131                         path: src/Bookmarks/Bookmark.php
133                 -
134                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\Bookmarks\\\\BookmarkRepository\\:\\:createFromRow\\(\\) expects array\\<string\\>, array given\\.$#"
135                         count: 2
136                         path: src/Bookmarks/BookmarkRepository.php
138                 -
139                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\Bookmarks\\\\BookmarkRepository\\:\\:createFromRow\\(\\) expects array\\<string\\>, mixed given\\.$#"
140                         count: 1
141                         path: src/Bookmarks/BookmarkRepository.php
143                 -
144                         message: "#^Parameter \\#2 \\$bookmarkFeature of class PhpMyAdmin\\\\Bookmarks\\\\Bookmark constructor expects PhpMyAdmin\\\\ConfigStorage\\\\Features\\\\BookmarkFeature, PhpMyAdmin\\\\ConfigStorage\\\\Features\\\\BookmarkFeature\\|null given\\.$#"
145                         count: 1
146                         path: src/Bookmarks/BookmarkRepository.php
148                 -
149                         message: "#^Cannot access offset mixed on mixed\\.$#"
150                         count: 2
151                         path: src/BrowseForeigners.php
153                 -
154                         message: "#^Cannot cast mixed to string\\.$#"
155                         count: 1
156                         path: src/BrowseForeigners.php
158                 -
159                         message: "#^Parameter \\#1 \\$description of method PhpMyAdmin\\\\BrowseForeigners\\:\\:getDescriptionAndTitle\\(\\) expects string, mixed given\\.$#"
160                         count: 2
161                         path: src/BrowseForeigners.php
163                 -
164                         message: "#^Parameter \\#1 \\$horizontalCount of method PhpMyAdmin\\\\BrowseForeigners\\:\\:getHtmlForOneKey\\(\\) expects int, mixed given\\.$#"
165                         count: 1
166                         path: src/BrowseForeigners.php
168                 -
169                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
170                         count: 1
171                         path: src/BrowseForeigners.php
173                 -
174                         message: "#^Parameter \\#6 \\$indexByDescription of method PhpMyAdmin\\\\BrowseForeigners\\:\\:getHtmlForOneKey\\(\\) expects int, mixed given\\.$#"
175                         count: 1
176                         path: src/BrowseForeigners.php
178                 -
179                         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\\.$#"
180                         count: 1
181                         path: src/Charsets.php
183                 -
184                         message: "#^Parameter \\#1 \\$state of static method PhpMyAdmin\\\\Charsets\\\\Collation\\:\\:fromServer\\(\\) expects array\\<string\\>, array\\<string\\|null\\> given\\.$#"
185                         count: 1
186                         path: src/Charsets.php
188                 -
189                         message: "#^Cannot access an offset on mixed\\.$#"
190                         count: 1
191                         path: src/CheckUserPrivileges.php
193                 -
194                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
195                         count: 1
196                         path: src/CheckUserPrivileges.php
198                 -
199                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
200                         count: 1
201                         path: src/CheckUserPrivileges.php
203                 -
204                         message: "#^Only booleans are allowed in \\|\\|, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given on the left side\\.$#"
205                         count: 1
206                         path: src/CheckUserPrivileges.php
208                 -
209                         message: "#^Only booleans are allowed in \\|\\|, int\\|false given on the right side\\.$#"
210                         count: 1
211                         path: src/CheckUserPrivileges.php
213                 -
214                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
215                         count: 1
216                         path: src/CheckUserPrivileges.php
218                 -
219                         message: "#^Parameter \\#1 \\$source of method PhpMyAdmin\\\\Config\\:\\:loadAndCheck\\(\\) expects string\\|null, mixed given\\.$#"
220                         count: 1
221                         path: src/Command/CacheWarmupCommand.php
223                 -
224                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
225                         count: 1
226                         path: src/Command/CacheWarmupCommand.php
228                 -
229                         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, \\.\\.\\.\\}\\.$#"
230                         count: 1
231                         path: src/Command/CacheWarmupCommand.php
233                 -
234                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
235                         count: 1
236                         path: src/Command/FixPoTwigCommand.php
238                 -
239                         message: "#^Cannot access offset 0 on mixed\\.$#"
240                         count: 2
241                         path: src/Command/FixPoTwigCommand.php
243                 -
244                         message: "#^Cannot access offset 1 on mixed\\.$#"
245                         count: 1
246                         path: src/Command/FixPoTwigCommand.php
248                 -
249                         message: "#^Cannot access offset 'exception' on mixed\\.$#"
250                         count: 1
251                         path: src/Command/TwigLintCommand.php
253                 -
254                         message: "#^Cannot access offset 'file' on mixed\\.$#"
255                         count: 2
256                         path: src/Command/TwigLintCommand.php
258                 -
259                         message: "#^Cannot access offset 'template' on mixed\\.$#"
260                         count: 1
261                         path: src/Command/TwigLintCommand.php
263                 -
264                         message: "#^Cannot access offset 'valid' on mixed\\.$#"
265                         count: 2
266                         path: src/Command/TwigLintCommand.php
268                 -
269                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
270                         count: 1
271                         path: src/Command/TwigLintCommand.php
273                 -
274                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
275                         count: 1
276                         path: src/Command/TwigLintCommand.php
278                 -
279                         message: "#^Only booleans are allowed in a ternary operator condition, \\(callable\\)\\|null given\\.$#"
280                         count: 1
281                         path: src/Command/TwigLintCommand.php
283                 -
284                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
285                         count: 1
286                         path: src/Command/TwigLintCommand.php
288                 -
289                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
290                         count: 1
291                         path: src/Command/TwigLintCommand.php
293                 -
294                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
295                         count: 2
296                         path: src/Command/TwigLintCommand.php
298                 -
299                         message: "#^Parameter \\#1 \\$callback of function set_error_handler expects \\(callable\\(int, string, string, int\\)\\: bool\\)\\|null, Closure\\(int, string, string, int\\)\\: mixed given\\.$#"
300                         count: 1
301                         path: src/Command/TwigLintCommand.php
303                 -
304                         message: "#^Parameter \\#1 \\$filePath of method PhpMyAdmin\\\\Command\\\\TwigLintCommand\\:\\:getTemplateContents\\(\\) expects string, mixed given\\.$#"
305                         count: 1
306                         path: src/Command/TwigLintCommand.php
308                 -
309                         message: "#^Parameter \\#2 \\$file of method PhpMyAdmin\\\\Command\\\\TwigLintCommand\\:\\:validate\\(\\) expects string, mixed given\\.$#"
310                         count: 1
311                         path: src/Command/TwigLintCommand.php
313                 -
314                         message: "#^Parameter \\#2 \\$template of method PhpMyAdmin\\\\Command\\\\TwigLintCommand\\:\\:renderException\\(\\) expects string, mixed given\\.$#"
315                         count: 1
316                         path: src/Command/TwigLintCommand.php
318                 -
319                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
320                         count: 1
321                         path: src/Command/TwigLintCommand.php
323                 -
324                         message: "#^Parameter \\#3 \\$exception of method PhpMyAdmin\\\\Command\\\\TwigLintCommand\\:\\:renderException\\(\\) expects Twig\\\\Error\\\\Error, mixed given\\.$#"
325                         count: 1
326                         path: src/Command/TwigLintCommand.php
328                 -
329                         message: "#^Parameter \\#4 \\$file of method PhpMyAdmin\\\\Command\\\\TwigLintCommand\\:\\:renderException\\(\\) expects string\\|null, mixed given\\.$#"
330                         count: 1
331                         path: src/Command/TwigLintCommand.php
333                 -
334                         message: "#^Parameter \\#4 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
335                         count: 1
336                         path: src/Command/TwigLintCommand.php
338                 -
339                         message: "#^Cannot access offset 'LoginCookieValidity' on mixed\\.$#"
340                         count: 1
341                         path: src/Config.php
343                 -
344                         message: "#^Cannot access offset 'Server' on mixed\\.$#"
345                         count: 1
346                         path: src/Config.php
348                 -
349                         message: "#^Cannot access offset 'ThemeDefault' on mixed\\.$#"
350                         count: 2
351                         path: src/Config.php
353                 -
354                         message: "#^Cannot access offset 'config_mtime' on mixed\\.$#"
355                         count: 2
356                         path: src/Config.php
358                 -
359                         message: "#^Cannot access offset 'lang' on mixed\\.$#"
360                         count: 3
361                         path: src/Config.php
363                 -
364                         message: "#^Cannot access offset 'userprefs' on mixed\\.$#"
365                         count: 5
366                         path: src/Config.php
368                 -
369                         message: "#^Cannot access offset 'userprefs_mtime' on mixed\\.$#"
370                         count: 2
371                         path: src/Config.php
373                 -
374                         message: "#^Cannot access offset 'userprefs_type' on mixed\\.$#"
375                         count: 2
376                         path: src/Config.php
378                 -
379                         message: "#^Cannot access offset non\\-falsy\\-string on mixed\\.$#"
380                         count: 10
381                         path: src/Config.php
383                 -
384                         message: "#^Cannot cast mixed to string\\.$#"
385                         count: 2
386                         path: src/Config.php
388                 -
389                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
390                         count: 8
391                         path: src/Config.php
393                 -
394                         message: "#^Method PhpMyAdmin\\\\Config\\:\\:getUploadTempDir\\(\\) should return string\\|null but returns string\\|false\\.$#"
395                         count: 1
396                         path: src/Config.php
398                 -
399                         message: "#^Only booleans are allowed in &&, int\\|false given on the left side\\.$#"
400                         count: 3
401                         path: src/Config.php
403                 -
404                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
405                         count: 4
406                         path: src/Config.php
408                 -
409                         message: "#^Only booleans are allowed in &&, string\\|null given on the right side\\.$#"
410                         count: 1
411                         path: src/Config.php
413                 -
414                         message: "#^Only booleans are allowed in a negated boolean, int\\<0, 2\\> given\\.$#"
415                         count: 1
416                         path: src/Config.php
418                 -
419                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
420                         count: 1
421                         path: src/Config.php
423                 -
424                         message: "#^Only booleans are allowed in a negated boolean, string\\|false given\\.$#"
425                         count: 3
426                         path: src/Config.php
428                 -
429                         message: "#^Only booleans are allowed in an elseif condition, int\\|false given\\.$#"
430                         count: 6
431                         path: src/Config.php
433                 -
434                         message: "#^Only booleans are allowed in an elseif condition, string\\|false given\\.$#"
435                         count: 4
436                         path: src/Config.php
438                 -
439                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
440                         count: 1
441                         path: src/Config.php
443                 -
444                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
445                         count: 1
446                         path: src/Config.php
448                 -
449                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
450                         count: 4
451                         path: src/Config.php
453                 -
454                         message: "#^Only booleans are allowed in \\|\\|, string\\|false given on the left side\\.$#"
455                         count: 1
456                         path: src/Config.php
458                 -
459                         message: "#^Parameter \\#1 \\$code of method PhpMyAdmin\\\\LanguageManager\\:\\:getLanguage\\(\\) expects string, mixed given\\.$#"
460                         count: 1
461                         path: src/Config.php
463                 -
464                         message: "#^Parameter \\#1 \\$collation of method PhpMyAdmin\\\\DatabaseInterface\\:\\:setCollation\\(\\) expects string, mixed given\\.$#"
465                         count: 1
466                         path: src/Config.php
468                 -
469                         message: "#^Parameter \\#1 \\$filename of static method PhpMyAdmin\\\\Config\\:\\:renderCustom\\(\\) expects string, mixed given\\.$#"
470                         count: 2
471                         path: src/Config.php
473                 -
474                         message: "#^Parameter \\#1 \\$haystack of function mb_strstr expects string, mixed given\\.$#"
475                         count: 1
476                         path: src/Config.php
478                 -
479                         message: "#^Parameter \\#1 \\$string of function rtrim expects string, mixed given\\.$#"
480                         count: 1
481                         path: src/Config.php
483                 -
484                         message: "#^Parameter \\#1 \\$theme of method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:checkTheme\\(\\) expects string\\|null, mixed given\\.$#"
485                         count: 1
486                         path: src/Config.php
488                 -
489                         message: "#^Parameter \\#1 \\$theme of method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:setActiveTheme\\(\\) expects string\\|null, mixed given\\.$#"
490                         count: 1
491                         path: src/Config.php
493                 -
494                         message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#"
495                         count: 2
496                         path: src/Config.php
498                 -
499                         message: "#^Parameter \\#2 \\.\\.\\.\\$replacements of function array_replace_recursive expects array, mixed given\\.$#"
500                         count: 1
501                         path: src/Config.php
503                 -
504                         message: "#^Parameter \\#3 \\$default of method PhpMyAdmin\\\\Config\\:\\:setCookie\\(\\) expects string\\|null, mixed given\\.$#"
505                         count: 1
506                         path: src/Config.php
508                 -
509                         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\\.$#"
510                         count: 2
511                         path: src/Config.php
513                 -
514                         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, \\.\\.\\.\\}\\.$#"
515                         count: 1
516                         path: src/Config.php
518                 -
519                         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\\>\\.$#"
520                         count: 1
521                         path: src/Config.php
523                 -
524                         message: "#^Cannot access offset 'ServerDefault' on mixed\\.$#"
525                         count: 1
526                         path: src/Config/ConfigFile.php
528                 -
529                         message: "#^Cannot access offset 'Servers' on mixed\\.$#"
530                         count: 8
531                         path: src/Config/ConfigFile.php
533                 -
534                         message: "#^Cannot access offset int on mixed\\.$#"
535                         count: 6
536                         path: src/Config/ConfigFile.php
538                 -
539                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
540                         count: 5
541                         path: src/Config/ConfigFile.php
543                 -
544                         message: "#^Method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getCanonicalPath\\(\\) should return string but returns string\\|null\\.$#"
545                         count: 1
546                         path: src/Config/ConfigFile.php
548                 -
549                         message: "#^Method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getConfig\\(\\) should return array but returns mixed\\.$#"
550                         count: 1
551                         path: src/Config/ConfigFile.php
553                 -
554                         message: "#^Method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServerName\\(\\) should return string but returns mixed\\.$#"
555                         count: 2
556                         path: src/Config/ConfigFile.php
558                 -
559                         message: "#^Method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServers\\(\\) should return array but returns mixed\\.$#"
560                         count: 1
561                         path: src/Config/ConfigFile.php
563                 -
564                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
565                         count: 1
566                         path: src/Config/ConfigFile.php
568                 -
569                         message: "#^Parameter \\#1 \\$array of function array_flip expects array\\<int\\|string\\>, array given\\.$#"
570                         count: 2
571                         path: src/Config/ConfigFile.php
573                 -
574                         message: "#^Parameter \\#1 \\$array of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getFlatArray\\(\\) expects array, mixed given\\.$#"
575                         count: 1
576                         path: src/Config/ConfigFile.php
578                 -
579                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getCanonicalPath\\(\\) expects string, \\(int\\|string\\) given\\.$#"
580                         count: 1
581                         path: src/Config/ConfigFile.php
583                 -
584                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:set\\(\\) expects string, mixed given\\.$#"
585                         count: 1
586                         path: src/Config/ConfigFile.php
588                 -
589                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Core\\:\\:arrayRead\\(\\) expects string, \\(int\\|string\\) given\\.$#"
590                         count: 1
591                         path: src/Config/ConfigFile.php
593                 -
594                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Core\\:\\:arrayRead\\(\\) expects string, mixed given\\.$#"
595                         count: 1
596                         path: src/Config/ConfigFile.php
598                 -
599                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Core\\:\\:arrayRemove\\(\\) expects string, mixed given\\.$#"
600                         count: 1
601                         path: src/Config/ConfigFile.php
603                 -
604                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Core\\:\\:arrayWrite\\(\\) expects string, \\(int\\|string\\) given\\.$#"
605                         count: 1
606                         path: src/Config/ConfigFile.php
608                 -
609                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
610                         count: 1
611                         path: src/Config/ConfigFile.php
613                 -
614                         message: "#^Parameter \\#2 \\$array of static method PhpMyAdmin\\\\Core\\:\\:arrayRead\\(\\) expects array, array\\|null given\\.$#"
615                         count: 1
616                         path: src/Config/ConfigFile.php
618                 -
619                         message: "#^Parameter \\#2 \\$array of static method PhpMyAdmin\\\\Core\\:\\:arrayRead\\(\\) expects array, mixed given\\.$#"
620                         count: 4
621                         path: src/Config/ConfigFile.php
623                 -
624                         message: "#^Parameter \\#3 \\$canonicalPath of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:set\\(\\) expects string\\|null, mixed given\\.$#"
625                         count: 1
626                         path: src/Config/ConfigFile.php
628                 -
629                         message: "#^Property PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:\\$setFilter type has no value type specified in iterable type array\\.$#"
630                         count: 1
631                         path: src/Config/ConfigFile.php
633                 -
634                         message: "#^Cannot cast mixed to string\\.$#"
635                         count: 1
636                         path: src/Config/Form.php
638                 -
639                         message: "#^PHPDoc tag @var for variable \\$value has no value type specified in iterable type array\\.$#"
640                         count: 1
641                         path: src/Config/Form.php
643                 -
644                         message: "#^Parameter \\#1 \\$keys of function array_combine expects array\\<int\\|string\\>, array\\<int\\<0, max\\>, mixed\\> given\\.$#"
645                         count: 1
646                         path: src/Config/Form.php
648                 -
649                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
650                         count: 2
651                         path: src/Config/Form.php
653                 -
654                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
655                         count: 2
656                         path: src/Config/FormDisplay.php
658                 -
659                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
660                         count: 4
661                         path: src/Config/FormDisplay.php
663                 -
664                         message: "#^Call to function function_exists\\(\\) with 'bzcompress'\\|'gzcompress'\\|'gzencode' will always evaluate to true\\.$#"
665                         count: 1
666                         path: src/Config/FormDisplay.php
668                 -
669                         message: "#^Call to function function_exists\\(\\) with 'bzopen'\\|'gzopen'\\|'zip_open' will always evaluate to true\\.$#"
670                         count: 1
671                         path: src/Config/FormDisplay.php
673                 -
674                         message: "#^Cannot access an offset on mixed\\.$#"
675                         count: 3
676                         path: src/Config/FormDisplay.php
678                 -
679                         message: "#^Cannot access offset 'iconv' on mixed\\.$#"
680                         count: 1
681                         path: src/Config/FormDisplay.php
683                 -
684                         message: "#^Cannot access offset 'wrapper_params' on mixed\\.$#"
685                         count: 1
686                         path: src/Config/FormDisplay.php
688                 -
689                         message: "#^Cannot cast mixed to string\\.$#"
690                         count: 2
691                         path: src/Config/FormDisplay.php
693                 -
694                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
695                         count: 1
696                         path: src/Config/FormDisplay.php
698                 -
699                         message: "#^Only booleans are allowed in a negated boolean, int\\|string\\|false given\\.$#"
700                         count: 1
701                         path: src/Config/FormDisplay.php
703                 -
704                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
705                         count: 1
706                         path: src/Config/FormDisplay.php
708                 -
709                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
710                         count: 2
711                         path: src/Config/FormDisplay.php
713                 -
714                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
715                         count: 3
716                         path: src/Config/FormDisplay.php
718                 -
719                         message: "#^Parameter \\#1 \\$array of function array_flip expects array\\<int\\|string\\>, mixed given\\.$#"
720                         count: 1
721                         path: src/Config/FormDisplay.php
723                 -
724                         message: "#^Parameter \\#1 \\$canonicalPath of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getDefault\\(\\) expects string, mixed given\\.$#"
725                         count: 1
726                         path: src/Config/FormDisplay.php
728                 -
729                         message: "#^Parameter \\#1 \\$fieldId of method PhpMyAdmin\\\\Config\\\\FormDisplayTemplate\\:\\:addJsValidate\\(\\) expects string, mixed given\\.$#"
730                         count: 1
731                         path: src/Config/FormDisplay.php
733                 -
734                         message: "#^Parameter \\#1 \\$optionName of method PhpMyAdmin\\\\Config\\\\Form\\:\\:getOptionType\\(\\) expects string, \\(int\\|string\\) given\\.$#"
735                         count: 1
736                         path: src/Config/FormDisplay.php
738                 -
739                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getValue\\(\\) expects string, int\\|string\\|false given\\.$#"
740                         count: 1
741                         path: src/Config/FormDisplay.php
743                 -
744                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:set\\(\\) expects string, \\(int\\|string\\) given\\.$#"
745                         count: 1
746                         path: src/Config/FormDisplay.php
748                 -
749                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:set\\(\\) expects string, int\\|string given\\.$#"
750                         count: 1
751                         path: src/Config/FormDisplay.php
753                 -
754                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Config\\\\Descriptions\\:\\:get\\(\\) expects string, mixed given\\.$#"
755                         count: 1
756                         path: src/Config/FormDisplay.php
758                 -
759                         message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, mixed given\\.$#"
760                         count: 1
761                         path: src/Config/FormDisplay.php
763                 -
764                         message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
765                         count: 1
766                         path: src/Config/FormDisplay.php
768                 -
769                         message: "#^Parameter \\#2 \\$errorList of method PhpMyAdmin\\\\Config\\\\FormDisplayTemplate\\:\\:displayErrors\\(\\) expects array, mixed given\\.$#"
770                         count: 1
771                         path: src/Config/FormDisplay.php
773                 -
774                         message: "#^Parameter \\#2 \\$field of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:displayFieldInput\\(\\) expects string, \\(int\\|string\\) given\\.$#"
775                         count: 1
776                         path: src/Config/FormDisplay.php
778                 -
779                         message: "#^Parameter \\#2 \\$key of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:fillPostArrayParameters\\(\\) expects string, mixed given\\.$#"
780                         count: 1
781                         path: src/Config/FormDisplay.php
783                 -
784                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
785                         count: 1
786                         path: src/Config/FormDisplay.php
788                 -
789                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
790                         count: 2
791                         path: src/Config/FormDisplay.php
793                 -
794                         message: "#^Parameter \\#2 \\$validators of method PhpMyAdmin\\\\Config\\\\FormDisplayTemplate\\:\\:addJsValidate\\(\\) expects array\\|string, mixed given\\.$#"
795                         count: 1
796                         path: src/Config/FormDisplay.php
798                 -
799                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, int\\|string\\|false given\\.$#"
800                         count: 1
801                         path: src/Config/FormDisplay.php
803                 -
804                         message: "#^Parameter \\#4 \\$workPath of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:displayFieldInput\\(\\) expects string, int\\|string\\|false given\\.$#"
805                         count: 1
806                         path: src/Config/FormDisplay.php
808                 -
809                         message: "#^Parameter \\#5 \\$translatedPath of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:displayFieldInput\\(\\) expects string, mixed given\\.$#"
810                         count: 1
811                         path: src/Config/FormDisplay.php
813                 -
814                         message: "#^Parameter \\#7 \\$opts of method PhpMyAdmin\\\\Config\\\\FormDisplayTemplate\\:\\:displayInput\\(\\) expects array\\|null, mixed given\\.$#"
815                         count: 1
816                         path: src/Config/FormDisplay.php
818                 -
819                         message: "#^Property PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:\\$userprefsKeys type has no value type specified in iterable type array\\.$#"
820                         count: 1
821                         path: src/Config/FormDisplay.php
823                 -
824                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
825                         count: 1
826                         path: src/Config/FormDisplayTemplate.php
828                 -
829                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
830                         count: 2
831                         path: src/Config/FormDisplayTemplate.php
833                 -
834                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
835                         count: 1
836                         path: src/Config/FormDisplayTemplate.php
838                 -
839                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
840                         count: 1
841                         path: src/Config/Forms/BaseForm.php
843                 -
844                         message: "#^Method PhpMyAdmin\\\\Config\\\\Forms\\\\BaseForm\\:\\:getFields\\(\\) should return array\\<string\\> but returns array\\<int\\<0, max\\>, mixed\\>\\.$#"
845                         count: 1
846                         path: src/Config/Forms/BaseForm.php
848                 -
849                         message: "#^Parameter \\#1 \\$formName of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:registerForm\\(\\) expects string, \\(int\\|string\\) given\\.$#"
850                         count: 1
851                         path: src/Config/Forms/BaseForm.php
853                 -
854                         message: "#^Parameter \\#2 \\$form of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:registerForm\\(\\) expects array, mixed given\\.$#"
855                         count: 1
856                         path: src/Config/Forms/BaseForm.php
858                 -
859                         message: "#^Parameter \\#1 \\$array of function array_diff expects array, mixed given\\.$#"
860                         count: 1
861                         path: src/Config/Forms/Setup/FeaturesForm.php
863                 -
864                         message: "#^Cannot access an offset on mixed\\.$#"
865                         count: 2
866                         path: src/Config/Forms/Setup/MainForm.php
868                 -
869                         message: "#^Cannot access an offset on mixed\\.$#"
870                         count: 2
871                         path: src/Config/Forms/Setup/SqlForm.php
873                 -
874                         message: "#^Parameter \\#1 \\$url of method PhpMyAdmin\\\\ResponseRenderer\\:\\:redirect\\(\\) expects non\\-empty\\-string, string given\\.$#"
875                         count: 1
876                         path: src/Config/PageSettings.php
878                 -
879                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
880                         count: 1
881                         path: src/Config/ServerConfigChecks.php
883                 -
884                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
885                         count: 6
886                         path: src/Config/ServerConfigChecks.php
888                 -
889                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
890                         count: 1
891                         path: src/Config/ServerConfigChecks.php
893                 -
894                         message: "#^Cannot cast mixed to int\\.$#"
895                         count: 35
896                         path: src/Config/Settings.php
898                 -
899                         message: "#^Cannot cast mixed to string\\.$#"
900                         count: 45
901                         path: src/Config/Settings.php
903                 -
904                         message: "#^Method PhpMyAdmin\\\\Config\\\\Settings\\:\\:setTempDir\\(\\) should return string but returns mixed\\.$#"
905                         count: 1
906                         path: src/Config/Settings.php
908                 -
909                         message: "#^Method PhpMyAdmin\\\\Config\\\\Settings\\:\\:setVersionCheck\\(\\) should return bool but returns mixed\\.$#"
910                         count: 1
911                         path: src/Config/Settings.php
913                 -
914                         message: "#^Cannot cast mixed to int\\.$#"
915                         count: 1
916                         path: src/Config/Settings/Console.php
918                 -
919                         message: "#^Only booleans are allowed in &&, mixed given on the right side\\.$#"
920                         count: 4
921                         path: src/Config/Settings/Debug.php
923                 -
924                         message: "#^Cannot cast mixed to int\\.$#"
925                         count: 2
926                         path: src/Config/Settings/Export.php
928                 -
929                         message: "#^Cannot cast mixed to string\\.$#"
930                         count: 23
931                         path: src/Config/Settings/Export.php
933                 -
934                         message: "#^Cannot cast mixed to int\\.$#"
935                         count: 1
936                         path: src/Config/Settings/Import.php
938                 -
939                         message: "#^Cannot cast mixed to string\\.$#"
940                         count: 11
941                         path: src/Config/Settings/Import.php
943                 -
944                         message: "#^Cannot cast mixed to string\\.$#"
945                         count: 2
946                         path: src/Config/Settings/Schema.php
948                 -
949                         message: "#^Cannot cast mixed to int\\.$#"
950                         count: 2
951                         path: src/Config/Settings/Server.php
953                 -
954                         message: "#^Cannot cast mixed to string\\.$#"
955                         count: 58
956                         path: src/Config/Settings/Server.php
958                 -
959                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(bool\\|float\\|int\\|resource\\|string\\|null\\)\\: string given\\.$#"
960                         count: 1
961                         path: src/Config/Settings/Server.php
963                 -
964                         message: "#^Only booleans are allowed in \\|\\|, mixed given on the right side\\.$#"
965                         count: 4
966                         path: src/Config/Settings/SqlQueryBox.php
968                 -
969                         message: "#^Cannot cast mixed to int\\.$#"
970                         count: 11
971                         path: src/Config/Settings/Transformations.php
973                 -
974                         message: "#^Cannot cast mixed to string\\.$#"
975                         count: 12
976                         path: src/Config/Settings/Transformations.php
978                 -
979                         message: "#^Argument of an invalid type array\\|object supplied for foreach, only iterables are supported\\.$#"
980                         count: 1
981                         path: src/Config/Validator.php
983                 -
984                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
985                         count: 1
986                         path: src/Config/Validator.php
988                 -
989                         message: "#^Cannot access offset mixed on mixed\\.$#"
990                         count: 2
991                         path: src/Config/Validator.php
993                 -
994                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
995                         count: 21
996                         path: src/Config/Validator.php
998                 -
999                         message: "#^Method PhpMyAdmin\\\\Config\\\\Validator\\:\\:getValidators\\(\\) should return array but returns mixed\\.$#"
1000                         count: 3
1001                         path: src/Config/Validator.php
1003                 -
1004                         message: "#^Method PhpMyAdmin\\\\Config\\\\Validator\\:\\:testDBConnection\\(\\) return type has no value type specified in iterable type array\\.$#"
1005                         count: 1
1006                         path: src/Config/Validator.php
1008                 -
1009                         message: "#^Method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validate\\(\\) return type has no value type specified in iterable type array\\.$#"
1010                         count: 1
1011                         path: src/Config/Validator.php
1013                 -
1014                         message: "#^Method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validateByRegex\\(\\) return type has no value type specified in iterable type array\\.$#"
1015                         count: 1
1016                         path: src/Config/Validator.php
1018                 -
1019                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
1020                         count: 1
1021                         path: src/Config/Validator.php
1023                 -
1024                         message: "#^Only booleans are allowed in a negated boolean, mysqli\\|false given\\.$#"
1025                         count: 1
1026                         path: src/Config/Validator.php
1028                 -
1029                         message: "#^Only booleans are allowed in a ternary operator condition, int\\<0, max\\>\\|false given\\.$#"
1030                         count: 1
1031                         path: src/Config/Validator.php
1033                 -
1034                         message: "#^Only booleans are allowed in a ternary operator condition, int\\|false given\\.$#"
1035                         count: 2
1036                         path: src/Config/Validator.php
1038                 -
1039                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
1040                         count: 1
1041                         path: src/Config/Validator.php
1043                 -
1044                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(string, bool\\=\\)\\: string given\\.$#"
1045                         count: 1
1046                         path: src/Config/Validator.php
1048                 -
1049                         message: "#^Parameter \\#1 \\$haystack of function mb_strpos expects string, \\(int\\|string\\) given\\.$#"
1050                         count: 1
1051                         path: src/Config/Validator.php
1053                 -
1054                         message: "#^Parameter \\#1 \\$host of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:testDBConnection\\(\\) expects string, mixed given\\.$#"
1055                         count: 2
1056                         path: src/Config/Validator.php
1058                 -
1059                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getCanonicalPath\\(\\) expects string, \\(int\\|string\\) given\\.$#"
1060                         count: 1
1061                         path: src/Config/Validator.php
1063                 -
1064                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getCanonicalPath\\(\\) expects string, mixed given\\.$#"
1065                         count: 1
1066                         path: src/Config/Validator.php
1068                 -
1069                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, mixed given\\.$#"
1070                         count: 2
1071                         path: src/Config/Validator.php
1073                 -
1074                         message: "#^Parameter \\#2 \\$port of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:testDBConnection\\(\\) expects string, mixed given\\.$#"
1075                         count: 2
1076                         path: src/Config/Validator.php
1078                 -
1079                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
1080                         count: 1
1081                         path: src/Config/Validator.php
1083                 -
1084                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, \\(int\\|string\\) given\\.$#"
1085                         count: 1
1086                         path: src/Config/Validator.php
1088                 -
1089                         message: "#^Parameter \\#3 \\$socket of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:testDBConnection\\(\\) expects string, mixed given\\.$#"
1090                         count: 2
1091                         path: src/Config/Validator.php
1093                 -
1094                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, \\(int\\|string\\) given\\.$#"
1095                         count: 1
1096                         path: src/Config/Validator.php
1098                 -
1099                         message: "#^Parameter \\#4 \\$user of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:testDBConnection\\(\\) expects string, mixed given\\.$#"
1100                         count: 2
1101                         path: src/Config/Validator.php
1103                 -
1104                         message: "#^Parameter \\#5 \\$pass of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:testDBConnection\\(\\) expects string, mixed given\\.$#"
1105                         count: 2
1106                         path: src/Config/Validator.php
1108                 -
1109                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
1110                         count: 3
1111                         path: src/ConfigStorage/Relation.php
1113                 -
1114                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
1115                         count: 1
1116                         path: src/ConfigStorage/Relation.php
1118                 -
1119                         message: "#^Cannot access an offset on mixed\\.$#"
1120                         count: 1
1121                         path: src/ConfigStorage/Relation.php
1123                 -
1124                         message: "#^Cannot access offset 'COLUMN_NAME' on mixed\\.$#"
1125                         count: 1
1126                         path: src/ConfigStorage/Relation.php
1128                 -
1129                         message: "#^Cannot access offset 'DATA_TYPE' on mixed\\.$#"
1130                         count: 1
1131                         path: src/ConfigStorage/Relation.php
1133                 -
1134                         message: "#^Cannot access offset 'constraint' on mixed\\.$#"
1135                         count: 1
1136                         path: src/ConfigStorage/Relation.php
1138                 -
1139                         message: "#^Cannot access offset 'index_list' on mixed\\.$#"
1140                         count: 1
1141                         path: src/ConfigStorage/Relation.php
1143                 -
1144                         message: "#^Cannot access offset 'on_delete' on mixed\\.$#"
1145                         count: 1
1146                         path: src/ConfigStorage/Relation.php
1148                 -
1149                         message: "#^Cannot access offset 'on_update' on mixed\\.$#"
1150                         count: 1
1151                         path: src/ConfigStorage/Relation.php
1153                 -
1154                         message: "#^Cannot access offset 'ref_db_name' on mixed\\.$#"
1155                         count: 1
1156                         path: src/ConfigStorage/Relation.php
1158                 -
1159                         message: "#^Cannot access offset 'ref_index_list' on mixed\\.$#"
1160                         count: 1
1161                         path: src/ConfigStorage/Relation.php
1163                 -
1164                         message: "#^Cannot access offset 'ref_table_name' on mixed\\.$#"
1165                         count: 1
1166                         path: src/ConfigStorage/Relation.php
1168                 -
1169                         message: "#^Cannot access offset 'table_name' on mixed\\.$#"
1170                         count: 1
1171                         path: src/ConfigStorage/Relation.php
1173                 -
1174                         message: "#^Cannot access offset 'table_schema' on mixed\\.$#"
1175                         count: 1
1176                         path: src/ConfigStorage/Relation.php
1178                 -
1179                         message: "#^Cannot access offset mixed on mixed\\.$#"
1180                         count: 1
1181                         path: src/ConfigStorage/Relation.php
1183                 -
1184                         message: "#^Cannot cast mixed to string\\.$#"
1185                         count: 1
1186                         path: src/ConfigStorage/Relation.php
1188                 -
1189                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
1190                         count: 21
1191                         path: src/ConfigStorage/Relation.php
1193                 -
1194                         message: "#^Do\\-while loop condition is always false\\.$#"
1195                         count: 1
1196                         path: src/ConfigStorage/Relation.php
1198                 -
1199                         message: "#^Method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) should return string but returns mixed\\.$#"
1200                         count: 2
1201                         path: src/ConfigStorage/Relation.php
1203                 -
1204                         message: "#^Method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeignData\\(\\) return type has no value type specified in iterable type array\\.$#"
1205                         count: 1
1206                         path: src/ConfigStorage/Relation.php
1208                 -
1209                         message: "#^Method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeignData\\(\\) should return array\\{foreign_link\\: bool, the_total\\: int\\|string\\|null, foreign_display\\: string, disp_row\\: array\\<int, non\\-empty\\-array\\>\\|null, foreign_field\\: mixed\\} but returns array\\{foreign_link\\: bool, the_total\\: int\\|string\\|null, foreign_display\\: string, disp_row\\: array\\<int, array\\<string\\|null\\>\\>\\|null, foreign_field\\: mixed\\}\\.$#"
1210                         count: 1
1211                         path: src/ConfigStorage/Relation.php
1213                 -
1214                         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\\>\\.$#"
1215                         count: 1
1216                         path: src/ConfigStorage/Relation.php
1218                 -
1219                         message: "#^Method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:searchColumnInForeigners\\(\\) return type has no value type specified in iterable type array\\.$#"
1220                         count: 1
1221                         path: src/ConfigStorage/Relation.php
1223                 -
1224                         message: "#^Method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:searchColumnInForeigners\\(\\) should return array\\|false but returns mixed\\.$#"
1225                         count: 1
1226                         path: src/ConfigStorage/Relation.php
1228                 -
1229                         message: "#^Offset 'central_columns' 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 'column_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 'designer_settings' 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 'export_templates' 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 'favorite' 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 'history' 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 'navigationhiding' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1260                         count: 1
1261                         path: src/ConfigStorage/Relation.php
1263                 -
1264                         message: "#^Offset 'pdf_pages' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1265                         count: 1
1266                         path: src/ConfigStorage/Relation.php
1268                 -
1269                         message: "#^Offset 'recent' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1270                         count: 1
1271                         path: src/ConfigStorage/Relation.php
1273                 -
1274                         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\\.$#"
1275                         count: 1
1276                         path: src/ConfigStorage/Relation.php
1278                 -
1279                         message: "#^Offset 'savedsearches' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1280                         count: 1
1281                         path: src/ConfigStorage/Relation.php
1283                 -
1284                         message: "#^Offset 'table_coords' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1285                         count: 1
1286                         path: src/ConfigStorage/Relation.php
1288                 -
1289                         message: "#^Offset 'table_info' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1290                         count: 1
1291                         path: src/ConfigStorage/Relation.php
1293                 -
1294                         message: "#^Offset 'table_uiprefs' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1295                         count: 1
1296                         path: src/ConfigStorage/Relation.php
1298                 -
1299                         message: "#^Offset 'tracking' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1300                         count: 1
1301                         path: src/ConfigStorage/Relation.php
1303                 -
1304                         message: "#^Offset 'userconfig' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1305                         count: 1
1306                         path: src/ConfigStorage/Relation.php
1308                 -
1309                         message: "#^Offset 'usergroups' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1310                         count: 1
1311                         path: src/ConfigStorage/Relation.php
1313                 -
1314                         message: "#^Offset 'users' on \\*NEVER\\* on left side of \\?\\? always exists and is not nullable\\.$#"
1315                         count: 1
1316                         path: src/ConfigStorage/Relation.php
1318                 -
1319                         message: "#^Only booleans are allowed in &&, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given on the left side\\.$#"
1320                         count: 2
1321                         path: src/ConfigStorage/Relation.php
1323                 -
1324                         message: "#^Only booleans are allowed in &&, string given on the left side\\.$#"
1325                         count: 1
1326                         path: src/ConfigStorage/Relation.php
1328                 -
1329                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
1330                         count: 3
1331                         path: src/ConfigStorage/Relation.php
1333                 -
1334                         message: "#^Only booleans are allowed in a negated boolean, string\\|false\\|null given\\.$#"
1335                         count: 1
1336                         path: src/ConfigStorage/Relation.php
1338                 -
1339                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
1340                         count: 1
1341                         path: src/ConfigStorage/Relation.php
1343                 -
1344                         message: "#^Only booleans are allowed in an if condition, array\\|false given\\.$#"
1345                         count: 1
1346                         path: src/ConfigStorage/Relation.php
1348                 -
1349                         message: "#^Only booleans are allowed in an if condition, bool\\|string\\|null given\\.$#"
1350                         count: 1
1351                         path: src/ConfigStorage/Relation.php
1353                 -
1354                         message: "#^Only booleans are allowed in \\|\\|, array\\|false given on the right side\\.$#"
1355                         count: 1
1356                         path: src/ConfigStorage/Relation.php
1358                 -
1359                         message: "#^Parameter \\#1 \\$array of function array_reverse expects array, mixed given\\.$#"
1360                         count: 1
1361                         path: src/ConfigStorage/Relation.php
1363                 -
1364                         message: "#^Parameter \\#1 \\$array of function array_shift expects array, mixed given\\.$#"
1365                         count: 1
1366                         path: src/ConfigStorage/Relation.php
1368                 -
1369                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:fixPmaTables\\(\\) expects string, mixed given\\.$#"
1370                         count: 1
1371                         path: src/ConfigStorage/Relation.php
1373                 -
1374                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
1375                         count: 1
1376                         path: src/ConfigStorage/Relation.php
1378                 -
1379                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
1380                         count: 2
1381                         path: src/ConfigStorage/Relation.php
1383                 -
1384                         message: "#^Parameter \\#1 \\$foreigners of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:searchColumnInForeigners\\(\\) expects array, array\\|true given\\.$#"
1385                         count: 1
1386                         path: src/ConfigStorage/Relation.php
1388                 -
1389                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
1390                         count: 7
1391                         path: src/ConfigStorage/Relation.php
1393                 -
1394                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, string\\|false given\\.$#"
1395                         count: 2
1396                         path: src/ConfigStorage/Relation.php
1398                 -
1399                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
1400                         count: 1
1401                         path: src/ConfigStorage/Relation.php
1403                 -
1404                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getTypeClass\\(\\) expects string, mixed given\\.$#"
1405                         count: 1
1406                         path: src/ConfigStorage/Relation.php
1408                 -
1409                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
1410                         count: 3
1411                         path: src/ConfigStorage/Relation.php
1413                 -
1414                         message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(string\\|null, string\\|null\\)\\: int, 'strnatcasecmp' given\\.$#"
1415                         count: 1
1416                         path: src/ConfigStorage/Relation.php
1418                 -
1419                         message: "#^Parameter \\#2 \\$haystack of function array_search expects array, mixed given\\.$#"
1420                         count: 1
1421                         path: src/ConfigStorage/Relation.php
1423                 -
1424                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
1425                         count: 1
1426                         path: src/ConfigStorage/Relation.php
1428                 -
1429                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
1430                         count: 2
1431                         path: src/ConfigStorage/Relation.php
1433                 -
1434                         message: "#^Argument of an invalid type array\\|null supplied for foreach, only iterables are supported\\.$#"
1435                         count: 3
1436                         path: src/ConfigStorage/UserGroups.php
1438                 -
1439                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
1440                         count: 1
1441                         path: src/ConfigStorage/UserGroups.php
1443                 -
1444                         message: "#^Only booleans are allowed in &&, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given on the left side\\.$#"
1445                         count: 1
1446                         path: src/ConfigStorage/UserGroups.php
1448                 -
1449                         message: "#^Only booleans are allowed in &&, int\\|string given on the right side\\.$#"
1450                         count: 1
1451                         path: src/ConfigStorage/UserGroups.php
1453                 -
1454                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
1455                         count: 2
1456                         path: src/ConfigStorage/UserGroups.php
1458                 -
1459                         message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, string\\|null given\\.$#"
1460                         count: 3
1461                         path: src/ConfigStorage/UserGroups.php
1463                 -
1464                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, string\\|null given\\.$#"
1465                         count: 3
1466                         path: src/ConfigStorage/UserGroups.php
1468                 -
1469                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
1470                         count: 1
1471                         path: src/Controllers/AbstractController.php
1473                 -
1474                         message: "#^Parameter \\#1 \\$filename of function file_get_contents expects string, mixed given\\.$#"
1475                         count: 1
1476                         path: src/Controllers/ChangeLogController.php
1478                 -
1479                         message: "#^Parameter \\#1 \\$filename of function is_readable expects string, mixed given\\.$#"
1480                         count: 1
1481                         path: src/Controllers/ChangeLogController.php
1483                 -
1484                         message: "#^Parameter \\#1 \\$filename of function readgzfile expects string, mixed given\\.$#"
1485                         count: 1
1486                         path: src/Controllers/ChangeLogController.php
1488                 -
1489                         message: "#^Parameter \\#1 \\$haystack of function str_ends_with expects string, mixed given\\.$#"
1490                         count: 1
1491                         path: src/Controllers/ChangeLogController.php
1493                 -
1494                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function printf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
1495                         count: 1
1496                         path: src/Controllers/ChangeLogController.php
1498                 -
1499                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getColumnsNotInCentralList\\(\\) expects string, mixed given\\.$#"
1500                         count: 1
1501                         path: src/Controllers/Database/CentralColumns/PopulateColumnsController.php
1503                 -
1504                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getColumnsNotInCentralList\\(\\) expects string, mixed given\\.$#"
1505                         count: 1
1506                         path: src/Controllers/Database/CentralColumns/PopulateColumnsController.php
1508                 -
1509                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
1510                         count: 1
1511                         path: src/Controllers/Database/CentralColumnsController.php
1513                 -
1514                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:deleteColumnsFromList\\(\\) expects string, mixed given\\.$#"
1515                         count: 1
1516                         path: src/Controllers/Database/CentralColumnsController.php
1518                 -
1519                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getColumnsCount\\(\\) expects string, mixed given\\.$#"
1520                         count: 1
1521                         path: src/Controllers/Database/CentralColumnsController.php
1523                 -
1524                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getCount\\(\\) expects string, mixed given\\.$#"
1525                         count: 1
1526                         path: src/Controllers/Database/CentralColumnsController.php
1528                 -
1529                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getListRaw\\(\\) expects string, mixed given\\.$#"
1530                         count: 1
1531                         path: src/Controllers/Database/CentralColumnsController.php
1533                 -
1534                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getTemplateVariablesForMain\\(\\) expects string, mixed given\\.$#"
1535                         count: 1
1536                         path: src/Controllers/Database/CentralColumnsController.php
1538                 -
1539                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
1540                         count: 2
1541                         path: src/Controllers/Database/CentralColumnsController.php
1543                 -
1544                         message: "#^Parameter \\#1 \\$fieldSelect of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:syncUniqueColumns\\(\\) expects array\\<string\\>, array\\<int, mixed\\> given\\.$#"
1545                         count: 1
1546                         path: src/Controllers/Database/CentralColumnsController.php
1548                 -
1549                         message: "#^Parameter \\#1 \\$string of function parse_str expects string, mixed given\\.$#"
1550                         count: 1
1551                         path: src/Controllers/Database/CentralColumnsController.php
1553                 -
1554                         message: "#^Parameter \\#10 \\$colDefault of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
1555                         count: 2
1556                         path: src/Controllers/Database/CentralColumnsController.php
1558                 -
1559                         message: "#^Parameter \\#2 \\$origColName of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
1560                         count: 1
1561                         path: src/Controllers/Database/CentralColumnsController.php
1563                 -
1564                         message: "#^Parameter \\#2 \\$selectedDb of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getHtmlForEditingPage\\(\\) expects string, mixed given\\.$#"
1565                         count: 1
1566                         path: src/Controllers/Database/CentralColumnsController.php
1568                 -
1569                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getListRaw\\(\\) expects string, mixed given\\.$#"
1570                         count: 1
1571                         path: src/Controllers/Database/CentralColumnsController.php
1573                 -
1574                         message: "#^Parameter \\#2 \\$templateData of method PhpMyAdmin\\\\Controllers\\\\AbstractController\\:\\:render\\(\\) expects array\\<string, mixed\\>, array given\\.$#"
1575                         count: 1
1576                         path: src/Controllers/Database/CentralColumnsController.php
1578                 -
1579                         message: "#^Parameter \\#3 \\$colName of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
1580                         count: 2
1581                         path: src/Controllers/Database/CentralColumnsController.php
1583                 -
1584                         message: "#^Parameter \\#3 \\$table of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:syncUniqueColumns\\(\\) expects string\\|null, mixed given\\.$#"
1585                         count: 1
1586                         path: src/Controllers/Database/CentralColumnsController.php
1588                 -
1589                         message: "#^Parameter \\#4 \\$colType of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
1590                         count: 2
1591                         path: src/Controllers/Database/CentralColumnsController.php
1593                 -
1594                         message: "#^Parameter \\#4 \\$textDir of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getTemplateVariablesForMain\\(\\) expects string, mixed given\\.$#"
1595                         count: 1
1596                         path: src/Controllers/Database/CentralColumnsController.php
1598                 -
1599                         message: "#^Parameter \\#5 \\$colAttribute of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
1600                         count: 2
1601                         path: src/Controllers/Database/CentralColumnsController.php
1603                 -
1604                         message: "#^Parameter \\#6 \\$colLength of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
1605                         count: 2
1606                         path: src/Controllers/Database/CentralColumnsController.php
1608                 -
1609                         message: "#^Parameter \\#8 \\$collation of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
1610                         count: 2
1611                         path: src/Controllers/Database/CentralColumnsController.php
1613                 -
1614                         message: "#^Parameter \\#9 \\$colExtra of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
1615                         count: 2
1616                         path: src/Controllers/Database/CentralColumnsController.php
1618                 -
1619                         message: "#^Cannot access offset string on mixed\\.$#"
1620                         count: 1
1621                         path: src/Controllers/Database/DataDictionaryController.php
1623                 -
1624                         message: "#^Cannot cast mixed to string\\.$#"
1625                         count: 1
1626                         path: src/Controllers/Database/DataDictionaryController.php
1628                 -
1629                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
1630                         count: 1
1631                         path: src/Controllers/Database/DataDictionaryController.php
1633                 -
1634                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTableIndexes\\(\\) expects string, mixed given\\.$#"
1635                         count: 1
1636                         path: src/Controllers/Database/DataDictionaryController.php
1638                 -
1639                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTables\\(\\) expects string, mixed given\\.$#"
1640                         count: 1
1641                         path: src/Controllers/Database/DataDictionaryController.php
1643                 -
1644                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getComments\\(\\) expects string, mixed given\\.$#"
1645                         count: 1
1646                         path: src/Controllers/Database/DataDictionaryController.php
1648                 -
1649                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDbComment\\(\\) expects string, mixed given\\.$#"
1650                         count: 1
1651                         path: src/Controllers/Database/DataDictionaryController.php
1653                 -
1654                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Transformations\\:\\:getMime\\(\\) expects string, mixed given\\.$#"
1655                         count: 1
1656                         path: src/Controllers/Database/DataDictionaryController.php
1658                 -
1659                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
1660                         count: 1
1661                         path: src/Controllers/Database/DataDictionaryController.php
1663                 -
1664                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
1665                         count: 1
1666                         path: src/Controllers/Database/DataDictionaryController.php
1668                 -
1669                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getRelationsAndStatus\\(\\) expects string, mixed given\\.$#"
1670                         count: 1
1671                         path: src/Controllers/Database/DataDictionaryController.php
1673                 -
1674                         message: "#^Parameter \\#3 \\$schema of static method PhpMyAdmin\\\\Index\\:\\:getFromTable\\(\\) expects string, mixed given\\.$#"
1675                         count: 1
1676                         path: src/Controllers/Database/DataDictionaryController.php
1678                 -
1679                         message: "#^Cannot access offset 'dbName' on mixed\\.$#"
1680                         count: 2
1681                         path: src/Controllers/Database/DesignerController.php
1683                 -
1684                         message: "#^Cannot access offset 'tableName' on mixed\\.$#"
1685                         count: 2
1686                         path: src/Controllers/Database/DesignerController.php
1688                 -
1689                         message: "#^Cannot cast mixed to int\\.$#"
1690                         count: 2
1691                         path: src/Controllers/Database/DesignerController.php
1693                 -
1694                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getDatabaseTables\\(\\) expects string, mixed given\\.$#"
1695                         count: 1
1696                         path: src/Controllers/Database/DesignerController.php
1698                 -
1699                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getHtmlForEditOrDeletePages\\(\\) expects string, mixed given\\.$#"
1700                         count: 2
1701                         path: src/Controllers/Database/DesignerController.php
1703                 -
1704                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getHtmlForMain\\(\\) expects string, mixed given\\.$#"
1705                         count: 1
1706                         path: src/Controllers/Database/DesignerController.php
1708                 -
1709                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getHtmlForPageSaveAs\\(\\) expects string, mixed given\\.$#"
1710                         count: 1
1711                         path: src/Controllers/Database/DesignerController.php
1713                 -
1714                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getHtmlForSchemaExport\\(\\) expects string, mixed given\\.$#"
1715                         count: 1
1716                         path: src/Controllers/Database/DesignerController.php
1718                 -
1719                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:getDefaultPage\\(\\) expects string, mixed given\\.$#"
1720                         count: 1
1721                         path: src/Controllers/Database/DesignerController.php
1723                 -
1724                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:getLoadingPage\\(\\) expects string, mixed given\\.$#"
1725                         count: 1
1726                         path: src/Controllers/Database/DesignerController.php
1728                 -
1729                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:getTablesInfo\\(\\) expects string\\|null, mixed given\\.$#"
1730                         count: 2
1731                         path: src/Controllers/Database/DesignerController.php
1733                 -
1734                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:saveDisplayField\\(\\) expects string, mixed given\\.$#"
1735                         count: 1
1736                         path: src/Controllers/Database/DesignerController.php
1738                 -
1739                         message: "#^Parameter \\#1 \\$index of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:saveSetting\\(\\) expects string, mixed given\\.$#"
1740                         count: 1
1741                         path: src/Controllers/Database/DesignerController.php
1743                 -
1744                         message: "#^Parameter \\#1 \\$pageName of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:createNewPage\\(\\) expects string, mixed given\\.$#"
1745                         count: 1
1746                         path: src/Controllers/Database/DesignerController.php
1748                 -
1749                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
1750                         count: 1
1751                         path: src/Controllers/Database/DesignerController.php
1753                 -
1754                         message: "#^Parameter \\#1 \\$pg of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:deletePage\\(\\) expects int, mixed given\\.$#"
1755                         count: 1
1756                         path: src/Controllers/Database/DesignerController.php
1758                 -
1759                         message: "#^Parameter \\#1 \\$pg of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:getPageExists\\(\\) expects string, mixed given\\.$#"
1760                         count: 1
1761                         path: src/Controllers/Database/DesignerController.php
1763                 -
1764                         message: "#^Parameter \\#1 \\$pg of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:saveTablePositions\\(\\) expects int, mixed given\\.$#"
1765                         count: 1
1766                         path: src/Controllers/Database/DesignerController.php
1768                 -
1769                         message: "#^Parameter \\#1 \\$state of method PhpMyAdmin\\\\ResponseRenderer\\:\\:setRequestStatus\\(\\) expects bool, mixed given\\.$#"
1770                         count: 1
1771                         path: src/Controllers/Database/DesignerController.php
1773                 -
1774                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
1775                         count: 1
1776                         path: src/Controllers/Database/DesignerController.php
1778                 -
1779                         message: "#^Parameter \\#1 \\$t1 of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:addNewRelation\\(\\) expects string, mixed given\\.$#"
1780                         count: 1
1781                         path: src/Controllers/Database/DesignerController.php
1783                 -
1784                         message: "#^Parameter \\#1 \\$t1 of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:removeRelation\\(\\) expects string, mixed given\\.$#"
1785                         count: 1
1786                         path: src/Controllers/Database/DesignerController.php
1788                 -
1789                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:createNewPage\\(\\) expects string, mixed given\\.$#"
1790                         count: 1
1791                         path: src/Controllers/Database/DesignerController.php
1793                 -
1794                         message: "#^Parameter \\#2 \\$f1 of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:addNewRelation\\(\\) expects string, mixed given\\.$#"
1795                         count: 1
1796                         path: src/Controllers/Database/DesignerController.php
1798                 -
1799                         message: "#^Parameter \\#2 \\$f1 of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:removeRelation\\(\\) expects string, mixed given\\.$#"
1800                         count: 1
1801                         path: src/Controllers/Database/DesignerController.php
1803                 -
1804                         message: "#^Parameter \\#2 \\$getDb of method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getHtmlForMain\\(\\) expects string, mixed given\\.$#"
1805                         count: 1
1806                         path: src/Controllers/Database/DesignerController.php
1808                 -
1809                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:getTablesInfo\\(\\) expects string\\|null, mixed given\\.$#"
1810                         count: 2
1811                         path: src/Controllers/Database/DesignerController.php
1813                 -
1814                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:saveDisplayField\\(\\) expects string, mixed given\\.$#"
1815                         count: 1
1816                         path: src/Controllers/Database/DesignerController.php
1818                 -
1819                         message: "#^Parameter \\#2 \\$value of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:saveSetting\\(\\) expects string, mixed given\\.$#"
1820                         count: 1
1821                         path: src/Controllers/Database/DesignerController.php
1823                 -
1824                         message: "#^Parameter \\#3 \\$field of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:saveDisplayField\\(\\) expects string, mixed given\\.$#"
1825                         count: 1
1826                         path: src/Controllers/Database/DesignerController.php
1828                 -
1829                         message: "#^Parameter \\#3 \\$t2 of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:addNewRelation\\(\\) expects string, mixed given\\.$#"
1830                         count: 1
1831                         path: src/Controllers/Database/DesignerController.php
1833                 -
1834                         message: "#^Parameter \\#3 \\$t2 of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:removeRelation\\(\\) expects string, mixed given\\.$#"
1835                         count: 1
1836                         path: src/Controllers/Database/DesignerController.php
1838                 -
1839                         message: "#^Parameter \\#4 \\$f2 of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:addNewRelation\\(\\) expects string, mixed given\\.$#"
1840                         count: 1
1841                         path: src/Controllers/Database/DesignerController.php
1843                 -
1844                         message: "#^Parameter \\#4 \\$f2 of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:removeRelation\\(\\) expects string, mixed given\\.$#"
1845                         count: 1
1846                         path: src/Controllers/Database/DesignerController.php
1848                 -
1849                         message: "#^Parameter \\#5 \\$onDelete of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:addNewRelation\\(\\) expects string, mixed given\\.$#"
1850                         count: 1
1851                         path: src/Controllers/Database/DesignerController.php
1853                 -
1854                         message: "#^Parameter \\#6 \\$onUpdate of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:addNewRelation\\(\\) expects string, mixed given\\.$#"
1855                         count: 1
1856                         path: src/Controllers/Database/DesignerController.php
1858                 -
1859                         message: "#^Parameter \\#7 \\$db1 of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:addNewRelation\\(\\) expects string, mixed given\\.$#"
1860                         count: 1
1861                         path: src/Controllers/Database/DesignerController.php
1863                 -
1864                         message: "#^Parameter \\#8 \\$db2 of method PhpMyAdmin\\\\Database\\\\Designer\\\\Common\\:\\:addNewRelation\\(\\) expects string, mixed given\\.$#"
1865                         count: 1
1866                         path: src/Controllers/Database/DesignerController.php
1868                 -
1869                         message: "#^Cannot access offset 'name' on mixed\\.$#"
1870                         count: 1
1871                         path: src/Controllers/Database/EventsController.php
1873                 -
1874                         message: "#^Cannot call method isSuccess\\(\\) on mixed\\.$#"
1875                         count: 1
1876                         path: src/Controllers/Database/EventsController.php
1878                 -
1879                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
1880                         count: 18
1881                         path: src/Controllers/Database/EventsController.php
1883                 -
1884                         message: "#^Only booleans are allowed in \\|\\|, int\\<0, max\\> given on the left side\\.$#"
1885                         count: 1
1886                         path: src/Controllers/Database/EventsController.php
1888                 -
1889                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDetails\\(\\) expects string, mixed given\\.$#"
1890                         count: 2
1891                         path: src/Controllers/Database/EventsController.php
1893                 -
1894                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
1895                         count: 1
1896                         path: src/Controllers/Database/EventsController.php
1898                 -
1899                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
1900                         count: 5
1901                         path: src/Controllers/Database/EventsController.php
1903                 -
1904                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDataFromName\\(\\) expects string, mixed given\\.$#"
1905                         count: 1
1906                         path: src/Controllers/Database/EventsController.php
1908                 -
1909                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
1910                         count: 1
1911                         path: src/Controllers/Database/EventsController.php
1913                 -
1914                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
1915                         count: 1
1916                         path: src/Controllers/Database/EventsController.php
1918                 -
1919                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
1920                         count: 1
1921                         path: src/Controllers/Database/EventsController.php
1923                 -
1924                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
1925                         count: 1
1926                         path: src/Controllers/Database/EventsController.php
1928                 -
1929                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDefinition\\(\\) expects string, mixed given\\.$#"
1930                         count: 1
1931                         path: src/Controllers/Database/EventsController.php
1933                 -
1934                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Util\\:\\:currentUserHasPrivilege\\(\\) expects string\\|null, mixed given\\.$#"
1935                         count: 2
1936                         path: src/Controllers/Database/EventsController.php
1938                 -
1939                         message: "#^Parameter \\#2 \\$name of method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDetails\\(\\) expects string, mixed given\\.$#"
1940                         count: 1
1941                         path: src/Controllers/Database/EventsController.php
1943                 -
1944                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDefinition\\(\\) expects string, mixed given\\.$#"
1945                         count: 1
1946                         path: src/Controllers/Database/EventsController.php
1948                 -
1949                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
1950                         count: 1
1951                         path: src/Controllers/Database/ExportController.php
1953                 -
1954                         message: "#^Cannot access offset 'Name' on mixed\\.$#"
1955                         count: 5
1956                         path: src/Controllers/Database/ExportController.php
1958                 -
1959                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
1960                         count: 1
1961                         path: src/Controllers/Database/ExportController.php
1963                 -
1964                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
1965                         count: 2
1966                         path: src/Controllers/Database/ExportController.php
1968                 -
1969                         message: "#^Parameter \\#1 \\$key of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getCheckedClause\\(\\) expects string, mixed given\\.$#"
1970                         count: 4
1971                         path: src/Controllers/Database/ExportController.php
1973                 -
1974                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
1975                         count: 1
1976                         path: src/Controllers/Database/ExportController.php
1978                 -
1979                         message: "#^Parameter \\#2 \\$array of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getCheckedClause\\(\\) expects array, mixed given\\.$#"
1980                         count: 1
1981                         path: src/Controllers/Database/ExportController.php
1983                 -
1984                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
1985                         count: 1
1986                         path: src/Controllers/Database/ExportController.php
1988                 -
1989                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Util\\:\\:getDbInfo\\(\\) expects string, mixed given\\.$#"
1990                         count: 1
1991                         path: src/Controllers/Database/ExportController.php
1993                 -
1994                         message: "#^Parameter \\#3 \\$table of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
1995                         count: 1
1996                         path: src/Controllers/Database/ExportController.php
1998                 -
1999                         message: "#^Parameter \\#4 \\$sqlQuery of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
2000                         count: 1
2001                         path: src/Controllers/Database/ExportController.php
2003                 -
2004                         message: "#^Parameter \\#5 \\$numTables of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
2005                         count: 1
2006                         path: src/Controllers/Database/ExportController.php
2008                 -
2009                         message: "#^Parameter \\#6 \\$unlimNumRows of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
2010                         count: 1
2011                         path: src/Controllers/Database/ExportController.php
2013                 -
2014                         message: "#^Cannot access offset 'handler' on mixed\\.$#"
2015                         count: 2
2016                         path: src/Controllers/Database/ImportController.php
2018                 -
2019                         message: "#^Cannot call static method getIdKey\\(\\) on mixed\\.$#"
2020                         count: 1
2021                         path: src/Controllers/Database/ImportController.php
2023                 -
2024                         message: "#^Cannot cast mixed to int\\.$#"
2025                         count: 1
2026                         path: src/Controllers/Database/ImportController.php
2028                 -
2029                         message: "#^Cannot cast mixed to string\\.$#"
2030                         count: 1
2031                         path: src/Controllers/Database/ImportController.php
2033                 -
2034                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
2035                         count: 1
2036                         path: src/Controllers/Database/ImportController.php
2038                 -
2039                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Database\\\\MultiTableQuery\\:\\:displayResults\\(\\) expects string, mixed given\\.$#"
2040                         count: 1
2041                         path: src/Controllers/Database/MultiTableQuery/QueryController.php
2043                 -
2044                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Database\\\\MultiTableQuery\\:\\:displayResults\\(\\) expects string, mixed given\\.$#"
2045                         count: 1
2046                         path: src/Controllers/Database/MultiTableQuery/QueryController.php
2048                 -
2049                         message: "#^Parameter \\#3 \\$db of class PhpMyAdmin\\\\Database\\\\MultiTableQuery constructor expects string, mixed given\\.$#"
2050                         count: 1
2051                         path: src/Controllers/Database/MultiTableQueryController.php
2053                 -
2054                         message: "#^Cannot access an offset on mixed\\.$#"
2055                         count: 6
2056                         path: src/Controllers/Database/RoutinesController.php
2058                 -
2059                         message: "#^Cannot access offset \\(float\\|int\\) on mixed\\.$#"
2060                         count: 6
2061                         path: src/Controllers/Database/RoutinesController.php
2063                 -
2064                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
2065                         count: 4
2066                         path: src/Controllers/Database/RoutinesController.php
2068                 -
2069                         message: "#^Cannot call method isSuccess\\(\\) on mixed\\.$#"
2070                         count: 1
2071                         path: src/Controllers/Database/RoutinesController.php
2073                 -
2074                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2075                         count: 25
2076                         path: src/Controllers/Database/RoutinesController.php
2078                 -
2079                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTables\\(\\) expects string, mixed given\\.$#"
2080                         count: 1
2081                         path: src/Controllers/Database/RoutinesController.php
2083                 -
2084                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:handleRequestCreateOrEdit\\(\\) expects string, mixed given\\.$#"
2085                         count: 1
2086                         path: src/Controllers/Database/RoutinesController.php
2088                 -
2089                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
2090                         count: 1
2091                         path: src/Controllers/Database/RoutinesController.php
2093                 -
2094                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
2095                         count: 8
2096                         path: src/Controllers/Database/RoutinesController.php
2098                 -
2099                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getDataFromName\\(\\) expects string, mixed given\\.$#"
2100                         count: 3
2101                         path: src/Controllers/Database/RoutinesController.php
2103                 -
2104                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
2105                         count: 1
2106                         path: src/Controllers/Database/RoutinesController.php
2108                 -
2109                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
2110                         count: 1
2111                         path: src/Controllers/Database/RoutinesController.php
2113                 -
2114                         message: "#^Parameter \\#1 \\$routine of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getRow\\(\\) expects array, mixed given\\.$#"
2115                         count: 2
2116                         path: src/Controllers/Database/RoutinesController.php
2118                 -
2119                         message: "#^Parameter \\#1 \\$string of function htmlentities expects string, mixed given\\.$#"
2120                         count: 3
2121                         path: src/Controllers/Database/RoutinesController.php
2123                 -
2124                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
2125                         count: 1
2126                         path: src/Controllers/Database/RoutinesController.php
2128                 -
2129                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
2130                         count: 1
2131                         path: src/Controllers/Database/RoutinesController.php
2133                 -
2134                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getDetails\\(\\) expects string, mixed given\\.$#"
2135                         count: 2
2136                         path: src/Controllers/Database/RoutinesController.php
2138                 -
2139                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getFunctionDefinition\\(\\) expects string, mixed given\\.$#"
2140                         count: 1
2141                         path: src/Controllers/Database/RoutinesController.php
2143                 -
2144                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getProcedureDefinition\\(\\) expects string, mixed given\\.$#"
2145                         count: 1
2146                         path: src/Controllers/Database/RoutinesController.php
2148                 -
2149                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Util\\:\\:currentUserHasPrivilege\\(\\) expects string\\|null, mixed given\\.$#"
2150                         count: 1
2151                         path: src/Controllers/Database/RoutinesController.php
2153                 -
2154                         message: "#^Parameter \\#2 \\$type of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getDataFromName\\(\\) expects string, mixed given\\.$#"
2155                         count: 3
2156                         path: src/Controllers/Database/RoutinesController.php
2158                 -
2159                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getFunctionDefinition\\(\\) expects string, mixed given\\.$#"
2160                         count: 1
2161                         path: src/Controllers/Database/RoutinesController.php
2163                 -
2164                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getProcedureDefinition\\(\\) expects string, mixed given\\.$#"
2165                         count: 1
2166                         path: src/Controllers/Database/RoutinesController.php
2168                 -
2169                         message: "#^Parameter \\#3 \\$tbl of static method PhpMyAdmin\\\\Util\\:\\:currentUserHasPrivilege\\(\\) expects string\\|null, mixed given\\.$#"
2170                         count: 1
2171                         path: src/Controllers/Database/RoutinesController.php
2173                 -
2174                         message: "#^Parameter \\#3 \\$which of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getDetails\\(\\) expects string\\|null, mixed given\\.$#"
2175                         count: 1
2176                         path: src/Controllers/Database/RoutinesController.php
2178                 -
2179                         message: "#^Parameter \\#4 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getDetails\\(\\) expects string, mixed given\\.$#"
2180                         count: 1
2181                         path: src/Controllers/Database/RoutinesController.php
2183                 -
2184                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
2185                         count: 1
2186                         path: src/Controllers/Database/SearchController.php
2188                 -
2189                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2190                         count: 1
2191                         path: src/Controllers/Database/SearchController.php
2193                 -
2194                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
2195                         count: 1
2196                         path: src/Controllers/Database/SearchController.php
2198                 -
2199                         message: "#^Parameter \\#2 \\$db of class PhpMyAdmin\\\\Database\\\\Search constructor expects string, mixed given\\.$#"
2200                         count: 1
2201                         path: src/Controllers/Database/SearchController.php
2203                 -
2204                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
2205                         count: 1
2206                         path: src/Controllers/Database/SqlAutoCompleteController.php
2208                 -
2209                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
2210                         count: 1
2211                         path: src/Controllers/Database/SqlAutoCompleteController.php
2213                 -
2214                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTables\\(\\) expects string, mixed given\\.$#"
2215                         count: 1
2216                         path: src/Controllers/Database/SqlAutoCompleteController.php
2218                 -
2219                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\SqlQueryForm\\:\\:getHtml\\(\\) expects string, mixed given\\.$#"
2220                         count: 1
2221                         path: src/Controllers/Database/SqlController.php
2223                 -
2224                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
2225                         count: 1
2226                         path: src/Controllers/Database/SqlController.php
2228                 -
2229                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
2230                         count: 1
2231                         path: src/Controllers/Database/SqlController.php
2233                 -
2234                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
2235                         count: 1
2236                         path: src/Controllers/Database/Structure/AddPrefixController.php
2238                 -
2239                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2240                         count: 1
2241                         path: src/Controllers/Database/Structure/AddPrefixController.php
2243                 -
2244                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
2245                         count: 2
2246                         path: src/Controllers/Database/Structure/AddPrefixTableController.php
2248                 -
2249                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
2250                         count: 1
2251                         path: src/Controllers/Database/Structure/AddPrefixTableController.php
2253                 -
2254                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
2255                         count: 1
2256                         path: src/Controllers/Database/Structure/AddPrefixTableController.php
2258                 -
2259                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
2260                         count: 1
2261                         path: src/Controllers/Database/Structure/AddPrefixTableController.php
2263                 -
2264                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:makeConsistentWithList\\(\\) expects string, mixed given\\.$#"
2265                         count: 1
2266                         path: src/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php
2268                 -
2269                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:deleteColumnsFromList\\(\\) expects string, mixed given\\.$#"
2270                         count: 1
2271                         path: src/Controllers/Database/Structure/CentralColumns/RemoveController.php
2273                 -
2274                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
2275                         count: 1
2276                         path: src/Controllers/Database/Structure/ChangePrefixFormController.php
2278                 -
2279                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2280                         count: 1
2281                         path: src/Controllers/Database/Structure/ChangePrefixFormController.php
2283                 -
2284                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
2285                         count: 1
2286                         path: src/Controllers/Database/Structure/CopyFormController.php
2288                 -
2289                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2290                         count: 1
2291                         path: src/Controllers/Database/Structure/CopyFormController.php
2293                 -
2294                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
2295                         count: 4
2296                         path: src/Controllers/Database/Structure/CopyTableController.php
2298                 -
2299                         message: "#^Parameter \\#1 \\$oldDb of method PhpMyAdmin\\\\Operations\\:\\:adjustPrivilegesCopyTable\\(\\) expects string, mixed given\\.$#"
2300                         count: 1
2301                         path: src/Controllers/Database/Structure/CopyTableController.php
2303                 -
2304                         message: "#^Parameter \\#1 \\$sourceDb of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:moveCopy\\(\\) expects string, mixed given\\.$#"
2305                         count: 1
2306                         path: src/Controllers/Database/Structure/CopyTableController.php
2308                 -
2309                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
2310                         count: 1
2311                         path: src/Controllers/Database/Structure/CopyTableController.php
2313                 -
2314                         message: "#^Parameter \\#2 \\$oldTable of method PhpMyAdmin\\\\Operations\\:\\:adjustPrivilegesCopyTable\\(\\) expects string, mixed given\\.$#"
2315                         count: 1
2316                         path: src/Controllers/Database/Structure/CopyTableController.php
2318                 -
2319                         message: "#^Parameter \\#2 \\$sourceTable of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:moveCopy\\(\\) expects string, mixed given\\.$#"
2320                         count: 1
2321                         path: src/Controllers/Database/Structure/CopyTableController.php
2323                 -
2324                         message: "#^Parameter \\#3 \\$newDb of method PhpMyAdmin\\\\Operations\\:\\:adjustPrivilegesCopyTable\\(\\) expects string, mixed given\\.$#"
2325                         count: 1
2326                         path: src/Controllers/Database/Structure/CopyTableController.php
2328                 -
2329                         message: "#^Parameter \\#3 \\$targetDb of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:moveCopy\\(\\) expects string, mixed given\\.$#"
2330                         count: 1
2331                         path: src/Controllers/Database/Structure/CopyTableController.php
2333                 -
2334                         message: "#^Parameter \\#4 \\$newTable of method PhpMyAdmin\\\\Operations\\:\\:adjustPrivilegesCopyTable\\(\\) expects string, mixed given\\.$#"
2335                         count: 1
2336                         path: src/Controllers/Database/Structure/CopyTableController.php
2338                 -
2339                         message: "#^Parameter \\#4 \\$targetTable of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:moveCopy\\(\\) expects string, mixed given\\.$#"
2340                         count: 1
2341                         path: src/Controllers/Database/Structure/CopyTableController.php
2343                 -
2344                         message: "#^Parameter \\#5 \\$what of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:moveCopy\\(\\) expects string, mixed given\\.$#"
2345                         count: 1
2346                         path: src/Controllers/Database/Structure/CopyTableController.php
2348                 -
2349                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
2350                         count: 1
2351                         path: src/Controllers/Database/Structure/CopyTableWithPrefixController.php
2353                 -
2354                         message: "#^Cannot cast mixed to string\\.$#"
2355                         count: 1
2356                         path: src/Controllers/Database/Structure/CopyTableWithPrefixController.php
2358                 -
2359                         message: "#^Parameter \\#1 \\$sourceDb of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:moveCopy\\(\\) expects string, mixed given\\.$#"
2360                         count: 1
2361                         path: src/Controllers/Database/Structure/CopyTableWithPrefixController.php
2363                 -
2364                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, mixed given\\.$#"
2365                         count: 1
2366                         path: src/Controllers/Database/Structure/CopyTableWithPrefixController.php
2368                 -
2369                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
2370                         count: 1
2371                         path: src/Controllers/Database/Structure/CopyTableWithPrefixController.php
2373                 -
2374                         message: "#^Parameter \\#2 \\$sourceTable of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:moveCopy\\(\\) expects string, mixed given\\.$#"
2375                         count: 1
2376                         path: src/Controllers/Database/Structure/CopyTableWithPrefixController.php
2378                 -
2379                         message: "#^Parameter \\#3 \\$targetDb of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:moveCopy\\(\\) expects string, mixed given\\.$#"
2380                         count: 1
2381                         path: src/Controllers/Database/Structure/CopyTableWithPrefixController.php
2383                 -
2384                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
2385                         count: 2
2386                         path: src/Controllers/Database/Structure/DropFormController.php
2388                 -
2389                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
2390                         count: 1
2391                         path: src/Controllers/Database/Structure/DropFormController.php
2393                 -
2394                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2395                         count: 1
2396                         path: src/Controllers/Database/Structure/DropFormController.php
2398                 -
2399                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getVirtualTables\\(\\) expects string, mixed given\\.$#"
2400                         count: 1
2401                         path: src/Controllers/Database/Structure/DropFormController.php
2403                 -
2404                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
2405                         count: 2
2406                         path: src/Controllers/Database/Structure/DropFormController.php
2408                 -
2409                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
2410                         count: 1
2411                         path: src/Controllers/Database/Structure/DropTableController.php
2413                 -
2414                         message: "#^Cannot access offset 'table_limit_offset' on mixed\\.$#"
2415                         count: 1
2416                         path: src/Controllers/Database/Structure/DropTableController.php
2418                 -
2419                         message: "#^Cannot access offset 'table_limit_offset…' on mixed\\.$#"
2420                         count: 1
2421                         path: src/Controllers/Database/Structure/DropTableController.php
2423                 -
2424                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
2425                         count: 2
2426                         path: src/Controllers/Database/Structure/DropTableController.php
2428                 -
2429                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2430                         count: 2
2431                         path: src/Controllers/Database/Structure/DropTableController.php
2433                 -
2434                         message: "#^Only booleans are allowed in &&, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given on the left side\\.$#"
2435                         count: 1
2436                         path: src/Controllers/Database/Structure/DropTableController.php
2438                 -
2439                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
2440                         count: 2
2441                         path: src/Controllers/Database/Structure/DropTableController.php
2443                 -
2444                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\RelationCleanup\\:\\:table\\(\\) expects string, mixed given\\.$#"
2445                         count: 1
2446                         path: src/Controllers/Database/Structure/DropTableController.php
2448                 -
2449                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getVirtualTables\\(\\) expects string, mixed given\\.$#"
2450                         count: 1
2451                         path: src/Controllers/Database/Structure/DropTableController.php
2453                 -
2454                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
2455                         count: 1
2456                         path: src/Controllers/Database/Structure/DropTableController.php
2458                 -
2459                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
2460                         count: 2
2461                         path: src/Controllers/Database/Structure/DropTableController.php
2463                 -
2464                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, mixed given\\.$#"
2465                         count: 1
2466                         path: src/Controllers/Database/Structure/DropTableController.php
2468                 -
2469                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
2470                         count: 1
2471                         path: src/Controllers/Database/Structure/DropTableController.php
2473                 -
2474                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\RelationCleanup\\:\\:table\\(\\) expects string, mixed given\\.$#"
2475                         count: 1
2476                         path: src/Controllers/Database/Structure/DropTableController.php
2478                 -
2479                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
2480                         count: 1
2481                         path: src/Controllers/Database/Structure/EmptyFormController.php
2483                 -
2484                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2485                         count: 1
2486                         path: src/Controllers/Database/Structure/EmptyFormController.php
2488                 -
2489                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
2490                         count: 1
2491                         path: src/Controllers/Database/Structure/EmptyFormController.php
2493                 -
2494                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
2495                         count: 1
2496                         path: src/Controllers/Database/Structure/EmptyTableController.php
2498                 -
2499                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2500                         count: 1
2501                         path: src/Controllers/Database/Structure/EmptyTableController.php
2503                 -
2504                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:calculatePosForLastPage\\(\\) expects string, mixed given\\.$#"
2505                         count: 1
2506                         path: src/Controllers/Database/Structure/EmptyTableController.php
2508                 -
2509                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
2510                         count: 1
2511                         path: src/Controllers/Database/Structure/EmptyTableController.php
2513                 -
2514                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
2515                         count: 1
2516                         path: src/Controllers/Database/Structure/EmptyTableController.php
2518                 -
2519                         message: "#^Parameter \\#2 \\$dbName of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:get\\(\\) expects string, mixed given\\.$#"
2520                         count: 1
2521                         path: src/Controllers/Database/Structure/EmptyTableController.php
2523                 -
2524                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:calculatePosForLastPage\\(\\) expects string, mixed given\\.$#"
2525                         count: 1
2526                         path: src/Controllers/Database/Structure/EmptyTableController.php
2528                 -
2529                         message: "#^Parameter \\#3 \\$pos of method PhpMyAdmin\\\\Sql\\:\\:calculatePosForLastPage\\(\\) expects int\\|null, mixed given\\.$#"
2530                         count: 1
2531                         path: src/Controllers/Database/Structure/EmptyTableController.php
2533                 -
2534                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
2535                         count: 1
2536                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2538                 -
2539                         message: "#^Cannot access offset 'db' on mixed\\.$#"
2540                         count: 2
2541                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2543                 -
2544                         message: "#^Cannot access offset 'favorites_synced' on mixed\\.$#"
2545                         count: 1
2546                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2548                 -
2549                         message: "#^Cannot access offset 'table' on mixed\\.$#"
2550                         count: 2
2551                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2553                 -
2554                         message: "#^Cannot access offset mixed on mixed\\.$#"
2555                         count: 1
2556                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2558                 -
2559                         message: "#^Cannot access offset non\\-falsy\\-string on mixed\\.$#"
2560                         count: 1
2561                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2563                 -
2564                         message: "#^Parameter \\#1 \\$currentTable of method PhpMyAdmin\\\\Controllers\\\\Database\\\\Structure\\\\FavoriteTableController\\:\\:checkFavoriteTable\\(\\) expects string, mixed given\\.$#"
2565                         count: 1
2566                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2568                 -
2569                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\RecentFavoriteTable\\:\\:add\\(\\) expects string, mixed given\\.$#"
2570                         count: 2
2571                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2573                 -
2574                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\RecentFavoriteTable\\:\\:remove\\(\\) expects string, mixed given\\.$#"
2575                         count: 1
2576                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2578                 -
2579                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
2580                         count: 1
2581                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2583                 -
2584                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
2585                         count: 1
2586                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2588                 -
2589                         message: "#^Parameter \\#1 \\$string of function md5 expects string, mixed given\\.$#"
2590                         count: 1
2591                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2593                 -
2594                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\RecentFavoriteTable\\:\\:add\\(\\) expects string, mixed given\\.$#"
2595                         count: 2
2596                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2598                 -
2599                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\RecentFavoriteTable\\:\\:remove\\(\\) expects string, mixed given\\.$#"
2600                         count: 1
2601                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2603                 -
2604                         message: "#^Parameter \\#3 \\$favoriteTables of method PhpMyAdmin\\\\Controllers\\\\Database\\\\Structure\\\\FavoriteTableController\\:\\:synchronizeFavoriteTables\\(\\) expects array, mixed given\\.$#"
2605                         count: 1
2606                         path: src/Controllers/Database/Structure/FavoriteTableController.php
2608                 -
2609                         message: "#^Cannot access offset 'TABLE_NAME' on mixed\\.$#"
2610                         count: 2
2611                         path: src/Controllers/Database/Structure/RealRowCountController.php
2613                 -
2614                         message: "#^Cannot cast mixed to string\\.$#"
2615                         count: 1
2616                         path: src/Controllers/Database/Structure/RealRowCountController.php
2618                 -
2619                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
2620                         count: 2
2621                         path: src/Controllers/Database/Structure/RealRowCountController.php
2623                 -
2624                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
2625                         count: 1
2626                         path: src/Controllers/Database/Structure/RealRowCountController.php
2628                 -
2629                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatNumber\\(\\) expects float\\|int\\|string, int\\|null given\\.$#"
2630                         count: 1
2631                         path: src/Controllers/Database/Structure/RealRowCountController.php
2633                 -
2634                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Util\\:\\:getDbInfo\\(\\) expects string, mixed given\\.$#"
2635                         count: 1
2636                         path: src/Controllers/Database/Structure/RealRowCountController.php
2638                 -
2639                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
2640                         count: 1
2641                         path: src/Controllers/Database/Structure/RealRowCountController.php
2643                 -
2644                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
2645                         count: 2
2646                         path: src/Controllers/Database/Structure/ReplacePrefixController.php
2648                 -
2649                         message: "#^Cannot cast mixed to string\\.$#"
2650                         count: 1
2651                         path: src/Controllers/Database/Structure/ReplacePrefixController.php
2653                 -
2654                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
2655                         count: 1
2656                         path: src/Controllers/Database/Structure/ReplacePrefixController.php
2658                 -
2659                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
2660                         count: 2
2661                         path: src/Controllers/Database/Structure/ReplacePrefixController.php
2663                 -
2664                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, mixed given\\.$#"
2665                         count: 2
2666                         path: src/Controllers/Database/Structure/ReplacePrefixController.php
2668                 -
2669                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
2670                         count: 1
2671                         path: src/Controllers/Database/Structure/ReplacePrefixController.php
2673                 -
2674                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2675                         count: 1
2676                         path: src/Controllers/Database/Structure/ShowCreateController.php
2678                 -
2679                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
2680                         count: 1
2681                         path: src/Controllers/Database/Structure/ShowCreateController.php
2683                 -
2684                         message: "#^Parameter \\#1 \\$selected of method PhpMyAdmin\\\\Controllers\\\\Database\\\\Structure\\\\ShowCreateController\\:\\:getShowCreateTables\\(\\) expects array\\<string\\>, mixed given\\.$#"
2685                         count: 1
2686                         path: src/Controllers/Database/Structure/ShowCreateController.php
2688                 -
2689                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
2690                         count: 4
2691                         path: src/Controllers/Database/StructureController.php
2693                 -
2694                         message: "#^Cannot access offset 'Check_time' on mixed\\.$#"
2695                         count: 1
2696                         path: src/Controllers/Database/StructureController.php
2698                 -
2699                         message: "#^Cannot access offset 'Collation' on mixed\\.$#"
2700                         count: 1
2701                         path: src/Controllers/Database/StructureController.php
2703                 -
2704                         message: "#^Cannot access offset 'Create_time' on mixed\\.$#"
2705                         count: 1
2706                         path: src/Controllers/Database/StructureController.php
2708                 -
2709                         message: "#^Cannot access offset 'ENGINE' on mixed\\.$#"
2710                         count: 2
2711                         path: src/Controllers/Database/StructureController.php
2713                 -
2714                         message: "#^Cannot access offset 'TABLE_COMMENT' on mixed\\.$#"
2715                         count: 1
2716                         path: src/Controllers/Database/StructureController.php
2718                 -
2719                         message: "#^Cannot access offset 'TABLE_NAME' on mixed\\.$#"
2720                         count: 12
2721                         path: src/Controllers/Database/StructureController.php
2723                 -
2724                         message: "#^Cannot access offset 'TABLE_ROWS' on mixed\\.$#"
2725                         count: 3
2726                         path: src/Controllers/Database/StructureController.php
2728                 -
2729                         message: "#^Cannot access offset 'TABLE_TYPE' on mixed\\.$#"
2730                         count: 1
2731                         path: src/Controllers/Database/StructureController.php
2733                 -
2734                         message: "#^Cannot access offset 'Update_time' on mixed\\.$#"
2735                         count: 1
2736                         path: src/Controllers/Database/StructureController.php
2738                 -
2739                         message: "#^Cannot access offset 'db' on mixed\\.$#"
2740                         count: 1
2741                         path: src/Controllers/Database/StructureController.php
2743                 -
2744                         message: "#^Cannot access offset 'table' on mixed\\.$#"
2745                         count: 1
2746                         path: src/Controllers/Database/StructureController.php
2748                 -
2749                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
2750                         count: 1
2751                         path: src/Controllers/Database/StructureController.php
2753                 -
2754                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
2755                         count: 3
2756                         path: src/Controllers/Database/StructureController.php
2758                 -
2759                         message: "#^Only booleans are allowed in &&, mixed given on the right side\\.$#"
2760                         count: 3
2761                         path: src/Controllers/Database/StructureController.php
2763                 -
2764                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
2765                         count: 3
2766                         path: src/Controllers/Database/StructureController.php
2768                 -
2769                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
2770                         count: 3
2771                         path: src/Controllers/Database/StructureController.php
2773                 -
2774                         message: "#^Only booleans are allowed in an if condition, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given\\.$#"
2775                         count: 4
2776                         path: src/Controllers/Database/StructureController.php
2778                 -
2779                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
2780                         count: 2
2781                         path: src/Controllers/Database/StructureController.php
2783                 -
2784                         message: "#^Only booleans are allowed in \\|\\|, mixed given on the left side\\.$#"
2785                         count: 2
2786                         path: src/Controllers/Database/StructureController.php
2788                 -
2789                         message: "#^Only booleans are allowed in \\|\\|, mixed given on the right side\\.$#"
2790                         count: 2
2791                         path: src/Controllers/Database/StructureController.php
2793                 -
2794                         message: "#^Parameter \\#1 \\$connection of method PhpMyAdmin\\\\Replication\\\\ReplicationInfo\\:\\:load\\(\\) expects string\\|null, mixed given\\.$#"
2795                         count: 1
2796                         path: src/Controllers/Database/StructureController.php
2798                 -
2799                         message: "#^Parameter \\#1 \\$currentTable of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:checkFavoriteTable\\(\\) expects string, mixed given\\.$#"
2800                         count: 1
2801                         path: src/Controllers/Database/StructureController.php
2803                 -
2804                         message: "#^Parameter \\#1 \\$currentTable of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getStuffForEngineTypeTable\\(\\) expects array, mixed given\\.$#"
2805                         count: 1
2806                         path: src/Controllers/Database/StructureController.php
2808                 -
2809                         message: "#^Parameter \\#1 \\$currentTable of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:isRowCountApproximated\\(\\) expects array, mixed given\\.$#"
2810                         count: 1
2811                         path: src/Controllers/Database/StructureController.php
2813                 -
2814                         message: "#^Parameter \\#1 \\$datetime of function strtotime expects string, mixed given\\.$#"
2815                         count: 6
2816                         path: src/Controllers/Database/StructureController.php
2818                 -
2819                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:hasTable\\(\\) expects array, mixed given\\.$#"
2820                         count: 2
2821                         path: src/Controllers/Database/StructureController.php
2823                 -
2824                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getDbCollation\\(\\) expects string, mixed given\\.$#"
2825                         count: 1
2826                         path: src/Controllers/Database/StructureController.php
2828                 -
2829                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
2830                         count: 4
2831                         path: src/Controllers/Database/StructureController.php
2833                 -
2834                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\Tracking\\\\TrackingChecker\\:\\:getTrackedTables\\(\\) expects string, mixed given\\.$#"
2835                         count: 1
2836                         path: src/Controllers/Database/StructureController.php
2838                 -
2839                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
2840                         count: 2
2841                         path: src/Controllers/Database/StructureController.php
2843                 -
2844                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
2845                         count: 1
2846                         path: src/Controllers/Database/StructureController.php
2848                 -
2849                         message: "#^Parameter \\#1 \\$schemaName of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:isSystemSchema\\(\\) expects string, mixed given\\.$#"
2850                         count: 1
2851                         path: src/Controllers/Database/StructureController.php
2853                 -
2854                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
2855                         count: 4
2856                         path: src/Controllers/Database/StructureController.php
2858                 -
2859                         message: "#^Parameter \\#1 \\$string of function md5 expects string, mixed given\\.$#"
2860                         count: 1
2861                         path: src/Controllers/Database/StructureController.php
2863                 -
2864                         message: "#^Parameter \\#1 \\$string of method PhpMyAdmin\\\\Replication\\\\Replication\\:\\:extractDbOrTable\\(\\) expects string, mixed given\\.$#"
2865                         count: 2
2866                         path: src/Controllers/Database/StructureController.php
2868                 -
2869                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getTrackingIcon\\(\\) expects string, mixed given\\.$#"
2870                         count: 1
2871                         path: src/Controllers/Database/StructureController.php
2873                 -
2874                         message: "#^Parameter \\#1 \\$timestamp of static method PhpMyAdmin\\\\Util\\:\\:localisedDate\\(\\) expects int, \\(int\\|false\\) given\\.$#"
2875                         count: 6
2876                         path: src/Controllers/Database/StructureController.php
2878                 -
2879                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
2880                         count: 2
2881                         path: src/Controllers/Database/StructureController.php
2883                 -
2884                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatByteDown\\(\\) expects float\\|int\\|string\\|null, mixed given\\.$#"
2885                         count: 1
2886                         path: src/Controllers/Database/StructureController.php
2888                 -
2889                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Util\\:\\:getDbInfo\\(\\) expects string, mixed given\\.$#"
2890                         count: 1
2891                         path: src/Controllers/Database/StructureController.php
2893                 -
2894                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Util\\:\\:getTableListPosition\\(\\) expects string, mixed given\\.$#"
2895                         count: 1
2896                         path: src/Controllers/Database/StructureController.php
2898                 -
2899                         message: "#^Parameter \\#2 \\$haystack of function array_search expects array, mixed given\\.$#"
2900                         count: 4
2901                         path: src/Controllers/Database/StructureController.php
2903                 -
2904                         message: "#^Parameter \\#2 \\$sumSize of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getStuffForEngineTypeTable\\(\\) expects int, mixed given\\.$#"
2905                         count: 1
2906                         path: src/Controllers/Database/StructureController.php
2908                 -
2909                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getReplicationStatus\\(\\) expects string, mixed given\\.$#"
2910                         count: 1
2911                         path: src/Controllers/Database/StructureController.php
2913                 -
2914                         message: "#^Parameter \\#2 \\$tableIsView of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:isRowCountApproximated\\(\\) expects bool, mixed given\\.$#"
2915                         count: 1
2916                         path: src/Controllers/Database/StructureController.php
2918                 -
2919                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
2920                         count: 4
2921                         path: src/Controllers/Database/StructureController.php
2923                 -
2924                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Charsets\\:\\:findCollationByName\\(\\) expects string, mixed given\\.$#"
2925                         count: 1
2926                         path: src/Controllers/Database/StructureController.php
2928                 -
2929                         message: "#^Parameter \\#3 \\$overheadSize of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getStuffForEngineTypeTable\\(\\) expects int, mixed given\\.$#"
2930                         count: 1
2931                         path: src/Controllers/Database/StructureController.php
2933                 -
2934                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
2935                         count: 1
2936                         path: src/Controllers/Database/TrackingController.php
2938                 -
2939                         message: "#^Cannot access offset 'back' on mixed\\.$#"
2940                         count: 1
2941                         path: src/Controllers/Database/TrackingController.php
2943                 -
2944                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
2945                         count: 1
2946                         path: src/Controllers/Database/TrackingController.php
2948                 -
2949                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
2950                         count: 1
2951                         path: src/Controllers/Database/TrackingController.php
2953                 -
2954                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:createTrackingForMultipleTables\\(\\) expects string, mixed given\\.$#"
2955                         count: 1
2956                         path: src/Controllers/Database/TrackingController.php
2958                 -
2959                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForDbTrackingTables\\(\\) expects string, mixed given\\.$#"
2960                         count: 1
2961                         path: src/Controllers/Database/TrackingController.php
2963                 -
2964                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:deleteTracking\\(\\) expects string, mixed given\\.$#"
2965                         count: 2
2966                         path: src/Controllers/Database/TrackingController.php
2968                 -
2969                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getTrackedData\\(\\) expects string, mixed given\\.$#"
2970                         count: 1
2971                         path: src/Controllers/Database/TrackingController.php
2973                 -
2974                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
2975                         count: 1
2976                         path: src/Controllers/Database/TrackingController.php
2978                 -
2979                         message: "#^Parameter \\#1 \\$schemaName of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:isSystemSchema\\(\\) expects string, mixed given\\.$#"
2980                         count: 1
2981                         path: src/Controllers/Database/TrackingController.php
2983                 -
2984                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
2985                         count: 1
2986                         path: src/Controllers/Database/TrackingController.php
2988                 -
2989                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Util\\:\\:getDbInfo\\(\\) expects string, mixed given\\.$#"
2990                         count: 1
2991                         path: src/Controllers/Database/TrackingController.php
2993                 -
2994                         message: "#^Parameter \\#2 \\$selected of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:createTrackingForMultipleTables\\(\\) expects array, mixed given\\.$#"
2995                         count: 1
2996                         path: src/Controllers/Database/TrackingController.php
2998                 -
2999                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:deleteTracking\\(\\) expects string, mixed given\\.$#"
3000                         count: 2
3001                         path: src/Controllers/Database/TrackingController.php
3003                 -
3004                         message: "#^Parameter \\#2 \\$urlParams of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForDbTrackingTables\\(\\) expects array, mixed given\\.$#"
3005                         count: 1
3006                         path: src/Controllers/Database/TrackingController.php
3008                 -
3009                         message: "#^Parameter \\#3 \\$textDir of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForDbTrackingTables\\(\\) expects string, mixed given\\.$#"
3010                         count: 1
3011                         path: src/Controllers/Database/TrackingController.php
3013                 -
3014                         message: "#^Parameter \\#3 \\$version of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:createTrackingForMultipleTables\\(\\) expects string, mixed given\\.$#"
3015                         count: 1
3016                         path: src/Controllers/Database/TrackingController.php
3018                 -
3019                         message: "#^Cannot access offset 'success' on mixed\\.$#"
3020                         count: 1
3021                         path: src/Controllers/ErrorReportController.php
3023                 -
3024                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3025                         count: 1
3026                         path: src/Controllers/ErrorReportController.php
3028                 -
3029                         message: "#^Only booleans are allowed in &&, mixed given on the right side\\.$#"
3030                         count: 1
3031                         path: src/Controllers/ErrorReportController.php
3033                 -
3034                         message: "#^Call to an undefined method object\\:\\:exportFooter\\(\\)\\.$#"
3035                         count: 1
3036                         path: src/Controllers/Export/ExportController.php
3038                 -
3039                         message: "#^Call to an undefined method object\\:\\:exportHeader\\(\\)\\.$#"
3040                         count: 1
3041                         path: src/Controllers/Export/ExportController.php
3043                 -
3044                         message: "#^Cannot access offset 'aliases' on mixed\\.$#"
3045                         count: 1
3046                         path: src/Controllers/Export/ExportController.php
3048                 -
3049                         message: "#^Cannot cast mixed to string\\.$#"
3050                         count: 1
3051                         path: src/Controllers/Export/ExportController.php
3053                 -
3054                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3055                         count: 5
3056                         path: src/Controllers/Export/ExportController.php
3058                 -
3059                         message: "#^Only booleans are allowed in &&, string\\|null given on the left side\\.$#"
3060                         count: 1
3061                         path: src/Controllers/Export/ExportController.php
3063                 -
3064                         message: "#^Only booleans are allowed in &&, string\\|null given on the right side\\.$#"
3065                         count: 2
3066                         path: src/Controllers/Export/ExportController.php
3068                 -
3069                         message: "#^PHPDoc tag @var for variable \\$aliasesParam has no value type specified in iterable type array\\.$#"
3070                         count: 1
3071                         path: src/Controllers/Export/ExportController.php
3073                 -
3074                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\SqlParser\\\\Statements\\\\SelectStatement\\:\\:getAliases\\(\\) expects string, mixed given\\.$#"
3075                         count: 1
3076                         path: src/Controllers/Export/ExportController.php
3078                 -
3079                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string, mixed given\\.$#"
3080                         count: 2
3081                         path: src/Controllers/Export/ExportController.php
3083                 -
3084                         message: "#^Parameter \\#1 \\$dbSelect of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportServer\\(\\) expects array\\|string, mixed given\\.$#"
3085                         count: 1
3086                         path: src/Controllers/Export/ExportController.php
3088                 -
3089                         message: "#^Parameter \\#1 \\$exportPlugin of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFinalFilenameAndMimetypeForFilename\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
3090                         count: 1
3091                         path: src/Controllers/Export/ExportController.php
3093                 -
3094                         message: "#^Parameter \\#1 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFilenameAndMimetype\\(\\) expects string, mixed given\\.$#"
3095                         count: 1
3096                         path: src/Controllers/Export/ExportController.php
3098                 -
3099                         message: "#^Parameter \\#1 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getHtmlForDisplayedExportFooter\\(\\) expects string, mixed given\\.$#"
3100                         count: 1
3101                         path: src/Controllers/Export/ExportController.php
3103                 -
3104                         message: "#^Parameter \\#1 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getHtmlForDisplayedExportHeader\\(\\) expects string, mixed given\\.$#"
3105                         count: 1
3106                         path: src/Controllers/Export/ExportController.php
3108                 -
3109                         message: "#^Parameter \\#1 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getPageLocationAndSaveMessage\\(\\) expects string, mixed given\\.$#"
3110                         count: 3
3111                         path: src/Controllers/Export/ExportController.php
3113                 -
3114                         message: "#^Parameter \\#1 \\$fileHandle of method PhpMyAdmin\\\\Export\\\\Export\\:\\:closeFile\\(\\) expects resource, mixed given\\.$#"
3115                         count: 1
3116                         path: src/Controllers/Export/ExportController.php
3118                 -
3119                         message: "#^Parameter \\#1 \\$list of class PhpMyAdmin\\\\SqlParser\\\\Parser constructor expects PhpMyAdmin\\\\SqlParser\\\\TokensList\\|PhpMyAdmin\\\\SqlParser\\\\UtfString\\|string\\|null, mixed given\\.$#"
3120                         count: 1
3121                         path: src/Controllers/Export/ExportController.php
3123                 -
3124                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
3125                         count: 3
3126                         path: src/Controllers/Export/ExportController.php
3128                 -
3129                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
3130                         count: 1
3131                         path: src/Controllers/Export/ExportController.php
3133                 -
3134                         message: "#^Parameter \\#1 \\$whatStrucOrData of static method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportRaw\\(\\) expects string, mixed given\\.$#"
3135                         count: 1
3136                         path: src/Controllers/Export/ExportController.php
3138                 -
3139                         message: "#^Parameter \\#11 \\$allrows of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string\\|null, mixed given\\.$#"
3140                         count: 2
3141                         path: src/Controllers/Export/ExportController.php
3143                 -
3144                         message: "#^Parameter \\#12 \\$limitTo of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string, mixed given\\.$#"
3145                         count: 2
3146                         path: src/Controllers/Export/ExportController.php
3148                 -
3149                         message: "#^Parameter \\#13 \\$limitFrom of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string, mixed given\\.$#"
3150                         count: 2
3151                         path: src/Controllers/Export/ExportController.php
3153                 -
3154                         message: "#^Parameter \\#14 \\$sqlQuery of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string, mixed given\\.$#"
3155                         count: 2
3156                         path: src/Controllers/Export/ExportController.php
3158                 -
3159                         message: "#^Parameter \\#2 \\$compression of method PhpMyAdmin\\\\Export\\\\Export\\:\\:compress\\(\\) expects string, mixed given\\.$#"
3160                         count: 2
3161                         path: src/Controllers/Export/ExportController.php
3163                 -
3164                         message: "#^Parameter \\#2 \\$compression of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFinalFilenameAndMimetypeForFilename\\(\\) expects string, mixed given\\.$#"
3165                         count: 1
3166                         path: src/Controllers/Export/ExportController.php
3168                 -
3169                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getHtmlForDisplayedExportFooter\\(\\) expects string, mixed given\\.$#"
3170                         count: 1
3171                         path: src/Controllers/Export/ExportController.php
3173                 -
3174                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getHtmlForDisplayedExportHeader\\(\\) expects string, mixed given\\.$#"
3175                         count: 1
3176                         path: src/Controllers/Export/ExportController.php
3178                 -
3179                         message: "#^Parameter \\#2 \\$destCharset of static method PhpMyAdmin\\\\Encoding\\:\\:convertString\\(\\) expects string, mixed given\\.$#"
3180                         count: 1
3181                         path: src/Controllers/Export/ExportController.php
3183                 -
3184                         message: "#^Parameter \\#2 \\$exportPlugin of static method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportRaw\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
3185                         count: 1
3186                         path: src/Controllers/Export/ExportController.php
3188                 -
3189                         message: "#^Parameter \\#2 \\$rememberTemplate of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFilenameAndMimetype\\(\\) expects string, mixed given\\.$#"
3190                         count: 1
3191                         path: src/Controllers/Export/ExportController.php
3193                 -
3194                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string, mixed given\\.$#"
3195                         count: 2
3196                         path: src/Controllers/Export/ExportController.php
3198                 -
3199                         message: "#^Parameter \\#2 \\$tables of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects array\\<string\\>, mixed given\\.$#"
3200                         count: 2
3201                         path: src/Controllers/Export/ExportController.php
3203                 -
3204                         message: "#^Parameter \\#2 \\$tables of method PhpMyAdmin\\\\Export\\\\Export\\:\\:lockTables\\(\\) expects array, mixed given\\.$#"
3205                         count: 1
3206                         path: src/Controllers/Export/ExportController.php
3208                 -
3209                         message: "#^Parameter \\#2 \\$whatStrucOrData of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportServer\\(\\) expects string, mixed given\\.$#"
3210                         count: 1
3211                         path: src/Controllers/Export/ExportController.php
3213                 -
3214                         message: "#^Parameter \\#3 \\$errorUrl of static method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportRaw\\(\\) expects string, mixed given\\.$#"
3215                         count: 1
3216                         path: src/Controllers/Export/ExportController.php
3218                 -
3219                         message: "#^Parameter \\#3 \\$exportPlugin of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportServer\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
3220                         count: 1
3221                         path: src/Controllers/Export/ExportController.php
3223                 -
3224                         message: "#^Parameter \\#3 \\$exportPlugin of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFilenameAndMimetype\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
3225                         count: 1
3226                         path: src/Controllers/Export/ExportController.php
3228                 -
3229                         message: "#^Parameter \\#3 \\$saveFilename of method PhpMyAdmin\\\\Export\\\\Export\\:\\:closeFile\\(\\) expects string, mixed given\\.$#"
3230                         count: 1
3231                         path: src/Controllers/Export/ExportController.php
3233                 -
3234                         message: "#^Parameter \\#3 \\$table of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getHtmlForDisplayedExportFooter\\(\\) expects string, mixed given\\.$#"
3235                         count: 1
3236                         path: src/Controllers/Export/ExportController.php
3238                 -
3239                         message: "#^Parameter \\#3 \\$table of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getHtmlForDisplayedExportHeader\\(\\) expects string, mixed given\\.$#"
3240                         count: 1
3241                         path: src/Controllers/Export/ExportController.php
3243                 -
3244                         message: "#^Parameter \\#3 \\$whatStrucOrData of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects string, mixed given\\.$#"
3245                         count: 2
3246                         path: src/Controllers/Export/ExportController.php
3248                 -
3249                         message: "#^Parameter \\#3 \\$whatStrucOrData of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string, mixed given\\.$#"
3250                         count: 2
3251                         path: src/Controllers/Export/ExportController.php
3253                 -
3254                         message: "#^Parameter \\#4 \\$compression of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFilenameAndMimetype\\(\\) expects string, mixed given\\.$#"
3255                         count: 1
3256                         path: src/Controllers/Export/ExportController.php
3258                 -
3259                         message: "#^Parameter \\#4 \\$db of static method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportRaw\\(\\) expects string\\|null, mixed given\\.$#"
3260                         count: 1
3261                         path: src/Controllers/Export/ExportController.php
3263                 -
3264                         message: "#^Parameter \\#4 \\$errorUrl of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportServer\\(\\) expects string, mixed given\\.$#"
3265                         count: 1
3266                         path: src/Controllers/Export/ExportController.php
3268                 -
3269                         message: "#^Parameter \\#4 \\$exportPlugin of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
3270                         count: 2
3271                         path: src/Controllers/Export/ExportController.php
3273                 -
3274                         message: "#^Parameter \\#4 \\$tableStructure of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects array\\<string\\>, mixed given\\.$#"
3275                         count: 2
3276                         path: src/Controllers/Export/ExportController.php
3278                 -
3279                         message: "#^Parameter \\#5 \\$errorUrl of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string, mixed given\\.$#"
3280                         count: 2
3281                         path: src/Controllers/Export/ExportController.php
3283                 -
3284                         message: "#^Parameter \\#5 \\$filenameTemplate of method PhpMyAdmin\\\\Export\\\\Export\\:\\:getFilenameAndMimetype\\(\\) expects string, mixed given\\.$#"
3285                         count: 1
3286                         path: src/Controllers/Export/ExportController.php
3288                 -
3289                         message: "#^Parameter \\#5 \\$sqlQuery of static method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportRaw\\(\\) expects string, mixed given\\.$#"
3290                         count: 1
3291                         path: src/Controllers/Export/ExportController.php
3293                 -
3294                         message: "#^Parameter \\#5 \\$tableData of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects array\\<string\\>, mixed given\\.$#"
3295                         count: 2
3296                         path: src/Controllers/Export/ExportController.php
3298                 -
3299                         message: "#^Parameter \\#6 \\$exportPlugin of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects PhpMyAdmin\\\\Plugins\\\\ExportPlugin, object given\\.$#"
3300                         count: 2
3301                         path: src/Controllers/Export/ExportController.php
3303                 -
3304                         message: "#^Parameter \\#6 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportTable\\(\\) expects string, mixed given\\.$#"
3305                         count: 2
3306                         path: src/Controllers/Export/ExportController.php
3308                 -
3309                         message: "#^Parameter \\#7 \\$errorUrl of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects string, mixed given\\.$#"
3310                         count: 2
3311                         path: src/Controllers/Export/ExportController.php
3313                 -
3314                         message: "#^Parameter \\#8 \\$exportType of method PhpMyAdmin\\\\Export\\\\Export\\:\\:exportDatabase\\(\\) expects string, mixed given\\.$#"
3315                         count: 2
3316                         path: src/Controllers/Export/ExportController.php
3318                 -
3319                         message: "#^Property PhpMyAdmin\\\\Export\\\\Export\\:\\:\\$dumpBuffer \\(string\\) does not accept array\\|bool\\|string\\.$#"
3320                         count: 2
3321                         path: src/Controllers/Export/ExportController.php
3323                 -
3324                         message: "#^Cannot cast mixed to int\\.$#"
3325                         count: 1
3326                         path: src/Controllers/Export/Template/DeleteController.php
3328                 -
3329                         message: "#^Cannot cast mixed to int\\.$#"
3330                         count: 1
3331                         path: src/Controllers/Export/Template/LoadController.php
3333                 -
3334                         message: "#^Cannot cast mixed to int\\.$#"
3335                         count: 1
3336                         path: src/Controllers/Export/Template/UpdateController.php
3338                 -
3339                         message: "#^Cannot cast mixed to int\\.$#"
3340                         count: 1
3341                         path: src/Controllers/GisDataEditorController.php
3343                 -
3344                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
3345                         count: 1
3346                         path: src/Controllers/GisDataEditorController.php
3348                 -
3349                         message: "#^PHPDoc tag @var for variable \\$gisDataParam has no value type specified in iterable type array\\.$#"
3350                         count: 1
3351                         path: src/Controllers/GisDataEditorController.php
3353                 -
3354                         message: "#^Parameter \\#1 \\$showGitRevision of class PhpMyAdmin\\\\Git constructor expects bool, mixed given\\.$#"
3355                         count: 1
3356                         path: src/Controllers/GitInfoController.php
3358                 -
3359                         message: "#^Parameter \\#1 \\$timestamp of static method PhpMyAdmin\\\\Util\\:\\:localisedDate\\(\\) expects int, int\\|false given\\.$#"
3360                         count: 2
3361                         path: src/Controllers/GitInfoController.php
3363                 -
3364                         message: "#^Cannot access offset mixed on mixed\\.$#"
3365                         count: 1
3366                         path: src/Controllers/HomeController.php
3368                 -
3369                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3370                         count: 7
3371                         path: src/Controllers/HomeController.php
3373                 -
3374                         message: "#^Only booleans are allowed in &&, string\\|false given on the right side\\.$#"
3375                         count: 1
3376                         path: src/Controllers/HomeController.php
3378                 -
3379                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
3380                         count: 1
3381                         path: src/Controllers/HomeController.php
3383                 -
3384                         message: "#^Only booleans are allowed in \\|\\|, string\\|false given on the right side\\.$#"
3385                         count: 1
3386                         path: src/Controllers/HomeController.php
3388                 -
3389                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
3390                         count: 1
3391                         path: src/Controllers/HomeController.php
3393                 -
3394                         message: "#^Parameter \\#1 \\$showGitRevision of class PhpMyAdmin\\\\Git constructor expects bool, mixed given\\.$#"
3395                         count: 1
3396                         path: src/Controllers/HomeController.php
3398                 -
3399                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given\\.$#"
3400                         count: 1
3401                         path: src/Controllers/HomeController.php
3403                 -
3404                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
3405                         count: 1
3406                         path: src/Controllers/HomeController.php
3408                 -
3409                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
3410                         count: 1
3411                         path: src/Controllers/Import/ImportController.php
3413                 -
3414                         message: "#^Cannot access offset 'error' on mixed\\.$#"
3415                         count: 1
3416                         path: src/Controllers/Import/ImportController.php
3418                 -
3419                         message: "#^Cannot access offset 'go_back_url' on mixed\\.$#"
3420                         count: 4
3421                         path: src/Controllers/Import/ImportController.php
3423                 -
3424                         message: "#^Cannot access offset 'local_import_file' on mixed\\.$#"
3425                         count: 1
3426                         path: src/Controllers/Import/ImportController.php
3428                 -
3429                         message: "#^Cannot access offset 'message' on mixed\\.$#"
3430                         count: 7
3431                         path: src/Controllers/Import/ImportController.php
3433                 -
3434                         message: "#^Cannot access offset 'offset' on mixed\\.$#"
3435                         count: 1
3436                         path: src/Controllers/Import/ImportController.php
3438                 -
3439                         message: "#^Cannot access offset 'reload' on mixed\\.$#"
3440                         count: 5
3441                         path: src/Controllers/Import/ImportController.php
3443                 -
3444                         message: "#^Cannot access offset 'sql' on mixed\\.$#"
3445                         count: 1
3446                         path: src/Controllers/Import/ImportController.php
3448                 -
3449                         message: "#^Cannot access offset 'table_name' on mixed\\.$#"
3450                         count: 1
3451                         path: src/Controllers/Import/ImportController.php
3453                 -
3454                         message: "#^Cannot access offset 'timeout_passed' on mixed\\.$#"
3455                         count: 1
3456                         path: src/Controllers/Import/ImportController.php
3458                 -
3459                         message: "#^Cannot call method getDisplay\\(\\) on mixed\\.$#"
3460                         count: 1
3461                         path: src/Controllers/Import/ImportController.php
3463                 -
3464                         message: "#^Cannot cast mixed to int\\.$#"
3465                         count: 2
3466                         path: src/Controllers/Import/ImportController.php
3468                 -
3469                         message: "#^Casting to string something that's already string\\.$#"
3470                         count: 1
3471                         path: src/Controllers/Import/ImportController.php
3473                 -
3474                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3475                         count: 14
3476                         path: src/Controllers/Import/ImportController.php
3478                 -
3479                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
3480                         count: 1
3481                         path: src/Controllers/Import/ImportController.php
3483                 -
3484                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
3485                         count: 5
3486                         path: src/Controllers/Import/ImportController.php
3488                 -
3489                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
3490                         count: 1
3491                         path: src/Controllers/Import/ImportController.php
3493                 -
3494                         message: "#^Parameter \\#1 \\$filename of function is_uploaded_file expects string, mixed given\\.$#"
3495                         count: 1
3496                         path: src/Controllers/Import/ImportController.php
3498                 -
3499                         message: "#^Parameter \\#1 \\$message of method PhpMyAdmin\\\\Message\\:\\:addHtml\\(\\) expects string, mixed given\\.$#"
3500                         count: 1
3501                         path: src/Controllers/Import/ImportController.php
3503                 -
3504                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
3505                         count: 1
3506                         path: src/Controllers/Import/ImportController.php
3508                 -
3509                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\File constructor expects bool\\|string, mixed given\\.$#"
3510                         count: 1
3511                         path: src/Controllers/Import/ImportController.php
3513                 -
3514                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
3515                         count: 2
3516                         path: src/Controllers/Import/ImportController.php
3518                 -
3519                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Core\\:\\:securePath\\(\\) expects string, mixed given\\.$#"
3520                         count: 1
3521                         path: src/Controllers/Import/ImportController.php
3523                 -
3524                         message: "#^Parameter \\#1 \\$serverMessage of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects string, mixed given\\.$#"
3525                         count: 1
3526                         path: src/Controllers/Import/ImportController.php
3528                 -
3529                         message: "#^Parameter \\#1 \\$sqlQuery of method PhpMyAdmin\\\\Import\\\\Import\\:\\:handleRollbackRequest\\(\\) expects string, mixed given\\.$#"
3530                         count: 1
3531                         path: src/Controllers/Import/ImportController.php
3533                 -
3534                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\ParseAnalyze\\:\\:sqlQuery\\(\\) expects string, mixed given\\.$#"
3535                         count: 2
3536                         path: src/Controllers/Import/ImportController.php
3538                 -
3539                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
3540                         count: 1
3541                         path: src/Controllers/Import/ImportController.php
3543                 -
3544                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
3545                         count: 7
3546                         path: src/Controllers/Import/ImportController.php
3548                 -
3549                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Message\\:\\:error\\(\\) expects string, mixed given\\.$#"
3550                         count: 1
3551                         path: src/Controllers/Import/ImportController.php
3553                 -
3554                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Message\\:\\:success\\(\\) expects string, mixed given\\.$#"
3555                         count: 1
3556                         path: src/Controllers/Import/ImportController.php
3558                 -
3559                         message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
3560                         count: 1
3561                         path: src/Controllers/Import/ImportController.php
3563                 -
3564                         message: "#^Parameter \\#12 \\$sqlQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndGetQueryResponse\\(\\) expects string, mixed given\\.$#"
3565                         count: 1
3566                         path: src/Controllers/Import/ImportController.php
3568                 -
3569                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Sql\\:\\:storeTheQueryAsBookmark\\(\\) expects string, mixed given\\.$#"
3570                         count: 2
3571                         path: src/Controllers/Import/ImportController.php
3573                 -
3574                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\ParseAnalyze\\:\\:sqlQuery\\(\\) expects string, mixed given\\.$#"
3575                         count: 2
3576                         path: src/Controllers/Import/ImportController.php
3578                 -
3579                         message: "#^Parameter \\#2 \\$format of static method PhpMyAdmin\\\\Plugins\\:\\:getPlugin\\(\\) expects string, mixed given\\.$#"
3580                         count: 1
3581                         path: src/Controllers/Import/ImportController.php
3583                 -
3584                         message: "#^Parameter \\#2 \\$size of method PhpMyAdmin\\\\Import\\\\Import\\:\\:getNextChunk\\(\\) expects int, mixed given\\.$#"
3585                         count: 1
3586                         path: src/Controllers/Import/ImportController.php
3588                 -
3589                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
3590                         count: 1
3591                         path: src/Controllers/Import/ImportController.php
3593                 -
3594                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects string, mixed given\\.$#"
3595                         count: 1
3596                         path: src/Controllers/Import/ImportController.php
3598                 -
3599                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
3600                         count: 5
3601                         path: src/Controllers/Import/ImportController.php
3603                 -
3604                         message: "#^Parameter \\#3 \\$db of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndGetQueryResponse\\(\\) expects string, mixed given\\.$#"
3605                         count: 1
3606                         path: src/Controllers/Import/ImportController.php
3608                 -
3609                         message: "#^Parameter \\#3 \\$number of function _ngettext expects int, mixed given\\.$#"
3610                         count: 1
3611                         path: src/Controllers/Import/ImportController.php
3613                 -
3614                         message: "#^Parameter \\#3 \\$param of static method PhpMyAdmin\\\\Plugins\\:\\:getPlugin\\(\\) expects array\\{export_type\\: string, single_table\\: bool\\}\\|string\\|null, mixed given\\.$#"
3615                         count: 1
3616                         path: src/Controllers/Import/ImportController.php
3618                 -
3619                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, \\(array\\<int, string\\>\\|string\\|null\\) given\\.$#"
3620                         count: 1
3621                         path: src/Controllers/Import/ImportController.php
3623                 -
3624                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#"
3625                         count: 1
3626                         path: src/Controllers/Import/ImportController.php
3628                 -
3629                         message: "#^Parameter \\#4 \\$backUrl of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects string, mixed given\\.$#"
3630                         count: 2
3631                         path: src/Controllers/Import/ImportController.php
3633                 -
3634                         message: "#^Parameter \\#4 \\$sqlQueryForBookmark of method PhpMyAdmin\\\\Sql\\:\\:storeTheQueryAsBookmark\\(\\) expects string, mixed given\\.$#"
3635                         count: 2
3636                         path: src/Controllers/Import/ImportController.php
3638                 -
3639                         message: "#^Parameter \\#4 \\$table of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndGetQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
3640                         count: 1
3641                         path: src/Controllers/Import/ImportController.php
3643                 -
3644                         message: "#^Parameter \\#5 \\$bookmarkLabel of method PhpMyAdmin\\\\Sql\\:\\:storeTheQueryAsBookmark\\(\\) expects string, mixed given\\.$#"
3645                         count: 2
3646                         path: src/Controllers/Import/ImportController.php
3648                 -
3649                         message: "#^Parameter \\#5 \\$exit of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects bool, mixed given\\.$#"
3650                         count: 1
3651                         path: src/Controllers/Import/ImportController.php
3653                 -
3654                         message: "#^Parameter \\#9 \\$goto of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndGetQueryResponse\\(\\) expects string, mixed given\\.$#"
3655                         count: 1
3656                         path: src/Controllers/Import/ImportController.php
3658                 -
3659                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3660                         count: 2
3661                         path: src/Controllers/Import/SimulateDmlController.php
3663                 -
3664                         message: "#^Parameter \\#1 \\$separator of function explode expects non\\-empty\\-string, string given\\.$#"
3665                         count: 1
3666                         path: src/Controllers/Import/SimulateDmlController.php
3668                 -
3669                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
3670                         count: 1
3671                         path: src/Controllers/Import/SimulateDmlController.php
3673                 -
3674                         message: "#^Cannot access offset 'go_back_url' on mixed\\.$#"
3675                         count: 1
3676                         path: src/Controllers/Import/StatusController.php
3678                 -
3679                         message: "#^Cannot access offset 'message' on mixed\\.$#"
3680                         count: 3
3681                         path: src/Controllers/Import/StatusController.php
3683                 -
3684                         message: "#^Parameter \\#1 \\$id of static method PhpMyAdmin\\\\Import\\\\Ajax\\:\\:status\\(\\) expects string, mixed given\\.$#"
3685                         count: 1
3686                         path: src/Controllers/Import/StatusController.php
3688                 -
3689                         message: "#^Parameter \\#1 \\(mixed\\) of echo cannot be converted to string\\.$#"
3690                         count: 1
3691                         path: src/Controllers/Import/StatusController.php
3693                 -
3694                         message: "#^Parameter \\#1 \\$filename of function is_readable expects string, mixed given\\.$#"
3695                         count: 1
3696                         path: src/Controllers/LicenseController.php
3698                 -
3699                         message: "#^Parameter \\#1 \\$filename of function readfile expects string, mixed given\\.$#"
3700                         count: 1
3701                         path: src/Controllers/LicenseController.php
3703                 -
3704                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function printf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
3705                         count: 1
3706                         path: src/Controllers/LicenseController.php
3708                 -
3709                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3710                         count: 3
3711                         path: src/Controllers/LintController.php
3713                 -
3714                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\Navigation\\\\Navigation\\:\\:getItemUnhideDialog\\(\\) expects string, mixed given\\.$#"
3715                         count: 1
3716                         path: src/Controllers/NavigationController.php
3718                 -
3719                         message: "#^Parameter \\#1 \\$itemName of method PhpMyAdmin\\\\Navigation\\\\Navigation\\:\\:hideNavigationItem\\(\\) expects string, mixed given\\.$#"
3720                         count: 1
3721                         path: src/Controllers/NavigationController.php
3723                 -
3724                         message: "#^Parameter \\#1 \\$itemName of method PhpMyAdmin\\\\Navigation\\\\Navigation\\:\\:unhideNavigationItem\\(\\) expects string, mixed given\\.$#"
3725                         count: 1
3726                         path: src/Controllers/NavigationController.php
3728                 -
3729                         message: "#^Parameter \\#2 \\$itemType of method PhpMyAdmin\\\\Navigation\\\\Navigation\\:\\:hideNavigationItem\\(\\) expects string, mixed given\\.$#"
3730                         count: 1
3731                         path: src/Controllers/NavigationController.php
3733                 -
3734                         message: "#^Parameter \\#2 \\$itemType of method PhpMyAdmin\\\\Navigation\\\\Navigation\\:\\:unhideNavigationItem\\(\\) expects string, mixed given\\.$#"
3735                         count: 1
3736                         path: src/Controllers/NavigationController.php
3738                 -
3739                         message: "#^Parameter \\#3 \\$dbName of method PhpMyAdmin\\\\Navigation\\\\Navigation\\:\\:hideNavigationItem\\(\\) expects string, mixed given\\.$#"
3740                         count: 1
3741                         path: src/Controllers/NavigationController.php
3743                 -
3744                         message: "#^Parameter \\#3 \\$dbName of method PhpMyAdmin\\\\Navigation\\\\Navigation\\:\\:unhideNavigationItem\\(\\) expects string, mixed given\\.$#"
3745                         count: 1
3746                         path: src/Controllers/NavigationController.php
3748                 -
3749                         message: "#^Parameter \\#1 \\$db of static method PhpMyAdmin\\\\Url\\:\\:getHiddenInputs\\(\\) expects array\\|string, mixed given\\.$#"
3750                         count: 1
3751                         path: src/Controllers/Normalization/CreateNewColumnController.php
3753                 -
3754                         message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
3755                         count: 1
3756                         path: src/Controllers/Normalization/CreateNewColumnController.php
3758                 -
3759                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForCreateNewColumn\\(\\) expects string, mixed given\\.$#"
3760                         count: 1
3761                         path: src/Controllers/Normalization/CreateNewColumnController.php
3763                 -
3764                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Url\\:\\:getHiddenInputs\\(\\) expects string, mixed given\\.$#"
3765                         count: 1
3766                         path: src/Controllers/Normalization/CreateNewColumnController.php
3768                 -
3769                         message: "#^Parameter \\#3 \\$table of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForCreateNewColumn\\(\\) expects string, mixed given\\.$#"
3770                         count: 1
3771                         path: src/Controllers/Normalization/CreateNewColumnController.php
3773                 -
3774                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlFor1NFStep1\\(\\) expects string, mixed given\\.$#"
3775                         count: 1
3776                         path: src/Controllers/Normalization/FirstNormalForm/FirstStepController.php
3778                 -
3779                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlFor1NFStep1\\(\\) expects string, mixed given\\.$#"
3780                         count: 1
3781                         path: src/Controllers/Normalization/FirstNormalForm/FirstStepController.php
3783                 -
3784                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlContentsFor1NFStep4\\(\\) expects string, mixed given\\.$#"
3785                         count: 1
3786                         path: src/Controllers/Normalization/FirstNormalForm/FourthStepController.php
3788                 -
3789                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlContentsFor1NFStep4\\(\\) expects string, mixed given\\.$#"
3790                         count: 1
3791                         path: src/Controllers/Normalization/FirstNormalForm/FourthStepController.php
3793                 -
3794                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlContentsFor1NFStep2\\(\\) expects string, mixed given\\.$#"
3795                         count: 1
3796                         path: src/Controllers/Normalization/FirstNormalForm/SecondStepController.php
3798                 -
3799                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlContentsFor1NFStep2\\(\\) expects string, mixed given\\.$#"
3800                         count: 1
3801                         path: src/Controllers/Normalization/FirstNormalForm/SecondStepController.php
3803                 -
3804                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlContentsFor1NFStep3\\(\\) expects string, mixed given\\.$#"
3805                         count: 1
3806                         path: src/Controllers/Normalization/FirstNormalForm/ThirdStepController.php
3808                 -
3809                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlContentsFor1NFStep3\\(\\) expects string, mixed given\\.$#"
3810                         count: 1
3811                         path: src/Controllers/Normalization/FirstNormalForm/ThirdStepController.php
3813                 -
3814                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForColumnsList\\(\\) expects string, mixed given\\.$#"
3815                         count: 1
3816                         path: src/Controllers/Normalization/GetColumnsController.php
3818                 -
3819                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForColumnsList\\(\\) expects string, mixed given\\.$#"
3820                         count: 1
3821                         path: src/Controllers/Normalization/GetColumnsController.php
3823                 -
3824                         message: "#^Parameter \\#1 \\$repeatingColumns of method PhpMyAdmin\\\\Normalization\\:\\:moveRepeatingGroup\\(\\) expects string, mixed given\\.$#"
3825                         count: 1
3826                         path: src/Controllers/Normalization/MoveRepeatingGroup.php
3828                 -
3829                         message: "#^Parameter \\#2 \\$primaryColumns of method PhpMyAdmin\\\\Normalization\\:\\:moveRepeatingGroup\\(\\) expects string, mixed given\\.$#"
3830                         count: 1
3831                         path: src/Controllers/Normalization/MoveRepeatingGroup.php
3833                 -
3834                         message: "#^Parameter \\#3 \\$newTable of method PhpMyAdmin\\\\Normalization\\:\\:moveRepeatingGroup\\(\\) expects string, mixed given\\.$#"
3835                         count: 1
3836                         path: src/Controllers/Normalization/MoveRepeatingGroup.php
3838                 -
3839                         message: "#^Parameter \\#4 \\$newColumn of method PhpMyAdmin\\\\Normalization\\:\\:moveRepeatingGroup\\(\\) expects string, mixed given\\.$#"
3840                         count: 1
3841                         path: src/Controllers/Normalization/MoveRepeatingGroup.php
3843                 -
3844                         message: "#^Parameter \\#5 \\$table of method PhpMyAdmin\\\\Normalization\\:\\:moveRepeatingGroup\\(\\) expects string, mixed given\\.$#"
3845                         count: 1
3846                         path: src/Controllers/Normalization/MoveRepeatingGroup.php
3848                 -
3849                         message: "#^Parameter \\#6 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:moveRepeatingGroup\\(\\) expects string, mixed given\\.$#"
3850                         count: 1
3851                         path: src/Controllers/Normalization/MoveRepeatingGroup.php
3853                 -
3854                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Normalization\\:\\:findPartialDependencies\\(\\) expects string, mixed given\\.$#"
3855                         count: 1
3856                         path: src/Controllers/Normalization/PartialDependenciesController.php
3858                 -
3859                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:findPartialDependencies\\(\\) expects string, mixed given\\.$#"
3860                         count: 1
3861                         path: src/Controllers/Normalization/PartialDependenciesController.php
3863                 -
3864                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
3865                         count: 2
3866                         path: src/Controllers/Normalization/SecondNormalForm/CreateNewTablesController.php
3868                 -
3869                         message: "#^Parameter \\#1 \\$partialDependencies of method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor2NF\\(\\) expects array, mixed given\\.$#"
3870                         count: 1
3871                         path: src/Controllers/Normalization/SecondNormalForm/CreateNewTablesController.php
3873                 -
3874                         message: "#^Parameter \\#2 \\$tablesName of method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor2NF\\(\\) expects object, mixed given\\.$#"
3875                         count: 1
3876                         path: src/Controllers/Normalization/SecondNormalForm/CreateNewTablesController.php
3878                 -
3879                         message: "#^Parameter \\#3 \\$table of method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor2NF\\(\\) expects string, mixed given\\.$#"
3880                         count: 1
3881                         path: src/Controllers/Normalization/SecondNormalForm/CreateNewTablesController.php
3883                 -
3884                         message: "#^Parameter \\#4 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor2NF\\(\\) expects string, mixed given\\.$#"
3885                         count: 1
3886                         path: src/Controllers/Normalization/SecondNormalForm/CreateNewTablesController.php
3888                 -
3889                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlFor2NFstep1\\(\\) expects string, mixed given\\.$#"
3890                         count: 1
3891                         path: src/Controllers/Normalization/SecondNormalForm/FirstStepController.php
3893                 -
3894                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlFor2NFstep1\\(\\) expects string, mixed given\\.$#"
3895                         count: 1
3896                         path: src/Controllers/Normalization/SecondNormalForm/FirstStepController.php
3898                 -
3899                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
3900                         count: 1
3901                         path: src/Controllers/Normalization/SecondNormalForm/NewTablesController.php
3903                 -
3904                         message: "#^Parameter \\#1 \\$partialDependencies of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForNewTables2NF\\(\\) expects array, mixed given\\.$#"
3905                         count: 1
3906                         path: src/Controllers/Normalization/SecondNormalForm/NewTablesController.php
3908                 -
3909                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForNewTables2NF\\(\\) expects string, mixed given\\.$#"
3910                         count: 1
3911                         path: src/Controllers/Normalization/SecondNormalForm/NewTablesController.php
3913                 -
3914                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
3915                         count: 1
3916                         path: src/Controllers/Normalization/ThirdNormalForm/CreateNewTablesController.php
3918                 -
3919                         message: "#^Parameter \\#1 \\$newTables of method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor3NF\\(\\) expects array, mixed given\\.$#"
3920                         count: 1
3921                         path: src/Controllers/Normalization/ThirdNormalForm/CreateNewTablesController.php
3923                 -
3924                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:createNewTablesFor3NF\\(\\) expects string, mixed given\\.$#"
3925                         count: 1
3926                         path: src/Controllers/Normalization/ThirdNormalForm/CreateNewTablesController.php
3928                 -
3929                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlFor3NFstep1\\(\\) expects string, mixed given\\.$#"
3930                         count: 1
3931                         path: src/Controllers/Normalization/ThirdNormalForm/FirstStepController.php
3933                 -
3934                         message: "#^Parameter \\#2 \\$tables of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlFor3NFstep1\\(\\) expects array, mixed given\\.$#"
3935                         count: 1
3936                         path: src/Controllers/Normalization/ThirdNormalForm/FirstStepController.php
3938                 -
3939                         message: "#^Parameter \\#1 \\$dependencies of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForNewTables3NF\\(\\) expects object, mixed given\\.$#"
3940                         count: 1
3941                         path: src/Controllers/Normalization/ThirdNormalForm/NewTablesController.php
3943                 -
3944                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
3945                         count: 2
3946                         path: src/Controllers/Normalization/ThirdNormalForm/NewTablesController.php
3948                 -
3949                         message: "#^Parameter \\#2 \\$tables of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForNewTables3NF\\(\\) expects array, mixed given\\.$#"
3950                         count: 1
3951                         path: src/Controllers/Normalization/ThirdNormalForm/NewTablesController.php
3953                 -
3954                         message: "#^Parameter \\#3 \\$db of method PhpMyAdmin\\\\Normalization\\:\\:getHtmlForNewTables3NF\\(\\) expects string, mixed given\\.$#"
3955                         count: 1
3956                         path: src/Controllers/Normalization/ThirdNormalForm/NewTablesController.php
3958                 -
3959                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
3960                         count: 1
3961                         path: src/Controllers/Operations/Database/CollationController.php
3963                 -
3964                         message: "#^Parameter \\#1 \\$collation of static method PhpMyAdmin\\\\Util\\:\\:getCharsetQueryPart\\(\\) expects string, mixed given\\.$#"
3965                         count: 2
3966                         path: src/Controllers/Operations/Database/CollationController.php
3968                 -
3969                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Operations\\:\\:changeAllColumnsCollation\\(\\) expects string, mixed given\\.$#"
3970                         count: 1
3971                         path: src/Controllers/Operations/Database/CollationController.php
3973                 -
3974                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
3975                         count: 1
3976                         path: src/Controllers/Operations/Database/CollationController.php
3978                 -
3979                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
3980                         count: 3
3981                         path: src/Controllers/Operations/Database/CollationController.php
3983                 -
3984                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
3985                         count: 1
3986                         path: src/Controllers/Operations/Database/CollationController.php
3988                 -
3989                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Util\\:\\:getDbInfo\\(\\) expects string, mixed given\\.$#"
3990                         count: 1
3991                         path: src/Controllers/Operations/Database/CollationController.php
3993                 -
3994                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Operations\\:\\:changeAllColumnsCollation\\(\\) expects string, mixed given\\.$#"
3995                         count: 1
3996                         path: src/Controllers/Operations/Database/CollationController.php
3998                 -
3999                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
4000                         count: 1
4001                         path: src/Controllers/Operations/Database/CollationController.php
4003                 -
4004                         message: "#^Parameter \\#3 \\$tableCollation of method PhpMyAdmin\\\\Operations\\:\\:changeAllColumnsCollation\\(\\) expects string, mixed given\\.$#"
4005                         count: 1
4006                         path: src/Controllers/Operations/Database/CollationController.php
4008                 -
4009                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
4010                         count: 1
4011                         path: src/Controllers/Operations/DatabaseController.php
4013                 -
4014                         message: "#^Cannot call method isSuccess\\(\\) on mixed\\.$#"
4015                         count: 1
4016                         path: src/Controllers/Operations/DatabaseController.php
4018                 -
4019                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4020                         count: 1
4021                         path: src/Controllers/Operations/DatabaseController.php
4023                 -
4024                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTables\\(\\) expects string, mixed given\\.$#"
4025                         count: 1
4026                         path: src/Controllers/Operations/DatabaseController.php
4028                 -
4029                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDbComment\\(\\) expects string, mixed given\\.$#"
4030                         count: 1
4031                         path: src/Controllers/Operations/DatabaseController.php
4033                 -
4034                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:setDbComment\\(\\) expects string, mixed given\\.$#"
4035                         count: 1
4036                         path: src/Controllers/Operations/DatabaseController.php
4038                 -
4039                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\RelationCleanup\\:\\:database\\(\\) expects string, mixed given\\.$#"
4040                         count: 1
4041                         path: src/Controllers/Operations/DatabaseController.php
4043                 -
4044                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getDbCollation\\(\\) expects string, mixed given\\.$#"
4045                         count: 1
4046                         path: src/Controllers/Operations/DatabaseController.php
4048                 -
4049                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Operations\\:\\:runEventDefinitionsForDb\\(\\) expects string, mixed given\\.$#"
4050                         count: 1
4051                         path: src/Controllers/Operations/DatabaseController.php
4053                 -
4054                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Operations\\:\\:runProcedureAndFunctionDefinitions\\(\\) expects string, mixed given\\.$#"
4055                         count: 1
4056                         path: src/Controllers/Operations/DatabaseController.php
4058                 -
4059                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
4060                         count: 2
4061                         path: src/Controllers/Operations/DatabaseController.php
4063                 -
4064                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
4065                         count: 1
4066                         path: src/Controllers/Operations/DatabaseController.php
4068                 -
4069                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
4070                         count: 1
4071                         path: src/Controllers/Operations/DatabaseController.php
4073                 -
4074                         message: "#^Parameter \\#1 \\$oldDb of method PhpMyAdmin\\\\Operations\\:\\:adjustPrivilegesCopyDb\\(\\) expects string, mixed given\\.$#"
4075                         count: 1
4076                         path: src/Controllers/Operations/DatabaseController.php
4078                 -
4079                         message: "#^Parameter \\#1 \\$oldDb of method PhpMyAdmin\\\\Operations\\:\\:adjustPrivilegesMoveDb\\(\\) expects string, mixed given\\.$#"
4080                         count: 1
4081                         path: src/Controllers/Operations/DatabaseController.php
4083                 -
4084                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
4085                         count: 2
4086                         path: src/Controllers/Operations/DatabaseController.php
4088                 -
4089                         message: "#^Parameter \\#1 \\$schemaName of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:isSystemSchema\\(\\) expects string, mixed given\\.$#"
4090                         count: 1
4091                         path: src/Controllers/Operations/DatabaseController.php
4093                 -
4094                         message: "#^Parameter \\#1 \\$state of method PhpMyAdmin\\\\ResponseRenderer\\:\\:setRequestStatus\\(\\) expects bool, mixed given\\.$#"
4095                         count: 1
4096                         path: src/Controllers/Operations/DatabaseController.php
4098                 -
4099                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
4100                         count: 1
4101                         path: src/Controllers/Operations/DatabaseController.php
4103                 -
4104                         message: "#^Parameter \\#2 \\$comment of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:setDbComment\\(\\) expects string, mixed given\\.$#"
4105                         count: 1
4106                         path: src/Controllers/Operations/DatabaseController.php
4108                 -
4109                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Operations\\:\\:duplicateBookmarks\\(\\) expects string, mixed given\\.$#"
4110                         count: 1
4111                         path: src/Controllers/Operations/DatabaseController.php
4113                 -
4114                         message: "#^Parameter \\#2 \\$exportSqlPlugin of method PhpMyAdmin\\\\Operations\\:\\:getViewsAndCreateSqlViewStandIn\\(\\) expects PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql, object\\|null given\\.$#"
4115                         count: 1
4116                         path: src/Controllers/Operations/DatabaseController.php
4118                 -
4119                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
4120                         count: 2
4121                         path: src/Controllers/Operations/DatabaseController.php
4123                 -
4124                         message: "#^Parameter \\#3 \\$db of method PhpMyAdmin\\\\Operations\\:\\:copyTables\\(\\) expects string, mixed given\\.$#"
4125                         count: 1
4126                         path: src/Controllers/Operations/DatabaseController.php
4128                 -
4129                         message: "#^Parameter \\#3 \\$db of method PhpMyAdmin\\\\Operations\\:\\:getViewsAndCreateSqlViewStandIn\\(\\) expects string, mixed given\\.$#"
4130                         count: 1
4131                         path: src/Controllers/Operations/DatabaseController.php
4133                 -
4134                         message: "#^Parameter \\#3 \\$db of method PhpMyAdmin\\\\Operations\\:\\:handleTheViews\\(\\) expects string, mixed given\\.$#"
4135                         count: 1
4136                         path: src/Controllers/Operations/DatabaseController.php
4138                 -
4139                         message: "#^Cannot access offset 'Row_format' on mixed\\.$#"
4140                         count: 1
4141                         path: src/Controllers/Operations/TableController.php
4143                 -
4144                         message: "#^Cannot access offset 'back' on mixed\\.$#"
4145                         count: 2
4146                         path: src/Controllers/Operations/TableController.php
4148                 -
4149                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
4150                         count: 2
4151                         path: src/Controllers/Operations/TableController.php
4153                 -
4154                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4155                         count: 10
4156                         path: src/Controllers/Operations/TableController.php
4158                 -
4159                         message: "#^Only booleans are allowed in &&, mixed given on the right side\\.$#"
4160                         count: 1
4161                         path: src/Controllers/Operations/TableController.php
4163                 -
4164                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
4165                         count: 1
4166                         path: src/Controllers/Operations/TableController.php
4168                 -
4169                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
4170                         count: 1
4171                         path: src/Controllers/Operations/TableController.php
4173                 -
4174                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
4175                         count: 1
4176                         path: src/Controllers/Operations/TableController.php
4178                 -
4179                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Operations\\:\\:changeAllColumnsCollation\\(\\) expects string, mixed given\\.$#"
4180                         count: 1
4181                         path: src/Controllers/Operations/TableController.php
4183                 -
4184                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Operations\\:\\:moveOrCopyTable\\(\\) expects string, mixed given\\.$#"
4185                         count: 1
4186                         path: src/Controllers/Operations/TableController.php
4188                 -
4189                         message: "#^Parameter \\#1 \\$db of static method PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:getPartitionNames\\(\\) expects string, mixed given\\.$#"
4190                         count: 1
4191                         path: src/Controllers/Operations/TableController.php
4193                 -
4194                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
4195                         count: 2
4196                         path: src/Controllers/Operations/TableController.php
4198                 -
4199                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
4200                         count: 2
4201                         path: src/Controllers/Operations/TableController.php
4203                 -
4204                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
4205                         count: 1
4206                         path: src/Controllers/Operations/TableController.php
4208                 -
4209                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
4210                         count: 1
4211                         path: src/Controllers/Operations/TableController.php
4213                 -
4214                         message: "#^Parameter \\#1 \\$schemaName of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:isSystemSchema\\(\\) expects string, mixed given\\.$#"
4215                         count: 1
4216                         path: src/Controllers/Operations/TableController.php
4218                 -
4219                         message: "#^Parameter \\#1 \\$string of function mb_strtolower expects string, mixed given\\.$#"
4220                         count: 1
4221                         path: src/Controllers/Operations/TableController.php
4223                 -
4224                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
4225                         count: 1
4226                         path: src/Controllers/Operations/TableController.php
4228                 -
4229                         message: "#^Parameter \\#1 \\$table of static method PhpMyAdmin\\\\Query\\\\Generator\\:\\:getQueryForPartitioningTable\\(\\) expects string, mixed given\\.$#"
4230                         count: 1
4231                         path: src/Controllers/Operations/TableController.php
4233                 -
4234                         message: "#^Parameter \\#1 \\$table of static method PhpMyAdmin\\\\Query\\\\Generator\\:\\:getQueryForReorderingTable\\(\\) expects string, mixed given\\.$#"
4235                         count: 1
4236                         path: src/Controllers/Operations/TableController.php
4238                 -
4239                         message: "#^Parameter \\#1 \\$urlParams of method PhpMyAdmin\\\\Operations\\:\\:getForeignersForReferentialIntegrityCheck\\(\\) expects array, mixed given\\.$#"
4240                         count: 1
4241                         path: src/Controllers/Operations/TableController.php
4243                 -
4244                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
4245                         count: 3
4246                         path: src/Controllers/Operations/TableController.php
4248                 -
4249                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
4250                         count: 1
4251                         path: src/Controllers/Operations/TableController.php
4253                 -
4254                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
4255                         count: 1
4256                         path: src/Controllers/Operations/TableController.php
4258                 -
4259                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Operations\\:\\:changeAllColumnsCollation\\(\\) expects string, mixed given\\.$#"
4260                         count: 1
4261                         path: src/Controllers/Operations/TableController.php
4263                 -
4264                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Operations\\:\\:moveOrCopyTable\\(\\) expects string, mixed given\\.$#"
4265                         count: 1
4266                         path: src/Controllers/Operations/TableController.php
4268                 -
4269                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getFromTable\\(\\) expects string, mixed given\\.$#"
4270                         count: 1
4271                         path: src/Controllers/Operations/TableController.php
4273                 -
4274                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:getPartitionNames\\(\\) expects string, mixed given\\.$#"
4275                         count: 1
4276                         path: src/Controllers/Operations/TableController.php
4278                 -
4279                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
4280                         count: 2
4281                         path: src/Controllers/Operations/TableController.php
4283                 -
4284                         message: "#^Parameter \\#3 \\$partitionNames of static method PhpMyAdmin\\\\Query\\\\Generator\\:\\:getQueryForPartitioningTable\\(\\) expects array\\<string\\>, array given\\.$#"
4285                         count: 1
4286                         path: src/Controllers/Operations/TableController.php
4288                 -
4289                         message: "#^Parameter \\#3 \\$schema of static method PhpMyAdmin\\\\Index\\:\\:getFromTable\\(\\) expects string, mixed given\\.$#"
4290                         count: 1
4291                         path: src/Controllers/Operations/TableController.php
4293                 -
4294                         message: "#^Cannot access offset 'back' on mixed\\.$#"
4295                         count: 1
4296                         path: src/Controllers/Operations/ViewController.php
4298                 -
4299                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
4300                         count: 1
4301                         path: src/Controllers/Operations/ViewController.php
4303                 -
4304                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
4305                         count: 1
4306                         path: src/Controllers/Operations/ViewController.php
4308                 -
4309                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
4310                         count: 1
4311                         path: src/Controllers/Operations/ViewController.php
4313                 -
4314                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
4315                         count: 1
4316                         path: src/Controllers/Operations/ViewController.php
4318                 -
4319                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
4320                         count: 1
4321                         path: src/Controllers/Operations/ViewController.php
4323                 -
4324                         message: "#^Cannot call method getConfigArray\\(\\) on mixed\\.$#"
4325                         count: 1
4326                         path: src/Controllers/Preferences/ExportController.php
4328                 -
4329                         message: "#^Parameter \\#1 \\$configArray of method PhpMyAdmin\\\\UserPreferences\\:\\:save\\(\\) expects array, mixed given\\.$#"
4330                         count: 1
4331                         path: src/Controllers/Preferences/ExportController.php
4333                 -
4334                         message: "#^Parameter \\#1 \\$string of function ltrim expects string, mixed given\\.$#"
4335                         count: 1
4336                         path: src/Controllers/Preferences/ExportController.php
4338                 -
4339                         message: "#^Cannot call method getConfigArray\\(\\) on mixed\\.$#"
4340                         count: 1
4341                         path: src/Controllers/Preferences/FeaturesController.php
4343                 -
4344                         message: "#^Parameter \\#1 \\$configArray of method PhpMyAdmin\\\\UserPreferences\\:\\:save\\(\\) expects array, mixed given\\.$#"
4345                         count: 1
4346                         path: src/Controllers/Preferences/FeaturesController.php
4348                 -
4349                         message: "#^Parameter \\#1 \\$string of function ltrim expects string, mixed given\\.$#"
4350                         count: 1
4351                         path: src/Controllers/Preferences/FeaturesController.php
4353                 -
4354                         message: "#^Cannot call method getConfigArray\\(\\) on mixed\\.$#"
4355                         count: 1
4356                         path: src/Controllers/Preferences/ImportController.php
4358                 -
4359                         message: "#^Parameter \\#1 \\$configArray of method PhpMyAdmin\\\\UserPreferences\\:\\:save\\(\\) expects array, mixed given\\.$#"
4360                         count: 1
4361                         path: src/Controllers/Preferences/ImportController.php
4363                 -
4364                         message: "#^Parameter \\#1 \\$string of function ltrim expects string, mixed given\\.$#"
4365                         count: 1
4366                         path: src/Controllers/Preferences/ImportController.php
4368                 -
4369                         message: "#^Cannot call method getConfigArray\\(\\) on mixed\\.$#"
4370                         count: 1
4371                         path: src/Controllers/Preferences/MainPanelController.php
4373                 -
4374                         message: "#^Parameter \\#1 \\$configArray of method PhpMyAdmin\\\\UserPreferences\\:\\:save\\(\\) expects array, mixed given\\.$#"
4375                         count: 1
4376                         path: src/Controllers/Preferences/MainPanelController.php
4378                 -
4379                         message: "#^Parameter \\#1 \\$string of function ltrim expects string, mixed given\\.$#"
4380                         count: 1
4381                         path: src/Controllers/Preferences/MainPanelController.php
4383                 -
4384                         message: "#^Cannot call method getConfigArray\\(\\) on mixed\\.$#"
4385                         count: 2
4386                         path: src/Controllers/Preferences/ManageController.php
4388                 -
4389                         message: "#^Cannot call method getFlatDefaultConfig\\(\\) on mixed\\.$#"
4390                         count: 1
4391                         path: src/Controllers/Preferences/ManageController.php
4393                 -
4394                         message: "#^Cannot call method resetConfigData\\(\\) on mixed\\.$#"
4395                         count: 1
4396                         path: src/Controllers/Preferences/ManageController.php
4398                 -
4399                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Message\\|string given\\.$#"
4400                         count: 1
4401                         path: src/Controllers/Preferences/ManageController.php
4403                 -
4404                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
4405                         count: 1
4406                         path: src/Controllers/Preferences/ManageController.php
4408                 -
4409                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
4410                         count: 1
4411                         path: src/Controllers/Preferences/ManageController.php
4413                 -
4414                         message: "#^Parameter \\#1 \\$cf of class PhpMyAdmin\\\\Config\\\\Forms\\\\User\\\\UserFormList constructor expects PhpMyAdmin\\\\Config\\\\ConfigFile, mixed given\\.$#"
4415                         count: 1
4416                         path: src/Controllers/Preferences/ManageController.php
4418                 -
4419                         message: "#^Parameter \\#1 \\$configArray of method PhpMyAdmin\\\\UserPreferences\\:\\:save\\(\\) expects array, mixed given\\.$#"
4420                         count: 1
4421                         path: src/Controllers/Preferences/ManageController.php
4423                 -
4424                         message: "#^Parameter \\#1 \\$fileName of method PhpMyAdmin\\\\UserPreferences\\:\\:redirect\\(\\) expects string, string\\|false given\\.$#"
4425                         count: 1
4426                         path: src/Controllers/Preferences/ManageController.php
4428                 -
4429                         message: "#^Parameter \\#1 \\$filename of function file_exists expects string, mixed given\\.$#"
4430                         count: 1
4431                         path: src/Controllers/Preferences/ManageController.php
4433                 -
4434                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
4435                         count: 1
4436                         path: src/Controllers/Preferences/ManageController.php
4438                 -
4439                         message: "#^Parameter \\#1 \\$theme of method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:checkTheme\\(\\) expects string\\|null, mixed given\\.$#"
4440                         count: 1
4441                         path: src/Controllers/Preferences/ManageController.php
4443                 -
4444                         message: "#^Parameter \\#1 \\$theme of method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:setActiveTheme\\(\\) expects string\\|null, mixed given\\.$#"
4445                         count: 1
4446                         path: src/Controllers/Preferences/ManageController.php
4448                 -
4449                         message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#"
4450                         count: 1
4451                         path: src/Controllers/Preferences/ManageController.php
4453                 -
4454                         message: "#^Parameter \\#1 \\$url of static method PhpMyAdmin\\\\Util\\:\\:splitURLQuery\\(\\) expects string, mixed given\\.$#"
4455                         count: 1
4456                         path: src/Controllers/Preferences/ManageController.php
4458                 -
4459                         message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
4460                         count: 2
4461                         path: src/Controllers/Preferences/ManageController.php
4463                 -
4464                         message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
4465                         count: 1
4466                         path: src/Controllers/Preferences/ManageController.php
4468                 -
4469                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, \\(int\\|string\\) given\\.$#"
4470                         count: 1
4471                         path: src/Controllers/Preferences/ManageController.php
4473                 -
4474                         message: "#^Cannot call method getConfigArray\\(\\) on mixed\\.$#"
4475                         count: 1
4476                         path: src/Controllers/Preferences/NavigationController.php
4478                 -
4479                         message: "#^Parameter \\#1 \\$configArray of method PhpMyAdmin\\\\UserPreferences\\:\\:save\\(\\) expects array, mixed given\\.$#"
4480                         count: 1
4481                         path: src/Controllers/Preferences/NavigationController.php
4483                 -
4484                         message: "#^Parameter \\#1 \\$string of function ltrim expects string, mixed given\\.$#"
4485                         count: 1
4486                         path: src/Controllers/Preferences/NavigationController.php
4488                 -
4489                         message: "#^Cannot call method getConfigArray\\(\\) on mixed\\.$#"
4490                         count: 1
4491                         path: src/Controllers/Preferences/SqlController.php
4493                 -
4494                         message: "#^Parameter \\#1 \\$configArray of method PhpMyAdmin\\\\UserPreferences\\:\\:save\\(\\) expects array, mixed given\\.$#"
4495                         count: 1
4496                         path: src/Controllers/Preferences/SqlController.php
4498                 -
4499                         message: "#^Parameter \\#1 \\$string of function ltrim expects string, mixed given\\.$#"
4500                         count: 1
4501                         path: src/Controllers/Preferences/SqlController.php
4503                 -
4504                         message: "#^Parameter \\#2 \\$name of method PhpMyAdmin\\\\TwoFactor\\:\\:configure\\(\\) expects string, mixed given\\.$#"
4505                         count: 1
4506                         path: src/Controllers/Preferences/TwoFactorController.php
4508                 -
4509                         message: "#^Cannot cast mixed to int\\.$#"
4510                         count: 1
4511                         path: src/Controllers/Server/BinlogController.php
4513                 -
4514                         message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#"
4515                         count: 1
4516                         path: src/Controllers/Server/BinlogController.php
4518                 -
4519                         message: "#^Parameter \\#1 \\$log of method PhpMyAdmin\\\\Controllers\\\\Server\\\\BinlogController\\:\\:getSqlQuery\\(\\) expects string, mixed given\\.$#"
4520                         count: 1
4521                         path: src/Controllers/Server/BinlogController.php
4523                 -
4524                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
4525                         count: 1
4526                         path: src/Controllers/Server/Databases/CreateController.php
4528                 -
4529                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\RelationCleanup\\:\\:database\\(\\) expects string, mixed given\\.$#"
4530                         count: 1
4531                         path: src/Controllers/Server/Databases/DestroyController.php
4533                 -
4534                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Transformations\\:\\:clear\\(\\) expects string, mixed given\\.$#"
4535                         count: 1
4536                         path: src/Controllers/Server/Databases/DestroyController.php
4538                 -
4539                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
4540                         count: 1
4541                         path: src/Controllers/Server/Databases/DestroyController.php
4543                 -
4544                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
4545                         count: 4
4546                         path: src/Controllers/Server/DatabasesController.php
4548                 -
4549                         message: "#^Cannot access offset 'DEFAULT_COLLATION…' on mixed\\.$#"
4550                         count: 1
4551                         path: src/Controllers/Server/DatabasesController.php
4553                 -
4554                         message: "#^Cannot access offset 'SCHEMA_NAME' on mixed\\.$#"
4555                         count: 10
4556                         path: src/Controllers/Server/DatabasesController.php
4558                 -
4559                         message: "#^Cannot access offset 'raw' on mixed\\.$#"
4560                         count: 2
4561                         path: src/Controllers/Server/DatabasesController.php
4563                 -
4564                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
4565                         count: 2
4566                         path: src/Controllers/Server/DatabasesController.php
4568                 -
4569                         message: "#^Cannot cast mixed to int\\.$#"
4570                         count: 3
4571                         path: src/Controllers/Server/DatabasesController.php
4573                 -
4574                         message: "#^Cannot cast mixed to string\\.$#"
4575                         count: 4
4576                         path: src/Controllers/Server/DatabasesController.php
4578                 -
4579                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4580                         count: 2
4581                         path: src/Controllers/Server/DatabasesController.php
4583                 -
4584                         message: "#^Parameter \\#1 \\$connection of method PhpMyAdmin\\\\Replication\\\\ReplicationInfo\\:\\:load\\(\\) expects string\\|null, mixed given\\.$#"
4585                         count: 1
4586                         path: src/Controllers/Server/DatabasesController.php
4588                 -
4589                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
4590                         count: 1
4591                         path: src/Controllers/Server/DatabasesController.php
4593                 -
4594                         message: "#^Parameter \\#1 \\$schemaName of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:isSystemSchema\\(\\) expects string, mixed given\\.$#"
4595                         count: 1
4596                         path: src/Controllers/Server/DatabasesController.php
4598                 -
4599                         message: "#^Parameter \\#1 \\$sortBy of method PhpMyAdmin\\\\Controllers\\\\Server\\\\DatabasesController\\:\\:setSortDetails\\(\\) expects string\\|null, mixed given\\.$#"
4600                         count: 1
4601                         path: src/Controllers/Server/DatabasesController.php
4603                 -
4604                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
4605                         count: 2
4606                         path: src/Controllers/Server/DatabasesController.php
4608                 -
4609                         message: "#^Parameter \\#2 \\$haystack of function array_search expects array, mixed given\\.$#"
4610                         count: 4
4611                         path: src/Controllers/Server/DatabasesController.php
4613                 -
4614                         message: "#^Parameter \\#2 \\$sortOrder of method PhpMyAdmin\\\\Controllers\\\\Server\\\\DatabasesController\\:\\:setSortDetails\\(\\) expects string\\|null, mixed given\\.$#"
4615                         count: 1
4616                         path: src/Controllers/Server/DatabasesController.php
4618                 -
4619                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Charsets\\:\\:findCollationByName\\(\\) expects string, mixed given\\.$#"
4620                         count: 1
4621                         path: src/Controllers/Server/DatabasesController.php
4623                 -
4624                         message: "#^Parameter \\#1 \\$tmpSelect of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getDatabasesForSelectOptions\\(\\) expects string, mixed given\\.$#"
4625                         count: 1
4626                         path: src/Controllers/Server/ExportController.php
4628                 -
4629                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
4630                         count: 1
4631                         path: src/Controllers/Server/ExportController.php
4633                 -
4634                         message: "#^Parameter \\#3 \\$table of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
4635                         count: 1
4636                         path: src/Controllers/Server/ExportController.php
4638                 -
4639                         message: "#^Parameter \\#4 \\$sqlQuery of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
4640                         count: 1
4641                         path: src/Controllers/Server/ExportController.php
4643                 -
4644                         message: "#^Parameter \\#5 \\$numTables of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
4645                         count: 1
4646                         path: src/Controllers/Server/ExportController.php
4648                 -
4649                         message: "#^Parameter \\#6 \\$unlimNumRows of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
4650                         count: 1
4651                         path: src/Controllers/Server/ExportController.php
4653                 -
4654                         message: "#^Cannot access offset 'handler' on mixed\\.$#"
4655                         count: 2
4656                         path: src/Controllers/Server/ImportController.php
4658                 -
4659                         message: "#^Cannot call static method getIdKey\\(\\) on mixed\\.$#"
4660                         count: 1
4661                         path: src/Controllers/Server/ImportController.php
4663                 -
4664                         message: "#^Cannot cast mixed to int\\.$#"
4665                         count: 1
4666                         path: src/Controllers/Server/ImportController.php
4668                 -
4669                         message: "#^Cannot cast mixed to string\\.$#"
4670                         count: 1
4671                         path: src/Controllers/Server/ImportController.php
4673                 -
4674                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
4675                         count: 2
4676                         path: src/Controllers/Server/PrivilegesController.php
4678                 -
4679                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
4680                         count: 5
4681                         path: src/Controllers/Server/PrivilegesController.php
4683                 -
4684                         message: "#^Method PhpMyAdmin\\\\Controllers\\\\Server\\\\PrivilegesController\\:\\:getExportPageTitle\\(\\) has parameter \\$selectedUsers with no value type specified in iterable type array\\.$#"
4685                         count: 1
4686                         path: src/Controllers/Server/PrivilegesController.php
4688                 -
4689                         message: "#^Parameter \\#1 \\$errorUrl of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePassword\\(\\) expects string, mixed given\\.$#"
4690                         count: 1
4691                         path: src/Controllers/Server/PrivilegesController.php
4693                 -
4694                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
4695                         count: 1
4696                         path: src/Controllers/Server/PrivilegesController.php
4698                 -
4699                         message: "#^Parameter \\#1 \\$oldUsername of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDataForChangeOrCopyUser\\(\\) expects string, mixed given\\.$#"
4700                         count: 1
4701                         path: src/Controllers/Server/PrivilegesController.php
4703                 -
4704                         message: "#^Parameter \\#1 \\$queries of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDataForDeleteUsers\\(\\) expects array, mixed given\\.$#"
4705                         count: 1
4706                         path: src/Controllers/Server/PrivilegesController.php
4708                 -
4709                         message: "#^Parameter \\#1 \\$queries of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDataForQueries\\(\\) expects array, mixed given\\.$#"
4710                         count: 1
4711                         path: src/Controllers/Server/PrivilegesController.php
4713                 -
4714                         message: "#^Parameter \\#1 \\$queries of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDbSpecificPrivsQueriesForChangeOrCopyUser\\(\\) expects array, mixed given\\.$#"
4715                         count: 1
4716                         path: src/Controllers/Server/PrivilegesController.php
4718                 -
4719                         message: "#^Parameter \\#1 \\$string of function urlencode expects string, \\(array\\<int, string\\>\\|string\\) given\\.$#"
4720                         count: 1
4721                         path: src/Controllers/Server/PrivilegesController.php
4723                 -
4724                         message: "#^Parameter \\#1 \\$textDir of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForUserOverview\\(\\) expects string, mixed given\\.$#"
4725                         count: 1
4726                         path: src/Controllers/Server/PrivilegesController.php
4728                 -
4729                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Controllers\\\\Server\\\\PrivilegesController\\:\\:getExportPageTitle\\(\\) expects string, mixed given\\.$#"
4730                         count: 1
4731                         path: src/Controllers/Server/PrivilegesController.php
4733                 -
4734                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getExportUserDefinitionTextarea\\(\\) expects string, mixed given\\.$#"
4735                         count: 1
4736                         path: src/Controllers/Server/PrivilegesController.php
4738                 -
4739                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForRoutineSpecificPrivileges\\(\\) expects string, mixed given\\.$#"
4740                         count: 1
4741                         path: src/Controllers/Server/PrivilegesController.php
4743                 -
4744                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:setUserGroup\\(\\) expects string, mixed given\\.$#"
4745                         count: 1
4746                         path: src/Controllers/Server/PrivilegesController.php
4748                 -
4749                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePrivileges\\(\\) expects string, mixed given\\.$#"
4750                         count: 2
4751                         path: src/Controllers/Server/PrivilegesController.php
4753                 -
4754                         message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, mixed given\\.$#"
4755                         count: 1
4756                         path: src/Controllers/Server/PrivilegesController.php
4758                 -
4759                         message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
4760                         count: 1
4761                         path: src/Controllers/Server/PrivilegesController.php
4763                 -
4764                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\Controllers\\\\Server\\\\PrivilegesController\\:\\:getExportPageTitle\\(\\) expects string, mixed given\\.$#"
4765                         count: 1
4766                         path: src/Controllers/Server/PrivilegesController.php
4768                 -
4769                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getExportUserDefinitionTextarea\\(\\) expects string, mixed given\\.$#"
4770                         count: 1
4771                         path: src/Controllers/Server/PrivilegesController.php
4773                 -
4774                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForRoutineSpecificPrivileges\\(\\) expects string, mixed given\\.$#"
4775                         count: 1
4776                         path: src/Controllers/Server/PrivilegesController.php
4778                 -
4779                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePrivileges\\(\\) expects string, mixed given\\.$#"
4780                         count: 2
4781                         path: src/Controllers/Server/PrivilegesController.php
4783                 -
4784                         message: "#^Parameter \\#2 \\$initial of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForUserOverview\\(\\) expects string\\|null, mixed given\\.$#"
4785                         count: 1
4786                         path: src/Controllers/Server/PrivilegesController.php
4788                 -
4789                         message: "#^Parameter \\#2 \\$oldHostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDataForChangeOrCopyUser\\(\\) expects string, mixed given\\.$#"
4790                         count: 1
4791                         path: src/Controllers/Server/PrivilegesController.php
4793                 -
4794                         message: "#^Parameter \\#2 \\$queriesForDisplay of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDataForQueries\\(\\) expects array\\|null, mixed given\\.$#"
4795                         count: 1
4796                         path: src/Controllers/Server/PrivilegesController.php
4798                 -
4799                         message: "#^Parameter \\#2 \\$sqlQuery of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getExtraDataForAjaxBehavior\\(\\) expects string, mixed given\\.$#"
4800                         count: 1
4801                         path: src/Controllers/Server/PrivilegesController.php
4803                 -
4804                         message: "#^Parameter \\#2 \\$userGroup of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:setUserGroup\\(\\) expects string, mixed given\\.$#"
4805                         count: 1
4806                         path: src/Controllers/Server/PrivilegesController.php
4808                 -
4809                         message: "#^Parameter \\#2 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUser\\(\\) expects string, mixed given\\.$#"
4810                         count: 1
4811                         path: src/Controllers/Server/PrivilegesController.php
4813                 -
4814                         message: "#^Parameter \\#2 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDbSpecificPrivsQueriesForChangeOrCopyUser\\(\\) expects string, mixed given\\.$#"
4815                         count: 1
4816                         path: src/Controllers/Server/PrivilegesController.php
4818                 -
4819                         message: "#^Parameter \\#2 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePassword\\(\\) expects string, mixed given\\.$#"
4820                         count: 1
4821                         path: src/Controllers/Server/PrivilegesController.php
4823                 -
4824                         message: "#^Parameter \\#3 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUser\\(\\) expects string, mixed given\\.$#"
4825                         count: 1
4826                         path: src/Controllers/Server/PrivilegesController.php
4828                 -
4829                         message: "#^Parameter \\#3 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDbSpecificPrivsQueriesForChangeOrCopyUser\\(\\) expects string, mixed given\\.$#"
4830                         count: 1
4831                         path: src/Controllers/Server/PrivilegesController.php
4833                 -
4834                         message: "#^Parameter \\#3 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getExtraDataForAjaxBehavior\\(\\) expects string, mixed given\\.$#"
4835                         count: 1
4836                         path: src/Controllers/Server/PrivilegesController.php
4838                 -
4839                         message: "#^Parameter \\#3 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePassword\\(\\) expects string, mixed given\\.$#"
4840                         count: 1
4841                         path: src/Controllers/Server/PrivilegesController.php
4843                 -
4844                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#"
4845                         count: 1
4846                         path: src/Controllers/Server/PrivilegesController.php
4848                 -
4849                         message: "#^Parameter \\#3 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForUserProperties\\(\\) expects string, mixed given\\.$#"
4850                         count: 1
4851                         path: src/Controllers/Server/PrivilegesController.php
4853                 -
4854                         message: "#^Parameter \\#3 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getMessageAndSqlQueryForPrivilegesRevoke\\(\\) expects string, mixed given\\.$#"
4855                         count: 1
4856                         path: src/Controllers/Server/PrivilegesController.php
4858                 -
4859                         message: "#^Parameter \\#4 \\$dbname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:updatePrivileges\\(\\) expects string, mixed given\\.$#"
4860                         count: 2
4861                         path: src/Controllers/Server/PrivilegesController.php
4863                 -
4864                         message: "#^Parameter \\#4 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForUserProperties\\(\\) expects string, mixed given\\.$#"
4865                         count: 1
4866                         path: src/Controllers/Server/PrivilegesController.php
4868                 -
4869                         message: "#^Parameter \\#4 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getMessageAndSqlQueryForPrivilegesRevoke\\(\\) expects string, mixed given\\.$#"
4870                         count: 1
4871                         path: src/Controllers/Server/PrivilegesController.php
4873                 -
4874                         message: "#^Parameter \\#4 \\$oldUsername of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDbSpecificPrivsQueriesForChangeOrCopyUser\\(\\) expects string, mixed given\\.$#"
4875                         count: 1
4876                         path: src/Controllers/Server/PrivilegesController.php
4878                 -
4879                         message: "#^Parameter \\#4 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getExtraDataForAjaxBehavior\\(\\) expects string, mixed given\\.$#"
4880                         count: 1
4881                         path: src/Controllers/Server/PrivilegesController.php
4883                 -
4884                         message: "#^Parameter \\#5 \\$dbname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHtmlForUserProperties\\(\\) expects array\\|string, mixed given\\.$#"
4885                         count: 1
4886                         path: src/Controllers/Server/PrivilegesController.php
4888                 -
4889                         message: "#^Parameter \\#5 \\$oldHostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDbSpecificPrivsQueriesForChangeOrCopyUser\\(\\) expects string, mixed given\\.$#"
4890                         count: 1
4891                         path: src/Controllers/Server/PrivilegesController.php
4893                 -
4894                         message: "#^Cannot cast mixed to int\\.$#"
4895                         count: 1
4896                         path: src/Controllers/Server/ReplicationController.php
4898                 -
4899                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
4900                         count: 1
4901                         path: src/Controllers/Server/ReplicationController.php
4903                 -
4904                         message: "#^Parameter \\#10 \\$hostname of method PhpMyAdmin\\\\Replication\\\\ReplicationGui\\:\\:handleControlRequest\\(\\) expects string, mixed given\\.$#"
4905                         count: 1
4906                         path: src/Controllers/Server/ReplicationController.php
4908                 -
4909                         message: "#^Parameter \\#2 \\$serverReplicaStatus of method PhpMyAdmin\\\\Replication\\\\ReplicationGui\\:\\:getHtmlForReplicaConfiguration\\(\\) expects bool, mixed given\\.$#"
4910                         count: 1
4911                         path: src/Controllers/Server/ReplicationController.php
4913                 -
4914                         message: "#^Parameter \\#8 \\$username of method PhpMyAdmin\\\\Replication\\\\ReplicationGui\\:\\:handleControlRequest\\(\\) expects string, mixed given\\.$#"
4915                         count: 1
4916                         path: src/Controllers/Server/ReplicationController.php
4918                 -
4919                         message: "#^Parameter \\#9 \\$pmaPassword of method PhpMyAdmin\\\\Replication\\\\ReplicationGui\\:\\:handleControlRequest\\(\\) expects string, mixed given\\.$#"
4920                         count: 1
4921                         path: src/Controllers/Server/ReplicationController.php
4923                 -
4924                         message: "#^Parameter \\#1 \\$requiredData of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingData\\(\\) expects string, mixed given\\.$#"
4925                         count: 1
4926                         path: src/Controllers/Server/Status/Monitor/ChartingDataController.php
4928                 -
4929                         message: "#^Cannot cast mixed to int\\.$#"
4930                         count: 2
4931                         path: src/Controllers/Server/Status/Monitor/GeneralLogController.php
4933                 -
4934                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForLoggingVars\\(\\) expects string\\|null, mixed given\\.$#"
4935                         count: 1
4936                         path: src/Controllers/Server/Status/Monitor/LogVarsController.php
4938                 -
4939                         message: "#^Parameter \\#2 \\$value of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForLoggingVars\\(\\) expects string\\|null, mixed given\\.$#"
4940                         count: 1
4941                         path: src/Controllers/Server/Status/Monitor/LogVarsController.php
4943                 -
4944                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForQueryAnalyzer\\(\\) expects string, mixed given\\.$#"
4945                         count: 1
4946                         path: src/Controllers/Server/Status/Monitor/QueryAnalyzerController.php
4948                 -
4949                         message: "#^Parameter \\#2 \\$query of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForQueryAnalyzer\\(\\) expects string, mixed given\\.$#"
4950                         count: 1
4951                         path: src/Controllers/Server/Status/Monitor/QueryAnalyzerController.php
4953                 -
4954                         message: "#^Cannot cast mixed to int\\.$#"
4955                         count: 2
4956                         path: src/Controllers/Server/Status/Monitor/SlowLogController.php
4958                 -
4959                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
4960                         count: 1
4961                         path: src/Controllers/Server/Status/Processes/KillController.php
4963                 -
4964                         message: "#^Cannot cast mixed to string\\.$#"
4965                         count: 2
4966                         path: src/Controllers/Server/Status/Processes/RefreshController.php
4968                 -
4969                         message: "#^Cannot cast mixed to string\\.$#"
4970                         count: 2
4971                         path: src/Controllers/Server/Status/ProcessesController.php
4973                 -
4974                         message: "#^Cannot cast mixed to int\\.$#"
4975                         count: 1
4976                         path: src/Controllers/Server/Status/QueriesController.php
4978                 -
4979                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, \\(int\\|string\\) given\\.$#"
4980                         count: 1
4981                         path: src/Controllers/Server/Status/QueriesController.php
4983                 -
4984                         message: "#^Cannot cast mixed to int\\.$#"
4985                         count: 1
4986                         path: src/Controllers/Server/Status/StatusController.php
4988                 -
4989                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
4990                         count: 2
4991                         path: src/Controllers/Server/Status/StatusController.php
4993                 -
4994                         message: "#^Parameter \\#1 \\$connection of method PhpMyAdmin\\\\Replication\\\\ReplicationGui\\:\\:getHtmlForReplicationStatusTable\\(\\) expects string\\|null, mixed given\\.$#"
4995                         count: 2
4996                         path: src/Controllers/Server/Status/StatusController.php
4998                 -
4999                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatByteDown\\(\\) expects float\\|int\\|string\\|null, \\(array\\|float\\|int\\) given\\.$#"
5000                         count: 2
5001                         path: src/Controllers/Server/Status/StatusController.php
5003                 -
5004                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatByteDown\\(\\) expects float\\|int\\|string\\|null, mixed given\\.$#"
5005                         count: 2
5006                         path: src/Controllers/Server/Status/StatusController.php
5008                 -
5009                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatNumber\\(\\) expects float\\|int\\|string, mixed given\\.$#"
5010                         count: 4
5011                         path: src/Controllers/Server/Status/StatusController.php
5013                 -
5014                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
5015                         count: 1
5016                         path: src/Controllers/Server/Status/VariablesController.php
5018                 -
5019                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
5020                         count: 1
5021                         path: src/Controllers/Server/Status/VariablesController.php
5023                 -
5024                         message: "#^Parameter \\#1 \\$flush of method PhpMyAdmin\\\\Controllers\\\\Server\\\\Status\\\\VariablesController\\:\\:flush\\(\\) expects string, mixed given\\.$#"
5025                         count: 1
5026                         path: src/Controllers/Server/Status/VariablesController.php
5028                 -
5029                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, \\(int\\|string\\) given\\.$#"
5030                         count: 1
5031                         path: src/Controllers/Server/Status/VariablesController.php
5033                 -
5034                         message: "#^Parameter \\#1 \\$name of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:linkToVarDocumentation\\(\\) expects string, \\(int\\|string\\) given\\.$#"
5035                         count: 1
5036                         path: src/Controllers/Server/Status/VariablesController.php
5038                 -
5039                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
5040                         count: 1
5041                         path: src/Controllers/Server/Status/VariablesController.php
5043                 -
5044                         message: "#^Parameter \\#2 \\$userGroup of static method PhpMyAdmin\\\\ConfigStorage\\\\UserGroups\\:\\:edit\\(\\) expects string, mixed given\\.$#"
5045                         count: 2
5046                         path: src/Controllers/Server/UserGroupsController.php
5048                 -
5049                         message: "#^Parameter \\#2 \\$userGroup of static method PhpMyAdmin\\\\ConfigStorage\\\\UserGroups\\:\\:getHtmlForListingUsersofAGroup\\(\\) expects string, mixed given\\.$#"
5050                         count: 1
5051                         path: src/Controllers/Server/UserGroupsController.php
5053                 -
5054                         message: "#^Parameter \\#2 \\$userGroup of static method PhpMyAdmin\\\\ConfigStorage\\\\UserGroups\\:\\:getHtmlToEditUserGroup\\(\\) expects string\\|null, mixed given\\.$#"
5055                         count: 1
5056                         path: src/Controllers/Server/UserGroupsController.php
5058                 -
5059                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5060                         count: 1
5061                         path: src/Controllers/Server/UserGroupsFormController.php
5063                 -
5064                         message: "#^Offset 1 does not exist on array\\|null\\.$#"
5065                         count: 2
5066                         path: src/Controllers/Server/Variables/GetVariableController.php
5068                 -
5069                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatByteDown\\(\\) expects float\\|int\\|string\\|null, mixed given\\.$#"
5070                         count: 1
5071                         path: src/Controllers/Server/Variables/GetVariableController.php
5073                 -
5074                         message: "#^Cannot cast mixed to string\\.$#"
5075                         count: 1
5076                         path: src/Controllers/Server/Variables/SetVariableController.php
5078                 -
5079                         message: "#^Offset 1 does not exist on array\\|null\\.$#"
5080                         count: 1
5081                         path: src/Controllers/Server/Variables/SetVariableController.php
5083                 -
5084                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
5085                         count: 1
5086                         path: src/Controllers/Server/Variables/SetVariableController.php
5088                 -
5089                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
5090                         count: 1
5091                         path: src/Controllers/Server/Variables/SetVariableController.php
5093                 -
5094                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
5095                         count: 1
5096                         path: src/Controllers/Server/Variables/SetVariableController.php
5098                 -
5099                         message: "#^Parameter \\#2 \\$value of method PhpMyAdmin\\\\Controllers\\\\Server\\\\Variables\\\\SetVariableController\\:\\:formatVariable\\(\\) expects int\\|string, mixed given\\.$#"
5100                         count: 1
5101                         path: src/Controllers/Server/Variables/SetVariableController.php
5103                 -
5104                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
5105                         count: 1
5106                         path: src/Controllers/Setup/HomeController.php
5108                 -
5109                         message: "#^Parameter \\#1 \\$id of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServerName\\(\\) expects int, \\(int\\|string\\) given\\.$#"
5110                         count: 1
5111                         path: src/Controllers/Setup/HomeController.php
5113                 -
5114                         message: "#^Parameter \\#1 \\$server of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServerDSN\\(\\) expects int, \\(int\\|string\\) given\\.$#"
5115                         count: 1
5116                         path: src/Controllers/Setup/HomeController.php
5118                 -
5119                         message: "#^Parameter \\#1 \\$config of class PhpMyAdmin\\\\Controllers\\\\Setup\\\\ConfigController constructor expects PhpMyAdmin\\\\Config\\\\ConfigFile, mixed given\\.$#"
5120                         count: 1
5121                         path: src/Controllers/Setup/MainController.php
5123                 -
5124                         message: "#^Parameter \\#1 \\$config of class PhpMyAdmin\\\\Controllers\\\\Setup\\\\FormController constructor expects PhpMyAdmin\\\\Config\\\\ConfigFile, mixed given\\.$#"
5125                         count: 1
5126                         path: src/Controllers/Setup/MainController.php
5128                 -
5129                         message: "#^Parameter \\#1 \\$config of class PhpMyAdmin\\\\Controllers\\\\Setup\\\\HomeController constructor expects PhpMyAdmin\\\\Config\\\\ConfigFile, mixed given\\.$#"
5130                         count: 1
5131                         path: src/Controllers/Setup/MainController.php
5133                 -
5134                         message: "#^Parameter \\#1 \\$config of class PhpMyAdmin\\\\Controllers\\\\Setup\\\\ServersController constructor expects PhpMyAdmin\\\\Config\\\\ConfigFile, mixed given\\.$#"
5135                         count: 1
5136                         path: src/Controllers/Setup/MainController.php
5138                 -
5139                         message: "#^Parameter \\#1 \\$filename of function file_exists expects string, mixed given\\.$#"
5140                         count: 1
5141                         path: src/Controllers/Setup/MainController.php
5143                 -
5144                         message: "#^Cannot call method resetConfigData\\(\\) on mixed\\.$#"
5145                         count: 1
5146                         path: src/Controllers/Setup/ShowConfigController.php
5148                 -
5149                         message: "#^Parameter \\#1 \\$cf of class PhpMyAdmin\\\\Config\\\\Forms\\\\Setup\\\\ConfigForm constructor expects PhpMyAdmin\\\\Config\\\\ConfigFile, mixed given\\.$#"
5150                         count: 1
5151                         path: src/Controllers/Setup/ShowConfigController.php
5153                 -
5154                         message: "#^Parameter \\#1 \\$cf of static method PhpMyAdmin\\\\Setup\\\\ConfigGenerator\\:\\:getConfigFile\\(\\) expects PhpMyAdmin\\\\Config\\\\ConfigFile, mixed given\\.$#"
5155                         count: 1
5156                         path: src/Controllers/Setup/ShowConfigController.php
5158                 -
5159                         message: "#^Parameter \\#1 \\$cf of static method PhpMyAdmin\\\\Config\\\\Validator\\:\\:validate\\(\\) expects PhpMyAdmin\\\\Config\\\\ConfigFile, mixed given\\.$#"
5160                         count: 1
5161                         path: src/Controllers/Setup/ValidateController.php
5163                 -
5164                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
5165                         count: 1
5166                         path: src/Controllers/Sql/ColumnPreferencesController.php
5168                 -
5169                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
5170                         count: 1
5171                         path: src/Controllers/Sql/ColumnPreferencesController.php
5173                 -
5174                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:getValuesForColumn\\(\\) expects string, mixed given\\.$#"
5175                         count: 1
5176                         path: src/Controllers/Sql/EnumValuesController.php
5178                 -
5179                         message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
5180                         count: 2
5181                         path: src/Controllers/Sql/EnumValuesController.php
5183                 -
5184                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:getValuesForColumn\\(\\) expects string, mixed given\\.$#"
5185                         count: 1
5186                         path: src/Controllers/Sql/EnumValuesController.php
5188                 -
5189                         message: "#^Cannot access offset 'relational_display' on mixed\\.$#"
5190                         count: 1
5191                         path: src/Controllers/Sql/RelationalValuesController.php
5193                 -
5194                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:getHtmlForRelationalColumnDropdown\\(\\) expects string, mixed given\\.$#"
5195                         count: 1
5196                         path: src/Controllers/Sql/RelationalValuesController.php
5198                 -
5199                         message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
5200                         count: 2
5201                         path: src/Controllers/Sql/RelationalValuesController.php
5203                 -
5204                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:getHtmlForRelationalColumnDropdown\\(\\) expects string, mixed given\\.$#"
5205                         count: 1
5206                         path: src/Controllers/Sql/RelationalValuesController.php
5208                 -
5209                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5210                         count: 1
5211                         path: src/Controllers/Sql/SetValuesController.php
5213                 -
5214                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:getFullValuesForSetColumn\\(\\) expects string, mixed given\\.$#"
5215                         count: 1
5216                         path: src/Controllers/Sql/SetValuesController.php
5218                 -
5219                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:getValuesForColumn\\(\\) expects string, mixed given\\.$#"
5220                         count: 1
5221                         path: src/Controllers/Sql/SetValuesController.php
5223                 -
5224                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
5225                         count: 1
5226                         path: src/Controllers/Sql/SetValuesController.php
5228                 -
5229                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:getFullValuesForSetColumn\\(\\) expects string, mixed given\\.$#"
5230                         count: 1
5231                         path: src/Controllers/Sql/SetValuesController.php
5233                 -
5234                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:getValuesForColumn\\(\\) expects string, mixed given\\.$#"
5235                         count: 1
5236                         path: src/Controllers/Sql/SetValuesController.php
5238                 -
5239                         message: "#^Parameter \\#3 \\$column of method PhpMyAdmin\\\\Sql\\:\\:getFullValuesForSetColumn\\(\\) expects string, mixed given\\.$#"
5240                         count: 1
5241                         path: src/Controllers/Sql/SetValuesController.php
5243                 -
5244                         message: "#^Parameter \\#3 \\$columnName of method PhpMyAdmin\\\\Sql\\:\\:getValuesForColumn\\(\\) expects string, mixed given\\.$#"
5245                         count: 1
5246                         path: src/Controllers/Sql/SetValuesController.php
5248                 -
5249                         message: "#^Parameter \\#4 \\$whereClause of method PhpMyAdmin\\\\Sql\\:\\:getFullValuesForSetColumn\\(\\) expects string, mixed given\\.$#"
5250                         count: 1
5251                         path: src/Controllers/Sql/SetValuesController.php
5253                 -
5254                         message: "#^Cannot access offset 'reload' on mixed\\.$#"
5255                         count: 1
5256                         path: src/Controllers/Sql/SqlController.php
5258                 -
5259                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5260                         count: 5
5261                         path: src/Controllers/Sql/SqlController.php
5263                 -
5264                         message: "#^Only booleans are allowed in an if condition, bool\\|null given\\.$#"
5265                         count: 1
5266                         path: src/Controllers/Sql/SqlController.php
5268                 -
5269                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:findRealEndOfRows\\(\\) expects string, mixed given\\.$#"
5270                         count: 1
5271                         path: src/Controllers/Sql/SqlController.php
5273                 -
5274                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:getDefaultSqlQueryForBrowse\\(\\) expects string, mixed given\\.$#"
5275                         count: 1
5276                         path: src/Controllers/Sql/SqlController.php
5278                 -
5279                         message: "#^Parameter \\#1 \\$goto of method PhpMyAdmin\\\\Controllers\\\\Sql\\\\SqlController\\:\\:addBookmark\\(\\) expects string, mixed given\\.$#"
5280                         count: 1
5281                         path: src/Controllers/Sql/SqlController.php
5283                 -
5284                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
5285                         count: 1
5286                         path: src/Controllers/Sql/SqlController.php
5288                 -
5289                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
5290                         count: 1
5291                         path: src/Controllers/Sql/SqlController.php
5293                 -
5294                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
5295                         count: 1
5296                         path: src/Controllers/Sql/SqlController.php
5298                 -
5299                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\ParseAnalyze\\:\\:sqlQuery\\(\\) expects string, mixed given\\.$#"
5300                         count: 1
5301                         path: src/Controllers/Sql/SqlController.php
5303                 -
5304                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
5305                         count: 3
5306                         path: src/Controllers/Sql/SqlController.php
5308                 -
5309                         message: "#^Parameter \\#1 \\$string of function urlencode expects string, mixed given\\.$#"
5310                         count: 1
5311                         path: src/Controllers/Sql/SqlController.php
5313                 -
5314                         message: "#^Parameter \\#10 \\$dispQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
5315                         count: 1
5316                         path: src/Controllers/Sql/SqlController.php
5318                 -
5319                         message: "#^Parameter \\#11 \\$dispMessage of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects PhpMyAdmin\\\\Message\\|string\\|null, mixed given\\.$#"
5320                         count: 1
5321                         path: src/Controllers/Sql/SqlController.php
5323                 -
5324                         message: "#^Parameter \\#12 \\$sqlQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
5325                         count: 1
5326                         path: src/Controllers/Sql/SqlController.php
5328                 -
5329                         message: "#^Parameter \\#13 \\$completeQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
5330                         count: 1
5331                         path: src/Controllers/Sql/SqlController.php
5333                 -
5334                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\ParseAnalyze\\:\\:sqlQuery\\(\\) expects string, mixed given\\.$#"
5335                         count: 1
5336                         path: src/Controllers/Sql/SqlController.php
5338                 -
5339                         message: "#^Parameter \\#2 \\$isGotoFile of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects bool, mixed given\\.$#"
5340                         count: 1
5341                         path: src/Controllers/Sql/SqlController.php
5343                 -
5344                         message: "#^Parameter \\#2 \\$signature of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
5345                         count: 1
5346                         path: src/Controllers/Sql/SqlController.php
5348                 -
5349                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:findRealEndOfRows\\(\\) expects string, mixed given\\.$#"
5350                         count: 1
5351                         path: src/Controllers/Sql/SqlController.php
5353                 -
5354                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:getDefaultSqlQueryForBrowse\\(\\) expects string, mixed given\\.$#"
5355                         count: 1
5356                         path: src/Controllers/Sql/SqlController.php
5358                 -
5359                         message: "#^Parameter \\#3 \\$db of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
5360                         count: 1
5361                         path: src/Controllers/Sql/SqlController.php
5363                 -
5364                         message: "#^Parameter \\#4 \\$backUrl of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects string, mixed given\\.$#"
5365                         count: 1
5366                         path: src/Controllers/Sql/SqlController.php
5368                 -
5369                         message: "#^Parameter \\#4 \\$table of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
5370                         count: 1
5371                         path: src/Controllers/Sql/SqlController.php
5373                 -
5374                         message: "#^Parameter \\#5 \\$findRealEnd of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects bool\\|null, mixed given\\.$#"
5375                         count: 1
5376                         path: src/Controllers/Sql/SqlController.php
5378                 -
5379                         message: "#^Parameter \\#6 \\$sqlQueryForBookmark of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
5380                         count: 1
5381                         path: src/Controllers/Sql/SqlController.php
5383                 -
5384                         message: "#^Parameter \\#7 \\$messageToShow of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
5385                         count: 1
5386                         path: src/Controllers/Sql/SqlController.php
5388                 -
5389                         message: "#^Parameter \\#9 \\$goto of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
5390                         count: 1
5391                         path: src/Controllers/Sql/SqlController.php
5393                 -
5394                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
5395                         count: 5
5396                         path: src/Controllers/Table/AddFieldController.php
5398                 -
5399                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5400                         count: 1
5401                         path: src/Controllers/Table/AddFieldController.php
5403                 -
5404                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
5405                         count: 1
5406                         path: src/Controllers/Table/AddFieldController.php
5408                 -
5409                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
5410                         count: 1
5411                         path: src/Controllers/Table/AddFieldController.php
5413                 -
5414                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\CreateAddField\\:\\:getColumnCreationQuery\\(\\) expects string, mixed given\\.$#"
5415                         count: 1
5416                         path: src/Controllers/Table/AddFieldController.php
5418                 -
5419                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
5420                         count: 1
5421                         path: src/Controllers/Table/AddFieldController.php
5423                 -
5424                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5425                         count: 1
5426                         path: src/Controllers/Table/AddFieldController.php
5428                 -
5429                         message: "#^Parameter \\#3 \\$errorUrl of method PhpMyAdmin\\\\CreateAddField\\:\\:tryColumnCreationQuery\\(\\) expects string, mixed given\\.$#"
5430                         count: 1
5431                         path: src/Controllers/Table/AddFieldController.php
5433                 -
5434                         message: "#^Parameter \\#3 \\$key of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5435                         count: 1
5436                         path: src/Controllers/Table/AddFieldController.php
5438                 -
5439                         message: "#^Parameter \\#4 \\$backUrl of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects string, mixed given\\.$#"
5440                         count: 1
5441                         path: src/Controllers/Table/AddFieldController.php
5443                 -
5444                         message: "#^Parameter \\#4 \\$mimetype of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5445                         count: 1
5446                         path: src/Controllers/Table/AddFieldController.php
5448                 -
5449                         message: "#^Parameter \\#5 \\$transformation of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5450                         count: 1
5451                         path: src/Controllers/Table/AddFieldController.php
5453                 -
5454                         message: "#^Parameter \\#6 \\$transformationOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5455                         count: 1
5456                         path: src/Controllers/Table/AddFieldController.php
5458                 -
5459                         message: "#^Parameter \\#7 \\$inputTransform of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5460                         count: 1
5461                         path: src/Controllers/Table/AddFieldController.php
5463                 -
5464                         message: "#^Parameter \\#8 \\$inputTransformOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5465                         count: 1
5466                         path: src/Controllers/Table/AddFieldController.php
5468                 -
5469                         message: "#^Cannot access offset 'db' on mixed\\.$#"
5470                         count: 1
5471                         path: src/Controllers/Table/ChangeController.php
5473                 -
5474                         message: "#^Cannot access offset 'table' on mixed\\.$#"
5475                         count: 1
5476                         path: src/Controllers/Table/ChangeController.php
5478                 -
5479                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
5480                         count: 1
5481                         path: src/Controllers/Table/ChangeController.php
5483                 -
5484                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5485                         count: 4
5486                         path: src/Controllers/Table/ChangeController.php
5488                 -
5489                         message: "#^Only booleans are allowed in a negated boolean, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given\\.$#"
5490                         count: 1
5491                         path: src/Controllers/Table/ChangeController.php
5493                 -
5494                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
5495                         count: 1
5496                         path: src/Controllers/Table/ChangeController.php
5498                 -
5499                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\InsertEdit\\:\\:getCommentsMap\\(\\) expects string, mixed given\\.$#"
5500                         count: 1
5501                         path: src/Controllers/Table/ChangeController.php
5503                 -
5504                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\InsertEdit\\:\\:getFormParametersForInsertForm\\(\\) expects string, mixed given\\.$#"
5505                         count: 1
5506                         path: src/Controllers/Table/ChangeController.php
5508                 -
5509                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\InsertEdit\\:\\:getTableColumns\\(\\) expects string, mixed given\\.$#"
5510                         count: 1
5511                         path: src/Controllers/Table/ChangeController.php
5513                 -
5514                         message: "#^Parameter \\#1 \\$files of method PhpMyAdmin\\\\Controllers\\\\AbstractController\\:\\:addScriptFiles\\(\\) expects array\\<string\\>, mixed given\\.$#"
5515                         count: 1
5516                         path: src/Controllers/Table/ChangeController.php
5518                 -
5519                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
5520                         count: 1
5521                         path: src/Controllers/Table/ChangeController.php
5523                 -
5524                         message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, mixed given\\.$#"
5525                         count: 1
5526                         path: src/Controllers/Table/ChangeController.php
5528                 -
5529                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
5530                         count: 1
5531                         path: src/Controllers/Table/ChangeController.php
5533                 -
5534                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
5535                         count: 1
5536                         path: src/Controllers/Table/ChangeController.php
5538                 -
5539                         message: "#^Parameter \\#1 \\$rowId of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForIgnoreOption\\(\\) expects int, \\(int\\<1, max\\>\\|string\\) given\\.$#"
5540                         count: 1
5541                         path: src/Controllers/Table/ChangeController.php
5543                 -
5544                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
5545                         count: 1
5546                         path: src/Controllers/Table/ChangeController.php
5548                 -
5549                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
5550                         count: 1
5551                         path: src/Controllers/Table/ChangeController.php
5553                 -
5554                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
5555                         count: 1
5556                         path: src/Controllers/Table/ChangeController.php
5558                 -
5559                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\InsertEdit\\:\\:getContinueInsertionForm\\(\\) expects string, mixed given\\.$#"
5560                         count: 1
5561                         path: src/Controllers/Table/ChangeController.php
5563                 -
5564                         message: "#^Parameter \\#1 \\$urlParams of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ChangeController\\:\\:urlParamsInEditMode\\(\\) expects array, mixed given\\.$#"
5565                         count: 1
5566                         path: src/Controllers/Table/ChangeController.php
5568                 -
5569                         message: "#^Parameter \\#1 \\$urlParams of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects array, mixed given\\.$#"
5570                         count: 1
5571                         path: src/Controllers/Table/ChangeController.php
5573                 -
5574                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
5575                         count: 2
5576                         path: src/Controllers/Table/ChangeController.php
5578                 -
5579                         message: "#^Parameter \\#1 \\$whereClause of method PhpMyAdmin\\\\InsertEdit\\:\\:determineInsertOrEdit\\(\\) expects array\\<string\\>\\|string\\|null, mixed given\\.$#"
5580                         count: 1
5581                         path: src/Controllers/Table/ChangeController.php
5583                 -
5584                         message: "#^Parameter \\#1 \\$whereClause of static method PhpMyAdmin\\\\InsertEdit\\:\\:isWhereClauseNumeric\\(\\) expects array\\<string\\>\\|string\\|null, mixed given\\.$#"
5585                         count: 1
5586                         path: src/Controllers/Table/ChangeController.php
5588                 -
5589                         message: "#^Parameter \\#10 \\$db of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects string, mixed given\\.$#"
5590                         count: 1
5591                         path: src/Controllers/Table/ChangeController.php
5593                 -
5594                         message: "#^Parameter \\#11 \\$rowId of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects int, \\(int\\|string\\) given\\.$#"
5595                         count: 1
5596                         path: src/Controllers/Table/ChangeController.php
5598                 -
5599                         message: "#^Parameter \\#12 \\$textDir of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects string, mixed given\\.$#"
5600                         count: 1
5601                         path: src/Controllers/Table/ChangeController.php
5603                 -
5604                         message: "#^Parameter \\#13 \\$repopulate of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects array, mixed given\\.$#"
5605                         count: 1
5606                         path: src/Controllers/Table/ChangeController.php
5608                 -
5609                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\InsertEdit\\:\\:determineInsertOrEdit\\(\\) expects string, mixed given\\.$#"
5610                         count: 1
5611                         path: src/Controllers/Table/ChangeController.php
5613                 -
5614                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\InsertEdit\\:\\:getContinueInsertionForm\\(\\) expects string, mixed given\\.$#"
5615                         count: 1
5616                         path: src/Controllers/Table/ChangeController.php
5618                 -
5619                         message: "#^Parameter \\#2 \\$isUpload of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditFormHeader\\(\\) expects bool, mixed given\\.$#"
5620                         count: 1
5621                         path: src/Controllers/Table/ChangeController.php
5623                 -
5624                         message: "#^Parameter \\#2 \\$signature of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
5625                         count: 1
5626                         path: src/Controllers/Table/ChangeController.php
5628                 -
5629                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
5630                         count: 1
5631                         path: src/Controllers/Table/ChangeController.php
5633                 -
5634                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\InsertEdit\\:\\:getCommentsMap\\(\\) expects string, mixed given\\.$#"
5635                         count: 1
5636                         path: src/Controllers/Table/ChangeController.php
5638                 -
5639                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\InsertEdit\\:\\:getFormParametersForInsertForm\\(\\) expects string, mixed given\\.$#"
5640                         count: 1
5641                         path: src/Controllers/Table/ChangeController.php
5643                 -
5644                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\InsertEdit\\:\\:getTableColumns\\(\\) expects string, mixed given\\.$#"
5645                         count: 1
5646                         path: src/Controllers/Table/ChangeController.php
5648                 -
5649                         message: "#^Parameter \\#3 \\$table of method PhpMyAdmin\\\\InsertEdit\\:\\:determineInsertOrEdit\\(\\) expects string, mixed given\\.$#"
5650                         count: 1
5651                         path: src/Controllers/Table/ChangeController.php
5653                 -
5654                         message: "#^Parameter \\#4 \\$currentResult of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects PhpMyAdmin\\\\Dbal\\\\ResultInterface, array\\<PhpMyAdmin\\\\Dbal\\\\ResultInterface\\>\\|PhpMyAdmin\\\\Dbal\\\\ResultInterface given\\.$#"
5655                         count: 1
5656                         path: src/Controllers/Table/ChangeController.php
5658                 -
5659                         message: "#^Parameter \\#4 \\$errorUrl of method PhpMyAdmin\\\\InsertEdit\\:\\:getContinueInsertionForm\\(\\) expects string, mixed given\\.$#"
5660                         count: 1
5661                         path: src/Controllers/Table/ChangeController.php
5663                 -
5664                         message: "#^Parameter \\#5 \\$errorUrl of method PhpMyAdmin\\\\InsertEdit\\:\\:getFormParametersForInsertForm\\(\\) expects string, mixed given\\.$#"
5665                         count: 1
5666                         path: src/Controllers/Table/ChangeController.php
5668                 -
5669                         message: "#^Parameter \\#7 \\$isUpload of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects bool, mixed given\\.$#"
5670                         count: 1
5671                         path: src/Controllers/Table/ChangeController.php
5673                 -
5674                         message: "#^Parameter \\#9 \\$table of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditRow\\(\\) expects string, mixed given\\.$#"
5675                         count: 1
5676                         path: src/Controllers/Table/ChangeController.php
5678                 -
5679                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
5680                         count: 1
5681                         path: src/Controllers/Table/ChangeController.php
5683                 -
5684                         message: "#^Binary operation \"\\+\" between int\\|string and mixed results in an error\\.$#"
5685                         count: 1
5686                         path: src/Controllers/Table/ChartController.php
5688                 -
5689                         message: "#^Binary operation \"\\-\" between int\\|string and mixed results in an error\\.$#"
5690                         count: 1
5691                         path: src/Controllers/Table/ChartController.php
5693                 -
5694                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5695                         count: 1
5696                         path: src/Controllers/Table/ChartController.php
5698                 -
5699                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
5700                         count: 1
5701                         path: src/Controllers/Table/ChartController.php
5703                 -
5704                         message: "#^Parameter \\#1 \\$list of class PhpMyAdmin\\\\SqlParser\\\\Parser constructor expects PhpMyAdmin\\\\SqlParser\\\\TokensList\\|PhpMyAdmin\\\\SqlParser\\\\UtfString\\|string\\|null, mixed given\\.$#"
5705                         count: 1
5706                         path: src/Controllers/Table/ChartController.php
5708                 -
5709                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
5710                         count: 2
5711                         path: src/Controllers/Table/ChartController.php
5713                 -
5714                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
5715                         count: 1
5716                         path: src/Controllers/Table/ChartController.php
5718                 -
5719                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, mixed given\\.$#"
5720                         count: 1
5721                         path: src/Controllers/Table/ChartController.php
5723                 -
5724                         message: "#^Parameter \\#1 \\$rowCount of class PhpMyAdmin\\\\SqlParser\\\\Components\\\\Limit constructor expects int\\|string, mixed given\\.$#"
5725                         count: 2
5726                         path: src/Controllers/Table/ChartController.php
5728                 -
5729                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getStartAndNumberOfRowsFieldsetData\\(\\) expects string, mixed given\\.$#"
5730                         count: 1
5731                         path: src/Controllers/Table/ChartController.php
5733                 -
5734                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
5735                         count: 6
5736                         path: src/Controllers/Table/ChartController.php
5738                 -
5739                         message: "#^Parameter \\#2 \\$offset of class PhpMyAdmin\\\\SqlParser\\\\Components\\\\Limit constructor expects int\\|string, mixed given\\.$#"
5740                         count: 2
5741                         path: src/Controllers/Table/ChartController.php
5743                 -
5744                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
5745                         count: 5
5746                         path: src/Controllers/Table/CreateController.php
5748                 -
5749                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5750                         count: 1
5751                         path: src/Controllers/Table/CreateController.php
5753                 -
5754                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
5755                         count: 1
5756                         path: src/Controllers/Table/CreateController.php
5758                 -
5759                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\CreateAddField\\:\\:getTableCreationQuery\\(\\) expects string, mixed given\\.$#"
5760                         count: 1
5761                         path: src/Controllers/Table/CreateController.php
5763                 -
5764                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5765                         count: 1
5766                         path: src/Controllers/Table/CreateController.php
5768                 -
5769                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
5770                         count: 1
5771                         path: src/Controllers/Table/CreateController.php
5773                 -
5774                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
5775                         count: 2
5776                         path: src/Controllers/Table/CreateController.php
5778                 -
5779                         message: "#^Parameter \\#1 \\$string of function mb_strtolower expects string, mixed given\\.$#"
5780                         count: 2
5781                         path: src/Controllers/Table/CreateController.php
5783                 -
5784                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
5785                         count: 1
5786                         path: src/Controllers/Table/CreateController.php
5788                 -
5789                         message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
5790                         count: 5
5791                         path: src/Controllers/Table/CreateController.php
5793                 -
5794                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\CreateAddField\\:\\:getTableCreationQuery\\(\\) expects string, mixed given\\.$#"
5795                         count: 1
5796                         path: src/Controllers/Table/CreateController.php
5798                 -
5799                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
5800                         count: 1
5801                         path: src/Controllers/Table/CreateController.php
5803                 -
5804                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5805                         count: 1
5806                         path: src/Controllers/Table/CreateController.php
5808                 -
5809                         message: "#^Parameter \\#3 \\$key of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5810                         count: 1
5811                         path: src/Controllers/Table/CreateController.php
5813                 -
5814                         message: "#^Parameter \\#4 \\$mimetype of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5815                         count: 1
5816                         path: src/Controllers/Table/CreateController.php
5818                 -
5819                         message: "#^Parameter \\#5 \\$transformation of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5820                         count: 1
5821                         path: src/Controllers/Table/CreateController.php
5823                 -
5824                         message: "#^Parameter \\#6 \\$transformationOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5825                         count: 1
5826                         path: src/Controllers/Table/CreateController.php
5828                 -
5829                         message: "#^Parameter \\#7 \\$inputTransform of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5830                         count: 1
5831                         path: src/Controllers/Table/CreateController.php
5833                 -
5834                         message: "#^Parameter \\#8 \\$inputTransformOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
5835                         count: 1
5836                         path: src/Controllers/Table/CreateController.php
5838                 -
5839                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
5840                         count: 1
5841                         path: src/Controllers/Table/DeleteConfirmController.php
5843                 -
5844                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
5845                         count: 1
5846                         path: src/Controllers/Table/DeleteRowsController.php
5848                 -
5849                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5850                         count: 1
5851                         path: src/Controllers/Table/DeleteRowsController.php
5853                 -
5854                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:calculatePosForLastPage\\(\\) expects string, mixed given\\.$#"
5855                         count: 1
5856                         path: src/Controllers/Table/DeleteRowsController.php
5858                 -
5859                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
5860                         count: 1
5861                         path: src/Controllers/Table/DeleteRowsController.php
5863                 -
5864                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
5865                         count: 1
5866                         path: src/Controllers/Table/DeleteRowsController.php
5868                 -
5869                         message: "#^Parameter \\#10 \\$dispQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
5870                         count: 1
5871                         path: src/Controllers/Table/DeleteRowsController.php
5873                 -
5874                         message: "#^Parameter \\#11 \\$dispMessage of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects PhpMyAdmin\\\\Message\\|string\\|null, mixed given\\.$#"
5875                         count: 1
5876                         path: src/Controllers/Table/DeleteRowsController.php
5878                 -
5879                         message: "#^Parameter \\#12 \\$sqlQuery of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
5880                         count: 1
5881                         path: src/Controllers/Table/DeleteRowsController.php
5883                 -
5884                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:calculatePosForLastPage\\(\\) expects string, mixed given\\.$#"
5885                         count: 1
5886                         path: src/Controllers/Table/DeleteRowsController.php
5888                 -
5889                         message: "#^Parameter \\#3 \\$db of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
5890                         count: 1
5891                         path: src/Controllers/Table/DeleteRowsController.php
5893                 -
5894                         message: "#^Parameter \\#3 \\$pos of method PhpMyAdmin\\\\Sql\\:\\:calculatePosForLastPage\\(\\) expects int\\|null, mixed given\\.$#"
5895                         count: 1
5896                         path: src/Controllers/Table/DeleteRowsController.php
5898                 -
5899                         message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
5900                         count: 1
5901                         path: src/Controllers/Table/DeleteRowsController.php
5903                 -
5904                         message: "#^Parameter \\#4 \\$table of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
5905                         count: 1
5906                         path: src/Controllers/Table/DeleteRowsController.php
5908                 -
5909                         message: "#^Parameter \\#9 \\$goto of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
5910                         count: 1
5911                         path: src/Controllers/Table/DeleteRowsController.php
5913                 -
5914                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
5915                         count: 1
5916                         path: src/Controllers/Table/DropColumnController.php
5918                 -
5919                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5920                         count: 1
5921                         path: src/Controllers/Table/DropColumnController.php
5923                 -
5924                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
5925                         count: 1
5926                         path: src/Controllers/Table/DropColumnController.php
5928                 -
5929                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\RelationCleanup\\:\\:column\\(\\) expects string, mixed given\\.$#"
5930                         count: 1
5931                         path: src/Controllers/Table/DropColumnController.php
5933                 -
5934                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
5935                         count: 1
5936                         path: src/Controllers/Table/DropColumnController.php
5938                 -
5939                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
5940                         count: 2
5941                         path: src/Controllers/Table/DropColumnController.php
5943                 -
5944                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
5945                         count: 1
5946                         path: src/Controllers/Table/DropColumnController.php
5948                 -
5949                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\RelationCleanup\\:\\:column\\(\\) expects string, mixed given\\.$#"
5950                         count: 1
5951                         path: src/Controllers/Table/DropColumnController.php
5953                 -
5954                         message: "#^Parameter \\#3 \\$column of method PhpMyAdmin\\\\ConfigStorage\\\\RelationCleanup\\:\\:column\\(\\) expects string, mixed given\\.$#"
5955                         count: 1
5956                         path: src/Controllers/Table/DropColumnController.php
5958                 -
5959                         message: "#^Cannot access offset 'back' on mixed\\.$#"
5960                         count: 1
5961                         path: src/Controllers/Table/ExportController.php
5963                 -
5964                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
5965                         count: 1
5966                         path: src/Controllers/Table/ExportController.php
5968                 -
5969                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
5970                         count: 3
5971                         path: src/Controllers/Table/ExportController.php
5973                 -
5974                         message: "#^Parameter \\#1 \\$list of class PhpMyAdmin\\\\SqlParser\\\\Parser constructor expects PhpMyAdmin\\\\SqlParser\\\\TokensList\\|PhpMyAdmin\\\\SqlParser\\\\UtfString\\|string\\|null, mixed given\\.$#"
5975                         count: 1
5976                         path: src/Controllers/Table/ExportController.php
5978                 -
5979                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
5980                         count: 1
5981                         path: src/Controllers/Table/ExportController.php
5983                 -
5984                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
5985                         count: 1
5986                         path: src/Controllers/Table/ExportController.php
5988                 -
5989                         message: "#^Parameter \\#2 \\$list of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:replaceClauses\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\TokensList, PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null given\\.$#"
5990                         count: 1
5991                         path: src/Controllers/Table/ExportController.php
5993                 -
5994                         message: "#^Parameter \\#3 \\$table of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
5995                         count: 1
5996                         path: src/Controllers/Table/ExportController.php
5998                 -
5999                         message: "#^Parameter \\#4 \\$sqlQuery of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
6000                         count: 1
6001                         path: src/Controllers/Table/ExportController.php
6003                 -
6004                         message: "#^Parameter \\#5 \\$numTables of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
6005                         count: 1
6006                         path: src/Controllers/Table/ExportController.php
6008                 -
6009                         message: "#^Parameter \\#6 \\$unlimNumRows of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getOptions\\(\\) expects int\\|string, mixed given\\.$#"
6010                         count: 1
6011                         path: src/Controllers/Table/ExportController.php
6013                 -
6014                         message: "#^Cannot access offset 0 on mixed\\.$#"
6015                         count: 2
6016                         path: src/Controllers/Table/FindReplaceController.php
6018                 -
6019                         message: "#^Cannot access offset 1 on mixed\\.$#"
6020                         count: 2
6021                         path: src/Controllers/Table/FindReplaceController.php
6023                 -
6024                         message: "#^Cannot cast mixed to int\\.$#"
6025                         count: 1
6026                         path: src/Controllers/Table/FindReplaceController.php
6028                 -
6029                         message: "#^Cannot cast mixed to string\\.$#"
6030                         count: 3
6031                         path: src/Controllers/Table/FindReplaceController.php
6033                 -
6034                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
6035                         count: 1
6036                         path: src/Controllers/Table/FindReplaceController.php
6038                 -
6039                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
6040                         count: 1
6041                         path: src/Controllers/Table/FindReplaceController.php
6043                 -
6044                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
6045                         count: 22
6046                         path: src/Controllers/Table/FindReplaceController.php
6048                 -
6049                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
6050                         count: 1
6051                         path: src/Controllers/Table/FindReplaceController.php
6053                 -
6054                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
6055                         count: 2
6056                         path: src/Controllers/Table/FindReplaceController.php
6058                 -
6059                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
6060                         count: 1
6061                         path: src/Controllers/Table/FindReplaceController.php
6063                 -
6064                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#"
6065                         count: 2
6066                         path: src/Controllers/Table/FindReplaceController.php
6068                 -
6069                         message: "#^Cannot cast mixed to string\\.$#"
6070                         count: 3
6071                         path: src/Controllers/Table/GetFieldController.php
6073                 -
6074                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
6075                         count: 1
6076                         path: src/Controllers/Table/GetFieldController.php
6078                 -
6079                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
6080                         count: 1
6081                         path: src/Controllers/Table/GetFieldController.php
6083                 -
6084                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
6085                         count: 1
6086                         path: src/Controllers/Table/GetFieldController.php
6088                 -
6089                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
6090                         count: 1
6091                         path: src/Controllers/Table/GetFieldController.php
6093                 -
6094                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, string\\|null given\\.$#"
6095                         count: 1
6096                         path: src/Controllers/Table/GetFieldController.php
6098                 -
6099                         message: "#^Parameter \\#1 \\$test of static method PhpMyAdmin\\\\Mime\\:\\:detect\\(\\) expects string, string\\|null given\\.$#"
6100                         count: 1
6101                         path: src/Controllers/Table/GetFieldController.php
6103                 -
6104                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
6105                         count: 1
6106                         path: src/Controllers/Table/GetFieldController.php
6108                 -
6109                         message: "#^Cannot access offset 'back' on mixed\\.$#"
6110                         count: 1
6111                         path: src/Controllers/Table/GisVisualizationController.php
6113                 -
6114                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
6115                         count: 1
6116                         path: src/Controllers/Table/GisVisualizationController.php
6118                 -
6119                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
6120                         count: 1
6121                         path: src/Controllers/Table/GisVisualizationController.php
6123                 -
6124                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
6125                         count: 1
6126                         path: src/Controllers/Table/GisVisualizationController.php
6128                 -
6129                         message: "#^Cannot access offset 'sql_query' on mixed\\.$#"
6130                         count: 1
6131                         path: src/Controllers/Table/GisVisualizationController.php
6133                 -
6134                         message: "#^Cannot access offset 'sql_signature' on mixed\\.$#"
6135                         count: 1
6136                         path: src/Controllers/Table/GisVisualizationController.php
6138                 -
6139                         message: "#^Cannot cast mixed to int\\.$#"
6140                         count: 3
6141                         path: src/Controllers/Table/GisVisualizationController.php
6143                 -
6144                         message: "#^Method PhpMyAdmin\\\\Controllers\\\\Table\\\\GisVisualizationController\\:\\:getVisualizationSettings\\(\\) should return array\\{spatialColumn\\: non\\-empty\\-string, labelColumn\\?\\: non\\-empty\\-string\\} but returns array\\{labelColumn\\?\\: non\\-empty\\-string, spatialColumn\\: mixed\\}\\.$#"
6145                         count: 1
6146                         path: src/Controllers/Table/GisVisualizationController.php
6148                 -
6149                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
6150                         count: 1
6151                         path: src/Controllers/Table/GisVisualizationController.php
6153                 -
6154                         message: "#^Parameter \\#2 \\$format of method PhpMyAdmin\\\\Gis\\\\GisVisualization\\:\\:toFile\\(\\) expects string, mixed given\\.$#"
6155                         count: 1
6156                         path: src/Controllers/Table/GisVisualizationController.php
6158                 -
6159                         message: "#^Cannot access offset 'back' on mixed\\.$#"
6160                         count: 1
6161                         path: src/Controllers/Table/ImportController.php
6163                 -
6164                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
6165                         count: 1
6166                         path: src/Controllers/Table/ImportController.php
6168                 -
6169                         message: "#^Cannot access offset 'handler' on mixed\\.$#"
6170                         count: 2
6171                         path: src/Controllers/Table/ImportController.php
6173                 -
6174                         message: "#^Cannot call static method getIdKey\\(\\) on mixed\\.$#"
6175                         count: 1
6176                         path: src/Controllers/Table/ImportController.php
6178                 -
6179                         message: "#^Cannot cast mixed to int\\.$#"
6180                         count: 1
6181                         path: src/Controllers/Table/ImportController.php
6183                 -
6184                         message: "#^Cannot cast mixed to string\\.$#"
6185                         count: 1
6186                         path: src/Controllers/Table/ImportController.php
6188                 -
6189                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
6190                         count: 1
6191                         path: src/Controllers/Table/ImportController.php
6193                 -
6194                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
6195                         count: 1
6196                         path: src/Controllers/Table/IndexRenameController.php
6198                 -
6199                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
6200                         count: 1
6201                         path: src/Controllers/Table/IndexRenameController.php
6203                 -
6204                         message: "#^Parameter \\#1 \\$index of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getIndex\\(\\) expects string, mixed given\\.$#"
6205                         count: 1
6206                         path: src/Controllers/Table/IndexRenameController.php
6208                 -
6209                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
6210                         count: 1
6211                         path: src/Controllers/Table/IndexRenameController.php
6213                 -
6214                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
6215                         count: 1
6216                         path: src/Controllers/Table/IndexRenameController.php
6218                 -
6219                         message: "#^Parameter \\#4 \\$db of method PhpMyAdmin\\\\Table\\\\Indexes\\:\\:doSaveData\\(\\) expects string, mixed given\\.$#"
6220                         count: 1
6221                         path: src/Controllers/Table/IndexRenameController.php
6223                 -
6224                         message: "#^Parameter \\#5 \\$table of method PhpMyAdmin\\\\Table\\\\Indexes\\:\\:doSaveData\\(\\) expects string, mixed given\\.$#"
6225                         count: 1
6226                         path: src/Controllers/Table/IndexRenameController.php
6228                 -
6229                         message: "#^Parameter \\#7 \\$oldIndexName of method PhpMyAdmin\\\\Table\\\\Indexes\\:\\:doSaveData\\(\\) expects string, mixed given\\.$#"
6230                         count: 1
6231                         path: src/Controllers/Table/IndexRenameController.php
6233                 -
6234                         message: "#^Cannot access offset 'Index_choice' on mixed\\.$#"
6235                         count: 1
6236                         path: src/Controllers/Table/IndexesController.php
6238                 -
6239                         message: "#^Cannot access offset 'names' on mixed\\.$#"
6240                         count: 1
6241                         path: src/Controllers/Table/IndexesController.php
6243                 -
6244                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
6245                         count: 2
6246                         path: src/Controllers/Table/IndexesController.php
6248                 -
6249                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
6250                         count: 1
6251                         path: src/Controllers/Table/IndexesController.php
6253                 -
6254                         message: "#^Parameter \\#1 \\$index of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getIndex\\(\\) expects string, mixed given\\.$#"
6255                         count: 1
6256                         path: src/Controllers/Table/IndexesController.php
6258                 -
6259                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
6260                         count: 1
6261                         path: src/Controllers/Table/IndexesController.php
6263                 -
6264                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
6265                         count: 1
6266                         path: src/Controllers/Table/IndexesController.php
6268                 -
6269                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
6270                         count: 2
6271                         path: src/Controllers/Table/IndexesController.php
6273                 -
6274                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
6275                         count: 2
6276                         path: src/Controllers/Table/IndexesController.php
6278                 -
6279                         message: "#^Parameter \\#4 \\$db of method PhpMyAdmin\\\\Table\\\\Indexes\\:\\:doSaveData\\(\\) expects string, mixed given\\.$#"
6280                         count: 1
6281                         path: src/Controllers/Table/IndexesController.php
6283                 -
6284                         message: "#^Parameter \\#5 \\$table of method PhpMyAdmin\\\\Table\\\\Indexes\\:\\:doSaveData\\(\\) expects string, mixed given\\.$#"
6285                         count: 1
6286                         path: src/Controllers/Table/IndexesController.php
6288                 -
6289                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
6290                         count: 1
6291                         path: src/Controllers/Table/Maintenance/AnalyzeController.php
6293                 -
6294                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
6295                         count: 1
6296                         path: src/Controllers/Table/Maintenance/CheckController.php
6298                 -
6299                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
6300                         count: 1
6301                         path: src/Controllers/Table/Maintenance/ChecksumController.php
6303                 -
6304                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
6305                         count: 1
6306                         path: src/Controllers/Table/Maintenance/OptimizeController.php
6308                 -
6309                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
6310                         count: 1
6311                         path: src/Controllers/Table/Maintenance/RepairController.php
6313                 -
6314                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
6315                         count: 1
6316                         path: src/Controllers/Table/Partition/AnalyzeController.php
6318                 -
6319                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
6320                         count: 1
6321                         path: src/Controllers/Table/Partition/CheckController.php
6323                 -
6324                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
6325                         count: 1
6326                         path: src/Controllers/Table/Partition/DropController.php
6328                 -
6329                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
6330                         count: 2
6331                         path: src/Controllers/Table/Partition/DropController.php
6333                 -
6334                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
6335                         count: 1
6336                         path: src/Controllers/Table/Partition/OptimizeController.php
6338                 -
6339                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
6340                         count: 1
6341                         path: src/Controllers/Table/Partition/RepairController.php
6343                 -
6344                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
6345                         count: 1
6346                         path: src/Controllers/Table/RelationController.php
6348                 -
6349                         message: "#^Cannot access offset 'ref_db_name' on mixed\\.$#"
6350                         count: 1
6351                         path: src/Controllers/Table/RelationController.php
6353                 -
6354                         message: "#^Cannot access offset 'ref_table_name' on mixed\\.$#"
6355                         count: 1
6356                         path: src/Controllers/Table/RelationController.php
6358                 -
6359                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
6360                         count: 1
6361                         path: src/Controllers/Table/RelationController.php
6363                 -
6364                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
6365                         count: 1
6366                         path: src/Controllers/Table/RelationController.php
6368                 -
6369                         message: "#^Parameter \\#1 \\$content of method PhpMyAdmin\\\\ResponseRenderer\\:\\:addHTML\\(\\) expects string, mixed given\\.$#"
6370                         count: 1
6371                         path: src/Controllers/Table/RelationController.php
6373                 -
6374                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
6375                         count: 1
6376                         path: src/Controllers/Table/RelationController.php
6378                 -
6379                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
6380                         count: 1
6381                         path: src/Controllers/Table/RelationController.php
6383                 -
6384                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
6385                         count: 4
6386                         path: src/Controllers/Table/RelationController.php
6388                 -
6389                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
6390                         count: 2
6391                         path: src/Controllers/Table/RelationController.php
6393                 -
6394                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
6395                         count: 1
6396                         path: src/Controllers/Table/RelationController.php
6398                 -
6399                         message: "#^Parameter \\#1 \\$destinationForeignDb of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateForeignKeys\\(\\) expects array, mixed given\\.$#"
6400                         count: 1
6401                         path: src/Controllers/Table/RelationController.php
6403                 -
6404                         message: "#^Parameter \\#1 \\$displayField of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateDisplayField\\(\\) expects string, mixed given\\.$#"
6405                         count: 1
6406                         path: src/Controllers/Table/RelationController.php
6408                 -
6409                         message: "#^Parameter \\#1 \\$foreignDb of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getTables\\(\\) expects string, mixed given\\.$#"
6410                         count: 3
6411                         path: src/Controllers/Table/RelationController.php
6413                 -
6414                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
6415                         count: 2
6416                         path: src/Controllers/Table/RelationController.php
6418                 -
6419                         message: "#^Parameter \\#1 \\$multiEditColumnsName of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateInternalRelations\\(\\) expects array, mixed given\\.$#"
6420                         count: 1
6421                         path: src/Controllers/Table/RelationController.php
6423                 -
6424                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Table\\\\Table constructor expects string, mixed given\\.$#"
6425                         count: 1
6426                         path: src/Controllers/Table/RelationController.php
6428                 -
6429                         message: "#^Parameter \\#1 \\$queryData of static method PhpMyAdmin\\\\Core\\:\\:previewSQL\\(\\) expects array\\|string, mixed given\\.$#"
6430                         count: 1
6431                         path: src/Controllers/Table/RelationController.php
6433                 -
6434                         message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(mixed, mixed\\)\\: int, 'strnatcasecmp' given\\.$#"
6435                         count: 1
6436                         path: src/Controllers/Table/RelationController.php
6438                 -
6439                         message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(string\\|null, string\\|null\\)\\: int, 'strnatcasecmp' given\\.$#"
6440                         count: 1
6441                         path: src/Controllers/Table/RelationController.php
6443                 -
6444                         message: "#^Parameter \\#2 \\$dbName of class PhpMyAdmin\\\\Table\\\\Table constructor expects string, mixed given\\.$#"
6445                         count: 1
6446                         path: src/Controllers/Table/RelationController.php
6448                 -
6449                         message: "#^Parameter \\#2 \\$destinationDb of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateInternalRelations\\(\\) expects array, mixed given\\.$#"
6450                         count: 1
6451                         path: src/Controllers/Table/RelationController.php
6453                 -
6454                         message: "#^Parameter \\#2 \\$multiEditColumnsName of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateForeignKeys\\(\\) expects array, mixed given\\.$#"
6455                         count: 1
6456                         path: src/Controllers/Table/RelationController.php
6458                 -
6459                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
6460                         count: 1
6461                         path: src/Controllers/Table/RelationController.php
6463                 -
6464                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
6465                         count: 4
6466                         path: src/Controllers/Table/RelationController.php
6468                 -
6469                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
6470                         count: 1
6471                         path: src/Controllers/Table/RelationController.php
6473                 -
6474                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, mixed given\\.$#"
6475                         count: 1
6476                         path: src/Controllers/Table/RelationController.php
6478                 -
6479                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
6480                         count: 2
6481                         path: src/Controllers/Table/RelationController.php
6483                 -
6484                         message: "#^Parameter \\#3 \\$destinationForeignTable of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateForeignKeys\\(\\) expects array, mixed given\\.$#"
6485                         count: 1
6486                         path: src/Controllers/Table/RelationController.php
6488                 -
6489                         message: "#^Parameter \\#3 \\$destinationTable of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateInternalRelations\\(\\) expects array, mixed given\\.$#"
6490                         count: 1
6491                         path: src/Controllers/Table/RelationController.php
6493                 -
6494                         message: "#^Parameter \\#3 \\$schema of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, mixed given\\.$#"
6495                         count: 1
6496                         path: src/Controllers/Table/RelationController.php
6498                 -
6499                         message: "#^Parameter \\#4 \\$destinationColumn of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateInternalRelations\\(\\) expects array, mixed given\\.$#"
6500                         count: 1
6501                         path: src/Controllers/Table/RelationController.php
6503                 -
6504                         message: "#^Parameter \\#4 \\$destinationForeignColumn of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateForeignKeys\\(\\) expects array, mixed given\\.$#"
6505                         count: 1
6506                         path: src/Controllers/Table/RelationController.php
6508                 -
6509                         message: "#^Parameter \\#6 \\$table of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateForeignKeys\\(\\) expects string, mixed given\\.$#"
6510                         count: 1
6511                         path: src/Controllers/Table/RelationController.php
6513                 -
6514                         message: "#^Parameter \\#7 \\$existrelForeign of method PhpMyAdmin\\\\Table\\\\Table\\:\\:updateForeignKeys\\(\\) expects array, mixed given\\.$#"
6515                         count: 1
6516                         path: src/Controllers/Table/RelationController.php
6518                 -
6519                         message: "#^Argument of an invalid type array\\|string supplied for foreach, only iterables are supported\\.$#"
6520                         count: 1
6521                         path: src/Controllers/Table/ReplaceController.php
6523                 -
6524                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
6525                         count: 2
6526                         path: src/Controllers/Table/ReplaceController.php
6528                 -
6529                         message: "#^Call to function method_exists\\(\\) with PhpMyAdmin\\\\Plugins\\\\IOTransformationsPlugin and 'isSuccess' will always evaluate to true\\.$#"
6530                         count: 1
6531                         path: src/Controllers/Table/ReplaceController.php
6533                 -
6534                         message: "#^Cannot access an offset on mixed\\.$#"
6535                         count: 2
6536                         path: src/Controllers/Table/ReplaceController.php
6538                 -
6539                         message: "#^Cannot access offset 'after_insert' on mixed\\.$#"
6540                         count: 1
6541                         path: src/Controllers/Table/ReplaceController.php
6543                 -
6544                         message: "#^Cannot access offset 'multi_edit' on mixed\\.$#"
6545                         count: 11
6546                         path: src/Controllers/Table/ReplaceController.php
6548                 -
6549                         message: "#^Cannot access offset 'row_count' on mixed\\.$#"
6550                         count: 1
6551                         path: src/Controllers/Table/ReplaceController.php
6553                 -
6554                         message: "#^Cannot access offset 'sql_query' on mixed\\.$#"
6555                         count: 2
6556                         path: src/Controllers/Table/ReplaceController.php
6558                 -
6559                         message: "#^Cannot access offset 'where_clause' on mixed\\.$#"
6560                         count: 1
6561                         path: src/Controllers/Table/ReplaceController.php
6563                 -
6564                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
6565                         count: 11
6566                         path: src/Controllers/Table/ReplaceController.php
6568                 -
6569                         message: "#^Cannot access offset 0 on mixed\\.$#"
6570                         count: 2
6571                         path: src/Controllers/Table/ReplaceController.php
6573                 -
6574                         message: "#^Cannot access offset int\\|string on mixed\\.$#"
6575                         count: 11
6576                         path: src/Controllers/Table/ReplaceController.php
6578                 -
6579                         message: "#^Cannot call method addMessages\\(\\) on mixed\\.$#"
6580                         count: 1
6581                         path: src/Controllers/Table/ReplaceController.php
6583                 -
6584                         message: "#^Cannot call method addMessagesString\\(\\) on mixed\\.$#"
6585                         count: 3
6586                         path: src/Controllers/Table/ReplaceController.php
6588                 -
6589                         message: "#^Cannot call method isSuccess\\(\\) on mixed\\.$#"
6590                         count: 1
6591                         path: src/Controllers/Table/ReplaceController.php
6593                 -
6594                         message: "#^Cannot call method setType\\(\\) on mixed\\.$#"
6595                         count: 3
6596                         path: src/Controllers/Table/ReplaceController.php
6598                 -
6599                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
6600                         count: 9
6601                         path: src/Controllers/Table/ReplaceController.php
6603                 -
6604                         message: "#^Implicit array creation is not allowed \\- variable \\$extraData might not exist\\.$#"
6605                         count: 1
6606                         path: src/Controllers/Table/ReplaceController.php
6608                 -
6609                         message: "#^Method PhpMyAdmin\\\\Controllers\\\\Table\\\\ReplaceController\\:\\:getParamsForUpdateOrInsert\\(\\) return type has no value type specified in iterable type array\\.$#"
6610                         count: 1
6611                         path: src/Controllers/Table/ReplaceController.php
6613                 -
6614                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
6615                         count: 1
6616                         path: src/Controllers/Table/ReplaceController.php
6618                 -
6619                         message: "#^PHPDoc tag @var for variable \\$relationFields has no value type specified in iterable type array\\.$#"
6620                         count: 1
6621                         path: src/Controllers/Table/ReplaceController.php
6623                 -
6624                         message: "#^Parameter \\#1 \\$array of function array_keys expects array, mixed given\\.$#"
6625                         count: 1
6626                         path: src/Controllers/Table/ReplaceController.php
6628                 -
6629                         message: "#^Parameter \\#1 \\$array of function array_values expects array, mixed given\\.$#"
6630                         count: 1
6631                         path: src/Controllers/Table/ReplaceController.php
6633                 -
6634                         message: "#^Parameter \\#1 \\$columnName of class PhpMyAdmin\\\\EditField constructor expects string, mixed given\\.$#"
6635                         count: 1
6636                         path: src/Controllers/Table/ReplaceController.php
6638                 -
6639                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
6640                         count: 1
6641                         path: src/Controllers/Table/ReplaceController.php
6643                 -
6644                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\InsertEdit\\:\\:transformEditedValues\\(\\) expects string, mixed given\\.$#"
6645                         count: 1
6646                         path: src/Controllers/Table/ReplaceController.php
6648                 -
6649                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\InsertEdit\\:\\:verifyWhetherValueCanBeTruncatedAndAppendExtraData\\(\\) expects string, mixed given\\.$#"
6650                         count: 1
6651                         path: src/Controllers/Table/ReplaceController.php
6653                 -
6654                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Transformations\\:\\:getMime\\(\\) expects string, mixed given\\.$#"
6655                         count: 1
6656                         path: src/Controllers/Table/ReplaceController.php
6658                 -
6659                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
6660                         count: 1
6661                         path: src/Controllers/Table/ReplaceController.php
6663                 -
6664                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
6665                         count: 1
6666                         path: src/Controllers/Table/ReplaceController.php
6668                 -
6669                         message: "#^Parameter \\#1 \\$json of method PhpMyAdmin\\\\ResponseRenderer\\:\\:addJSON\\(\\) expects array\\|int\\|string, mixed given\\.$#"
6670                         count: 1
6671                         path: src/Controllers/Table/ReplaceController.php
6673                 -
6674                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
6675                         count: 1
6676                         path: src/Controllers/Table/ReplaceController.php
6678                 -
6679                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Table\\\\Table constructor expects string, mixed given\\.$#"
6680                         count: 1
6681                         path: src/Controllers/Table/ReplaceController.php
6683                 -
6684                         message: "#^Parameter \\#1 \\$oneWhereClause of method PhpMyAdmin\\\\InsertEdit\\:\\:setSessionForEditNext\\(\\) expects string, mixed given\\.$#"
6685                         count: 1
6686                         path: src/Controllers/Table/ReplaceController.php
6688                 -
6689                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\InsertEdit\\:\\:executeSqlQuery\\(\\) expects array, mixed given\\.$#"
6690                         count: 1
6691                         path: src/Controllers/Table/ReplaceController.php
6693                 -
6694                         message: "#^Parameter \\#1 \\$queryData of static method PhpMyAdmin\\\\Core\\:\\:previewSQL\\(\\) expects array\\|string, mixed given\\.$#"
6695                         count: 1
6696                         path: src/Controllers/Table/ReplaceController.php
6698                 -
6699                         message: "#^Parameter \\#1 \\$rows of static method PhpMyAdmin\\\\Message\\:\\:getMessageForAffectedRows\\(\\) expects int, mixed given\\.$#"
6700                         count: 1
6701                         path: src/Controllers/Table/ReplaceController.php
6703                 -
6704                         message: "#^Parameter \\#1 \\$rows of static method PhpMyAdmin\\\\Message\\:\\:getMessageForInsertedRows\\(\\) expects int, mixed given\\.$#"
6705                         count: 1
6706                         path: src/Controllers/Table/ReplaceController.php
6708                 -
6709                         message: "#^Parameter \\#1 \\$state of method PhpMyAdmin\\\\ResponseRenderer\\:\\:setRequestStatus\\(\\) expects bool, mixed given\\.$#"
6710                         count: 1
6711                         path: src/Controllers/Table/ReplaceController.php
6713                 -
6714                         message: "#^Parameter \\#1 \\$string of function parse_str expects string, mixed given\\.$#"
6715                         count: 2
6716                         path: src/Controllers/Table/ReplaceController.php
6718                 -
6719                         message: "#^Parameter \\#1 \\$table of static method PhpMyAdmin\\\\Query\\\\Generator\\:\\:buildInsertSqlQuery\\(\\) expects string, mixed given\\.$#"
6720                         count: 1
6721                         path: src/Controllers/Table/ReplaceController.php
6723                 -
6724                         message: "#^Parameter \\#1 \\$urlParams of method PhpMyAdmin\\\\InsertEdit\\:\\:getErrorUrl\\(\\) expects array, mixed given\\.$#"
6725                         count: 1
6726                         path: src/Controllers/Table/ReplaceController.php
6728                 -
6729                         message: "#^Parameter \\#2 \\$dbName of class PhpMyAdmin\\\\Table\\\\Table constructor expects string, mixed given\\.$#"
6730                         count: 1
6731                         path: src/Controllers/Table/ReplaceController.php
6733                 -
6734                         message: "#^Parameter \\#2 \\$relationField of method PhpMyAdmin\\\\InsertEdit\\:\\:getLinkForRelationalDisplayField\\(\\) expects string, \\(int\\|string\\) given\\.$#"
6735                         count: 1
6736                         path: src/Controllers/Table/ReplaceController.php
6738                 -
6739                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
6740                         count: 1
6741                         path: src/Controllers/Table/ReplaceController.php
6743                 -
6744                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
6745                         count: 1
6746                         path: src/Controllers/Table/ReplaceController.php
6748                 -
6749                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\InsertEdit\\:\\:transformEditedValues\\(\\) expects string, mixed given\\.$#"
6750                         count: 1
6751                         path: src/Controllers/Table/ReplaceController.php
6753                 -
6754                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\InsertEdit\\:\\:verifyWhetherValueCanBeTruncatedAndAppendExtraData\\(\\) expects string, mixed given\\.$#"
6755                         count: 1
6756                         path: src/Controllers/Table/ReplaceController.php
6758                 -
6759                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Transformations\\:\\:getMime\\(\\) expects string, mixed given\\.$#"
6760                         count: 1
6761                         path: src/Controllers/Table/ReplaceController.php
6763                 -
6764                         message: "#^Parameter \\#3 \\$columnName of method PhpMyAdmin\\\\InsertEdit\\:\\:verifyWhetherValueCanBeTruncatedAndAppendExtraData\\(\\) expects string, mixed given\\.$#"
6765                         count: 1
6766                         path: src/Controllers/Table/ReplaceController.php
6768                 -
6769                         message: "#^Parameter \\#3 \\$relationField of method PhpMyAdmin\\\\InsertEdit\\:\\:getDisplayValueForForeignTableColumn\\(\\) expects string, \\(int\\|string\\) given\\.$#"
6770                         count: 1
6771                         path: src/Controllers/Table/ReplaceController.php
6773                 -
6774                         message: "#^Parameter \\#3 \\$type of class PhpMyAdmin\\\\EditField constructor expects string, mixed given\\.$#"
6775                         count: 1
6776                         path: src/Controllers/Table/ReplaceController.php
6778                 -
6779                         message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
6780                         count: 1
6781                         path: src/Controllers/Table/ReplaceController.php
6783                 -
6784                         message: "#^Parameter \\#5 \\$relationFieldValue of method PhpMyAdmin\\\\InsertEdit\\:\\:getLinkForRelationalDisplayField\\(\\) expects string, mixed given\\.$#"
6785                         count: 1
6786                         path: src/Controllers/Table/ReplaceController.php
6788                 -
6789                         message: "#^Parameter \\#7 \\$function of class PhpMyAdmin\\\\EditField constructor expects string, mixed given\\.$#"
6790                         count: 1
6791                         path: src/Controllers/Table/ReplaceController.php
6793                 -
6794                         message: "#^Parameter \\#8 \\$salt of class PhpMyAdmin\\\\EditField constructor expects string\\|null, mixed given\\.$#"
6795                         count: 1
6796                         path: src/Controllers/Table/ReplaceController.php
6798                 -
6799                         message: "#^Parameter \\#9 \\$previousValue of class PhpMyAdmin\\\\EditField constructor expects string\\|null, mixed given\\.$#"
6800                         count: 1
6801                         path: src/Controllers/Table/ReplaceController.php
6803                 -
6804                         message: "#^Cannot access offset int on mixed\\.$#"
6805                         count: 1
6806                         path: src/Controllers/Table/SearchController.php
6808                 -
6809                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
6810                         count: 1
6811                         path: src/Controllers/Table/SearchController.php
6813                 -
6814                         message: "#^Method PhpMyAdmin\\\\Controllers\\\\Table\\\\SearchController\\:\\:getColumnMinMax\\(\\) return type has no value type specified in iterable type array\\.$#"
6815                         count: 1
6816                         path: src/Controllers/Table/SearchController.php
6818                 -
6819                         message: "#^Only booleans are allowed in &&, array given on the left side\\.$#"
6820                         count: 1
6821                         path: src/Controllers/Table/SearchController.php
6823                 -
6824                         message: "#^Only booleans are allowed in &&, array\\|false given on the right side\\.$#"
6825                         count: 1
6826                         path: src/Controllers/Table/SearchController.php
6828                 -
6829                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
6830                         count: 1
6831                         path: src/Controllers/Table/SearchController.php
6833                 -
6834                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
6835                         count: 1
6836                         path: src/Controllers/Table/SearchController.php
6838                 -
6839                         message: "#^Parameter \\#1 \\$column of method PhpMyAdmin\\\\Controllers\\\\Table\\\\SearchController\\:\\:getColumnMinMax\\(\\) expects string, mixed given\\.$#"
6840                         count: 1
6841                         path: src/Controllers/Table/SearchController.php
6843                 -
6844                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
6845                         count: 1
6846                         path: src/Controllers/Table/SearchController.php
6848                 -
6849                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
6850                         count: 1
6851                         path: src/Controllers/Table/SearchController.php
6853                 -
6854                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
6855                         count: 4
6856                         path: src/Controllers/Table/SearchController.php
6858                 -
6859                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
6860                         count: 1
6861                         path: src/Controllers/Table/SearchController.php
6863                 -
6864                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
6865                         count: 1
6866                         path: src/Controllers/Table/SearchController.php
6868                 -
6869                         message: "#^Parameter \\#1 \\$string of function strtoupper expects string, string\\|null given\\.$#"
6870                         count: 1
6871                         path: src/Controllers/Table/SearchController.php
6873                 -
6874                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getIntegerRange\\(\\) expects string, string\\|null given\\.$#"
6875                         count: 1
6876                         path: src/Controllers/Table/SearchController.php
6878                 -
6879                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getTypeOperatorsHtml\\(\\) expects string, string\\|null given\\.$#"
6880                         count: 1
6881                         path: src/Controllers/Table/SearchController.php
6883                 -
6884                         message: "#^Parameter \\#2 \\$foreignField of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:foreignDropdown\\(\\) expects string, mixed given\\.$#"
6885                         count: 1
6886                         path: src/Controllers/Table/SearchController.php
6888                 -
6889                         message: "#^Parameter \\#2 \\$signature of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
6890                         count: 1
6891                         path: src/Controllers/Table/SearchController.php
6893                 -
6894                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
6895                         count: 1
6896                         path: src/Controllers/Table/SearchController.php
6898                 -
6899                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
6900                         count: 1
6901                         path: src/Controllers/Table/SearchController.php
6903                 -
6904                         message: "#^Parameter \\#3 \\$db of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
6905                         count: 1
6906                         path: src/Controllers/Table/SearchController.php
6908                 -
6909                         message: "#^Parameter \\#3 \\$selectedOperator of method PhpMyAdmin\\\\Types\\:\\:getTypeOperatorsHtml\\(\\) expects string\\|null, mixed given\\.$#"
6910                         count: 1
6911                         path: src/Controllers/Table/SearchController.php
6913                 -
6914                         message: "#^Parameter \\#4 \\$table of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
6915                         count: 1
6916                         path: src/Controllers/Table/SearchController.php
6918                 -
6919                         message: "#^Parameter \\#9 \\$goto of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndSendQueryResponse\\(\\) expects string, mixed given\\.$#"
6920                         count: 1
6921                         path: src/Controllers/Table/SearchController.php
6923                 -
6924                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\SqlQueryForm\\:\\:getHtml\\(\\) expects string, mixed given\\.$#"
6925                         count: 1
6926                         path: src/Controllers/Table/SqlController.php
6928                 -
6929                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
6930                         count: 1
6931                         path: src/Controllers/Table/SqlController.php
6933                 -
6934                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
6935                         count: 1
6936                         path: src/Controllers/Table/SqlController.php
6938                 -
6939                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\SqlQueryForm\\:\\:getHtml\\(\\) expects string, mixed given\\.$#"
6940                         count: 1
6941                         path: src/Controllers/Table/SqlController.php
6943                 -
6944                         message: "#^Parameter \\#3 \\$query of method PhpMyAdmin\\\\SqlQueryForm\\:\\:getHtml\\(\\) expects bool\\|string, mixed given\\.$#"
6945                         count: 1
6946                         path: src/Controllers/Table/SqlController.php
6948                 -
6949                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Table\\\\Indexes\\:\\:executeAddIndexSql\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
6950                         count: 1
6951                         path: src/Controllers/Table/Structure/AbstractIndexController.php
6953                 -
6954                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Query\\\\Generator\\:\\:getAddIndexSql\\(\\) expects string, mixed given\\.$#"
6955                         count: 1
6956                         path: src/Controllers/Table/Structure/AbstractIndexController.php
6958                 -
6959                         message: "#^Parameter \\#3 \\$selectedColumns of static method PhpMyAdmin\\\\Query\\\\Generator\\:\\:getAddIndexSql\\(\\) expects array\\<string\\>, array given\\.$#"
6960                         count: 1
6961                         path: src/Controllers/Table/Structure/AbstractIndexController.php
6963                 -
6964                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
6965                         count: 1
6966                         path: src/Controllers/Table/Structure/BrowseController.php
6968                 -
6969                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
6970                         count: 1
6971                         path: src/Controllers/Table/Structure/BrowseController.php
6973                 -
6974                         message: "#^Parameter \\#1 \\$goto of method PhpMyAdmin\\\\Controllers\\\\Table\\\\Structure\\\\BrowseController\\:\\:displayTableBrowseForSelectedColumns\\(\\) expects string, mixed given\\.$#"
6975                         count: 1
6976                         path: src/Controllers/Table/Structure/BrowseController.php
6978                 -
6979                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
6980                         count: 3
6981                         path: src/Controllers/Table/Structure/BrowseController.php
6983                 -
6984                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\ParseAnalyze\\:\\:sqlQuery\\(\\) expects string, mixed given\\.$#"
6985                         count: 1
6986                         path: src/Controllers/Table/Structure/BrowseController.php
6988                 -
6989                         message: "#^Parameter \\#4 \\$table of method PhpMyAdmin\\\\Sql\\:\\:executeQueryAndGetQueryResponse\\(\\) expects string\\|null, mixed given\\.$#"
6990                         count: 1
6991                         path: src/Controllers/Table/Structure/BrowseController.php
6993                 -
6994                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
6995                         count: 1
6996                         path: src/Controllers/Table/Structure/CentralColumnsAddController.php
6998                 -
6999                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7000                         count: 1
7001                         path: src/Controllers/Table/Structure/CentralColumnsRemoveController.php
7003                 -
7004                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:deleteColumnsFromList\\(\\) expects string, mixed given\\.$#"
7005                         count: 1
7006                         path: src/Controllers/Table/Structure/CentralColumnsRemoveController.php
7008                 -
7009                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
7010                         count: 1
7011                         path: src/Controllers/Table/Structure/ChangeController.php
7013                 -
7014                         message: "#^Parameter \\#1 \\$selected of method PhpMyAdmin\\\\Controllers\\\\Table\\\\Structure\\\\ChangeController\\:\\:displayHtmlForColumnChange\\(\\) expects array\\<string\\>, array given\\.$#"
7015                         count: 1
7016                         path: src/Controllers/Table/Structure/ChangeController.php
7018                 -
7019                         message: "#^Parameter \\#1 \\$selected of method PhpMyAdmin\\\\Controllers\\\\Table\\\\Structure\\\\ChangeController\\:\\:displayHtmlForColumnChange\\(\\) expects array\\<string\\>, array\\<int, mixed\\> given\\.$#"
7020                         count: 1
7021                         path: src/Controllers/Table/Structure/ChangeController.php
7023                 -
7024                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
7025                         count: 1
7026                         path: src/Controllers/Table/Structure/ChangeController.php
7028                 -
7029                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
7030                         count: 1
7031                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7033                 -
7034                         message: "#^Cannot access offset 'COLUMN_COMMENT' on mixed\\.$#"
7035                         count: 1
7036                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7038                 -
7039                         message: "#^Cannot access offset 'Collation' on mixed\\.$#"
7040                         count: 1
7041                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7043                 -
7044                         message: "#^Cannot access offset 'Default' on mixed\\.$#"
7045                         count: 5
7046                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7048                 -
7049                         message: "#^Cannot access offset 'Expression' on mixed\\.$#"
7050                         count: 3
7051                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7053                 -
7054                         message: "#^Cannot access offset 'Extra' on mixed\\.$#"
7055                         count: 3
7056                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7058                 -
7059                         message: "#^Cannot access offset 'Null' on mixed\\.$#"
7060                         count: 2
7061                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7063                 -
7064                         message: "#^Cannot access offset 'Type' on mixed\\.$#"
7065                         count: 3
7066                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7068                 -
7069                         message: "#^Cannot access offset 'Virtuality' on mixed\\.$#"
7070                         count: 3
7071                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7073                 -
7074                         message: "#^Parameter \\#1 \\$column of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getColumnGenerationExpression\\(\\) expects string\\|null, mixed given\\.$#"
7075                         count: 1
7076                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7078                 -
7079                         message: "#^Parameter \\#1 \\$columnSpecification of static method PhpMyAdmin\\\\Util\\:\\:extractColumnSpec\\(\\) expects string, mixed given\\.$#"
7080                         count: 1
7081                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7083                 -
7084                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnsFull\\(\\) expects string\\|null, mixed given\\.$#"
7085                         count: 1
7086                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7088                 -
7089                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
7090                         count: 1
7091                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7093                 -
7094                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
7095                         count: 1
7096                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7098                 -
7099                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
7100                         count: 1
7101                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7103                 -
7104                         message: "#^Parameter \\#1 \\$oldcol of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7105                         count: 1
7106                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7108                 -
7109                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
7110                         count: 1
7111                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7113                 -
7114                         message: "#^Parameter \\#10 \\$extra of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7115                         count: 1
7116                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7118                 -
7119                         message: "#^Parameter \\#11 \\$comment of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7120                         count: 1
7121                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7123                 -
7124                         message: "#^Parameter \\#12 \\$virtuality of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7125                         count: 1
7126                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7128                 -
7129                         message: "#^Parameter \\#13 \\$expression of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7130                         count: 1
7131                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7133                 -
7134                         message: "#^Parameter \\#14 \\$moveTo of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7135                         count: 1
7136                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7138                 -
7139                         message: "#^Parameter \\#2 \\$newcol of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7140                         count: 1
7141                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7143                 -
7144                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnsFull\\(\\) expects string\\|null, mixed given\\.$#"
7145                         count: 1
7146                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7148                 -
7149                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
7150                         count: 1
7151                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7153                 -
7154                         message: "#^Parameter \\#4 \\$length of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7155                         count: 1
7156                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7158                 -
7159                         message: "#^Parameter \\#5 \\$attribute of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7160                         count: 1
7161                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7163                 -
7164                         message: "#^Parameter \\#6 \\$collation of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7165                         count: 1
7166                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7168                 -
7169                         message: "#^Parameter \\#9 \\$defaultValue of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7170                         count: 1
7171                         path: src/Controllers/Table/Structure/MoveColumnsController.php
7173                 -
7174                         message: "#^Cannot cast mixed to string\\.$#"
7175                         count: 6
7176                         path: src/Controllers/Table/Structure/PartitioningController.php
7178                 -
7179                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7180                         count: 2
7181                         path: src/Controllers/Table/Structure/PartitioningController.php
7183                 -
7184                         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\\>\\.$#"
7185                         count: 1
7186                         path: src/Controllers/Table/Structure/PartitioningController.php
7188                 -
7189                         message: "#^Offset 'partition_by' on array\\{partition_by\\: string, partition_expr\\: string, partition_count\\: mixed, subpartition_by\\: string, subpartition_expr\\: string, subpartition_count\\: int, can_have_subpartitions\\: bool\\} in isset\\(\\) always exists and is not nullable\\.$#"
7190                         count: 1
7191                         path: src/Controllers/Table/Structure/PartitioningController.php
7193                 -
7194                         message: "#^Offset 0 does not exist on array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\PartitionDefinition\\>\\|null\\.$#"
7195                         count: 1
7196                         path: src/Controllers/Table/Structure/PartitioningController.php
7198                 -
7199                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
7200                         count: 1
7201                         path: src/Controllers/Table/Structure/PartitioningController.php
7203                 -
7204                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
7205                         count: 1
7206                         path: src/Controllers/Table/Structure/PartitioningController.php
7208                 -
7209                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Table\\\\Table constructor expects string, mixed given\\.$#"
7210                         count: 1
7211                         path: src/Controllers/Table/Structure/PartitioningController.php
7213                 -
7214                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\PartitionDefinition\\>\\|null given\\.$#"
7215                         count: 1
7216                         path: src/Controllers/Table/Structure/PartitioningController.php
7218                 -
7219                         message: "#^Parameter \\#2 \\$dbName of class PhpMyAdmin\\\\Table\\\\Table constructor expects string, mixed given\\.$#"
7220                         count: 1
7221                         path: src/Controllers/Table/Structure/PartitioningController.php
7223                 -
7224                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7225                         count: 1
7226                         path: src/Controllers/Table/Structure/PrimaryController.php
7228                 -
7229                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
7230                         count: 1
7231                         path: src/Controllers/Table/Structure/PrimaryController.php
7233                 -
7234                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
7235                         count: 2
7236                         path: src/Controllers/Table/Structure/PrimaryController.php
7238                 -
7239                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
7240                         count: 2
7241                         path: src/Controllers/Table/Structure/PrimaryController.php
7243                 -
7244                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
7245                         count: 1
7246                         path: src/Controllers/Table/Structure/PrimaryController.php
7248                 -
7249                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
7250                         count: 1
7251                         path: src/Controllers/Table/Structure/ReservedWordCheckController.php
7253                 -
7254                         message: "#^Only booleans are allowed in a negated boolean, int\\|null given\\.$#"
7255                         count: 1
7256                         path: src/Controllers/Table/Structure/ReservedWordCheckController.php
7258                 -
7259                         message: "#^Only booleans are allowed in an if condition, int\\|null given\\.$#"
7260                         count: 1
7261                         path: src/Controllers/Table/Structure/ReservedWordCheckController.php
7263                 -
7264                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
7265                         count: 4
7266                         path: src/Controllers/Table/Structure/ReservedWordCheckController.php
7268                 -
7269                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
7270                         count: 1
7271                         path: src/Controllers/Table/Structure/SaveController.php
7273                 -
7274                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
7275                         count: 7
7276                         path: src/Controllers/Table/Structure/SaveController.php
7278                 -
7279                         message: "#^Cannot access offset int on mixed\\.$#"
7280                         count: 9
7281                         path: src/Controllers/Table/Structure/SaveController.php
7283                 -
7284                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
7285                         count: 26
7286                         path: src/Controllers/Table/Structure/SaveController.php
7288                 -
7289                         message: "#^Cannot cast mixed to string\\.$#"
7290                         count: 1
7291                         path: src/Controllers/Table/Structure/SaveController.php
7293                 -
7294                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7295                         count: 2
7296                         path: src/Controllers/Table/Structure/SaveController.php
7298                 -
7299                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:renameField\\(\\) expects string, mixed given\\.$#"
7300                         count: 1
7301                         path: src/Controllers/Table/Structure/SaveController.php
7303                 -
7304                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
7305                         count: 1
7306                         path: src/Controllers/Table/Structure/SaveController.php
7308                 -
7309                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
7310                         count: 3
7311                         path: src/Controllers/Table/Structure/SaveController.php
7313                 -
7314                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
7315                         count: 1
7316                         path: src/Controllers/Table/Structure/SaveController.php
7318                 -
7319                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
7320                         count: 7
7321                         path: src/Controllers/Table/Structure/SaveController.php
7323                 -
7324                         message: "#^Parameter \\#1 \\$oldcol of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7325                         count: 2
7326                         path: src/Controllers/Table/Structure/SaveController.php
7328                 -
7329                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
7330                         count: 1
7331                         path: src/Controllers/Table/Structure/SaveController.php
7333                 -
7334                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
7335                         count: 1
7336                         path: src/Controllers/Table/Structure/SaveController.php
7338                 -
7339                         message: "#^Parameter \\#10 \\$extra of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7340                         count: 2
7341                         path: src/Controllers/Table/Structure/SaveController.php
7343                 -
7344                         message: "#^Parameter \\#11 \\$comment of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7345                         count: 2
7346                         path: src/Controllers/Table/Structure/SaveController.php
7348                 -
7349                         message: "#^Parameter \\#12 \\$virtuality of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7350                         count: 2
7351                         path: src/Controllers/Table/Structure/SaveController.php
7353                 -
7354                         message: "#^Parameter \\#13 \\$expression of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7355                         count: 2
7356                         path: src/Controllers/Table/Structure/SaveController.php
7358                 -
7359                         message: "#^Parameter \\#14 \\$moveTo of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7360                         count: 2
7361                         path: src/Controllers/Table/Structure/SaveController.php
7363                 -
7364                         message: "#^Parameter \\#2 \\$newcol of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7365                         count: 2
7366                         path: src/Controllers/Table/Structure/SaveController.php
7368                 -
7369                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:renameField\\(\\) expects string, mixed given\\.$#"
7370                         count: 1
7371                         path: src/Controllers/Table/Structure/SaveController.php
7373                 -
7374                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
7375                         count: 1
7376                         path: src/Controllers/Table/Structure/SaveController.php
7378                 -
7379                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
7380                         count: 3
7381                         path: src/Controllers/Table/Structure/SaveController.php
7383                 -
7384                         message: "#^Parameter \\#3 \\$field of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:renameField\\(\\) expects string, mixed given\\.$#"
7385                         count: 1
7386                         path: src/Controllers/Table/Structure/SaveController.php
7388                 -
7389                         message: "#^Parameter \\#3 \\$key of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
7390                         count: 1
7391                         path: src/Controllers/Table/Structure/SaveController.php
7393                 -
7394                         message: "#^Parameter \\#3 \\$type of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7395                         count: 2
7396                         path: src/Controllers/Table/Structure/SaveController.php
7398                 -
7399                         message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
7400                         count: 1
7401                         path: src/Controllers/Table/Structure/SaveController.php
7403                 -
7404                         message: "#^Parameter \\#4 \\$length of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7405                         count: 2
7406                         path: src/Controllers/Table/Structure/SaveController.php
7408                 -
7409                         message: "#^Parameter \\#4 \\$mimetype of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
7410                         count: 1
7411                         path: src/Controllers/Table/Structure/SaveController.php
7413                 -
7414                         message: "#^Parameter \\#4 \\$newName of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:renameField\\(\\) expects string, mixed given\\.$#"
7415                         count: 1
7416                         path: src/Controllers/Table/Structure/SaveController.php
7418                 -
7419                         message: "#^Parameter \\#4 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
7420                         count: 1
7421                         path: src/Controllers/Table/Structure/SaveController.php
7423                 -
7424                         message: "#^Parameter \\#5 \\$attribute of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7425                         count: 2
7426                         path: src/Controllers/Table/Structure/SaveController.php
7428                 -
7429                         message: "#^Parameter \\#5 \\$transformation of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
7430                         count: 1
7431                         path: src/Controllers/Table/Structure/SaveController.php
7433                 -
7434                         message: "#^Parameter \\#5 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
7435                         count: 1
7436                         path: src/Controllers/Table/Structure/SaveController.php
7438                 -
7439                         message: "#^Parameter \\#6 \\$collation of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7440                         count: 2
7441                         path: src/Controllers/Table/Structure/SaveController.php
7443                 -
7444                         message: "#^Parameter \\#6 \\$transformationOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
7445                         count: 1
7446                         path: src/Controllers/Table/Structure/SaveController.php
7448                 -
7449                         message: "#^Parameter \\#7 \\$inputTransform of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
7450                         count: 1
7451                         path: src/Controllers/Table/Structure/SaveController.php
7453                 -
7454                         message: "#^Parameter \\#7 \\$null of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects bool\\|string, mixed given\\.$#"
7455                         count: 2
7456                         path: src/Controllers/Table/Structure/SaveController.php
7458                 -
7459                         message: "#^Parameter \\#8 \\$defaultType of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7460                         count: 2
7461                         path: src/Controllers/Table/Structure/SaveController.php
7463                 -
7464                         message: "#^Parameter \\#8 \\$inputTransformOpts of method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) expects string, mixed given\\.$#"
7465                         count: 1
7466                         path: src/Controllers/Table/Structure/SaveController.php
7468                 -
7469                         message: "#^Parameter \\#9 \\$defaultValue of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateAlter\\(\\) expects string, mixed given\\.$#"
7470                         count: 2
7471                         path: src/Controllers/Table/Structure/SaveController.php
7473                 -
7474                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
7475                         count: 1
7476                         path: src/Controllers/Table/StructureController.php
7478                 -
7479                         message: "#^Cannot access offset 'Check_time' on mixed\\.$#"
7480                         count: 1
7481                         path: src/Controllers/Table/StructureController.php
7483                 -
7484                         message: "#^Cannot access offset 'Create_time' on mixed\\.$#"
7485                         count: 1
7486                         path: src/Controllers/Table/StructureController.php
7488                 -
7489                         message: "#^Cannot access offset 'Data_free' on mixed\\.$#"
7490                         count: 1
7491                         path: src/Controllers/Table/StructureController.php
7493                 -
7494                         message: "#^Cannot access offset 'Data_length' on mixed\\.$#"
7495                         count: 7
7496                         path: src/Controllers/Table/StructureController.php
7498                 -
7499                         message: "#^Cannot access offset 'Index_length' on mixed\\.$#"
7500                         count: 2
7501                         path: src/Controllers/Table/StructureController.php
7503                 -
7504                         message: "#^Cannot access offset 'Rows' on mixed\\.$#"
7505                         count: 1
7506                         path: src/Controllers/Table/StructureController.php
7508                 -
7509                         message: "#^Cannot access offset 'Type' on mixed\\.$#"
7510                         count: 1
7511                         path: src/Controllers/Table/StructureController.php
7513                 -
7514                         message: "#^Cannot access offset 'Update_time' on mixed\\.$#"
7515                         count: 1
7516                         path: src/Controllers/Table/StructureController.php
7518                 -
7519                         message: "#^Cannot use array destructuring on array\\<int, string\\>\\|null\\.$#"
7520                         count: 1
7521                         path: src/Controllers/Table/StructureController.php
7523                 -
7524                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7525                         count: 4
7526                         path: src/Controllers/Table/StructureController.php
7528                 -
7529                         message: "#^Only booleans are allowed in an if condition, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given\\.$#"
7530                         count: 1
7531                         path: src/Controllers/Table/StructureController.php
7533                 -
7534                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
7535                         count: 1
7536                         path: src/Controllers/Table/StructureController.php
7538                 -
7539                         message: "#^Parameter \\#1 \\$datetime of function strtotime expects string, mixed given\\.$#"
7540                         count: 3
7541                         path: src/Controllers/Table/StructureController.php
7543                 -
7544                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getComments\\(\\) expects string, mixed given\\.$#"
7545                         count: 1
7546                         path: src/Controllers/Table/StructureController.php
7548                 -
7549                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getFromTable\\(\\) expects string, mixed given\\.$#"
7550                         count: 1
7551                         path: src/Controllers/Table/StructureController.php
7553                 -
7554                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Transformations\\:\\:getMime\\(\\) expects string, mixed given\\.$#"
7555                         count: 1
7556                         path: src/Controllers/Table/StructureController.php
7558                 -
7559                         message: "#^Parameter \\#1 \\$db of static method PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:getPartitionNames\\(\\) expects string, mixed given\\.$#"
7560                         count: 1
7561                         path: src/Controllers/Table/StructureController.php
7563                 -
7564                         message: "#^Parameter \\#1 \\$db of static method PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:getPartitions\\(\\) expects string, mixed given\\.$#"
7565                         count: 1
7566                         path: src/Controllers/Table/StructureController.php
7568                 -
7569                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
7570                         count: 4
7571                         path: src/Controllers/Table/StructureController.php
7573                 -
7574                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
7575                         count: 1
7576                         path: src/Controllers/Table/StructureController.php
7578                 -
7579                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
7580                         count: 1
7581                         path: src/Controllers/Table/StructureController.php
7583                 -
7584                         message: "#^Parameter \\#1 \\$schemaName of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:isSystemSchema\\(\\) expects string, mixed given\\.$#"
7585                         count: 1
7586                         path: src/Controllers/Table/StructureController.php
7588                 -
7589                         message: "#^Parameter \\#1 \\$table of static method PhpMyAdmin\\\\Index\\:\\:findDuplicates\\(\\) expects string, mixed given\\.$#"
7590                         count: 1
7591                         path: src/Controllers/Table/StructureController.php
7593                 -
7594                         message: "#^Parameter \\#1 \\$timestamp of static method PhpMyAdmin\\\\Util\\:\\:localisedDate\\(\\) expects int, \\(int\\|false\\) given\\.$#"
7595                         count: 3
7596                         path: src/Controllers/Table/StructureController.php
7598                 -
7599                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatByteDown\\(\\) expects float\\|int\\|string\\|null, \\(array\\|float\\|int\\) given\\.$#"
7600                         count: 2
7601                         path: src/Controllers/Table/StructureController.php
7603                 -
7604                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatByteDown\\(\\) expects float\\|int\\|string\\|null, mixed given\\.$#"
7605                         count: 3
7606                         path: src/Controllers/Table/StructureController.php
7608                 -
7609                         message: "#^Parameter \\#2 \\$schema of static method PhpMyAdmin\\\\Index\\:\\:findDuplicates\\(\\) expects string, mixed given\\.$#"
7610                         count: 1
7611                         path: src/Controllers/Table/StructureController.php
7613                 -
7614                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getComments\\(\\) expects string, mixed given\\.$#"
7615                         count: 1
7616                         path: src/Controllers/Table/StructureController.php
7618                 -
7619                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
7620                         count: 1
7621                         path: src/Controllers/Table/StructureController.php
7623                 -
7624                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getFromTable\\(\\) expects string, mixed given\\.$#"
7625                         count: 1
7626                         path: src/Controllers/Table/StructureController.php
7628                 -
7629                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Transformations\\:\\:getMime\\(\\) expects string, mixed given\\.$#"
7630                         count: 1
7631                         path: src/Controllers/Table/StructureController.php
7633                 -
7634                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getFromTable\\(\\) expects string, mixed given\\.$#"
7635                         count: 1
7636                         path: src/Controllers/Table/StructureController.php
7638                 -
7639                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, mixed given\\.$#"
7640                         count: 1
7641                         path: src/Controllers/Table/StructureController.php
7643                 -
7644                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:getPartitionNames\\(\\) expects string, mixed given\\.$#"
7645                         count: 1
7646                         path: src/Controllers/Table/StructureController.php
7648                 -
7649                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:getPartitions\\(\\) expects string, mixed given\\.$#"
7650                         count: 1
7651                         path: src/Controllers/Table/StructureController.php
7653                 -
7654                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
7655                         count: 4
7656                         path: src/Controllers/Table/StructureController.php
7658                 -
7659                         message: "#^Parameter \\#3 \\$schema of static method PhpMyAdmin\\\\Index\\:\\:getFromTable\\(\\) expects string, mixed given\\.$#"
7660                         count: 1
7661                         path: src/Controllers/Table/StructureController.php
7663                 -
7664                         message: "#^Parameter \\#3 \\$schema of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, mixed given\\.$#"
7665                         count: 1
7666                         path: src/Controllers/Table/StructureController.php
7668                 -
7669                         message: "#^Cannot access offset 'back' on mixed\\.$#"
7670                         count: 1
7671                         path: src/Controllers/Table/TrackingController.php
7673                 -
7674                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
7675                         count: 1
7676                         path: src/Controllers/Table/TrackingController.php
7678                 -
7679                         message: "#^Cannot cast mixed to int\\.$#"
7680                         count: 2
7681                         path: src/Controllers/Table/TrackingController.php
7683                 -
7684                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:changeTracking\\(\\) expects string, mixed given\\.$#"
7685                         count: 2
7686                         path: src/Controllers/Table/TrackingController.php
7688                 -
7689                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:createTrackingVersion\\(\\) expects string, mixed given\\.$#"
7690                         count: 1
7691                         path: src/Controllers/Table/TrackingController.php
7693                 -
7694                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:deleteFromTrackingReportLog\\(\\) expects string, mixed given\\.$#"
7695                         count: 2
7696                         path: src/Controllers/Table/TrackingController.php
7698                 -
7699                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:deleteTrackingVersion\\(\\) expects string, mixed given\\.$#"
7700                         count: 2
7701                         path: src/Controllers/Table/TrackingController.php
7703                 -
7704                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForMainPage\\(\\) expects string, mixed given\\.$#"
7705                         count: 1
7706                         path: src/Controllers/Table/TrackingController.php
7708                 -
7709                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\Tracking\\\\TrackingChecker\\:\\:getTrackedTables\\(\\) expects string, mixed given\\.$#"
7710                         count: 1
7711                         path: src/Controllers/Table/TrackingController.php
7713                 -
7714                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getTrackedData\\(\\) expects string, mixed given\\.$#"
7715                         count: 3
7716                         path: src/Controllers/Table/TrackingController.php
7718                 -
7719                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
7720                         count: 1
7721                         path: src/Controllers/Table/TrackingController.php
7723                 -
7724                         message: "#^Parameter \\#2 \\$entries of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getDownloadInfoForExport\\(\\) expects array\\<int, array\\<string, int\\|string\\>\\>, array given\\.$#"
7725                         count: 1
7726                         path: src/Controllers/Table/TrackingController.php
7728                 -
7729                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:changeTracking\\(\\) expects string, mixed given\\.$#"
7730                         count: 2
7731                         path: src/Controllers/Table/TrackingController.php
7733                 -
7734                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:createTrackingVersion\\(\\) expects string, mixed given\\.$#"
7735                         count: 1
7736                         path: src/Controllers/Table/TrackingController.php
7738                 -
7739                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:deleteFromTrackingReportLog\\(\\) expects string, mixed given\\.$#"
7740                         count: 2
7741                         path: src/Controllers/Table/TrackingController.php
7743                 -
7744                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:deleteTrackingVersion\\(\\) expects string, mixed given\\.$#"
7745                         count: 2
7746                         path: src/Controllers/Table/TrackingController.php
7748                 -
7749                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForMainPage\\(\\) expects string, mixed given\\.$#"
7750                         count: 1
7751                         path: src/Controllers/Table/TrackingController.php
7753                 -
7754                         message: "#^Parameter \\#2 \\$tablename of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getTrackedData\\(\\) expects string, mixed given\\.$#"
7755                         count: 3
7756                         path: src/Controllers/Table/TrackingController.php
7758                 -
7759                         message: "#^Parameter \\#2 \\$urlParams of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects array, mixed given\\.$#"
7760                         count: 1
7761                         path: src/Controllers/Table/TrackingController.php
7763                 -
7764                         message: "#^Parameter \\#3 \\$urlParams of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForMainPage\\(\\) expects array, mixed given\\.$#"
7765                         count: 1
7766                         path: src/Controllers/Table/TrackingController.php
7768                 -
7769                         message: "#^Parameter \\#3 \\$version of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:deleteTrackingVersion\\(\\) expects string, mixed given\\.$#"
7770                         count: 1
7771                         path: src/Controllers/Table/TrackingController.php
7773                 -
7774                         message: "#^Parameter \\#4 \\$params of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForSchemaSnapshot\\(\\) expects array, mixed given\\.$#"
7775                         count: 1
7776                         path: src/Controllers/Table/TrackingController.php
7778                 -
7779                         message: "#^Parameter \\#4 \\$textDir of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForMainPage\\(\\) expects string, mixed given\\.$#"
7780                         count: 1
7781                         path: src/Controllers/Table/TrackingController.php
7783                 -
7784                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
7785                         count: 2
7786                         path: src/Controllers/Table/ZoomSearchController.php
7788                 -
7789                         message: "#^Cannot access offset 0 on mixed\\.$#"
7790                         count: 3
7791                         path: src/Controllers/Table/ZoomSearchController.php
7793                 -
7794                         message: "#^Cannot access offset 1 on mixed\\.$#"
7795                         count: 3
7796                         path: src/Controllers/Table/ZoomSearchController.php
7798                 -
7799                         message: "#^Cannot access offset int on mixed\\.$#"
7800                         count: 1
7801                         path: src/Controllers/Table/ZoomSearchController.php
7803                 -
7804                         message: "#^Cannot access offset int\\<0, 3\\> on mixed\\.$#"
7805                         count: 1
7806                         path: src/Controllers/Table/ZoomSearchController.php
7808                 -
7809                         message: "#^Cannot cast mixed to string\\.$#"
7810                         count: 1
7811                         path: src/Controllers/Table/ZoomSearchController.php
7813                 -
7814                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7815                         count: 2
7816                         path: src/Controllers/Table/ZoomSearchController.php
7818                 -
7819                         message: "#^Only booleans are allowed in &&, array\\|false given on the left side\\.$#"
7820                         count: 1
7821                         path: src/Controllers/Table/ZoomSearchController.php
7823                 -
7824                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
7825                         count: 1
7826                         path: src/Controllers/Table/ZoomSearchController.php
7828                 -
7829                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
7830                         count: 1
7831                         path: src/Controllers/Table/ZoomSearchController.php
7833                 -
7834                         message: "#^Only booleans are allowed in an if condition, array given\\.$#"
7835                         count: 1
7836                         path: src/Controllers/Table/ZoomSearchController.php
7838                 -
7839                         message: "#^Parameter \\#1 \\$dataLabel of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ZoomSearchController\\:\\:displaySelectionFormAction\\(\\) expects string, mixed given\\.$#"
7840                         count: 1
7841                         path: src/Controllers/Table/ZoomSearchController.php
7843                 -
7844                         message: "#^Parameter \\#1 \\$dataLabel of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ZoomSearchController\\:\\:zoomSubmitAction\\(\\) expects string, mixed given\\.$#"
7845                         count: 1
7846                         path: src/Controllers/Table/ZoomSearchController.php
7848                 -
7849                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
7850                         count: 1
7851                         path: src/Controllers/Table/ZoomSearchController.php
7853                 -
7854                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
7855                         count: 1
7856                         path: src/Controllers/Table/ZoomSearchController.php
7858                 -
7859                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
7860                         count: 1
7861                         path: src/Controllers/Table/ZoomSearchController.php
7863                 -
7864                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
7865                         count: 2
7866                         path: src/Controllers/Table/ZoomSearchController.php
7868                 -
7869                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
7870                         count: 1
7871                         path: src/Controllers/Table/ZoomSearchController.php
7873                 -
7874                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
7875                         count: 1
7876                         path: src/Controllers/Table/ZoomSearchController.php
7878                 -
7879                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
7880                         count: 1
7881                         path: src/Controllers/Table/ZoomSearchController.php
7883                 -
7884                         message: "#^Parameter \\#1 \\$string of function strtoupper expects string, string\\|null given\\.$#"
7885                         count: 1
7886                         path: src/Controllers/Table/ZoomSearchController.php
7888                 -
7889                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getIntegerRange\\(\\) expects string, string\\|null given\\.$#"
7890                         count: 1
7891                         path: src/Controllers/Table/ZoomSearchController.php
7893                 -
7894                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getTypeOperatorsHtml\\(\\) expects string, string\\|null given\\.$#"
7895                         count: 1
7896                         path: src/Controllers/Table/ZoomSearchController.php
7898                 -
7899                         message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
7900                         count: 1
7901                         path: src/Controllers/Table/ZoomSearchController.php
7903                 -
7904                         message: "#^Parameter \\#2 \\$columnIndex of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ZoomSearchController\\:\\:getColumnProperties\\(\\) expects int, int\\|false given\\.$#"
7905                         count: 1
7906                         path: src/Controllers/Table/ZoomSearchController.php
7908                 -
7909                         message: "#^Parameter \\#2 \\$foreignField of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:foreignDropdown\\(\\) expects string, mixed given\\.$#"
7910                         count: 1
7911                         path: src/Controllers/Table/ZoomSearchController.php
7913                 -
7914                         message: "#^Parameter \\#2 \\$goto of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ZoomSearchController\\:\\:zoomSubmitAction\\(\\) expects string, mixed given\\.$#"
7915                         count: 1
7916                         path: src/Controllers/Table/ZoomSearchController.php
7918                 -
7919                         message: "#^Parameter \\#2 \\$signature of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
7920                         count: 1
7921                         path: src/Controllers/Table/ZoomSearchController.php
7923                 -
7924                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
7925                         count: 1
7926                         path: src/Controllers/Table/ZoomSearchController.php
7928                 -
7929                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
7930                         count: 1
7931                         path: src/Controllers/Table/ZoomSearchController.php
7933                 -
7934                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
7935                         count: 1
7936                         path: src/Controllers/Table/ZoomSearchController.php
7938                 -
7939                         message: "#^Parameter \\#3 \\$selectedOperator of method PhpMyAdmin\\\\Types\\:\\:getTypeOperatorsHtml\\(\\) expects string\\|null, mixed given\\.$#"
7940                         count: 1
7941                         path: src/Controllers/Table/ZoomSearchController.php
7943                 -
7944                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTables\\(\\) expects string, mixed given\\.$#"
7945                         count: 1
7946                         path: src/Controllers/TableController.php
7948                 -
7949                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
7950                         count: 2
7951                         path: src/Controllers/Transformation/OverviewController.php
7953                 -
7954                         message: "#^Cannot access offset mixed on mixed\\.$#"
7955                         count: 2
7956                         path: src/Controllers/Transformation/OverviewController.php
7958                 -
7959                         message: "#^Parameter \\#1 \\$file of method PhpMyAdmin\\\\Transformations\\:\\:getDescription\\(\\) expects string, mixed given\\.$#"
7960                         count: 1
7961                         path: src/Controllers/Transformation/OverviewController.php
7963                 -
7964                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7965                         count: 1
7966                         path: src/Controllers/Transformation/WrapperController.php
7968                 -
7969                         message: "#^Cannot call method isSuccess\\(\\) on mixed\\.$#"
7970                         count: 1
7971                         path: src/Controllers/Triggers/IndexController.php
7973                 -
7974                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
7975                         count: 13
7976                         path: src/Controllers/Triggers/IndexController.php
7978                 -
7979                         message: "#^Only booleans are allowed in \\|\\|, int\\<0, max\\> given on the left side\\.$#"
7980                         count: 1
7981                         path: src/Controllers/Triggers/IndexController.php
7983                 -
7984                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTables\\(\\) expects string, mixed given\\.$#"
7985                         count: 1
7986                         path: src/Controllers/Triggers/IndexController.php
7988                 -
7989                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getTables\\(\\) expects string, mixed given\\.$#"
7990                         count: 1
7991                         path: src/Controllers/Triggers/IndexController.php
7993                 -
7994                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getTriggerByName\\(\\) expects string, mixed given\\.$#"
7995                         count: 3
7996                         path: src/Controllers/Triggers/IndexController.php
7998                 -
7999                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
8000                         count: 1
8001                         path: src/Controllers/Triggers/IndexController.php
8003                 -
8004                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
8005                         count: 3
8006                         path: src/Controllers/Triggers/IndexController.php
8008                 -
8009                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
8010                         count: 1
8011                         path: src/Controllers/Triggers/IndexController.php
8013                 -
8014                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
8015                         count: 1
8016                         path: src/Controllers/Triggers/IndexController.php
8018                 -
8019                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
8020                         count: 1
8021                         path: src/Controllers/Triggers/IndexController.php
8023                 -
8024                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
8025                         count: 1
8026                         path: src/Controllers/Triggers/IndexController.php
8028                 -
8029                         message: "#^Parameter \\#1 \\$trigger of method PhpMyAdmin\\\\Controllers\\\\Triggers\\\\IndexController\\:\\:getDataFromTrigger\\(\\) expects PhpMyAdmin\\\\Triggers\\\\Trigger, PhpMyAdmin\\\\Triggers\\\\Trigger\\|null given\\.$#"
8030                         count: 1
8031                         path: src/Controllers/Triggers/IndexController.php
8033                 -
8034                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
8035                         count: 1
8036                         path: src/Controllers/Triggers/IndexController.php
8038                 -
8039                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getDetails\\(\\) expects string, mixed given\\.$#"
8040                         count: 1
8041                         path: src/Controllers/Triggers/IndexController.php
8043                 -
8044                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Util\\:\\:currentUserHasPrivilege\\(\\) expects string\\|null, mixed given\\.$#"
8045                         count: 2
8046                         path: src/Controllers/Triggers/IndexController.php
8048                 -
8049                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getTriggerByName\\(\\) expects string, mixed given\\.$#"
8050                         count: 3
8051                         path: src/Controllers/Triggers/IndexController.php
8053                 -
8054                         message: "#^Parameter \\#3 \\$name of method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getTriggerByName\\(\\) expects string, mixed given\\.$#"
8055                         count: 2
8056                         path: src/Controllers/Triggers/IndexController.php
8058                 -
8059                         message: "#^Parameter \\#3 \\$table of static method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getDetails\\(\\) expects string, mixed given\\.$#"
8060                         count: 1
8061                         path: src/Controllers/Triggers/IndexController.php
8063                 -
8064                         message: "#^Parameter \\#3 \\$tbl of static method PhpMyAdmin\\\\Util\\:\\:currentUserHasPrivilege\\(\\) expects string\\|null, mixed given\\.$#"
8065                         count: 2
8066                         path: src/Controllers/Triggers/IndexController.php
8068                 -
8069                         message: "#^Cannot access offset 'error' on mixed\\.$#"
8070                         count: 1
8071                         path: src/Controllers/UserPasswordController.php
8073                 -
8074                         message: "#^Cannot access offset 'msg' on mixed\\.$#"
8075                         count: 2
8076                         path: src/Controllers/UserPasswordController.php
8078                 -
8079                         message: "#^Cannot call method getDisplay\\(\\) on mixed\\.$#"
8080                         count: 1
8081                         path: src/Controllers/UserPasswordController.php
8083                 -
8084                         message: "#^Only booleans are allowed in a negated boolean, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given\\.$#"
8085                         count: 1
8086                         path: src/Controllers/UserPasswordController.php
8088                 -
8089                         message: "#^Parameter \\#1 \\$content of method PhpMyAdmin\\\\ResponseRenderer\\:\\:addHTML\\(\\) expects string, mixed given\\.$#"
8090                         count: 1
8091                         path: src/Controllers/UserPasswordController.php
8093                 -
8094                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
8095                         count: 1
8096                         path: src/Controllers/UserPasswordController.php
8098                 -
8099                         message: "#^Parameter \\#1 \\$password of method PhpMyAdmin\\\\UserPassword\\:\\:changePassword\\(\\) expects string, mixed given\\.$#"
8100                         count: 1
8101                         path: src/Controllers/UserPasswordController.php
8103                 -
8104                         message: "#^Parameter \\#1 \\$pmaPw of method PhpMyAdmin\\\\UserPassword\\:\\:setChangePasswordMsg\\(\\) expects string, mixed given\\.$#"
8105                         count: 1
8106                         path: src/Controllers/UserPasswordController.php
8108                 -
8109                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\UserPassword\\:\\:getFormForChangePassword\\(\\) expects string\\|null, mixed given\\.$#"
8110                         count: 1
8111                         path: src/Controllers/UserPasswordController.php
8113                 -
8114                         message: "#^Parameter \\#2 \\$authenticationPlugin of method PhpMyAdmin\\\\UserPassword\\:\\:changePassword\\(\\) expects string\\|null, mixed given\\.$#"
8115                         count: 1
8116                         path: src/Controllers/UserPasswordController.php
8118                 -
8119                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\UserPassword\\:\\:getFormForChangePassword\\(\\) expects string\\|null, mixed given\\.$#"
8120                         count: 1
8121                         path: src/Controllers/UserPasswordController.php
8123                 -
8124                         message: "#^Parameter \\#2 \\$pmaPw2 of method PhpMyAdmin\\\\UserPassword\\:\\:setChangePasswordMsg\\(\\) expects string, mixed given\\.$#"
8125                         count: 1
8126                         path: src/Controllers/UserPasswordController.php
8128                 -
8129                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8130                         count: 2
8131                         path: src/Controllers/VersionCheckController.php
8133                 -
8134                         message: "#^Parameter \\#1 \\$releases of method PhpMyAdmin\\\\VersionInformation\\:\\:getLatestCompatibleVersion\\(\\) expects array, mixed given\\.$#"
8135                         count: 1
8136                         path: src/Controllers/VersionCheckController.php
8138                 -
8139                         message: "#^Cannot access offset 'back' on mixed\\.$#"
8140                         count: 1
8141                         path: src/Controllers/View/CreateController.php
8143                 -
8144                         message: "#^Cannot access offset 'db' on mixed\\.$#"
8145                         count: 1
8146                         path: src/Controllers/View/CreateController.php
8148                 -
8149                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
8150                         count: 1
8151                         path: src/Controllers/View/CreateController.php
8153                 -
8154                         message: "#^Cannot access offset 'reload' on mixed\\.$#"
8155                         count: 1
8156                         path: src/Controllers/View/CreateController.php
8158                 -
8159                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8160                         count: 3
8161                         path: src/Controllers/View/CreateController.php
8163                 -
8164                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
8165                         count: 1
8166                         path: src/Controllers/View/CreateController.php
8168                 -
8169                         message: "#^PHPDoc tag @var for variable \\$view has no value type specified in iterable type array\\.$#"
8170                         count: 1
8171                         path: src/Controllers/View/CreateController.php
8173                 -
8174                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\SystemDatabase\\:\\:getExistingTransformationData\\(\\) expects string, mixed given\\.$#"
8175                         count: 1
8176                         path: src/Controllers/View/CreateController.php
8178                 -
8179                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
8180                         count: 1
8181                         path: src/Controllers/View/CreateController.php
8183                 -
8184                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
8185                         count: 1
8186                         path: src/Controllers/View/CreateController.php
8188                 -
8189                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
8190                         count: 2
8191                         path: src/Controllers/View/CreateController.php
8193                 -
8194                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
8195                         count: 1
8196                         path: src/Controllers/View/CreateController.php
8198                 -
8199                         message: "#^Parameter \\#1 \\$sqlQuery of method PhpMyAdmin\\\\SystemDatabase\\:\\:getColumnMapFromSql\\(\\) expects string, mixed given\\.$#"
8200                         count: 1
8201                         path: src/Controllers/View/CreateController.php
8203                 -
8204                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
8205                         count: 2
8206                         path: src/Controllers/View/CreateController.php
8208                 -
8209                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
8210                         count: 1
8211                         path: src/Controllers/View/CreateController.php
8213                 -
8214                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
8215                         count: 2
8216                         path: src/Controllers/View/CreateController.php
8218                 -
8219                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
8220                         count: 1
8221                         path: src/Controllers/View/CreateController.php
8223                 -
8224                         message: "#^Parameter \\#3 \\$viewName of method PhpMyAdmin\\\\SystemDatabase\\:\\:getNewTransformationDataSql\\(\\) expects string, mixed given\\.$#"
8225                         count: 1
8226                         path: src/Controllers/View/CreateController.php
8228                 -
8229                         message: "#^Parameter \\#4 \\$db of method PhpMyAdmin\\\\SystemDatabase\\:\\:getNewTransformationDataSql\\(\\) expects string, mixed given\\.$#"
8230                         count: 1
8231                         path: src/Controllers/View/CreateController.php
8233                 -
8234                         message: "#^Binary operation \"\\*\" between string and 1024\\|1048576\\|1073741824\\|1099511627776 results in an error\\.$#"
8235                         count: 1
8236                         path: src/Core.php
8238                 -
8239                         message: "#^Cannot access offset string on mixed\\.$#"
8240                         count: 8
8241                         path: src/Core.php
8243                 -
8244                         message: "#^Cannot cast mixed to int\\.$#"
8245                         count: 1
8246                         path: src/Core.php
8248                 -
8249                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8250                         count: 3
8251                         path: src/Core.php
8253                 -
8254                         message: "#^Method PhpMyAdmin\\\\Core\\:\\:getIp\\(\\) should return bool\\|string but returns mixed\\.$#"
8255                         count: 1
8256                         path: src/Core.php
8258                 -
8259                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
8260                         count: 2
8261                         path: src/Core.php
8263                 -
8264                         message: "#^Only booleans are allowed in a negated boolean, int\\|string given\\.$#"
8265                         count: 1
8266                         path: src/Core.php
8268                 -
8269                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
8270                         count: 1
8271                         path: src/Core.php
8273                 -
8274                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
8275                         count: 1
8276                         path: src/Core.php
8278                 -
8279                         message: "#^Parameter \\#1 \\$pattern of function preg_match expects string, mixed given\\.$#"
8280                         count: 1
8281                         path: src/Core.php
8283                 -
8284                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:formatSql\\(\\) expects string, mixed given\\.$#"
8285                         count: 1
8286                         path: src/Core.php
8288                 -
8289                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
8290                         count: 1
8291                         path: src/Core.php
8293                 -
8294                         message: "#^Parameter \\#1 \\$variableName of static method PhpMyAdmin\\\\Core\\:\\:getEnv\\(\\) expects non\\-empty\\-string, string given\\.$#"
8295                         count: 1
8296                         path: src/Core.php
8298                 -
8299                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, \\(int\\|string\\) given\\.$#"
8300                         count: 1
8301                         path: src/Core.php
8303                 -
8304                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
8305                         count: 3
8306                         path: src/CreateAddField.php
8308                 -
8309                         message: "#^Cannot access offset 'col_index' on mixed\\.$#"
8310                         count: 1
8311                         path: src/CreateAddField.php
8313                 -
8314                         message: "#^Cannot access offset 'size' on mixed\\.$#"
8315                         count: 1
8316                         path: src/CreateAddField.php
8318                 -
8319                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
8320                         count: 12
8321                         path: src/CreateAddField.php
8323                 -
8324                         message: "#^Cannot access offset int\\<min, \\-2\\>\\|int\\<0, max\\> on mixed\\.$#"
8325                         count: 1
8326                         path: src/CreateAddField.php
8328                 -
8329                         message: "#^Cannot access offset mixed on mixed\\.$#"
8330                         count: 1
8331                         path: src/CreateAddField.php
8333                 -
8334                         message: "#^Cannot cast mixed to string\\.$#"
8335                         count: 2
8336                         path: src/CreateAddField.php
8338                 -
8339                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8340                         count: 24
8341                         path: src/CreateAddField.php
8343                 -
8344                         message: "#^Method PhpMyAdmin\\\\CreateAddField\\:\\:getIndexedColumns\\(\\) return type has no value type specified in iterable type array\\.$#"
8345                         count: 5
8346                         path: src/CreateAddField.php
8348                 -
8349                         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\\}\\.$#"
8350                         count: 1
8351                         path: src/CreateAddField.php
8353                 -
8354                         message: "#^Parameter \\#1 \\$collation of static method PhpMyAdmin\\\\Util\\:\\:getCharsetQueryPart\\(\\) expects string, mixed given\\.$#"
8355                         count: 1
8356                         path: src/CreateAddField.php
8358                 -
8359                         message: "#^Parameter \\#1 \\$engine of static method PhpMyAdmin\\\\StorageEngine\\:\\:isValid\\(\\) expects string, mixed given\\.$#"
8360                         count: 1
8361                         path: src/CreateAddField.php
8363                 -
8364                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
8365                         count: 4
8366                         path: src/CreateAddField.php
8368                 -
8369                         message: "#^Parameter \\#1 \\$index of method PhpMyAdmin\\\\CreateAddField\\:\\:buildIndexStatement\\(\\) expects array, mixed given\\.$#"
8370                         count: 5
8371                         path: src/CreateAddField.php
8373                 -
8374                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
8375                         count: 5
8376                         path: src/CreateAddField.php
8378                 -
8379                         message: "#^Parameter \\#1 \\$partition of method PhpMyAdmin\\\\CreateAddField\\:\\:getPartitionDefinition\\(\\) expects array, mixed given\\.$#"
8380                         count: 2
8381                         path: src/CreateAddField.php
8383                 -
8384                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:escapeString\\(\\) expects string, mixed given\\.$#"
8385                         count: 2
8386                         path: src/CreateAddField.php
8388                 -
8389                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
8390                         count: 3
8391                         path: src/CreateAddField.php
8393                 -
8394                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
8395                         count: 1
8396                         path: src/CreateAddField.php
8398                 -
8399                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
8400                         count: 1
8401                         path: src/CreateAddField.php
8403                 -
8404                         message: "#^Parameter \\#10 \\$comment of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
8405                         count: 1
8406                         path: src/CreateAddField.php
8408                 -
8409                         message: "#^Parameter \\#11 \\$virtuality of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
8410                         count: 1
8411                         path: src/CreateAddField.php
8413                 -
8414                         message: "#^Parameter \\#12 \\$expression of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
8415                         count: 1
8416                         path: src/CreateAddField.php
8418                 -
8419                         message: "#^Parameter \\#2 \\$type of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
8420                         count: 1
8421                         path: src/CreateAddField.php
8423                 -
8424                         message: "#^Parameter \\#3 \\$length of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
8425                         count: 1
8426                         path: src/CreateAddField.php
8428                 -
8429                         message: "#^Parameter \\#4 \\$attribute of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
8430                         count: 1
8431                         path: src/CreateAddField.php
8433                 -
8434                         message: "#^Parameter \\#5 \\$collation of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
8435                         count: 1
8436                         path: src/CreateAddField.php
8438                 -
8439                         message: "#^Parameter \\#6 \\$null of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects bool\\|string, mixed given\\.$#"
8440                         count: 1
8441                         path: src/CreateAddField.php
8443                 -
8444                         message: "#^Parameter \\#7 \\$defaultType of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
8445                         count: 1
8446                         path: src/CreateAddField.php
8448                 -
8449                         message: "#^Parameter \\#8 \\$defaultValue of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
8450                         count: 1
8451                         path: src/CreateAddField.php
8453                 -
8454                         message: "#^Parameter \\#9 \\$extra of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, mixed given\\.$#"
8455                         count: 1
8456                         path: src/CreateAddField.php
8458                 -
8459                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
8460                         count: 4
8461                         path: src/Database/CentralColumns.php
8463                 -
8464                         message: "#^Cannot access offset 'col_attribute' on mixed\\.$#"
8465                         count: 6
8466                         path: src/Database/CentralColumns.php
8468                 -
8469                         message: "#^Cannot access offset 'col_default' on mixed\\.$#"
8470                         count: 2
8471                         path: src/Database/CentralColumns.php
8473                 -
8474                         message: "#^Cannot access offset 'col_extra' on mixed\\.$#"
8475                         count: 3
8476                         path: src/Database/CentralColumns.php
8478                 -
8479                         message: "#^Cannot access offset 'col_isNull' on mixed\\.$#"
8480                         count: 1
8481                         path: src/Database/CentralColumns.php
8483                 -
8484                         message: "#^Cannot access offset 'col_length' on mixed\\.$#"
8485                         count: 1
8486                         path: src/Database/CentralColumns.php
8488                 -
8489                         message: "#^Cannot access offset 'col_name' on mixed\\.$#"
8490                         count: 2
8491                         path: src/Database/CentralColumns.php
8493                 -
8494                         message: "#^Cannot access offset 'col_type' on mixed\\.$#"
8495                         count: 2
8496                         path: src/Database/CentralColumns.php
8498                 -
8499                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
8500                         count: 11
8501                         path: src/Database/CentralColumns.php
8503                 -
8504                         message: "#^Cannot cast mixed to int\\.$#"
8505                         count: 2
8506                         path: src/Database/CentralColumns.php
8508                 -
8509                         message: "#^Cannot cast mixed to string\\.$#"
8510                         count: 4
8511                         path: src/Database/CentralColumns.php
8513                 -
8514                         message: "#^Foreach overwrites \\$table with its value variable\\.$#"
8515                         count: 2
8516                         path: src/Database/CentralColumns.php
8518                 -
8519                         message: "#^Method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:findExistingColNames\\(\\) should return array but returns mixed\\.$#"
8520                         count: 1
8521                         path: src/Database/CentralColumns.php
8523                 -
8524                         message: "#^Method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getColumnsList\\(\\) should return array but returns mixed\\.$#"
8525                         count: 1
8526                         path: src/Database/CentralColumns.php
8528                 -
8529                         message: "#^Method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getListRaw\\(\\) should return array but returns mixed\\.$#"
8530                         count: 1
8531                         path: src/Database/CentralColumns.php
8533                 -
8534                         message: "#^Method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getParams\\(\\) should return array\\|bool but returns mixed\\.$#"
8535                         count: 1
8536                         path: src/Database/CentralColumns.php
8538                 -
8539                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
8540                         count: 3
8541                         path: src/Database/CentralColumns.php
8543                 -
8544                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
8545                         count: 1
8546                         path: src/Database/CentralColumns.php
8548                 -
8549                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
8550                         count: 3
8551                         path: src/Database/CentralColumns.php
8553                 -
8554                         message: "#^Parameter \\#1 \\$bitDefaultValue of static method PhpMyAdmin\\\\Util\\:\\:convertBitDefaultValue\\(\\) expects string\\|null, mixed given\\.$#"
8555                         count: 2
8556                         path: src/Database/CentralColumns.php
8558                 -
8559                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumn\\(\\) expects string, mixed given\\.$#"
8560                         count: 1
8561                         path: src/Database/CentralColumns.php
8563                 -
8564                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
8565                         count: 1
8566                         path: src/Database/CentralColumns.php
8568                 -
8569                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:findExistingColNames\\(\\) expects string, mixed given\\.$#"
8570                         count: 2
8571                         path: src/Database/CentralColumns.php
8573                 -
8574                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
8575                         count: 1
8576                         path: src/Database/CentralColumns.php
8578                 -
8579                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
8580                         count: 9
8581                         path: src/Database/CentralColumns.php
8583                 -
8584                         message: "#^Parameter \\#1 \\$def of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getInsertQuery\\(\\) expects PhpMyAdmin\\\\ColumnFull, PhpMyAdmin\\\\ColumnFull\\|null given\\.$#"
8585                         count: 1
8586                         path: src/Database/CentralColumns.php
8588                 -
8589                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
8590                         count: 11
8591                         path: src/Database/CentralColumns.php
8593                 -
8594                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getHtmlForEditTableRow\\(\\) expects array, mixed given\\.$#"
8595                         count: 1
8596                         path: src/Database/CentralColumns.php
8598                 -
8599                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
8600                         count: 1
8601                         path: src/Database/CentralColumns.php
8603                 -
8604                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, mixed given\\.$#"
8605                         count: 2
8606                         path: src/Database/CentralColumns.php
8608                 -
8609                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
8610                         count: 1
8611                         path: src/Database/CentralColumns.php
8613                 -
8614                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
8615                         count: 1
8616                         path: src/Database/CentralColumns.php
8618                 -
8619                         message: "#^Parameter \\#10 \\$colDefault of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
8620                         count: 1
8621                         path: src/Database/CentralColumns.php
8623                 -
8624                         message: "#^Parameter \\#2 \\$cols of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:findExistingColNames\\(\\) expects array\\<string\\>, array\\<int\\<0, max\\>, mixed\\> given\\.$#"
8625                         count: 1
8626                         path: src/Database/CentralColumns.php
8628                 -
8629                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getInsertQuery\\(\\) expects string, mixed given\\.$#"
8630                         count: 2
8631                         path: src/Database/CentralColumns.php
8633                 -
8634                         message: "#^Parameter \\#2 \\$origColName of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
8635                         count: 1
8636                         path: src/Database/CentralColumns.php
8638                 -
8639                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
8640                         count: 1
8641                         path: src/Database/CentralColumns.php
8643                 -
8644                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumn\\(\\) expects string, mixed given\\.$#"
8645                         count: 1
8646                         path: src/Database/CentralColumns.php
8648                 -
8649                         message: "#^Parameter \\#3 \\$centralListTable of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:getInsertQuery\\(\\) expects string, mixed given\\.$#"
8650                         count: 3
8651                         path: src/Database/CentralColumns.php
8653                 -
8654                         message: "#^Parameter \\#3 \\$colName of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
8655                         count: 1
8656                         path: src/Database/CentralColumns.php
8658                 -
8659                         message: "#^Parameter \\#3 \\$column of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:checkChildForeignReferences\\(\\) expects string, mixed given\\.$#"
8660                         count: 1
8661                         path: src/Database/CentralColumns.php
8663                 -
8664                         message: "#^Parameter \\#3 \\$pageNow of static method PhpMyAdmin\\\\Util\\:\\:pageselector\\(\\) expects int, \\(float\\|int\\) given\\.$#"
8665                         count: 1
8666                         path: src/Database/CentralColumns.php
8668                 -
8669                         message: "#^Parameter \\#4 \\$colType of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
8670                         count: 1
8671                         path: src/Database/CentralColumns.php
8673                 -
8674                         message: "#^Parameter \\#5 \\$colAttribute of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
8675                         count: 1
8676                         path: src/Database/CentralColumns.php
8678                 -
8679                         message: "#^Parameter \\#6 \\$colLength of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
8680                         count: 1
8681                         path: src/Database/CentralColumns.php
8683                 -
8684                         message: "#^Parameter \\#8 \\$collation of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
8685                         count: 1
8686                         path: src/Database/CentralColumns.php
8688                 -
8689                         message: "#^Parameter \\#9 \\$colExtra of method PhpMyAdmin\\\\Database\\\\CentralColumns\\:\\:updateOneColumn\\(\\) expects string, mixed given\\.$#"
8690                         count: 1
8691                         path: src/Database/CentralColumns.php
8693                 -
8694                         message: "#^Cannot cast mixed to string\\.$#"
8695                         count: 2
8696                         path: src/Database/Designer.php
8698                 -
8699                         message: "#^Method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getSideMenuParamsArray\\(\\) should return array but returns mixed\\.$#"
8700                         count: 1
8701                         path: src/Database/Designer.php
8703                 -
8704                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
8705                         count: 1
8706                         path: src/Database/Designer.php
8708                 -
8709                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
8710                         count: 3
8711                         path: src/Database/Designer/Common.php
8713                 -
8714                         message: "#^Cannot access offset 'ENGINE' on mixed\\.$#"
8715                         count: 5
8716                         path: src/Database/Designer/Common.php
8718                 -
8719                         message: "#^Cannot access offset 'TABLE_NAME' on mixed\\.$#"
8720                         count: 2
8721                         path: src/Database/Designer/Common.php
8723                 -
8724                         message: "#^Cannot access offset 'constraint' on mixed\\.$#"
8725                         count: 1
8726                         path: src/Database/Designer/Common.php
8728                 -
8729                         message: "#^Cannot access offset 'foreign_db' on mixed\\.$#"
8730                         count: 1
8731                         path: src/Database/Designer/Common.php
8733                 -
8734                         message: "#^Cannot access offset 'foreign_field' on mixed\\.$#"
8735                         count: 1
8736                         path: src/Database/Designer/Common.php
8738                 -
8739                         message: "#^Cannot access offset 'foreign_table' on mixed\\.$#"
8740                         count: 1
8741                         path: src/Database/Designer/Common.php
8743                 -
8744                         message: "#^Cannot access offset 'index_list' on mixed\\.$#"
8745                         count: 1
8746                         path: src/Database/Designer/Common.php
8748                 -
8749                         message: "#^Cannot access offset 'ref_db_name' on mixed\\.$#"
8750                         count: 1
8751                         path: src/Database/Designer/Common.php
8753                 -
8754                         message: "#^Cannot access offset 'ref_index_list' on mixed\\.$#"
8755                         count: 1
8756                         path: src/Database/Designer/Common.php
8758                 -
8759                         message: "#^Cannot access offset 'ref_table_name' on mixed\\.$#"
8760                         count: 1
8761                         path: src/Database/Designer/Common.php
8763                 -
8764                         message: "#^Cannot access offset mixed on mixed\\.$#"
8765                         count: 5
8766                         path: src/Database/Designer/Common.php
8768                 -
8769                         message: "#^Cannot access offset string on mixed\\.$#"
8770                         count: 1
8771                         path: src/Database/Designer/Common.php
8773                 -
8774                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8775                         count: 2
8776                         path: src/Database/Designer/Common.php
8778                 -
8779                         message: "#^For loop initial assignment overwrites variable \\$i\\.$#"
8780                         count: 1
8781                         path: src/Database/Designer/Common.php
8783                 -
8784                         message: "#^Only booleans are allowed in &&, array\\|false given on the left side\\.$#"
8785                         count: 1
8786                         path: src/Database/Designer/Common.php
8788                 -
8789                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
8790                         count: 1
8791                         path: src/Database/Designer/Common.php
8793                 -
8794                         message: "#^Only booleans are allowed in a negated boolean, bool\\|string given\\.$#"
8795                         count: 1
8796                         path: src/Database/Designer/Common.php
8798                 -
8799                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
8800                         count: 2
8801                         path: src/Database/Designer/Common.php
8803                 -
8804                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTablesFull\\(\\) expects string, mixed given\\.$#"
8805                         count: 2
8806                         path: src/Database/Designer/Common.php
8808                 -
8809                         message: "#^Parameter \\#1 \\$databaseName of class PhpMyAdmin\\\\Database\\\\Designer\\\\DesignerTable constructor expects string, mixed given\\.$#"
8810                         count: 1
8811                         path: src/Database/Designer/Common.php
8813                 -
8814                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
8815                         count: 1
8816                         path: src/Database/Designer/Common.php
8818                 -
8819                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
8820                         count: 2
8821                         path: src/Database/Designer/Common.php
8823                 -
8824                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
8825                         count: 2
8826                         path: src/Database/Designer/Common.php
8828                 -
8829                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
8830                         count: 2
8831                         path: src/Database/Designer/Common.php
8833                 -
8834                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
8835                         count: 1
8836                         path: src/Database/Designer/Common.php
8838                 -
8839                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
8840                         count: 4
8841                         path: src/Database/Designer/Common.php
8843                 -
8844                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|false given\\.$#"
8845                         count: 2
8846                         path: src/Database/Designer/Common.php
8848                 -
8849                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
8850                         count: 4
8851                         path: src/Database/Designer/Common.php
8853                 -
8854                         message: "#^Parameter \\#1 \\$string of function rawurlencode expects string, mixed given\\.$#"
8855                         count: 4
8856                         path: src/Database/Designer/Common.php
8858                 -
8859                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
8860                         count: 1
8861                         path: src/Database/Designer/Common.php
8863                 -
8864                         message: "#^Parameter \\#2 \\$tableName of class PhpMyAdmin\\\\Database\\\\Designer\\\\DesignerTable constructor expects string, mixed given\\.$#"
8865                         count: 1
8866                         path: src/Database/Designer/Common.php
8868                 -
8869                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
8870                         count: 1
8871                         path: src/Database/Events.php
8873                 -
8874                         message: "#^Cannot access an offset on mixed\\.$#"
8875                         count: 6
8876                         path: src/Database/Events.php
8878                 -
8879                         message: "#^Cannot access offset 'Name' on mixed\\.$#"
8880                         count: 1
8881                         path: src/Database/Events.php
8883                 -
8884                         message: "#^Cannot access offset 'Status' on mixed\\.$#"
8885                         count: 1
8886                         path: src/Database/Events.php
8888                 -
8889                         message: "#^Cannot access offset 'Type' on mixed\\.$#"
8890                         count: 1
8891                         path: src/Database/Events.php
8893                 -
8894                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
8895                         count: 13
8896                         path: src/Database/Events.php
8898                 -
8899                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
8900                         count: 4
8901                         path: src/Database/Events.php
8903                 -
8904                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
8905                         count: 1
8906                         path: src/Database/Events.php
8908                 -
8909                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
8910                         count: 4
8911                         path: src/Database/Events.php
8913                 -
8914                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
8915                         count: 1
8916                         path: src/Database/Events.php
8918                 -
8919                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, string\\|null given\\.$#"
8920                         count: 1
8921                         path: src/Database/Events.php
8923                 -
8924                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
8925                         count: 5
8926                         path: src/Database/Events.php
8928                 -
8929                         message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
8930                         count: 1
8931                         path: src/Database/Events.php
8933                 -
8934                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDefinition\\(\\) expects string, mixed given\\.$#"
8935                         count: 1
8936                         path: src/Database/Events.php
8938                 -
8939                         message: "#^Parameter \\#2 \\$errors of method PhpMyAdmin\\\\Database\\\\Events\\:\\:checkResult\\(\\) expects array, mixed given\\.$#"
8940                         count: 1
8941                         path: src/Database/Events.php
8943                 -
8944                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
8945                         count: 1
8946                         path: src/Database/Events.php
8948                 -
8949                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDefinition\\(\\) expects string, mixed given\\.$#"
8950                         count: 1
8951                         path: src/Database/Events.php
8953                 -
8954                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
8955                         count: 3
8956                         path: src/Database/Routines.php
8958                 -
8959                         message: "#^Cannot access an offset on mixed\\.$#"
8960                         count: 9
8961                         path: src/Database/Routines.php
8963                 -
8964                         message: "#^Cannot access offset 'DTD_IDENTIFIER' on mixed\\.$#"
8965                         count: 1
8966                         path: src/Database/Routines.php
8968                 -
8969                         message: "#^Cannot access offset 'Db' on mixed\\.$#"
8970                         count: 1
8971                         path: src/Database/Routines.php
8973                 -
8974                         message: "#^Cannot access offset 'Definer' on mixed\\.$#"
8975                         count: 1
8976                         path: src/Database/Routines.php
8978                 -
8979                         message: "#^Cannot access offset 'Name' on mixed\\.$#"
8980                         count: 1
8981                         path: src/Database/Routines.php
8983                 -
8984                         message: "#^Cannot access offset 'Type' on mixed\\.$#"
8985                         count: 1
8986                         path: src/Database/Routines.php
8988                 -
8989                         message: "#^Cannot access offset 'value' on mixed\\.$#"
8990                         count: 1
8991                         path: src/Database/Routines.php
8993                 -
8994                         message: "#^Cannot access offset 0 on mixed\\.$#"
8995                         count: 1
8996                         path: src/Database/Routines.php
8998                 -
8999                         message: "#^Cannot access offset 1 on mixed\\.$#"
9000                         count: 1
9001                         path: src/Database/Routines.php
9003                 -
9004                         message: "#^Cannot access offset 2 on mixed\\.$#"
9005                         count: 1
9006                         path: src/Database/Routines.php
9008                 -
9009                         message: "#^Cannot access offset 5 on mixed\\.$#"
9010                         count: 1
9011                         path: src/Database/Routines.php
9013                 -
9014                         message: "#^Cannot access offset 6 on mixed\\.$#"
9015                         count: 1
9016                         path: src/Database/Routines.php
9018                 -
9019                         message: "#^Cannot access offset 7 on mixed\\.$#"
9020                         count: 1
9021                         path: src/Database/Routines.php
9023                 -
9024                         message: "#^Cannot access offset int\\<0, max\\> on array\\<int, array\\|string\\|null\\>\\|int\\.$#"
9025                         count: 1
9026                         path: src/Database/Routines.php
9028                 -
9029                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
9030                         count: 16
9031                         path: src/Database/Routines.php
9033                 -
9034                         message: "#^Cannot access offset mixed on mixed\\.$#"
9035                         count: 9
9036                         path: src/Database/Routines.php
9038                 -
9039                         message: "#^Cannot access property \\$name on PhpMyAdmin\\\\SqlParser\\\\Components\\\\DataType\\|null\\.$#"
9040                         count: 1
9041                         path: src/Database/Routines.php
9043                 -
9044                         message: "#^Cannot access property \\$options on PhpMyAdmin\\\\SqlParser\\\\Components\\\\DataType\\|null\\.$#"
9045                         count: 1
9046                         path: src/Database/Routines.php
9048                 -
9049                         message: "#^Cannot access property \\$parameters on PhpMyAdmin\\\\SqlParser\\\\Components\\\\DataType\\|null\\.$#"
9050                         count: 1
9051                         path: src/Database/Routines.php
9053                 -
9054                         message: "#^Cannot assign new offset to array\\<int, string\\>\\|string\\|null\\.$#"
9055                         count: 1
9056                         path: src/Database/Routines.php
9058                 -
9059                         message: "#^Cannot call method has\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
9060                         count: 1
9061                         path: src/Database/Routines.php
9063                 -
9064                         message: "#^Cannot cast mixed to string\\.$#"
9065                         count: 1
9066                         path: src/Database/Routines.php
9068                 -
9069                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9070                         count: 22
9071                         path: src/Database/Routines.php
9073                 -
9074                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
9075                         count: 2
9076                         path: src/Database/Routines.php
9078                 -
9079                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
9080                         count: 4
9081                         path: src/Database/Routines.php
9083                 -
9084                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
9085                         count: 2
9086                         path: src/Database/Routines.php
9088                 -
9089                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
9090                         count: 1
9091                         path: src/Database/Routines.php
9093                 -
9094                         message: "#^Parameter \\#1 \\$haystack of function stripos expects string, mixed given\\.$#"
9095                         count: 2
9096                         path: src/Database/Routines.php
9098                 -
9099                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
9100                         count: 10
9101                         path: src/Database/Routines.php
9103                 -
9104                         message: "#^Parameter \\#1 \\$itemParamName of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:processParamsAndBuild\\(\\) expects array\\<string\\>, array given\\.$#"
9105                         count: 1
9106                         path: src/Database/Routines.php
9108                 -
9109                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
9110                         count: 1
9111                         path: src/Database/Routines.php
9113                 -
9114                         message: "#^Parameter \\#1 \\$quotedString of static method PhpMyAdmin\\\\Util\\:\\:unQuote\\(\\) expects string, mixed given\\.$#"
9115                         count: 1
9116                         path: src/Database/Routines.php
9118                 -
9119                         message: "#^Parameter \\#1 \\$selected of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getSupportedDatatypes\\(\\) expects string, mixed given\\.$#"
9120                         count: 1
9121                         path: src/Database/Routines.php
9123                 -
9124                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
9125                         count: 7
9126                         path: src/Database/Routines.php
9128                 -
9129                         message: "#^Parameter \\#1 \\$string of function htmlentities expects string, mixed given\\.$#"
9130                         count: 2
9131                         path: src/Database/Routines.php
9133                 -
9134                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
9135                         count: 3
9136                         path: src/Database/Routines.php
9138                 -
9139                         message: "#^Parameter \\#1 \\$string of function mb_strtolower expects string, mixed given\\.$#"
9140                         count: 6
9141                         path: src/Database/Routines.php
9143                 -
9144                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
9145                         count: 2
9146                         path: src/Database/Routines.php
9148                 -
9149                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Types\\:\\:getTypeClass\\(\\) expects string, mixed given\\.$#"
9150                         count: 4
9151                         path: src/Database/Routines.php
9153                 -
9154                         message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
9155                         count: 1
9156                         path: src/Database/Routines.php
9158                 -
9159                         message: "#^Parameter \\#2 \\$createRoutine of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:create\\(\\) expects string, string\\|null given\\.$#"
9160                         count: 1
9161                         path: src/Database/Routines.php
9163                 -
9164                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getFunctionDefinition\\(\\) expects string, mixed given\\.$#"
9165                         count: 2
9166                         path: src/Database/Routines.php
9168                 -
9169                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getProcedureDefinition\\(\\) expects string, mixed given\\.$#"
9170                         count: 2
9171                         path: src/Database/Routines.php
9173                 -
9174                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Util\\:\\:currentUserHasPrivilege\\(\\) expects string\\|null, mixed given\\.$#"
9175                         count: 2
9176                         path: src/Database/Routines.php
9178                 -
9179                         message: "#^Parameter \\#2 \\$itemParamDir of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:processParamsAndBuild\\(\\) expects array\\<string\\>, array given\\.$#"
9180                         count: 1
9181                         path: src/Database/Routines.php
9183                 -
9184                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
9185                         count: 1
9186                         path: src/Database/Routines.php
9188                 -
9189                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
9190                         count: 4
9191                         path: src/Database/Routines.php
9193                 -
9194                         message: "#^Parameter \\#2 \\$warnedAboutLength of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:processFunctionSpecificParameters\\(\\) expects bool, mixed given\\.$#"
9195                         count: 1
9196                         path: src/Database/Routines.php
9198                 -
9199                         message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
9200                         count: 1
9201                         path: src/Database/Routines.php
9203                 -
9204                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
9205                         count: 1
9206                         path: src/Database/Routines.php
9208                 -
9209                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getFunctionDefinition\\(\\) expects string, mixed given\\.$#"
9210                         count: 3
9211                         path: src/Database/Routines.php
9213                 -
9214                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getProcedureDefinition\\(\\) expects string, mixed given\\.$#"
9215                         count: 3
9216                         path: src/Database/Routines.php
9218                 -
9219                         message: "#^Parameter \\#7 \\$itemType of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:processParamsAndBuild\\(\\) expects string, mixed given\\.$#"
9220                         count: 1
9221                         path: src/Database/Routines.php
9223                 -
9224                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9225                         count: 4
9226                         path: src/Database/Search.php
9228                 -
9229                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
9230                         count: 1
9231                         path: src/Database/Search.php
9233                 -
9234                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
9235                         count: 1
9236                         path: src/Database/Search.php
9238                 -
9239                         message: "#^Property PhpMyAdmin\\\\Database\\\\Search\\:\\:\\$criteriaTables \\(array\\<string\\>\\) does not accept array\\.$#"
9240                         count: 1
9241                         path: src/Database/Search.php
9243                 -
9244                         message: "#^Property PhpMyAdmin\\\\Database\\\\Search\\:\\:\\$searchTypeDescription \\(string\\) does not accept mixed\\.$#"
9245                         count: 1
9246                         path: src/Database/Search.php
9248                 -
9249                         message: "#^Binary operation \"\\+\" between string\\|null and string\\|null results in an error\\.$#"
9250                         count: 1
9251                         path: src/DatabaseInterface.php
9253                 -
9254                         message: "#^Binary operation \"\\+\\=\" between mixed and string\\|null results in an error\\.$#"
9255                         count: 5
9256                         path: src/DatabaseInterface.php
9258                 -
9259                         message: "#^Cannot access an offset on mixed\\.$#"
9260                         count: 1
9261                         path: src/DatabaseInterface.php
9263                 -
9264                         message: "#^Cannot access offset 'Data_length' on mixed\\.$#"
9265                         count: 3
9266                         path: src/DatabaseInterface.php
9268                 -
9269                         message: "#^Cannot access offset 'Engine' on mixed\\.$#"
9270                         count: 1
9271                         path: src/DatabaseInterface.php
9273                 -
9274                         message: "#^Cannot access offset 'Index_length' on mixed\\.$#"
9275                         count: 3
9276                         path: src/DatabaseInterface.php
9278                 -
9279                         message: "#^Cannot access offset string on mixed\\.$#"
9280                         count: 1
9281                         path: src/DatabaseInterface.php
9283                 -
9284                         message: "#^Cannot access offset string\\|null on mixed\\.$#"
9285                         count: 3
9286                         path: src/DatabaseInterface.php
9288                 -
9289                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9290                         count: 1
9291                         path: src/DatabaseInterface.php
9293                 -
9294                         message: "#^Foreach overwrites \\$database with its value variable\\.$#"
9295                         count: 1
9296                         path: src/DatabaseInterface.php
9298                 -
9299                         message: "#^Foreach overwrites \\$table with its value variable\\.$#"
9300                         count: 1
9301                         path: src/DatabaseInterface.php
9303                 -
9304                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:affectedRows\\(\\) should return int\\|numeric\\-string but returns mixed\\.$#"
9305                         count: 1
9306                         path: src/DatabaseInterface.php
9308                 -
9309                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:fetchSingleRow\\(\\) return type has no value type specified in iterable type array\\.$#"
9310                         count: 1
9311                         path: src/DatabaseInterface.php
9313                 -
9314                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnNames\\(\\) should return array\\<string\\> but returns array\\.$#"
9315                         count: 1
9316                         path: src/DatabaseInterface.php
9318                 -
9319                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnsFull\\(\\) should return array but returns mixed\\.$#"
9320                         count: 1
9321                         path: src/DatabaseInterface.php
9323                 -
9324                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getCurrentUser\\(\\) should return string but returns mixed\\.$#"
9325                         count: 1
9326                         path: src/DatabaseInterface.php
9328                 -
9329                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getCurrentUser\\(\\) should return string but returns string\\|null\\.$#"
9330                         count: 1
9331                         path: src/DatabaseInterface.php
9333                 -
9334                         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\\.$#"
9335                         count: 1
9336                         path: src/DatabaseInterface.php
9338                 -
9339                         message: "#^Only booleans are allowed in &&, int\\|false given on the left side\\.$#"
9340                         count: 3
9341                         path: src/DatabaseInterface.php
9343                 -
9344                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
9345                         count: 3
9346                         path: src/DatabaseInterface.php
9348                 -
9349                         message: "#^Only booleans are allowed in a ternary operator condition, bool\\|string given\\.$#"
9350                         count: 1
9351                         path: src/DatabaseInterface.php
9353                 -
9354                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
9355                         count: 2
9356                         path: src/DatabaseInterface.php
9358                 -
9359                         message: "#^Parameter \\#1 \\$a of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:usortComparisonCallback\\(\\) expects array, mixed given\\.$#"
9360                         count: 1
9361                         path: src/DatabaseInterface.php
9363                 -
9364                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(string\\)\\: non\\-empty\\-string given\\.$#"
9365                         count: 1
9366                         path: src/DatabaseInterface.php
9368                 -
9369                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(string, 0\\|1\\|2\\=\\)\\: non\\-empty\\-string given\\.$#"
9370                         count: 1
9371                         path: src/DatabaseInterface.php
9373                 -
9374                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
9375                         count: 1
9376                         path: src/DatabaseInterface.php
9378                 -
9379                         message: "#^Parameter \\#1 \\$haystack of function stripos expects string, mixed given\\.$#"
9380                         count: 2
9381                         path: src/DatabaseInterface.php
9383                 -
9384                         message: "#^Parameter \\#1 \\$path of function basename expects string, mixed given\\.$#"
9385                         count: 1
9386                         path: src/DatabaseInterface.php
9388                 -
9389                         message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
9390                         count: 1
9391                         path: src/DatabaseInterface.php
9393                 -
9394                         message: "#^Parameter \\#1 \\$version of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:versionToInt\\(\\) expects string, mixed given\\.$#"
9395                         count: 1
9396                         path: src/DatabaseInterface.php
9398                 -
9399                         message: "#^Parameter \\#2 \\$b of static method PhpMyAdmin\\\\Query\\\\Utilities\\:\\:usortComparisonCallback\\(\\) expects array, mixed given\\.$#"
9400                         count: 1
9401                         path: src/DatabaseInterface.php
9403                 -
9404                         message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
9405                         count: 1
9406                         path: src/DatabaseInterface.php
9408                 -
9409                         message: "#^Parameter \\#4 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
9410                         count: 1
9411                         path: src/DatabaseInterface.php
9413                 -
9414                         message: "#^Property PhpMyAdmin\\\\DatabaseInterface\\:\\:\\$versionComment \\(string\\) does not accept mixed\\.$#"
9415                         count: 1
9416                         path: src/DatabaseInterface.php
9418                 -
9419                         message: "#^Property PhpMyAdmin\\\\DatabaseInterface\\:\\:\\$versionString \\(string\\) does not accept mixed\\.$#"
9420                         count: 1
9421                         path: src/DatabaseInterface.php
9423                 -
9424                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
9425                         count: 1
9426                         path: src/DatabaseInterface.php
9428                 -
9429                         message: "#^Method PhpMyAdmin\\\\Dbal\\\\DbalInterface\\:\\:fetchSingleRow\\(\\) return type has no value type specified in iterable type array\\.$#"
9430                         count: 1
9431                         path: src/Dbal/DbalInterface.php
9433                 -
9434                         message: "#^Parameter \\#1 \\$haystack of function stripos expects string, string\\|null given\\.$#"
9435                         count: 1
9436                         path: src/Dbal/DbiMysqli.php
9438                 -
9439                         message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:fetchAllAssoc\\(\\) should return array\\<int, array\\<string\\|null\\>\\> but returns array\\.$#"
9440                         count: 1
9441                         path: src/Dbal/MysqliResult.php
9443                 -
9444                         message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:fetchAllColumn\\(\\) should return array\\<int, string\\|null\\> but returns array\\<int, mixed\\>\\.$#"
9445                         count: 1
9446                         path: src/Dbal/MysqliResult.php
9448                 -
9449                         message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:fetchAllKeyPair\\(\\) should return array\\<string\\|null\\> but returns array\\<int\\|string, mixed\\>\\.$#"
9450                         count: 1
9451                         path: src/Dbal/MysqliResult.php
9453                 -
9454                         message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:fetchRow\\(\\) should return array\\<int, string\\|null\\> but returns array\\.$#"
9455                         count: 1
9456                         path: src/Dbal/MysqliResult.php
9458                 -
9459                         message: "#^Method PhpMyAdmin\\\\Dbal\\\\MysqliResult\\:\\:getFieldNames\\(\\) should return array\\<int, non\\-empty\\-string\\> but returns array\\<int, mixed\\>\\.$#"
9460                         count: 1
9461                         path: src/Dbal/MysqliResult.php
9463                 -
9464                         message: "#^Parameter \\#1 \\$field of class PhpMyAdmin\\\\FieldMetadata constructor expects object\\{name\\: non\\-empty\\-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\\}, mixed given\\.$#"
9465                         count: 1
9466                         path: src/Dbal/MysqliResult.php
9468                 -
9469                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$expr\\.$#"
9470                         count: 1
9471                         path: src/Display/Results.php
9473                 -
9474                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$from\\.$#"
9475                         count: 2
9476                         path: src/Display/Results.php
9478                 -
9479                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$limit\\.$#"
9480                         count: 1
9481                         path: src/Display/Results.php
9483                 -
9484                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$where\\.$#"
9485                         count: 1
9486                         path: src/Display/Results.php
9488                 -
9489                         message: "#^Access to an undefined property object\\:\\:\\$column\\.$#"
9490                         count: 1
9491                         path: src/Display/Results.php
9493                 -
9494                         message: "#^Access to an undefined property object\\:\\:\\$database\\.$#"
9495                         count: 1
9496                         path: src/Display/Results.php
9498                 -
9499                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
9500                         count: 6
9501                         path: src/Display/Results.php
9503                 -
9504                         message: "#^Cannot access offset 'display_binary' on mixed\\.$#"
9505                         count: 8
9506                         path: src/Display/Results.php
9508                 -
9509                         message: "#^Cannot access offset 'display_blob' on mixed\\.$#"
9510                         count: 6
9511                         path: src/Display/Results.php
9513                 -
9514                         message: "#^Cannot access offset 'foreign_db' on mixed\\.$#"
9515                         count: 2
9516                         path: src/Display/Results.php
9518                 -
9519                         message: "#^Cannot access offset 'foreign_field' on mixed\\.$#"
9520                         count: 1
9521                         path: src/Display/Results.php
9523                 -
9524                         message: "#^Cannot access offset 'foreign_table' on mixed\\.$#"
9525                         count: 2
9526                         path: src/Display/Results.php
9528                 -
9529                         message: "#^Cannot access offset 'geoOption' on mixed\\.$#"
9530                         count: 8
9531                         path: src/Display/Results.php
9533                 -
9534                         message: "#^Cannot access offset 'hide_transformation' on mixed\\.$#"
9535                         count: 8
9536                         path: src/Display/Results.php
9538                 -
9539                         message: "#^Cannot access offset 'index_list' on mixed\\.$#"
9540                         count: 1
9541                         path: src/Display/Results.php
9543                 -
9544                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
9545                         count: 18
9546                         path: src/Display/Results.php
9548                 -
9549                         message: "#^Cannot access offset 'pftext' on mixed\\.$#"
9550                         count: 9
9551                         path: src/Display/Results.php
9553                 -
9554                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
9555                         count: 11
9556                         path: src/Display/Results.php
9558                 -
9559                         message: "#^Cannot access offset 'possible_as_geometry' on mixed\\.$#"
9560                         count: 2
9561                         path: src/Display/Results.php
9563                 -
9564                         message: "#^Cannot access offset 'query' on mixed\\.$#"
9565                         count: 5
9566                         path: src/Display/Results.php
9568                 -
9569                         message: "#^Cannot access offset 'ref_db_name' on mixed\\.$#"
9570                         count: 2
9571                         path: src/Display/Results.php
9573                 -
9574                         message: "#^Cannot access offset 'ref_index_list' on mixed\\.$#"
9575                         count: 1
9576                         path: src/Display/Results.php
9578                 -
9579                         message: "#^Cannot access offset 'ref_table_name' on mixed\\.$#"
9580                         count: 2
9581                         path: src/Display/Results.php
9583                 -
9584                         message: "#^Cannot access offset 'relational_display' on mixed\\.$#"
9585                         count: 7
9586                         path: src/Display/Results.php
9588                 -
9589                         message: "#^Cannot access offset 'repeat_cells' on mixed\\.$#"
9590                         count: 5
9591                         path: src/Display/Results.php
9593                 -
9594                         message: "#^Cannot access offset 'sql' on mixed\\.$#"
9595                         count: 1
9596                         path: src/Display/Results.php
9598                 -
9599                         message: "#^Cannot access offset 0 on mixed\\.$#"
9600                         count: 1
9601                         path: src/Display/Results.php
9603                 -
9604                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
9605                         count: 2
9606                         path: src/Display/Results.php
9608                 -
9609                         message: "#^Cannot access offset mixed on mixed\\.$#"
9610                         count: 1
9611                         path: src/Display/Results.php
9613                 -
9614                         message: "#^Cannot access offset non\\-falsy\\-string on mixed\\.$#"
9615                         count: 4
9616                         path: src/Display/Results.php
9618                 -
9619                         message: "#^Cannot access property \\$alias on mixed\\.$#"
9620                         count: 1
9621                         path: src/Display/Results.php
9623                 -
9624                         message: "#^Cannot access property \\$identifiers on mixed\\.$#"
9625                         count: 1
9626                         path: src/Display/Results.php
9628                 -
9629                         message: "#^Cannot access property \\$offset on mixed\\.$#"
9630                         count: 1
9631                         path: src/Display/Results.php
9633                 -
9634                         message: "#^Cannot access property \\$rowCount on mixed\\.$#"
9635                         count: 1
9636                         path: src/Display/Results.php
9638                 -
9639                         message: "#^Cannot access property \\$table on mixed\\.$#"
9640                         count: 2
9641                         path: src/Display/Results.php
9643                 -
9644                         message: "#^Cannot cast mixed to int\\.$#"
9645                         count: 1
9646                         path: src/Display/Results.php
9648                 -
9649                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
9650                         count: 26
9651                         path: src/Display/Results.php
9653                 -
9654                         message: "#^Dynamic call to static method PhpMyAdmin\\\\Plugins\\\\TransformationsInterface\\:\\:getMIMESubtype\\(\\)\\.$#"
9655                         count: 1
9656                         path: src/Display/Results.php
9658                 -
9659                         message: "#^Dynamic call to static method PhpMyAdmin\\\\Plugins\\\\TransformationsInterface\\:\\:getMIMEType\\(\\)\\.$#"
9660                         count: 2
9661                         path: src/Display/Results.php
9663                 -
9664                         message: "#^Dynamic call to static method PhpMyAdmin\\\\Plugins\\\\TransformationsInterface\\:\\:getName\\(\\)\\.$#"
9665                         count: 1
9666                         path: src/Display/Results.php
9668                 -
9669                         message: "#^Method PhpMyAdmin\\\\Display\\\\Results\\:\\:getSortByKeyDropDown\\(\\) return type has no value type specified in iterable type array\\.$#"
9670                         count: 2
9671                         path: src/Display/Results.php
9673                 -
9674                         message: "#^Method PhpMyAdmin\\\\Display\\\\Results\\:\\:getTableHeaders\\(\\) return type has no value type specified in iterable type array\\.$#"
9675                         count: 2
9676                         path: src/Display/Results.php
9678                 -
9679                         message: "#^Offset 3 does not exist on array\\{string\\|null, string\\|null, string\\|null\\}\\.$#"
9680                         count: 1
9681                         path: src/Display/Results.php
9683                 -
9684                         message: "#^Only booleans are allowed in &&, array\\|bool given on the left side\\.$#"
9685                         count: 1
9686                         path: src/Display/Results.php
9688                 -
9689                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
9690                         count: 1
9691                         path: src/Display/Results.php
9693                 -
9694                         message: "#^Only booleans are allowed in &&, string\\|null given on the left side\\.$#"
9695                         count: 3
9696                         path: src/Display/Results.php
9698                 -
9699                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
9700                         count: 1
9701                         path: src/Display/Results.php
9703                 -
9704                         message: "#^Only booleans are allowed in a negated boolean, int\\|string\\|null given\\.$#"
9705                         count: 1
9706                         path: src/Display/Results.php
9708                 -
9709                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
9710                         count: 1
9711                         path: src/Display/Results.php
9713                 -
9714                         message: "#^Only booleans are allowed in a ternary operator condition, int\\<0, max\\>\\|false given\\.$#"
9715                         count: 1
9716                         path: src/Display/Results.php
9718                 -
9719                         message: "#^Only booleans are allowed in a ternary operator condition, mixed given\\.$#"
9720                         count: 1
9721                         path: src/Display/Results.php
9723                 -
9724                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
9725                         count: 3
9726                         path: src/Display/Results.php
9728                 -
9729                         message: "#^Only booleans are allowed in \\|\\|, int\\<0, max\\>\\|false given on the left side\\.$#"
9730                         count: 1
9731                         path: src/Display/Results.php
9733                 -
9734                         message: "#^Parameter \\#1 \\$array of function array_shift expects array, mixed given\\.$#"
9735                         count: 1
9736                         path: src/Display/Results.php
9738                 -
9739                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getComments\\(\\) expects string, mixed given\\.$#"
9740                         count: 1
9741                         path: src/Display/Results.php
9743                 -
9744                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
9745                         count: 2
9746                         path: src/Display/Results.php
9748                 -
9749                         message: "#^Parameter \\#1 \\$haystack of function mb_strpos expects string, mixed given\\.$#"
9750                         count: 2
9751                         path: src/Display/Results.php
9753                 -
9754                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
9755                         count: 1
9756                         path: src/Display/Results.php
9758                 -
9759                         message: "#^Parameter \\#1 \\$offset of method PhpMyAdmin\\\\Dbal\\\\ResultInterface\\:\\:seek\\(\\) expects int, float\\|int given\\.$#"
9760                         count: 2
9761                         path: src/Display/Results.php
9763                 -
9764                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array\\<string, string\\|null\\> given\\.$#"
9765                         count: 2
9766                         path: src/Display/Results.php
9768                 -
9769                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:signSqlQuery\\(\\) expects string, mixed given\\.$#"
9770                         count: 1
9771                         path: src/Display/Results.php
9773                 -
9774                         message: "#^Parameter \\#1 \\$table of class PhpMyAdmin\\\\Display\\\\ForeignKeyRelatedTable constructor expects string, mixed given\\.$#"
9775                         count: 2
9776                         path: src/Display/Results.php
9778                 -
9779                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
9780                         count: 2
9781                         path: src/Display/Results.php
9783                 -
9784                         message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
9785                         count: 5
9786                         path: src/Display/Results.php
9788                 -
9789                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatNumber\\(\\) expects float\\|int\\|string, int\\|string\\|false given\\.$#"
9790                         count: 1
9791                         path: src/Display/Results.php
9793                 -
9794                         message: "#^Parameter \\#2 \\$field of class PhpMyAdmin\\\\Display\\\\ForeignKeyRelatedTable constructor expects string, mixed given\\.$#"
9795                         count: 2
9796                         path: src/Display/Results.php
9798                 -
9799                         message: "#^Parameter \\#2 \\$list of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:getClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\TokensList, PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null given\\.$#"
9800                         count: 2
9801                         path: src/Display/Results.php
9803                 -
9804                         message: "#^Parameter \\#2 \\$list of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:replaceClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\TokensList, PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null given\\.$#"
9805                         count: 1
9806                         path: src/Display/Results.php
9808                 -
9809                         message: "#^Parameter \\#2 \\$rows of static method PhpMyAdmin\\\\Util\\:\\:pageselector\\(\\) expects int, mixed given\\.$#"
9810                         count: 1
9811                         path: src/Display/Results.php
9813                 -
9814                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
9815                         count: 1
9816                         path: src/Display/Results.php
9818                 -
9819                         message: "#^Parameter \\#2 \\$string2 of function strcasecmp expects string, mixed given\\.$#"
9820                         count: 1
9821                         path: src/Display/Results.php
9823                 -
9824                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getComments\\(\\) expects string, mixed given\\.$#"
9825                         count: 1
9826                         path: src/Display/Results.php
9828                 -
9829                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
9830                         count: 2
9831                         path: src/Display/Results.php
9833                 -
9834                         message: "#^Parameter \\#3 \\$colOrder of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getRowValues\\(\\) expects array\\|false, mixed given\\.$#"
9835                         count: 1
9836                         path: src/Display/Results.php
9838                 -
9839                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#"
9840                         count: 3
9841                         path: src/Display/Results.php
9843                 -
9844                         message: "#^Parameter \\#4 \\$database of class PhpMyAdmin\\\\Display\\\\ForeignKeyRelatedTable constructor expects string, mixed given\\.$#"
9845                         count: 2
9846                         path: src/Display/Results.php
9848                 -
9849                         message: "#^Parameter \\#5 \\$isFieldTruncated of method PhpMyAdmin\\\\Display\\\\Results\\:\\:addClass\\(\\) expects bool, mixed given\\.$#"
9850                         count: 1
9851                         path: src/Display/Results.php
9853                 -
9854                         message: "#^Parameter \\#5 \\$sortDirection of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getSingleAndMultiSortUrls\\(\\) expects array\\<string\\>, array given\\.$#"
9855                         count: 1
9856                         path: src/Display/Results.php
9858                 -
9859                         message: "#^Parameter \\#5 \\$sortExpressionNoDirection of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getTableHeaders\\(\\) expects array\\<int, string\\>, array\\<int, string\\|null\\> given\\.$#"
9860                         count: 1
9861                         path: src/Display/Results.php
9863                 -
9864                         message: "#^Parameter \\#6 \\$colVisib of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getRowValues\\(\\) expects array\\|bool\\|string, mixed given\\.$#"
9865                         count: 1
9866                         path: src/Display/Results.php
9868                 -
9869                         message: "#^Parameter \\#8 \\$colVisib of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getOrderLinkAndSortedHeaderHtml\\(\\) expects array\\|bool, mixed given\\.$#"
9870                         count: 1
9871                         path: src/Display/Results.php
9873                 -
9874                         message: "#^Parameter \\#9 \\$colVisibElement of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getOrderLinkAndSortedHeaderHtml\\(\\) expects int\\|string\\|null, mixed given\\.$#"
9875                         count: 1
9876                         path: src/Display/Results.php
9878                 -
9879                         message: "#^Property PhpMyAdmin\\\\FieldMetadata\\:\\:\\$name \\(non\\-empty\\-string\\) does not accept mixed\\.$#"
9880                         count: 1
9881                         path: src/Display/Results.php
9883                 -
9884                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
9885                         count: 1
9886                         path: src/Display/Results.php
9888                 -
9889                         message: "#^Cannot access offset 0 on mixed\\.$#"
9890                         count: 2
9891                         path: src/Encoding.php
9893                 -
9894                         message: "#^Cannot access offset 1 on mixed\\.$#"
9895                         count: 2
9896                         path: src/Encoding.php
9898                 -
9899                         message: "#^Cannot access offset 2 on mixed\\.$#"
9900                         count: 1
9901                         path: src/Encoding.php
9903                 -
9904                         message: "#^Foreach overwrites \\$engine with its value variable\\.$#"
9905                         count: 1
9906                         path: src/Encoding.php
9908                 -
9909                         message: "#^Method PhpMyAdmin\\\\Encoding\\:\\:convertString\\(\\) should return string but returns string\\|false\\.$#"
9910                         count: 1
9911                         path: src/Encoding.php
9913                 -
9914                         message: "#^Parameter \\#1 \\$directory of function tempnam expects string, string\\|null given\\.$#"
9915                         count: 1
9916                         path: src/Encoding.php
9918                 -
9919                         message: "#^Parameter \\#1 \\$extension of static method PhpMyAdmin\\\\Core\\:\\:warnMissingExtension\\(\\) expects string, mixed given\\.$#"
9920                         count: 1
9921                         path: src/Encoding.php
9923                 -
9924                         message: "#^Parameter \\#1 \\$function of function function_exists expects string, mixed given\\.$#"
9925                         count: 2
9926                         path: src/Encoding.php
9928                 -
9929                         message: "#^Static property PhpMyAdmin\\\\Encoding\\:\\:\\$engine \\(int\\|null\\) does not accept mixed\\.$#"
9930                         count: 2
9931                         path: src/Encoding.php
9933                 -
9934                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatNumber\\(\\) expects float\\|int\\|string, mixed given\\.$#"
9935                         count: 11
9936                         path: src/Engines/Innodb.php
9938                 -
9939                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
9940                         count: 1
9941                         path: src/Engines/Pbxt.php
9943                 -
9944                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
9945                         count: 3
9946                         path: src/Error.php
9948                 -
9949                         message: "#^Cannot access offset 'args' on mixed\\.$#"
9950                         count: 1
9951                         path: src/Error.php
9953                 -
9954                         message: "#^Cannot access offset 'class' on mixed\\.$#"
9955                         count: 1
9956                         path: src/Error.php
9958                 -
9959                         message: "#^Cannot access offset 'class'\\|'function'\\|'line'\\|'type' on mixed\\.$#"
9960                         count: 1
9961                         path: src/Error.php
9963                 -
9964                         message: "#^Cannot access offset 'file' on mixed\\.$#"
9965                         count: 2
9966                         path: src/Error.php
9968                 -
9969                         message: "#^Cannot access offset 'function' on mixed\\.$#"
9970                         count: 1
9971                         path: src/Error.php
9973                 -
9974                         message: "#^Cannot access offset 'line' on mixed\\.$#"
9975                         count: 1
9976                         path: src/Error.php
9978                 -
9979                         message: "#^Cannot access offset 'type' on mixed\\.$#"
9980                         count: 1
9981                         path: src/Error.php
9983                 -
9984                         message: "#^Cannot access offset mixed on mixed\\.$#"
9985                         count: 1
9986                         path: src/Error.php
9988                 -
9989                         message: "#^Match expression does not handle remaining values\\: 3\\|int\\<min, \\-1\\>\\|int\\<5, 7\\>\\|int\\<9, 15\\>\\|int\\<17, 31\\>\\|int\\<33, 63\\>\\|int\\<65, 127\\>\\|int\\<129, 255\\>\\|int\\<257, 511\\>\\|int\\<513, 1023\\>\\|int\\<1025, 2047\\>\\|int\\<2049, 4095\\>\\|int\\<4097, 8191\\>\\|int\\<8193, 16383\\>\\|int\\<16385, max\\>$#"
9990                         count: 2
9991                         path: src/Error.php
9993                 -
9994                         message: "#^Only booleans are allowed in \\|\\|, int\\<0, 18176\\> given on the right side\\.$#"
9995                         count: 1
9996                         path: src/Error.php
9998                 -
9999                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Error\\:\\:relPath\\(\\) expects string, mixed given\\.$#"
10000                         count: 3
10001                         path: src/Error.php
10003                 -
10004                         message: "#^Parameter \\#1 \\$step of static method PhpMyAdmin\\\\Error\\:\\:getFunctionCall\\(\\) expects array, mixed given\\.$#"
10005                         count: 1
10006                         path: src/Error.php
10008                 -
10009                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
10010                         count: 2
10011                         path: src/Error.php
10013                 -
10014                         message: "#^Parameter \\#2 \\$function of static method PhpMyAdmin\\\\Error\\:\\:getArg\\(\\) expects string, mixed given\\.$#"
10015                         count: 1
10016                         path: src/Error.php
10018                 -
10019                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
10020                         count: 1
10021                         path: src/ErrorHandler.php
10023                 -
10024                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
10025                         count: 1
10026                         path: src/ErrorHandler.php
10028                 -
10029                         message: "#^Cannot access offset string on mixed\\.$#"
10030                         count: 1
10031                         path: src/ErrorHandler.php
10033                 -
10034                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
10035                         count: 1
10036                         path: src/ErrorHandler.php
10038                 -
10039                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
10040                         count: 2
10041                         path: src/ErrorReport.php
10043                 -
10044                         message: "#^Cannot access offset 'context' on mixed\\.$#"
10045                         count: 1
10046                         path: src/ErrorReport.php
10048                 -
10049                         message: "#^Cannot access offset 'scriptname' on mixed\\.$#"
10050                         count: 1
10051                         path: src/ErrorReport.php
10053                 -
10054                         message: "#^Cannot access offset 'stack' on mixed\\.$#"
10055                         count: 1
10056                         path: src/ErrorReport.php
10058                 -
10059                         message: "#^Cannot access offset 'uri' on mixed\\.$#"
10060                         count: 3
10061                         path: src/ErrorReport.php
10063                 -
10064                         message: "#^Cannot access offset 'url' on mixed\\.$#"
10065                         count: 4
10066                         path: src/ErrorReport.php
10068                 -
10069                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10070                         count: 2
10071                         path: src/ErrorReport.php
10073                 -
10074                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
10075                         count: 1
10076                         path: src/ErrorReport.php
10078                 -
10079                         message: "#^Only booleans are allowed in a negated boolean, int given\\.$#"
10080                         count: 1
10081                         path: src/ErrorReport.php
10083                 -
10084                         message: "#^Only booleans are allowed in a negated boolean, string given\\.$#"
10085                         count: 1
10086                         path: src/ErrorReport.php
10088                 -
10089                         message: "#^Parameter \\#1 \\$stack of method PhpMyAdmin\\\\ErrorReport\\:\\:translateStacktrace\\(\\) expects array, mixed given\\.$#"
10090                         count: 1
10091                         path: src/ErrorReport.php
10093                 -
10094                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
10095                         count: 1
10096                         path: src/ErrorReport.php
10098                 -
10099                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, mixed given\\.$#"
10100                         count: 1
10101                         path: src/ErrorReport.php
10103                 -
10104                         message: "#^Parameter \\#1 \\$url of method PhpMyAdmin\\\\ErrorReport\\:\\:sanitizeUrl\\(\\) expects string, mixed given\\.$#"
10105                         count: 3
10106                         path: src/ErrorReport.php
10108                 -
10109                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
10110                         count: 2
10111                         path: src/Export/Export.php
10113                 -
10114                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
10115                         count: 1
10116                         path: src/Export/Export.php
10118                 -
10119                         message: "#^Cannot access offset 'alias' on mixed\\.$#"
10120                         count: 6
10121                         path: src/Export/Export.php
10123                 -
10124                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
10125                         count: 2
10126                         path: src/Export/Export.php
10128                 -
10129                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
10130                         count: 3
10131                         path: src/Export/Export.php
10133                 -
10134                         message: "#^Cannot access offset mixed on mixed\\.$#"
10135                         count: 3
10136                         path: src/Export/Export.php
10138                 -
10139                         message: "#^Cannot cast mixed to string\\.$#"
10140                         count: 2
10141                         path: src/Export/Export.php
10143                 -
10144                         message: "#^Casting to string something that's already string\\.$#"
10145                         count: 1
10146                         path: src/Export/Export.php
10148                 -
10149                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10150                         count: 4
10151                         path: src/Export/Export.php
10153                 -
10154                         message: "#^Method PhpMyAdmin\\\\Export\\\\Export\\:\\:compress\\(\\) return type has no value type specified in iterable type array\\.$#"
10155                         count: 1
10156                         path: src/Export/Export.php
10158                 -
10159                         message: "#^Method PhpMyAdmin\\\\Export\\\\Export\\:\\:getMemoryLimit\\(\\) should return int but returns \\(float\\|int\\)\\.$#"
10160                         count: 1
10161                         path: src/Export/Export.php
10163                 -
10164                         message: "#^Only booleans are allowed in a negated boolean, int\\<0, max\\>\\|false given\\.$#"
10165                         count: 2
10166                         path: src/Export/Export.php
10168                 -
10169                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
10170                         count: 1
10171                         path: src/Export/Export.php
10173                 -
10174                         message: "#^Only booleans are allowed in a negated boolean, string\\|false given\\.$#"
10175                         count: 1
10176                         path: src/Export/Export.php
10178                 -
10179                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
10180                         count: 1
10181                         path: src/Export/Export.php
10183                 -
10184                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
10185                         count: 2
10186                         path: src/Export/Export.php
10188                 -
10189                         message: "#^Parameter \\#1 \\$stream of function fwrite expects resource, mixed given\\.$#"
10190                         count: 2
10191                         path: src/Export/Export.php
10193                 -
10194                         message: "#^Parameter \\#2 \\$dbAlias of method PhpMyAdmin\\\\Plugins\\\\ExportPlugin\\:\\:exportDBHeader\\(\\) expects string, mixed given\\.$#"
10195                         count: 2
10196                         path: src/Export/Export.php
10198                 -
10199                         message: "#^Parameter \\#2 \\$destCharset of static method PhpMyAdmin\\\\Encoding\\:\\:convertString\\(\\) expects string, mixed given\\.$#"
10200                         count: 2
10201                         path: src/Export/Export.php
10203                 -
10204                         message: "#^Parameter \\#2 \\$enc of static method PhpMyAdmin\\\\Encoding\\:\\:kanjiStrConv\\(\\) expects string, mixed given\\.$#"
10205                         count: 1
10206                         path: src/Export/Export.php
10208                 -
10209                         message: "#^Parameter \\#3 \\$dbAlias of method PhpMyAdmin\\\\Plugins\\\\ExportPlugin\\:\\:exportDBCreate\\(\\) expects string, mixed given\\.$#"
10210                         count: 1
10211                         path: src/Export/Export.php
10213                 -
10214                         message: "#^Parameter \\#3 \\$kana of static method PhpMyAdmin\\\\Encoding\\:\\:kanjiStrConv\\(\\) expects string, mixed given\\.$#"
10215                         count: 1
10216                         path: src/Export/Export.php
10218                 -
10219                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
10220                         count: 1
10221                         path: src/Export/Options.php
10223                 -
10224                         message: "#^Cannot access offset 'aliases' on mixed\\.$#"
10225                         count: 3
10226                         path: src/Export/Options.php
10228                 -
10229                         message: "#^Cannot cast mixed to string\\.$#"
10230                         count: 4
10231                         path: src/Export/Options.php
10233                 -
10234                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10235                         count: 2
10236                         path: src/Export/Options.php
10238                 -
10239                         message: "#^Only booleans are allowed in &&, bool\\|int\\<0, max\\>\\|string given on the right side\\.$#"
10240                         count: 1
10241                         path: src/Export/Options.php
10243                 -
10244                         message: "#^Only booleans are allowed in an if condition, int\\<0, max\\>\\|false given\\.$#"
10245                         count: 1
10246                         path: src/Export/Options.php
10248                 -
10249                         message: "#^PHPDoc tag @var for variable \\$dbSelect has no value type specified in iterable type array\\.$#"
10250                         count: 1
10251                         path: src/Export/Options.php
10253                 -
10254                         message: "#^Parameter \\#2 \\$filename of method PhpMyAdmin\\\\Export\\\\Options\\:\\:getFileNameTemplate\\(\\) expects string\\|null, mixed given\\.$#"
10255                         count: 1
10256                         path: src/Export/Options.php
10258                 -
10259                         message: "#^Parameter \\#1 \\$id of class PhpMyAdmin\\\\Export\\\\Template constructor expects int, mixed given\\.$#"
10260                         count: 1
10261                         path: src/Export/Template.php
10263                 -
10264                         message: "#^Parameter \\#2 \\$username of class PhpMyAdmin\\\\Export\\\\Template constructor expects string, mixed given\\.$#"
10265                         count: 1
10266                         path: src/Export/Template.php
10268                 -
10269                         message: "#^Parameter \\#3 \\$exportType of class PhpMyAdmin\\\\Export\\\\Template constructor expects string, mixed given\\.$#"
10270                         count: 1
10271                         path: src/Export/Template.php
10273                 -
10274                         message: "#^Parameter \\#4 \\$name of class PhpMyAdmin\\\\Export\\\\Template constructor expects string, mixed given\\.$#"
10275                         count: 1
10276                         path: src/Export/Template.php
10278                 -
10279                         message: "#^Parameter \\#5 \\$data of class PhpMyAdmin\\\\Export\\\\Template constructor expects string, mixed given\\.$#"
10280                         count: 1
10281                         path: src/Export/Template.php
10283                 -
10284                         message: "#^Cannot access offset 'multi_edit' on mixed\\.$#"
10285                         count: 7
10286                         path: src/File.php
10288                 -
10289                         message: "#^Cannot access offset 'name' on mixed\\.$#"
10290                         count: 1
10291                         path: src/File.php
10293                 -
10294                         message: "#^Cannot access offset string on mixed\\.$#"
10295                         count: 13
10296                         path: src/File.php
10298                 -
10299                         message: "#^Cannot access offset string\\|null on mixed\\.$#"
10300                         count: 1
10301                         path: src/File.php
10303                 -
10304                         message: "#^Class PhpMyAdmin\\\\File has an uninitialized property \\$zipExtension\\. Give it default value or assign it in the constructor\\.$#"
10305                         count: 1
10306                         path: src/File.php
10308                 -
10309                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10310                         count: 3
10311                         path: src/File.php
10313                 -
10314                         message: "#^Method PhpMyAdmin\\\\File\\:\\:getCompression\\(\\) should return string but returns string\\|false\\.$#"
10315                         count: 1
10316                         path: src/File.php
10318                 -
10319                         message: "#^Only booleans are allowed in &&, bool\\|string given on the left side\\.$#"
10320                         count: 1
10321                         path: src/File.php
10323                 -
10324                         message: "#^Only booleans are allowed in a negated boolean, resource\\|false given\\.$#"
10325                         count: 1
10326                         path: src/File.php
10328                 -
10329                         message: "#^Parameter \\#1 \\$file of function bzopen expects resource\\|string, string\\|null given\\.$#"
10330                         count: 1
10331                         path: src/File.php
10333                 -
10334                         message: "#^Parameter \\#1 \\$file of method PhpMyAdmin\\\\File\\:\\:fetchUploadedFromTblChangeRequestMultiple\\(\\) expects array, mixed given\\.$#"
10335                         count: 1
10336                         path: src/File.php
10338                 -
10339                         message: "#^Parameter \\#1 \\$file of method PhpMyAdmin\\\\ZipExtension\\:\\:getContents\\(\\) expects string, string\\|null given\\.$#"
10340                         count: 1
10341                         path: src/File.php
10343                 -
10344                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\File\\:\\:setUploadedFile\\(\\) expects string, mixed given\\.$#"
10345                         count: 1
10346                         path: src/File.php
10348                 -
10349                         message: "#^Parameter \\#2 \\$length of function fread expects int\\<0, max\\>, int given\\.$#"
10350                         count: 1
10351                         path: src/File.php
10353                 -
10354                         message: "#^Property PhpMyAdmin\\\\File\\:\\:\\$content \\(string\\|null\\) does not accept string\\|false\\.$#"
10355                         count: 1
10356                         path: src/File.php
10358                 -
10359                         message: "#^Property PhpMyAdmin\\\\File\\:\\:\\$handle \\(resource\\|null\\) does not accept resource\\|false\\.$#"
10360                         count: 4
10361                         path: src/File.php
10363                 -
10364                         message: "#^Switch condition type \\(string\\) does not match case condition false \\(false\\)\\.$#"
10365                         count: 1
10366                         path: src/File.php
10368                 -
10369                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
10370                         count: 1
10371                         path: src/FileListing.php
10373                 -
10374                         message: "#^Cannot access an offset on mixed\\.$#"
10375                         count: 1
10376                         path: src/FlashMessages.php
10378                 -
10379                         message: "#^Cannot access offset string on mixed\\.$#"
10380                         count: 2
10381                         path: src/FlashMessages.php
10383                 -
10384                         message: "#^Property PhpMyAdmin\\\\FlashMessages\\:\\:\\$previousMessages \\(array\\<string, array\\<string\\>\\>\\) does not accept mixed\\.$#"
10385                         count: 1
10386                         path: src/FlashMessages.php
10388                 -
10389                         message: "#^Cannot access offset 'chars' on mixed\\.$#"
10390                         count: 2
10391                         path: src/Font.php
10393                 -
10394                         message: "#^Cannot access offset 'modifier' on mixed\\.$#"
10395                         count: 2
10396                         path: src/Font.php
10398                 -
10399                         message: "#^Parameter \\#1 \\$search of function str_replace expects array\\|string, mixed given\\.$#"
10400                         count: 1
10401                         path: src/Font.php
10403                 -
10404                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10405                         count: 4
10406                         path: src/Footer.php
10408                 -
10409                         message: "#^Method PhpMyAdmin\\\\Footer\\:\\:getGitRevisionInfo\\(\\) should return array\\<string, string\\> but returns array\\.$#"
10410                         count: 1
10411                         path: src/Footer.php
10413                 -
10414                         message: "#^Only booleans are allowed in &&, array\\|object given on the right side\\.$#"
10415                         count: 1
10416                         path: src/Footer.php
10418                 -
10419                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
10420                         count: 1
10421                         path: src/Footer.php
10423                 -
10424                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
10425                         count: 2
10426                         path: src/Footer.php
10428                 -
10429                         message: "#^Parameter \\#4 \\$sqlquery of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:setHistory\\(\\) expects string, mixed given\\.$#"
10430                         count: 1
10431                         path: src/Footer.php
10433                 -
10434                         message: "#^Only booleans are allowed in an elseif condition, int\\|false given\\.$#"
10435                         count: 1
10436                         path: src/Gis/GisGeometry.php
10438                 -
10439                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
10440                         count: 1
10441                         path: src/Gis/GisGeometry.php
10443                 -
10444                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
10445                         count: 1
10446                         path: src/Gis/GisGeometry.php
10448                 -
10449                         message: "#^Only numeric types are allowed in \\-, int\\<0, max\\>\\|false given on the left side\\.$#"
10450                         count: 1
10451                         path: src/Gis/GisGeometry.php
10453                 -
10454                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
10455                         count: 1
10456                         path: src/Gis/GisGeometryCollection.php
10458                 -
10459                         message: "#^Cannot access offset 'gis_type' on mixed\\.$#"
10460                         count: 1
10461                         path: src/Gis/GisGeometryCollection.php
10463                 -
10464                         message: "#^Parameter \\#1 \\$type of static method PhpMyAdmin\\\\Gis\\\\GisFactory\\:\\:fromType\\(\\) expects string, mixed given\\.$#"
10465                         count: 1
10466                         path: src/Gis/GisGeometryCollection.php
10468                 -
10469                         message: "#^Cannot access offset 'LINESTRING' on mixed\\.$#"
10470                         count: 1
10471                         path: src/Gis/GisLineString.php
10473                 -
10474                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
10475                         count: 1
10476                         path: src/Gis/GisLineString.php
10478                 -
10479                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
10480                         count: 1
10481                         path: src/Gis/GisLineString.php
10483                 -
10484                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
10485                         count: 1
10486                         path: src/Gis/GisLineString.php
10488                 -
10489                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:line\\(\\) expects int, int\\|false given\\.$#"
10490                         count: 1
10491                         path: src/Gis/GisLineString.php
10493                 -
10494                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
10495                         count: 1
10496                         path: src/Gis/GisLineString.php
10498                 -
10499                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
10500                         count: 1
10501                         path: src/Gis/GisMultiLineString.php
10503                 -
10504                         message: "#^Cannot access offset 'MULTILINESTRING' on mixed\\.$#"
10505                         count: 1
10506                         path: src/Gis/GisMultiLineString.php
10508                 -
10509                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
10510                         count: 2
10511                         path: src/Gis/GisMultiLineString.php
10513                 -
10514                         message: "#^Cannot access offset 'points' on mixed\\.$#"
10515                         count: 1
10516                         path: src/Gis/GisMultiLineString.php
10518                 -
10519                         message: "#^Cannot access offset 'x' on mixed\\.$#"
10520                         count: 1
10521                         path: src/Gis/GisMultiLineString.php
10523                 -
10524                         message: "#^Cannot access offset 'y' on mixed\\.$#"
10525                         count: 1
10526                         path: src/Gis/GisMultiLineString.php
10528                 -
10529                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
10530                         count: 4
10531                         path: src/Gis/GisMultiLineString.php
10533                 -
10534                         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\\>\\.$#"
10535                         count: 1
10536                         path: src/Gis/GisMultiLineString.php
10538                 -
10539                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
10540                         count: 1
10541                         path: src/Gis/GisMultiLineString.php
10543                 -
10544                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:line\\(\\) expects int, int\\|false given\\.$#"
10545                         count: 1
10546                         path: src/Gis/GisMultiLineString.php
10548                 -
10549                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
10550                         count: 1
10551                         path: src/Gis/GisMultiLineString.php
10553                 -
10554                         message: "#^Cannot access offset 'MULTIPOINT' on mixed\\.$#"
10555                         count: 1
10556                         path: src/Gis/GisMultiPoint.php
10558                 -
10559                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
10560                         count: 1
10561                         path: src/Gis/GisMultiPoint.php
10563                 -
10564                         message: "#^Cannot access offset 'x' on mixed\\.$#"
10565                         count: 1
10566                         path: src/Gis/GisMultiPoint.php
10568                 -
10569                         message: "#^Cannot access offset 'y' on mixed\\.$#"
10570                         count: 1
10571                         path: src/Gis/GisMultiPoint.php
10573                 -
10574                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
10575                         count: 3
10576                         path: src/Gis/GisMultiPoint.php
10578                 -
10579                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
10580                         count: 1
10581                         path: src/Gis/GisMultiPoint.php
10583                 -
10584                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
10585                         count: 1
10586                         path: src/Gis/GisMultiPoint.php
10588                 -
10589                         message: "#^Parameter \\#7 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:arc\\(\\) expects int, int\\|false given\\.$#"
10590                         count: 1
10591                         path: src/Gis/GisMultiPoint.php
10593                 -
10594                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
10595                         count: 7
10596                         path: src/Gis/GisMultiPolygon.php
10598                 -
10599                         message: "#^Cannot access an offset on mixed\\.$#"
10600                         count: 1
10601                         path: src/Gis/GisMultiPolygon.php
10603                 -
10604                         message: "#^Cannot access offset 'MULTIPOLYGON' on mixed\\.$#"
10605                         count: 1
10606                         path: src/Gis/GisMultiPolygon.php
10608                 -
10609                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
10610                         count: 3
10611                         path: src/Gis/GisMultiPolygon.php
10613                 -
10614                         message: "#^Cannot access offset 'inner' on mixed\\.$#"
10615                         count: 4
10616                         path: src/Gis/GisMultiPolygon.php
10618                 -
10619                         message: "#^Cannot access offset 'isOuter' on mixed\\.$#"
10620                         count: 4
10621                         path: src/Gis/GisMultiPolygon.php
10623                 -
10624                         message: "#^Cannot access offset 'pointOnSurface' on mixed\\.$#"
10625                         count: 2
10626                         path: src/Gis/GisMultiPolygon.php
10628                 -
10629                         message: "#^Cannot access offset 'points' on mixed\\.$#"
10630                         count: 3
10631                         path: src/Gis/GisMultiPolygon.php
10633                 -
10634                         message: "#^Cannot access offset 'x' on mixed\\.$#"
10635                         count: 2
10636                         path: src/Gis/GisMultiPolygon.php
10638                 -
10639                         message: "#^Cannot access offset 'y' on mixed\\.$#"
10640                         count: 2
10641                         path: src/Gis/GisMultiPolygon.php
10643                 -
10644                         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\\>\\.$#"
10645                         count: 1
10646                         path: src/Gis/GisMultiPolygon.php
10648                 -
10649                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
10650                         count: 6
10651                         path: src/Gis/GisMultiPolygon.php
10653                 -
10654                         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\\>\\.$#"
10655                         count: 1
10656                         path: src/Gis/GisMultiPolygon.php
10658                 -
10659                         message: "#^Cannot access offset mixed on mixed\\.$#"
10660                         count: 6
10661                         path: src/Gis/GisMultiPolygon.php
10663                 -
10664                         message: "#^Cannot call method isInsidePolygon\\(\\) on mixed\\.$#"
10665                         count: 1
10666                         path: src/Gis/GisMultiPolygon.php
10668                 -
10669                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
10670                         count: 1
10671                         path: src/Gis/GisMultiPolygon.php
10673                 -
10674                         message: "#^Parameter \\#1 \\$points of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:filledPolygon\\(\\) expects array\\<int, int\\>, array\\<float\\> given\\.$#"
10675                         count: 1
10676                         path: src/Gis/GisMultiPolygon.php
10678                 -
10679                         message: "#^Parameter \\#1 \\$points of static method PhpMyAdmin\\\\Gis\\\\Ds\\\\Polygon\\:\\:fromXYArray\\(\\) expects non\\-empty\\-array\\<int, array\\{x\\: float, y\\: float\\}\\>, mixed given\\.$#"
10680                         count: 1
10681                         path: src/Gis/GisMultiPolygon.php
10683                 -
10684                         message: "#^Parameter \\#2 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:filledPolygon\\(\\) expects int, int\\|false given\\.$#"
10685                         count: 1
10686                         path: src/Gis/GisMultiPolygon.php
10688                 -
10689                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
10690                         count: 1
10691                         path: src/Gis/GisMultiPolygon.php
10693                 -
10694                         message: "#^Cannot access offset 'POINT' on mixed\\.$#"
10695                         count: 1
10696                         path: src/Gis/GisPoint.php
10698                 -
10699                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
10700                         count: 1
10701                         path: src/Gis/GisPoint.php
10703                 -
10704                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
10705                         count: 1
10706                         path: src/Gis/GisPoint.php
10708                 -
10709                         message: "#^Parameter \\#7 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:arc\\(\\) expects int, int\\|false given\\.$#"
10710                         count: 1
10711                         path: src/Gis/GisPoint.php
10713                 -
10714                         message: "#^Cannot access offset 'POLYGON' on mixed\\.$#"
10715                         count: 1
10716                         path: src/Gis/GisPolygon.php
10718                 -
10719                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
10720                         count: 2
10721                         path: src/Gis/GisPolygon.php
10723                 -
10724                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
10725                         count: 3
10726                         path: src/Gis/GisPolygon.php
10728                 -
10729                         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\\>\\.$#"
10730                         count: 1
10731                         path: src/Gis/GisPolygon.php
10733                 -
10734                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getWktCoord\\(\\) expects array\\{x\\: float\\|int\\|string, y\\: float\\|int\\|string\\}\\|null, mixed given\\.$#"
10735                         count: 1
10736                         path: src/Gis/GisPolygon.php
10738                 -
10739                         message: "#^Parameter \\#1 \\$points of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:filledPolygon\\(\\) expects array\\<int, int\\>, array\\<float\\> given\\.$#"
10740                         count: 1
10741                         path: src/Gis/GisPolygon.php
10743                 -
10744                         message: "#^Parameter \\#2 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:filledPolygon\\(\\) expects int, int\\|false given\\.$#"
10745                         count: 1
10746                         path: src/Gis/GisPolygon.php
10748                 -
10749                         message: "#^Parameter \\#5 \\$color of method PhpMyAdmin\\\\Image\\\\ImageWrapper\\:\\:string\\(\\) expects int, int\\|false given\\.$#"
10750                         count: 1
10751                         path: src/Gis/GisPolygon.php
10753                 -
10754                         message: "#^Cannot cast mixed to int\\.$#"
10755                         count: 1
10756                         path: src/Gis/GisVisualization.php
10758                 -
10759                         message: "#^Cannot cast mixed to string\\.$#"
10760                         count: 1
10761                         path: src/Gis/GisVisualization.php
10763                 -
10764                         message: "#^Cannot access offset 1 on array\\|false\\.$#"
10765                         count: 2
10766                         path: src/Git.php
10768                 -
10769                         message: "#^Cannot access offset 256 on array\\|false\\.$#"
10770                         count: 1
10771                         path: src/Git.php
10773                 -
10774                         message: "#^Cannot access offset int on array\\|false\\.$#"
10775                         count: 1
10776                         path: src/Git.php
10778                 -
10779                         message: "#^Cannot access offset int\\<min, \\-1\\>\\|int\\<1, max\\> on array\\|false\\.$#"
10780                         count: 1
10781                         path: src/Git.php
10783                 -
10784                         message: "#^Cannot access property \\$date on mixed\\.$#"
10785                         count: 2
10786                         path: src/Git.php
10788                 -
10789                         message: "#^Cannot access property \\$email on mixed\\.$#"
10790                         count: 2
10791                         path: src/Git.php
10793                 -
10794                         message: "#^Cannot access property \\$name on mixed\\.$#"
10795                         count: 2
10796                         path: src/Git.php
10798                 -
10799                         message: "#^Cannot cast mixed to string\\.$#"
10800                         count: 6
10801                         path: src/Git.php
10803                 -
10804                         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\\}\\.$#"
10805                         count: 1
10806                         path: src/Git.php
10808                 -
10809                         message: "#^Method PhpMyAdmin\\\\Git\\:\\:getPackOffset\\(\\) should return int\\|null but returns mixed\\.$#"
10810                         count: 1
10811                         path: src/Git.php
10813                 -
10814                         message: "#^Method PhpMyAdmin\\\\Git\\:\\:isRemoteCommit\\(\\) should return stdClass\\|null but returns mixed\\.$#"
10815                         count: 1
10816                         path: src/Git.php
10818                 -
10819                         message: "#^Method PhpMyAdmin\\\\Git\\:\\:unPackGz\\(\\) return type has no value type specified in iterable type array\\.$#"
10820                         count: 1
10821                         path: src/Git.php
10823                 -
10824                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
10825                         count: 2
10826                         path: src/Git.php
10828                 -
10829                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
10830                         count: 1
10831                         path: src/Git.php
10833                 -
10834                         message: "#^Parameter \\#1 \\$commit of method PhpMyAdmin\\\\Git\\:\\:extractDataFormTextBody\\(\\) expects array, mixed given\\.$#"
10835                         count: 1
10836                         path: src/Git.php
10838                 -
10839                         message: "#^Parameter \\#1 \\$gitFolder of method PhpMyAdmin\\\\Git\\:\\:getCommonDirContents\\(\\) expects string, mixed given\\.$#"
10840                         count: 1
10841                         path: src/Git.php
10843                 -
10844                         message: "#^Parameter \\#1 \\$gitFolder of method PhpMyAdmin\\\\Git\\:\\:getHashFromHeadRef\\(\\) expects string, mixed given\\.$#"
10845                         count: 1
10846                         path: src/Git.php
10848                 -
10849                         message: "#^Parameter \\#1 \\$gitFolder of method PhpMyAdmin\\\\Git\\:\\:unPackGz\\(\\) expects string, mixed given\\.$#"
10850                         count: 1
10851                         path: src/Git.php
10853                 -
10854                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
10855                         count: 1
10856                         path: src/Git.php
10858                 -
10859                         message: "#^Parameter \\#2 \\$length of function fread expects int\\<0, max\\>, int given\\.$#"
10860                         count: 1
10861                         path: src/Git.php
10863                 -
10864                         message: "#^Parameter \\#2 \\$offset of function substr expects int, \\(float\\|int\\) given\\.$#"
10865                         count: 2
10866                         path: src/Git.php
10868                 -
10869                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
10870                         count: 1
10871                         path: src/Git.php
10873                 -
10874                         message: "#^Variable \\$position might not be defined\\.$#"
10875                         count: 1
10876                         path: src/Git.php
10878                 -
10879                         message: "#^Cannot access offset 'pftext' on mixed\\.$#"
10880                         count: 1
10881                         path: src/Header.php
10883                 -
10884                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10885                         count: 9
10886                         path: src/Header.php
10888                 -
10889                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
10890                         count: 1
10891                         path: src/Header.php
10893                 -
10894                         message: "#^Only booleans are allowed in a ternary operator condition, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given\\.$#"
10895                         count: 1
10896                         path: src/Header.php
10898                 -
10899                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Header\\:\\:addRecentTable\\(\\) expects string, mixed given\\.$#"
10900                         count: 1
10901                         path: src/Header.php
10903                 -
10904                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
10905                         count: 1
10906                         path: src/Header.php
10908                 -
10909                         message: "#^Parameter \\#2 \\$params of method PhpMyAdmin\\\\Scripts\\:\\:addFile\\(\\) expects array\\<string, string\\>, array\\<string, mixed\\> given\\.$#"
10910                         count: 1
10911                         path: src/Header.php
10913                 -
10914                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Header\\:\\:addRecentTable\\(\\) expects string, mixed given\\.$#"
10915                         count: 1
10916                         path: src/Header.php
10918                 -
10919                         message: "#^Parameter \\#3 \\$db of class PhpMyAdmin\\\\Menu constructor expects string, mixed given\\.$#"
10920                         count: 1
10921                         path: src/Header.php
10923                 -
10924                         message: "#^Parameter \\#4 \\$table of class PhpMyAdmin\\\\Menu constructor expects string, mixed given\\.$#"
10925                         count: 1
10926                         path: src/Header.php
10928                 -
10929                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
10930                         count: 1
10931                         path: src/Html/Generator.php
10933                 -
10934                         message: "#^Cannot access offset 'go_back_url' on mixed\\.$#"
10935                         count: 1
10936                         path: src/Html/Generator.php
10938                 -
10939                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
10940                         count: 2
10941                         path: src/Html/Generator.php
10943                 -
10944                         message: "#^Cannot access offset 'message' on mixed\\.$#"
10945                         count: 1
10946                         path: src/Html/Generator.php
10948                 -
10949                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
10950                         count: 2
10951                         path: src/Html/Generator.php
10953                 -
10954                         message: "#^Cannot call method getDisplay\\(\\) on mixed\\.$#"
10955                         count: 1
10956                         path: src/Html/Generator.php
10958                 -
10959                         message: "#^Cannot cast mixed to int\\.$#"
10960                         count: 5
10961                         path: src/Html/Generator.php
10963                 -
10964                         message: "#^Cannot cast mixed to string\\.$#"
10965                         count: 1
10966                         path: src/Html/Generator.php
10968                 -
10969                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
10970                         count: 16
10971                         path: src/Html/Generator.php
10973                 -
10974                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
10975                         count: 1
10976                         path: src/Html/Generator.php
10978                 -
10979                         message: "#^Only booleans are allowed in a negated boolean, string\\|false given\\.$#"
10980                         count: 1
10981                         path: src/Html/Generator.php
10983                 -
10984                         message: "#^Only booleans are allowed in an elseif condition, int\\|false given\\.$#"
10985                         count: 1
10986                         path: src/Html/Generator.php
10988                 -
10989                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
10990                         count: 1
10991                         path: src/Html/Generator.php
10993                 -
10994                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
10995                         count: 3
10996                         path: src/Html/Generator.php
10998                 -
10999                         message: "#^Parameter \\#1 \\$db of static method PhpMyAdmin\\\\Url\\:\\:getHiddenInputs\\(\\) expects array\\|string, mixed given\\.$#"
11000                         count: 1
11001                         path: src/Html/Generator.php
11003                 -
11004                         message: "#^Parameter \\#1 \\$message of method PhpMyAdmin\\\\Message\\:\\:addText\\(\\) expects string, mixed given\\.$#"
11005                         count: 1
11006                         path: src/Html/Generator.php
11008                 -
11009                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<int\\|string, mixed\\> given\\.$#"
11010                         count: 2
11011                         path: src/Html/Generator.php
11013                 -
11014                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
11015                         count: 1
11016                         path: src/Html/Generator.php
11018                 -
11019                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:formatSql\\(\\) expects string, mixed given\\.$#"
11020                         count: 1
11021                         path: src/Html/Generator.php
11023                 -
11024                         message: "#^Parameter \\#1 \\$string of function addslashes expects string, mixed given\\.$#"
11025                         count: 1
11026                         path: src/Html/Generator.php
11028                 -
11029                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, \\(int\\|string\\) given\\.$#"
11030                         count: 1
11031                         path: src/Html/Generator.php
11033                 -
11034                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
11035                         count: 2
11036                         path: src/Html/Generator.php
11038                 -
11039                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
11040                         count: 1
11041                         path: src/Html/Generator.php
11043                 -
11044                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, mixed given\\.$#"
11045                         count: 2
11046                         path: src/Html/Generator.php
11048                 -
11049                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
11050                         count: 4
11051                         path: src/Html/Generator.php
11053                 -
11054                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
11055                         count: 1
11056                         path: src/Html/Generator.php
11058                 -
11059                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
11060                         count: 3
11061                         path: src/Html/Generator.php
11063                 -
11064                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Url\\:\\:getHiddenInputs\\(\\) expects string, mixed given\\.$#"
11065                         count: 1
11066                         path: src/Html/Generator.php
11068                 -
11069                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
11070                         count: 2
11071                         path: src/Html/Generator.php
11073                 -
11074                         message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
11075                         count: 1
11076                         path: src/Html/Generator.php
11078                 -
11079                         message: "#^Parameter \\#1 \\$method of method PhpMyAdmin\\\\Http\\\\Factory\\\\ServerRequestFactory\\:\\:createServerRequest\\(\\) expects string, mixed given\\.$#"
11080                         count: 1
11081                         path: src/Http/Factory/ServerRequestFactory.php
11083                 -
11084                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
11085                         count: 1
11086                         path: src/Http/Factory/UriFactory.php
11088                 -
11089                         message: "#^Parameter \\#1 \\$source of method PhpMyAdmin\\\\Config\\:\\:loadAndCheck\\(\\) expects string\\|null, mixed given\\.$#"
11090                         count: 1
11091                         path: src/Http/Middleware/ConfigLoading.php
11093                 -
11094                         message: "#^Cannot access offset 'server' on mixed\\.$#"
11095                         count: 1
11096                         path: src/Http/Middleware/CurrentServerGlobalSetting.php
11098                 -
11099                         message: "#^Cannot access offset 'table' on mixed\\.$#"
11100                         count: 1
11101                         path: src/Http/Middleware/DatabaseAndTableSetting.php
11103                 -
11104                         message: "#^Cannot cast mixed to string\\.$#"
11105                         count: 1
11106                         path: src/Http/Middleware/LanguageAndThemeCookieSaving.php
11108                 -
11109                         message: "#^Parameter \\#1 \\$server of method PhpMyAdmin\\\\Config\\:\\:getLoginCookieValidityFromCache\\(\\) expects int, mixed given\\.$#"
11110                         count: 1
11111                         path: src/Http/Middleware/LoginCookieValiditySetting.php
11113                 -
11114                         message: "#^Parameter \\#2 \\$value of method PhpMyAdmin\\\\Config\\:\\:setCookie\\(\\) expects string, mixed given\\.$#"
11115                         count: 1
11116                         path: src/Http/Middleware/SetupPageRedirection.php
11118                 -
11119                         message: "#^Parameter \\#1 \\$known_string of function hash_equals expects string, mixed given\\.$#"
11120                         count: 1
11121                         path: src/Http/Middleware/TokenRequestParamChecking.php
11123                 -
11124                         message: "#^Cannot access offset 'goto' on mixed\\.$#"
11125                         count: 1
11126                         path: src/Http/Middleware/UrlParamsSetting.php
11128                 -
11129                         message: "#^Parameter \\#1 \\$page of static method PhpMyAdmin\\\\Core\\:\\:checkPageValidity\\(\\) expects string, mixed given\\.$#"
11130                         count: 2
11131                         path: src/Http/Middleware/UrlParamsSetting.php
11133                 -
11134                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11135                         count: 1
11136                         path: src/Http/Middleware/ZeroConfPostConnection.php
11138                 -
11139                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getAttributes\\(\\) return type has no value type specified in iterable type array\\.$#"
11140                         count: 1
11141                         path: src/Http/ServerRequest.php
11143                 -
11144                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getCookieParams\\(\\) return type has no value type specified in iterable type array\\.$#"
11145                         count: 1
11146                         path: src/Http/ServerRequest.php
11148                 -
11149                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getParsedBody\\(\\) return type has no value type specified in iterable type array\\.$#"
11150                         count: 1
11151                         path: src/Http/ServerRequest.php
11153                 -
11154                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getQueryParams\\(\\) return type has no value type specified in iterable type array\\.$#"
11155                         count: 1
11156                         path: src/Http/ServerRequest.php
11158                 -
11159                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getServerParams\\(\\) return type has no value type specified in iterable type array\\.$#"
11160                         count: 1
11161                         path: src/Http/ServerRequest.php
11163                 -
11164                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:getUploadedFiles\\(\\) return type has no value type specified in iterable type array\\.$#"
11165                         count: 1
11166                         path: src/Http/ServerRequest.php
11168                 -
11169                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:withCookieParams\\(\\) has parameter \\$cookies with no value type specified in iterable type array\\.$#"
11170                         count: 1
11171                         path: src/Http/ServerRequest.php
11173                 -
11174                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:withParsedBody\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
11175                         count: 1
11176                         path: src/Http/ServerRequest.php
11178                 -
11179                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:withQueryParams\\(\\) has parameter \\$query with no value type specified in iterable type array\\.$#"
11180                         count: 1
11181                         path: src/Http/ServerRequest.php
11183                 -
11184                         message: "#^Method PhpMyAdmin\\\\Http\\\\ServerRequest\\:\\:withUploadedFiles\\(\\) has parameter \\$uploadedFiles with no value type specified in iterable type array\\.$#"
11185                         count: 1
11186                         path: src/Http/ServerRequest.php
11188                 -
11189                         message: "#^Variable property access on object\\.$#"
11190                         count: 2
11191                         path: src/Http/ServerRequest.php
11193                 -
11194                         message: "#^Cannot access offset 'handler' on mixed\\.$#"
11195                         count: 2
11196                         path: src/Import/Ajax.php
11198                 -
11199                         message: "#^Cannot call static method getUploadStatus\\(\\) on mixed\\.$#"
11200                         count: 1
11201                         path: src/Import/Ajax.php
11203                 -
11204                         message: "#^Variable static method call on PhpMyAdmin\\\\Import\\\\Ajax\\.$#"
11205                         count: 1
11206                         path: src/Import/Ajax.php
11208                 -
11209                         message: "#^Cannot access an offset on mixed\\.$#"
11210                         count: 1
11211                         path: src/Import/Import.php
11213                 -
11214                         message: "#^Cannot access offset 0 on mixed\\.$#"
11215                         count: 14
11216                         path: src/Import/Import.php
11218                 -
11219                         message: "#^Cannot access offset 1 on mixed\\.$#"
11220                         count: 6
11221                         path: src/Import/Import.php
11223                 -
11224                         message: "#^Cannot access offset 2 on mixed\\.$#"
11225                         count: 9
11226                         path: src/Import/Import.php
11228                 -
11229                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
11230                         count: 21
11231                         path: src/Import/Import.php
11233                 -
11234                         message: "#^Cannot call method getExtension\\(\\) on mixed\\.$#"
11235                         count: 1
11236                         path: src/Import/Import.php
11238                 -
11239                         message: "#^Cannot call method getProperties\\(\\) on mixed\\.$#"
11240                         count: 1
11241                         path: src/Import/Import.php
11243                 -
11244                         message: "#^Cannot call method numRows\\(\\) on mixed\\.$#"
11245                         count: 1
11246                         path: src/Import/Import.php
11248                 -
11249                         message: "#^Cannot cast mixed to int\\.$#"
11250                         count: 2
11251                         path: src/Import/Import.php
11253                 -
11254                         message: "#^Cannot cast mixed to string\\.$#"
11255                         count: 7
11256                         path: src/Import/Import.php
11258                 -
11259                         message: "#^Casting to int something that's already int\\.$#"
11260                         count: 1
11261                         path: src/Import/Import.php
11263                 -
11264                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11265                         count: 2
11266                         path: src/Import/Import.php
11268                 -
11269                         message: "#^Foreach overwrites \\$sqlQuery with its value variable\\.$#"
11270                         count: 1
11271                         path: src/Import/Import.php
11273                 -
11274                         message: "#^Method PhpMyAdmin\\\\Import\\\\Import\\:\\:detectSize\\(\\) should return int\\|string but returns mixed\\.$#"
11275                         count: 3
11276                         path: src/Import/Import.php
11278                 -
11279                         message: "#^Method PhpMyAdmin\\\\Import\\\\Import\\:\\:getNextChunk\\(\\) should return bool\\|string but returns mixed\\.$#"
11280                         count: 1
11281                         path: src/Import/Import.php
11283                 -
11284                         message: "#^Only booleans are allowed in &&, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given on the left side\\.$#"
11285                         count: 1
11286                         path: src/Import/Import.php
11288                 -
11289                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
11290                         count: 1
11291                         path: src/Import/Import.php
11293                 -
11294                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
11295                         count: 1
11296                         path: src/Import/Import.php
11298                 -
11299                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
11300                         count: 1
11301                         path: src/Import/Import.php
11303                 -
11304                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
11305                         count: 1
11306                         path: src/Import/Import.php
11308                 -
11309                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
11310                         count: 1
11311                         path: src/Import/Import.php
11313                 -
11314                         message: "#^Only numeric types are allowed in \\-, int\\<0, max\\>\\|false given on the right side\\.$#"
11315                         count: 2
11316                         path: src/Import/Import.php
11318                 -
11319                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
11320                         count: 9
11321                         path: src/Import/Import.php
11323                 -
11324                         message: "#^Parameter \\#1 \\$lastCumulativeSize of method PhpMyAdmin\\\\Import\\\\Import\\:\\:getDecimalPrecision\\(\\) expects string, int\\|string given\\.$#"
11325                         count: 3
11326                         path: src/Import/Import.php
11328                 -
11329                         message: "#^Parameter \\#1 \\$lastCumulativeSize of method PhpMyAdmin\\\\Import\\\\Import\\:\\:getDecimalScale\\(\\) expects string, int\\|string given\\.$#"
11330                         count: 2
11331                         path: src/Import/Import.php
11333                 -
11334                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Table\\\\Table constructor expects string, mixed given\\.$#"
11335                         count: 1
11336                         path: src/Import/Import.php
11338                 -
11339                         message: "#^Parameter \\#1 \\$separator of function explode expects non\\-empty\\-string, mixed given\\.$#"
11340                         count: 1
11341                         path: src/Import/Import.php
11343                 -
11344                         message: "#^Parameter \\#1 \\$size of method PhpMyAdmin\\\\File\\:\\:read\\(\\) expects int, mixed given\\.$#"
11345                         count: 1
11346                         path: src/Import/Import.php
11348                 -
11349                         message: "#^Parameter \\#1 \\$sql of method PhpMyAdmin\\\\Import\\\\Import\\:\\:runQuery\\(\\) expects string, \\(array\\<int, string\\>\\|string\\|null\\) given\\.$#"
11350                         count: 1
11351                         path: src/Import/Import.php
11353                 -
11354                         message: "#^Parameter \\#1 \\$srcCharset of static method PhpMyAdmin\\\\Encoding\\:\\:convertString\\(\\) expects string, mixed given\\.$#"
11355                         count: 1
11356                         path: src/Import/Import.php
11358                 -
11359                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
11360                         count: 1
11361                         path: src/Import/Import.php
11363                 -
11364                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
11365                         count: 2
11366                         path: src/Import/Import.php
11368                 -
11369                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
11370                         count: 2
11371                         path: src/Import/Import.php
11373                 -
11374                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, mixed given\\.$#"
11375                         count: 2
11376                         path: src/Import/Import.php
11378                 -
11379                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
11380                         count: 6
11381                         path: src/Import/Import.php
11383                 -
11384                         message: "#^Parameter \\#2 \\$start of function mb_substr expects int, mixed given\\.$#"
11385                         count: 1
11386                         path: src/Import/Import.php
11388                 -
11389                         message: "#^Parameter \\#3 \\$active of method PhpMyAdmin\\\\FileListing\\:\\:getFileSelectOptions\\(\\) expects string, mixed given\\.$#"
11390                         count: 1
11391                         path: src/Import/Import.php
11393                 -
11394                         message: "#^Parameter \\#3 \\$length of function mb_substr expects int\\|null, mixed given\\.$#"
11395                         count: 1
11396                         path: src/Import/Import.php
11398                 -
11399                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#"
11400                         count: 1
11401                         path: src/Import/Import.php
11403                 -
11404                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
11405                         count: 1
11406                         path: src/Import/SimulateDml.php
11408                 -
11409                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
11410                         count: 1
11411                         path: src/Index.php
11413                 -
11414                         message: "#^Cannot access offset mixed on mixed\\.$#"
11415                         count: 1
11416                         path: src/Index.php
11418                 -
11419                         message: "#^Cannot cast mixed to int\\.$#"
11420                         count: 1
11421                         path: src/Index.php
11423                 -
11424                         message: "#^Only booleans are allowed in &&, int\\<0, 1\\> given on the left side\\.$#"
11425                         count: 1
11426                         path: src/Index.php
11428                 -
11429                         message: "#^Only booleans are allowed in &&, int\\<0, 2\\> given on the left side\\.$#"
11430                         count: 1
11431                         path: src/Index.php
11433                 -
11434                         message: "#^Only booleans are allowed in &&, int\\<0, 4\\> given on the left side\\.$#"
11435                         count: 1
11436                         path: src/Index.php
11438                 -
11439                         message: "#^Only booleans are allowed in &&, int\\<0, 8\\> given on the left side\\.$#"
11440                         count: 1
11441                         path: src/Index.php
11443                 -
11444                         message: "#^Parameter \\#1 \\$columns of method PhpMyAdmin\\\\Index\\:\\:addColumns\\(\\) expects array, mixed given\\.$#"
11445                         count: 1
11446                         path: src/Index.php
11448                 -
11449                         message: "#^Parameter \\#1 \\$params of method PhpMyAdmin\\\\Index\\:\\:addColumn\\(\\) expects array\\<string, string\\|null\\>, mixed given\\.$#"
11450                         count: 1
11451                         path: src/Index.php
11453                 -
11454                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$choice \\(string\\) does not accept mixed\\.$#"
11455                         count: 1
11456                         path: src/Index.php
11458                 -
11459                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$comment \\(string\\) does not accept mixed\\.$#"
11460                         count: 1
11461                         path: src/Index.php
11463                 -
11464                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$name \\(string\\) does not accept mixed\\.$#"
11465                         count: 1
11466                         path: src/Index.php
11468                 -
11469                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$packed \\(string\\|null\\) does not accept mixed\\.$#"
11470                         count: 1
11471                         path: src/Index.php
11473                 -
11474                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$parser \\(string\\) does not accept mixed\\.$#"
11475                         count: 1
11476                         path: src/Index.php
11478                 -
11479                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$remarks \\(string\\) does not accept mixed\\.$#"
11480                         count: 1
11481                         path: src/Index.php
11483                 -
11484                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$schema \\(string\\) does not accept mixed\\.$#"
11485                         count: 1
11486                         path: src/Index.php
11488                 -
11489                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$table \\(string\\) does not accept mixed\\.$#"
11490                         count: 1
11491                         path: src/Index.php
11493                 -
11494                         message: "#^Property PhpMyAdmin\\\\Index\\:\\:\\$type \\(string\\) does not accept mixed\\.$#"
11495                         count: 1
11496                         path: src/Index.php
11498                 -
11499                         message: "#^Cannot cast mixed to int\\.$#"
11500                         count: 3
11501                         path: src/IndexColumn.php
11503                 -
11504                         message: "#^Property PhpMyAdmin\\\\IndexColumn\\:\\:\\$collation \\(string\\|null\\) does not accept mixed\\.$#"
11505                         count: 1
11506                         path: src/IndexColumn.php
11508                 -
11509                         message: "#^Property PhpMyAdmin\\\\IndexColumn\\:\\:\\$expression \\(string\\|null\\) does not accept mixed\\.$#"
11510                         count: 1
11511                         path: src/IndexColumn.php
11513                 -
11514                         message: "#^Property PhpMyAdmin\\\\IndexColumn\\:\\:\\$name \\(string\\) does not accept mixed\\.$#"
11515                         count: 1
11516                         path: src/IndexColumn.php
11518                 -
11519                         message: "#^Property PhpMyAdmin\\\\IndexColumn\\:\\:\\$null \\(string\\) does not accept mixed\\.$#"
11520                         count: 1
11521                         path: src/IndexColumn.php
11523                 -
11524                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
11525                         count: 1
11526                         path: src/InsertEdit.php
11528                 -
11529                         message: "#^Binary operation \"\\*\" between array\\<non\\-empty\\-array\\<0\\|1\\|2\\|3\\|'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'\\|'wrapper_link'\\|'wrapper_params', array\\<array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string and 2 results in an error\\.$#"
11530                         count: 2
11531                         path: src/InsertEdit.php
11533                 -
11534                         message: "#^Cannot access offset 'relational_display' on mixed\\.$#"
11535                         count: 1
11536                         path: src/InsertEdit.php
11538                 -
11539                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
11540                         count: 1
11541                         path: src/InsertEdit.php
11543                 -
11544                         message: "#^Cannot access offset 0 on mixed\\.$#"
11545                         count: 1
11546                         path: src/InsertEdit.php
11548                 -
11549                         message: "#^Cannot access offset string on mixed\\.$#"
11550                         count: 2
11551                         path: src/InsertEdit.php
11553                 -
11554                         message: "#^Cannot cast mixed to int\\.$#"
11555                         count: 3
11556                         path: src/InsertEdit.php
11558                 -
11559                         message: "#^Cannot cast mixed to string\\.$#"
11560                         count: 3
11561                         path: src/InsertEdit.php
11563                 -
11564                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11565                         count: 3
11566                         path: src/InsertEdit.php
11568                 -
11569                         message: "#^Match expression does not handle remaining value\\: string$#"
11570                         count: 1
11571                         path: src/InsertEdit.php
11573                 -
11574                         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\\}\\.$#"
11575                         count: 1
11576                         path: src/InsertEdit.php
11578                 -
11579                         message: "#^Method PhpMyAdmin\\\\InsertEdit\\:\\:getErrorUrl\\(\\) should return string but returns mixed\\.$#"
11580                         count: 1
11581                         path: src/InsertEdit.php
11583                 -
11584                         message: "#^Method PhpMyAdmin\\\\InsertEdit\\:\\:getFormParametersForInsertForm\\(\\) has parameter \\$whereClauses with no value type specified in iterable type array\\.$#"
11585                         count: 1
11586                         path: src/InsertEdit.php
11588                 -
11589                         message: "#^Method PhpMyAdmin\\\\InsertEdit\\:\\:getFormParametersForInsertForm\\(\\) should return array\\<string, string\\> but returns array\\<string, mixed\\>\\.$#"
11590                         count: 1
11591                         path: src/InsertEdit.php
11593                 -
11594                         message: "#^Method PhpMyAdmin\\\\InsertEdit\\:\\:getGotoInclude\\(\\) should return string but returns mixed\\.$#"
11595                         count: 1
11596                         path: src/InsertEdit.php
11598                 -
11599                         message: "#^Only booleans are allowed in &&, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given on the left side\\.$#"
11600                         count: 1
11601                         path: src/InsertEdit.php
11603                 -
11604                         message: "#^Only booleans are allowed in &&, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given on the left side\\.$#"
11605                         count: 1
11606                         path: src/InsertEdit.php
11608                 -
11609                         message: "#^Only booleans are allowed in &&, array\\|false given on the left side\\.$#"
11610                         count: 2
11611                         path: src/InsertEdit.php
11613                 -
11614                         message: "#^Only booleans are allowed in &&, string\\|false given on the right side\\.$#"
11615                         count: 2
11616                         path: src/InsertEdit.php
11618                 -
11619                         message: "#^Only booleans are allowed in &&, string\\|null given on the left side\\.$#"
11620                         count: 1
11621                         path: src/InsertEdit.php
11623                 -
11624                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
11625                         count: 2
11626                         path: src/InsertEdit.php
11628                 -
11629                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
11630                         count: 1
11631                         path: src/InsertEdit.php
11633                 -
11634                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
11635                         count: 2
11636                         path: src/InsertEdit.php
11638                 -
11639                         message: "#^Only booleans are allowed in an elseif condition, string\\|false given\\.$#"
11640                         count: 1
11641                         path: src/InsertEdit.php
11643                 -
11644                         message: "#^Only booleans are allowed in an if condition, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given\\.$#"
11645                         count: 1
11646                         path: src/InsertEdit.php
11648                 -
11649                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
11650                         count: 1
11651                         path: src/InsertEdit.php
11653                 -
11654                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
11655                         count: 1
11656                         path: src/InsertEdit.php
11658                 -
11659                         message: "#^Parameter \\#1 \\$buffer of method PhpMyAdmin\\\\Plugins\\\\TransformationsPlugin\\:\\:applyTransformation\\(\\) expects string, mixed given\\.$#"
11660                         count: 1
11661                         path: src/InsertEdit.php
11663                 -
11664                         message: "#^Parameter \\#1 \\$data of static method PhpMyAdmin\\\\Utils\\\\Gis\\:\\:convertToWellKnownText\\(\\) expects string, mixed given\\.$#"
11665                         count: 1
11666                         path: src/InsertEdit.php
11668                 -
11669                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
11670                         count: 1
11671                         path: src/InsertEdit.php
11673                 -
11674                         message: "#^Parameter \\#1 \\$defaultValue of method PhpMyAdmin\\\\InsertEdit\\:\\:getSpecialCharsForInsertingMode\\(\\) expects string\\|null, mixed given\\.$#"
11675                         count: 1
11676                         path: src/InsertEdit.php
11678                 -
11679                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
11680                         count: 1
11681                         path: src/InsertEdit.php
11683                 -
11684                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
11685                         count: 9
11686                         path: src/InsertEdit.php
11688                 -
11689                         message: "#^Parameter \\#1 \\$optionString of method PhpMyAdmin\\\\Transformations\\:\\:getOptions\\(\\) expects string, mixed given\\.$#"
11690                         count: 2
11691                         path: src/InsertEdit.php
11693                 -
11694                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array given\\.$#"
11695                         count: 2
11696                         path: src/InsertEdit.php
11698                 -
11699                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
11700                         count: 1
11701                         path: src/InsertEdit.php
11703                 -
11704                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:query\\(\\) expects string, mixed given\\.$#"
11705                         count: 1
11706                         path: src/InsertEdit.php
11708                 -
11709                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, mixed given\\.$#"
11710                         count: 1
11711                         path: src/InsertEdit.php
11713                 -
11714                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
11715                         count: 1
11716                         path: src/InsertEdit.php
11718                 -
11719                         message: "#^Parameter \\#1 \\$sqlQuery of static method PhpMyAdmin\\\\Core\\:\\:signSqlQuery\\(\\) expects string, mixed given\\.$#"
11720                         count: 1
11721                         path: src/InsertEdit.php
11723                 -
11724                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, mixed given\\.$#"
11725                         count: 1
11726                         path: src/InsertEdit.php
11728                 -
11729                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
11730                         count: 4
11731                         path: src/InsertEdit.php
11733                 -
11734                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
11735                         count: 1
11736                         path: src/InsertEdit.php
11738                 -
11739                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
11740                         count: 1
11741                         path: src/InsertEdit.php
11743                 -
11744                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
11745                         count: 1
11746                         path: src/InsertEdit.php
11748                 -
11749                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:addMicroseconds\\(\\) expects string, mixed given\\.$#"
11750                         count: 1
11751                         path: src/InsertEdit.php
11753                 -
11754                         message: "#^Parameter \\#1 \\$whereClauseArray of method PhpMyAdmin\\\\InsertEdit\\:\\:analyzeWhereClauses\\(\\) expects array\\<string\\>, array given\\.$#"
11755                         count: 1
11756                         path: src/InsertEdit.php
11758                 -
11759                         message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
11760                         count: 1
11761                         path: src/InsertEdit.php
11763                 -
11764                         message: "#^Parameter \\#17 \\$whereClause of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlForInsertEditFormColumn\\(\\) expects string, mixed given\\.$#"
11765                         count: 1
11766                         path: src/InsertEdit.php
11768                 -
11769                         message: "#^Parameter \\#2 \\$foreignField of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:foreignDropdown\\(\\) expects string, mixed given\\.$#"
11770                         count: 1
11771                         path: src/InsertEdit.php
11773                 -
11774                         message: "#^Parameter \\#2 \\$row of class PhpMyAdmin\\\\UniqueCondition constructor expects array\\<int, mixed\\>, mixed given\\.$#"
11775                         count: 1
11776                         path: src/InsertEdit.php
11778                 -
11779                         message: "#^Parameter \\#2 \\$signature of static method PhpMyAdmin\\\\Core\\:\\:checkSqlQuerySignature\\(\\) expects string, mixed given\\.$#"
11780                         count: 1
11781                         path: src/InsertEdit.php
11783                 -
11784                         message: "#^Parameter \\#2 \\$specInBrackets of method PhpMyAdmin\\\\InsertEdit\\:\\:getColumnSize\\(\\) expects string, mixed given\\.$#"
11785                         count: 1
11786                         path: src/InsertEdit.php
11788                 -
11789                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
11790                         count: 1
11791                         path: src/InsertEdit.php
11793                 -
11794                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getDisplayField\\(\\) expects string, mixed given\\.$#"
11795                         count: 1
11796                         path: src/InsertEdit.php
11798                 -
11799                         message: "#^Parameter \\#3 \\$value of method PhpMyAdmin\\\\Plugins\\\\IOTransformationsPlugin\\:\\:getInputHtml\\(\\) expects string, mixed given\\.$#"
11800                         count: 1
11801                         path: src/InsertEdit.php
11803                 -
11804                         message: "#^Parameter \\#4 \\$fieldsize of method PhpMyAdmin\\\\InsertEdit\\:\\:getHtmlInput\\(\\) expects int, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given\\.$#"
11805                         count: 1
11806                         path: src/InsertEdit.php
11808                 -
11809                         message: "#^Parameter \\#5 \\$max of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:foreignDropdown\\(\\) expects int\\|null, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given\\.$#"
11810                         count: 1
11811                         path: src/InsertEdit.php
11813                 -
11814                         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, \\.\\.\\.\\}\\.$#"
11815                         count: 3
11816                         path: src/InsertEdit.php
11818                 -
11819                         message: "#^Only booleans are allowed in a ternary operator condition, int\\|false given\\.$#"
11820                         count: 1
11821                         path: src/InsertEditColumn.php
11823                 -
11824                         message: "#^Property PhpMyAdmin\\\\InsertEditColumn\\:\\:\\$trueType \\(string\\) does not accept string\\|null\\.$#"
11825                         count: 1
11826                         path: src/InsertEditColumn.php
11828                 -
11829                         message: "#^Binary operation \"\\-\" between string and 1 results in an error\\.$#"
11830                         count: 1
11831                         path: src/IpAllowDeny.php
11833                 -
11834                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
11835                         count: 3
11836                         path: src/IpAllowDeny.php
11838                 -
11839                         message: "#^Parameter \\#2 \\$ipToTest of method PhpMyAdmin\\\\IpAllowDeny\\:\\:ipMaskTest\\(\\) expects string, string\\|true given\\.$#"
11840                         count: 1
11841                         path: src/IpAllowDeny.php
11843                 -
11844                         message: "#^Cannot access offset 'a_meta_dir' on mixed\\.$#"
11845                         count: 1
11846                         path: src/Language.php
11848                 -
11849                         message: "#^Cannot access offset 'a_meta_language' on mixed\\.$#"
11850                         count: 1
11851                         path: src/Language.php
11853                 -
11854                         message: "#^Cannot access offset 'w_page' on mixed\\.$#"
11855                         count: 1
11856                         path: src/Language.php
11858                 -
11859                         message: "#^Parameter \\#2 \\$path of function _bindtextdomain expects string, mixed given\\.$#"
11860                         count: 1
11861                         path: src/Language.php
11863                 -
11864                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11865                         count: 5
11866                         path: src/LanguageManager.php
11868                 -
11869                         message: "#^Method PhpMyAdmin\\\\LanguageManager\\:\\:availableLocales\\(\\) should return array but returns array\\|false\\.$#"
11870                         count: 1
11871                         path: src/LanguageManager.php
11873                 -
11874                         message: "#^Parameter \\#1 \\$code of method PhpMyAdmin\\\\LanguageManager\\:\\:getLanguage\\(\\) expects string, mixed given\\.$#"
11875                         count: 4
11876                         path: src/LanguageManager.php
11878                 -
11879                         message: "#^Parameter \\#1 \\$directory of function opendir expects string, mixed given\\.$#"
11880                         count: 1
11881                         path: src/LanguageManager.php
11883                 -
11884                         message: "#^Parameter \\#1 \\$filename of function is_dir expects string, mixed given\\.$#"
11885                         count: 1
11886                         path: src/LanguageManager.php
11888                 -
11889                         message: "#^Parameter \\#1 \\$string of function strtolower expects string, mixed given\\.$#"
11890                         count: 2
11891                         path: src/LanguageManager.php
11893                 -
11894                         message: "#^Property PhpMyAdmin\\\\LanguageManager\\:\\:\\$availableLocales \\(array\\) does not accept array\\|false\\.$#"
11895                         count: 1
11896                         path: src/LanguageManager.php
11898                 -
11899                         message: "#^Unsafe access to private property PhpMyAdmin\\\\LanguageManager\\:\\:\\$languageData through static\\:\\:\\.$#"
11900                         count: 2
11901                         path: src/LanguageManager.php
11903                 -
11904                         message: "#^Binary operation \"\\+\" between int\\|string\\|null and int\\<0, max\\> results in an error\\.$#"
11905                         count: 1
11906                         path: src/Linter.php
11908                 -
11909                         message: "#^Parameter \\#2 \\$pos of static method PhpMyAdmin\\\\Linter\\:\\:findLineNumberAndColumn\\(\\) expects int, mixed given\\.$#"
11910                         count: 1
11911                         path: src/Linter.php
11913                 -
11914                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
11915                         count: 1
11916                         path: src/ListDatabase.php
11918                 -
11919                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
11920                         count: 1
11921                         path: src/ListDatabase.php
11923                 -
11924                         message: "#^Method PhpMyAdmin\\\\ListDatabase\\:\\:getDefault\\(\\) should return string but returns mixed\\.$#"
11925                         count: 1
11926                         path: src/ListDatabase.php
11928                 -
11929                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
11930                         count: 2
11931                         path: src/ListDatabase.php
11933                 -
11934                         message: "#^Parameter \\#1 \\$likeDbName of method PhpMyAdmin\\\\ListDatabase\\:\\:retrieve\\(\\) expects string\\|null, array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string given\\.$#"
11935                         count: 1
11936                         path: src/ListDatabase.php
11938                 -
11939                         message: "#^Parameter \\#1 \\$likeDbName of method PhpMyAdmin\\\\ListDatabase\\:\\:retrieve\\(\\) expects string\\|null, mixed given\\.$#"
11940                         count: 1
11941                         path: src/ListDatabase.php
11943                 -
11944                         message: "#^Parameter \\#1 \\$str of function strtr expects string, array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string given\\.$#"
11945                         count: 1
11946                         path: src/ListDatabase.php
11948                 -
11949                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
11950                         count: 1
11951                         path: src/ListDatabase.php
11953                 -
11954                         message: "#^Parameter \\#2 \\$callback of function usort expects callable\\(mixed, mixed\\)\\: int, 'strnatcasecmp' given\\.$#"
11955                         count: 1
11956                         path: src/ListDatabase.php
11958                 -
11959                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string given\\.$#"
11960                         count: 1
11961                         path: src/ListDatabase.php
11963                 -
11964                         message: "#^Binary operation \"\\.\" between '\\:' and non\\-empty\\-array\\<array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string\\>\\|int\\<1, max\\>\\|non\\-falsy\\-string\\|true results in an error\\.$#"
11965                         count: 1
11966                         path: src/Menu.php
11968                 -
11969                         message: "#^Binary operation \"\\.\\=\" between array\\<array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string\\>\\|bool\\|int\\<1, max\\>\\|string\\|null and mixed results in an error\\.$#"
11970                         count: 1
11971                         path: src/Menu.php
11973                 -
11974                         message: "#^Cannot access offset 'icon' on mixed\\.$#"
11975                         count: 22
11976                         path: src/Menu.php
11978                 -
11979                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
11980                         count: 1
11981                         path: src/Menu.php
11983                 -
11984                         message: "#^Cannot access offset 'route' on mixed\\.$#"
11985                         count: 10
11986                         path: src/Menu.php
11988                 -
11989                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
11990                         count: 1
11991                         path: src/Menu.php
11993                 -
11994                         message: "#^Cannot access offset 'text' on mixed\\.$#"
11995                         count: 6
11996                         path: src/Menu.php
11998                 -
11999                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12000                         count: 4
12001                         path: src/Menu.php
12003                 -
12004                         message: "#^Method PhpMyAdmin\\\\Menu\\:\\:getAllowedTabs\\(\\) should return array but returns mixed\\.$#"
12005                         count: 1
12006                         path: src/Menu.php
12008                 -
12009                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
12010                         count: 1
12011                         path: src/Menu.php
12013                 -
12014                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
12015                         count: 1
12016                         path: src/Menu.php
12018                 -
12019                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
12020                         count: 1
12021                         path: src/Menu.php
12023                 -
12024                         message: "#^Cannot cast mixed to string\\.$#"
12025                         count: 1
12026                         path: src/Message.php
12028                 -
12029                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
12030                         count: 1
12031                         path: src/Message.php
12033                 -
12034                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12035                         count: 3
12036                         path: src/Navigation/Navigation.php
12038                 -
12039                         message: "#^Only booleans are allowed in &&, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given on the left side\\.$#"
12040                         count: 1
12041                         path: src/Navigation/Navigation.php
12043                 -
12044                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
12045                         count: 1
12046                         path: src/Navigation/Navigation.php
12048                 -
12049                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, array\\<array\\<int\\|string, array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string given\\.$#"
12050                         count: 1
12051                         path: src/Navigation/Navigation.php
12053                 -
12054                         message: "#^Access to an undefined property PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:\\$secondIcon\\.$#"
12055                         count: 2
12056                         path: src/Navigation/NavigationTree.php
12058                 -
12059                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
12060                         count: 2
12061                         path: src/Navigation/NavigationTree.php
12063                 -
12064                         message: "#^Call to an undefined method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:setHiddenCount\\(\\)\\.$#"
12065                         count: 1
12066                         path: src/Navigation/NavigationTree.php
12068                 -
12069                         message: "#^Cannot access offset 'image' on mixed\\.$#"
12070                         count: 1
12071                         path: src/Navigation/NavigationTree.php
12073                 -
12074                         message: "#^Cannot access offset 'title' on mixed\\.$#"
12075                         count: 1
12076                         path: src/Navigation/NavigationTree.php
12078                 -
12079                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
12080                         count: 1
12081                         path: src/Navigation/NavigationTree.php
12083                 -
12084                         message: "#^Cannot access property \\$pos2 on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|null\\.$#"
12085                         count: 1
12086                         path: src/Navigation/NavigationTree.php
12088                 -
12089                         message: "#^Cannot cast mixed to int\\.$#"
12090                         count: 7
12091                         path: src/Navigation/NavigationTree.php
12093                 -
12094                         message: "#^Casting to string something that's already string\\.$#"
12095                         count: 4
12096                         path: src/Navigation/NavigationTree.php
12098                 -
12099                         message: "#^Only booleans are allowed in &&, int given on the right side\\.$#"
12100                         count: 5
12101                         path: src/Navigation/NavigationTree.php
12103                 -
12104                         message: "#^Only numeric types are allowed in \\+, int\\|false given on the left side\\.$#"
12105                         count: 1
12106                         path: src/Navigation/NavigationTree.php
12108                 -
12109                         message: "#^Parameter \\#1 \\$haystack of function strstr expects string, string\\|null given\\.$#"
12110                         count: 1
12111                         path: src/Navigation/NavigationTree.php
12113                 -
12114                         message: "#^Parameter \\#1 \\$item of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeColumn constructor expects array, mixed given\\.$#"
12115                         count: 1
12116                         path: src/Navigation/NavigationTree.php
12118                 -
12119                         message: "#^Parameter \\#1 \\$key of function array_key_exists expects int\\|string, mixed given\\.$#"
12120                         count: 2
12121                         path: src/Navigation/NavigationTree.php
12123                 -
12124                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeDatabase constructor expects string, mixed given\\.$#"
12125                         count: 1
12126                         path: src/Navigation/NavigationTree.php
12128                 -
12129                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeEvent constructor expects string, mixed given\\.$#"
12130                         count: 1
12131                         path: src/Navigation/NavigationTree.php
12133                 -
12134                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeFunction constructor expects string, mixed given\\.$#"
12135                         count: 1
12136                         path: src/Navigation/NavigationTree.php
12138                 -
12139                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeIndex constructor expects string, mixed given\\.$#"
12140                         count: 1
12141                         path: src/Navigation/NavigationTree.php
12143                 -
12144                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeProcedure constructor expects string, mixed given\\.$#"
12145                         count: 1
12146                         path: src/Navigation/NavigationTree.php
12148                 -
12149                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeTable constructor expects string, mixed given\\.$#"
12150                         count: 2
12151                         path: src/Navigation/NavigationTree.php
12153                 -
12154                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeTrigger constructor expects string, mixed given\\.$#"
12155                         count: 1
12156                         path: src/Navigation/NavigationTree.php
12158                 -
12159                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeView constructor expects string, mixed given\\.$#"
12160                         count: 1
12161                         path: src/Navigation/NavigationTree.php
12163                 -
12164                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:getChild\\(\\) expects string, \\(int\\|string\\) given\\.$#"
12165                         count: 1
12166                         path: src/Navigation/NavigationTree.php
12168                 -
12169                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:getChild\\(\\) expects string, mixed given\\.$#"
12170                         count: 5
12171                         path: src/Navigation/NavigationTree.php
12173                 -
12174                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:buildPathPart\\(\\) expects array, mixed given\\.$#"
12175                         count: 1
12176                         path: src/Navigation/NavigationTree.php
12178                 -
12179                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
12180                         count: 1
12181                         path: src/Navigation/NavigationTree.php
12183                 -
12184                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
12185                         count: 1
12186                         path: src/Navigation/NavigationTree.php
12188                 -
12189                         message: "#^Parameter \\#1 \\$string of method PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:parsePath\\(\\) expects string, mixed given\\.$#"
12190                         count: 4
12191                         path: src/Navigation/NavigationTree.php
12193                 -
12194                         message: "#^Parameter \\#1 \\$string1 of function strcasecmp expects string, string\\|null given\\.$#"
12195                         count: 1
12196                         path: src/Navigation/NavigationTree.php
12198                 -
12199                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:addTableContainers\\(\\) expects PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeTable, PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node given\\.$#"
12200                         count: 1
12201                         path: src/Navigation/NavigationTree.php
12203                 -
12204                         message: "#^Parameter \\#2 \\$needle of function mb_strpos expects string, mixed given\\.$#"
12205                         count: 1
12206                         path: src/Navigation/NavigationTree.php
12208                 -
12209                         message: "#^Parameter \\#2 \\$searchClause of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeDatabase\\:\\:getPresence\\(\\) expects string, mixed given\\.$#"
12210                         count: 1
12211                         path: src/Navigation/NavigationTree.php
12213                 -
12214                         message: "#^Parameter \\#2 \\$string2 of function strcasecmp expects string, mixed given\\.$#"
12215                         count: 2
12216                         path: src/Navigation/NavigationTree.php
12218                 -
12219                         message: "#^Property PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:\\$pos2Name \\(array\\<string\\>\\) does not accept array\\.$#"
12220                         count: 1
12221                         path: src/Navigation/NavigationTree.php
12223                 -
12224                         message: "#^Property PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:\\$pos2Name \\(array\\<string\\>\\) does not accept array\\<mixed\\>\\.$#"
12225                         count: 1
12226                         path: src/Navigation/NavigationTree.php
12228                 -
12229                         message: "#^Property PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:\\$pos3Name \\(array\\<string\\>\\) does not accept array\\<mixed\\>\\.$#"
12230                         count: 2
12231                         path: src/Navigation/NavigationTree.php
12233                 -
12234                         message: "#^Property PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:\\$searchClause \\(string\\) does not accept mixed\\.$#"
12235                         count: 1
12236                         path: src/Navigation/NavigationTree.php
12238                 -
12239                         message: "#^Property PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:\\$searchClause2 \\(string\\) does not accept mixed\\.$#"
12240                         count: 1
12241                         path: src/Navigation/NavigationTree.php
12243                 -
12244                         message: "#^Argument of an invalid type array\\<array\\<string\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\<1, max\\>\\|string\\|null supplied for foreach, only iterables are supported\\.$#"
12245                         count: 1
12246                         path: src/Navigation/Nodes/Node.php
12248                 -
12249                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12250                         count: 5
12251                         path: src/Navigation/Nodes/Node.php
12253                 -
12254                         message: "#^Method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:getDatabasesToSearch\\(\\) should return array but returns mixed\\.$#"
12255                         count: 1
12256                         path: src/Navigation/Nodes/Node.php
12258                 -
12259                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
12260                         count: 1
12261                         path: src/Navigation/Nodes/Node.php
12263                 -
12264                         message: "#^Parameter \\#1 \\$array of function sort expects TArray of array\\<T\\>, mixed given\\.$#"
12265                         count: 1
12266                         path: src/Navigation/Nodes/Node.php
12268                 -
12269                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:isHideDb\\(\\) expects string, string\\|null given\\.$#"
12270                         count: 4
12271                         path: src/Navigation/Nodes/Node.php
12273                 -
12274                         message: "#^Parameter \\#1 \\$haystack of function strstr expects string, string\\|null given\\.$#"
12275                         count: 4
12276                         path: src/Navigation/Nodes/Node.php
12278                 -
12279                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string given\\.$#"
12280                         count: 1
12281                         path: src/Navigation/Nodes/Node.php
12283                 -
12284                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
12285                         count: 5
12286                         path: src/Navigation/Nodes/Node.php
12288                 -
12289                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12290                         count: 1
12291                         path: src/Navigation/Nodes/NodeColumn.php
12293                 -
12294                         message: "#^Parameter \\#1 \\$item of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeColumn\\:\\:getDisplayName\\(\\) expects array\\<string, mixed\\>, array given\\.$#"
12295                         count: 1
12296                         path: src/Navigation/Nodes/NodeColumn.php
12298                 -
12299                         message: "#^Parameter \\#1 \\$key of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeColumn\\:\\:getColumnIcon\\(\\) expects string, mixed given\\.$#"
12300                         count: 1
12301                         path: src/Navigation/Nodes/NodeColumn.php
12303                 -
12304                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:__construct\\(\\) expects string, mixed given\\.$#"
12305                         count: 1
12306                         path: src/Navigation/Nodes/NodeColumn.php
12308                 -
12309                         message: "#^Parameter \\#2 \\$value of method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeColumn\\:\\:getTruncateValue\\(\\) expects string, mixed given\\.$#"
12310                         count: 1
12311                         path: src/Navigation/Nodes/NodeColumn.php
12313                 -
12314                         message: "#^Method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeDatabase\\:\\:getEventCount\\(\\) should return int but returns int\\|string\\.$#"
12315                         count: 1
12316                         path: src/Navigation/Nodes/NodeDatabase.php
12318                 -
12319                         message: "#^Method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeDatabase\\:\\:getFunctionCount\\(\\) should return int but returns int\\|string\\.$#"
12320                         count: 1
12321                         path: src/Navigation/Nodes/NodeDatabase.php
12323                 -
12324                         message: "#^Method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeDatabase\\:\\:getProcedureCount\\(\\) should return int but returns int\\|string\\.$#"
12325                         count: 1
12326                         path: src/Navigation/Nodes/NodeDatabase.php
12328                 -
12329                         message: "#^Method PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeDatabase\\:\\:getTableOrViewCount\\(\\) should return int but returns int\\|string\\.$#"
12330                         count: 1
12331                         path: src/Navigation/Nodes/NodeDatabase.php
12333                 -
12334                         message: "#^Cannot access property \\$realName on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
12335                         count: 1
12336                         path: src/Navigation/Nodes/NodeDatabaseChild.php
12338                 -
12339                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
12340                         count: 1
12341                         path: src/Navigation/Nodes/NodeTable.php
12343                 -
12344                         message: "#^Cannot access property \\$realName on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
12345                         count: 2
12346                         path: src/Navigation/Nodes/NodeTable.php
12348                 -
12349                         message: "#^Parameter \\#1 \\$columnSpecification of static method PhpMyAdmin\\\\Util\\:\\:extractColumnSpec\\(\\) expects string, string\\|null given\\.$#"
12350                         count: 1
12351                         path: src/Navigation/Nodes/NodeTable.php
12353                 -
12354                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
12355                         count: 3
12356                         path: src/Normalization.php
12358                 -
12359                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
12360                         count: 1
12361                         path: src/Normalization.php
12363                 -
12364                         message: "#^Cannot access offset 'nonpk' on mixed\\.$#"
12365                         count: 2
12366                         path: src/Normalization.php
12368                 -
12369                         message: "#^Cannot access offset 'pk' on mixed\\.$#"
12370                         count: 2
12371                         path: src/Normalization.php
12373                 -
12374                         message: "#^Cannot access offset non\\-falsy\\-string on mixed\\.$#"
12375                         count: 1
12376                         path: src/Normalization.php
12378                 -
12379                         message: "#^Cannot cast mixed to int\\.$#"
12380                         count: 1
12381                         path: src/Normalization.php
12383                 -
12384                         message: "#^Casting to string something that's already string\\.$#"
12385                         count: 1
12386                         path: src/Normalization.php
12388                 -
12389                         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\\}\\.$#"
12390                         count: 1
12391                         path: src/Normalization.php
12393                 -
12394                         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\\}\\.$#"
12395                         count: 1
12396                         path: src/Normalization.php
12398                 -
12399                         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\\}\\.$#"
12400                         count: 1
12401                         path: src/Normalization.php
12403                 -
12404                         message: "#^Only booleans are allowed in &&, int given on the left side\\.$#"
12405                         count: 2
12406                         path: src/Normalization.php
12408                 -
12409                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
12410                         count: 3
12411                         path: src/Normalization.php
12413                 -
12414                         message: "#^Only booleans are allowed in a negated boolean, string given\\.$#"
12415                         count: 1
12416                         path: src/Normalization.php
12418                 -
12419                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
12420                         count: 1
12421                         path: src/Normalization.php
12423                 -
12424                         message: "#^Parameter \\#1 \\$array of function array_unique expects array, mixed given\\.$#"
12425                         count: 1
12426                         path: src/Normalization.php
12428                 -
12429                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, \\(int\\|string\\) given\\.$#"
12430                         count: 3
12431                         path: src/Normalization.php
12433                 -
12434                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
12435                         count: 6
12436                         path: src/Normalization.php
12438                 -
12439                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, \\(int\\|string\\) given\\.$#"
12440                         count: 5
12441                         path: src/Normalization.php
12443                 -
12444                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
12445                         count: 2
12446                         path: src/Normalization.php
12448                 -
12449                         message: "#^Parameter \\#1 \\$string of function mb_strtoupper expects string, mixed given\\.$#"
12450                         count: 1
12451                         path: src/Normalization.php
12453                 -
12454                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
12455                         count: 3
12456                         path: src/Normalization.php
12458                 -
12459                         message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, mixed given\\.$#"
12460                         count: 3
12461                         path: src/Normalization.php
12463                 -
12464                         message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
12465                         count: 3
12466                         path: src/Normalization.php
12468                 -
12469                         message: "#^Parameter \\#2 \\$string of function explode expects string, \\(int\\|string\\) given\\.$#"
12470                         count: 1
12471                         path: src/Normalization.php
12473                 -
12474                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
12475                         count: 5
12476                         path: src/Normalization.php
12478                 -
12479                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnNames\\(\\) expects string, \\(int\\|string\\) given\\.$#"
12480                         count: 1
12481                         path: src/Normalization.php
12483                 -
12484                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnNames\\(\\) expects string, mixed given\\.$#"
12485                         count: 1
12486                         path: src/Normalization.php
12488                 -
12489                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, \\(int\\|string\\) given\\.$#"
12490                         count: 1
12491                         path: src/Normalization.php
12493                 -
12494                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, mixed given\\.$#"
12495                         count: 1
12496                         path: src/Normalization.php
12498                 -
12499                         message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
12500                         count: 2
12501                         path: src/Normalization.php
12503                 -
12504                         message: "#^Parameter \\#6 \\$totalRows of method PhpMyAdmin\\\\Normalization\\:\\:checkPartialDependency\\(\\) expects int, mixed given\\.$#"
12505                         count: 1
12506                         path: src/Normalization.php
12508                 -
12509                         message: "#^Variable property access on object\\.$#"
12510                         count: 4
12511                         path: src/Normalization.php
12513                 -
12514                         message: "#^Cannot access offset 'foreign_db' on mixed\\.$#"
12515                         count: 4
12516                         path: src/Operations.php
12518                 -
12519                         message: "#^Cannot access offset 'foreign_field' on mixed\\.$#"
12520                         count: 3
12521                         path: src/Operations.php
12523                 -
12524                         message: "#^Cannot access offset 'foreign_table' on mixed\\.$#"
12525                         count: 4
12526                         path: src/Operations.php
12528                 -
12529                         message: "#^Cannot access offset 0 on mixed\\.$#"
12530                         count: 6
12531                         path: src/Operations.php
12533                 -
12534                         message: "#^Cannot access offset 2 on mixed\\.$#"
12535                         count: 5
12536                         path: src/Operations.php
12538                 -
12539                         message: "#^Cannot access offset 3 on mixed\\.$#"
12540                         count: 3
12541                         path: src/Operations.php
12543                 -
12544                         message: "#^Cannot access offset 4 on mixed\\.$#"
12545                         count: 5
12546                         path: src/Operations.php
12548                 -
12549                         message: "#^Cannot access offset 5 on mixed\\.$#"
12550                         count: 5
12551                         path: src/Operations.php
12553                 -
12554                         message: "#^Cannot access offset 6 on mixed\\.$#"
12555                         count: 5
12556                         path: src/Operations.php
12558                 -
12559                         message: "#^Cannot access offset 7 on mixed\\.$#"
12560                         count: 3
12561                         path: src/Operations.php
12563                 -
12564                         message: "#^Cannot access offset int\\<2, max\\> on mixed\\.$#"
12565                         count: 1
12566                         path: src/Operations.php
12568                 -
12569                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12570                         count: 9
12571                         path: src/Operations.php
12573                 -
12574                         message: "#^Parameter \\#1 \\$collation of static method PhpMyAdmin\\\\Util\\:\\:getCharsetQueryPart\\(\\) expects string, mixed given\\.$#"
12575                         count: 2
12576                         path: src/Operations.php
12578                 -
12579                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
12580                         count: 1
12581                         path: src/Operations.php
12583                 -
12584                         message: "#^Parameter \\#1 \\$db of static method PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:getPartitionMethod\\(\\) expects string, mixed given\\.$#"
12585                         count: 1
12586                         path: src/Operations.php
12588                 -
12589                         message: "#^Parameter \\#1 \\$dbname of method PhpMyAdmin\\\\DatabaseInterface\\:\\:selectDb\\(\\) expects PhpMyAdmin\\\\Identifiers\\\\DatabaseName\\|string, mixed given\\.$#"
12590                         count: 1
12591                         path: src/Operations.php
12593                 -
12594                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, \\(int\\|string\\) given\\.$#"
12595                         count: 2
12596                         path: src/Operations.php
12598                 -
12599                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
12600                         count: 12
12601                         path: src/Operations.php
12603                 -
12604                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:query\\(\\) expects string, mixed given\\.$#"
12605                         count: 1
12606                         path: src/Operations.php
12608                 -
12609                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:query\\(\\) expects string, string\\|null given\\.$#"
12610                         count: 1
12611                         path: src/Operations.php
12613                 -
12614                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:escapeString\\(\\) expects string, mixed given\\.$#"
12615                         count: 2
12616                         path: src/Operations.php
12618                 -
12619                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
12620                         count: 1
12621                         path: src/Operations.php
12623                 -
12624                         message: "#^Parameter \\#1 \\$string of function mb_strtolower expects string, mixed given\\.$#"
12625                         count: 1
12626                         path: src/Operations.php
12628                 -
12629                         message: "#^Parameter \\#1 \\$string of function urldecode expects string, mixed given\\.$#"
12630                         count: 1
12631                         path: src/Operations.php
12633                 -
12634                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
12635                         count: 1
12636                         path: src/Operations.php
12638                 -
12639                         message: "#^Parameter \\#2 \\$sourceTable of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:moveCopy\\(\\) expects string, mixed given\\.$#"
12640                         count: 1
12641                         path: src/Operations.php
12643                 -
12644                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
12645                         count: 1
12646                         path: src/Operations.php
12648                 -
12649                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:getPartitionMethod\\(\\) expects string, mixed given\\.$#"
12650                         count: 1
12651                         path: src/Operations.php
12653                 -
12654                         message: "#^Parameter \\#4 \\$targetTable of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:moveCopy\\(\\) expects string, mixed given\\.$#"
12655                         count: 1
12656                         path: src/Operations.php
12658                 -
12659                         message: "#^Parameter \\#5 \\$what of static method PhpMyAdmin\\\\Table\\\\Table\\:\\:moveCopy\\(\\) expects string, mixed given\\.$#"
12660                         count: 2
12661                         path: src/Operations.php
12663                 -
12664                         message: "#^Cannot access offset 0 on mixed\\.$#"
12665                         count: 3
12666                         path: src/ParseAnalyze.php
12668                 -
12669                         message: "#^Cannot access offset 1 on mixed\\.$#"
12670                         count: 1
12671                         path: src/ParseAnalyze.php
12673                 -
12674                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12675                         count: 2
12676                         path: src/ParseAnalyze.php
12678                 -
12679                         message: "#^Offset 'select_tables' does not exist on array\\{distinct\\?\\: bool, drop_database\\?\\: bool, group\\?\\: bool, having\\?\\: bool, is_affected\\?\\: bool, is_analyse\\?\\: bool, is_count\\?\\: bool, is_delete\\?\\: bool, \\.\\.\\.\\}\\.$#"
12680                         count: 1
12681                         path: src/ParseAnalyze.php
12683                 -
12684                         message: "#^Offset 'select_tables' on array\\{distinct\\?\\: bool, drop_database\\?\\: bool, group\\?\\: bool, having\\?\\: bool, is_affected\\?\\: bool, is_analyse\\?\\: bool, is_count\\?\\: bool, is_delete\\?\\: bool, \\.\\.\\.\\} in empty\\(\\) does not exist\\.$#"
12685                         count: 1
12686                         path: src/ParseAnalyze.php
12688                 -
12689                         message: "#^Offset 'select_tables' on array\\{distinct\\?\\: bool, drop_database\\?\\: bool, group\\?\\: bool, having\\?\\: bool, is_affected\\?\\: bool, is_analyse\\?\\: bool, is_count\\?\\: bool, is_delete\\?\\: bool, \\.\\.\\.\\} in isset\\(\\) does not exist\\.$#"
12690                         count: 1
12691                         path: src/ParseAnalyze.php
12693                 -
12694                         message: "#^Offset 'select_tables' on array\\{distinct\\?\\: bool, drop_database\\?\\: bool, group\\?\\: bool, having\\?\\: bool, is_affected\\?\\: bool, is_analyse\\?\\: bool, is_count\\?\\: bool, is_delete\\?\\: bool, \\.\\.\\.\\} on left side of \\?\\? does not exist\\.$#"
12695                         count: 1
12696                         path: src/ParseAnalyze.php
12698                 -
12699                         message: "#^Parameter \\#1 \\$info of static method PhpMyAdmin\\\\StatementInfo\\:\\:fromArray\\(\\) expects array\\{distinct\\: bool, drop_database\\: bool, group\\: bool, having\\: bool, is_affected\\: bool, is_analyse\\: bool, is_count\\: bool, is_delete\\: bool, \\.\\.\\.\\}, array\\{distinct\\?\\: bool, drop_database\\?\\: bool, group\\?\\: bool, having\\?\\: bool, is_affected\\?\\: bool, is_analyse\\?\\: bool, is_count\\?\\: bool, is_delete\\?\\: bool, \\.\\.\\.\\} given\\.$#"
12700                         count: 1
12701                         path: src/ParseAnalyze.php
12703                 -
12704                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
12705                         count: 1
12706                         path: src/ParseAnalyze.php
12708                 -
12709                         message: "#^Cannot access offset 'Table' on mixed\\.$#"
12710                         count: 4
12711                         path: src/Partitioning/Maintenance.php
12713                 -
12714                         message: "#^Cannot access offset 'Name' on mixed\\.$#"
12715                         count: 1
12716                         path: src/Partitioning/Partition.php
12718                 -
12719                         message: "#^Cannot cast mixed to int\\.$#"
12720                         count: 1
12721                         path: src/Partitioning/Partition.php
12723                 -
12724                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12725                         count: 2
12726                         path: src/Partitioning/Partition.php
12728                 -
12729                         message: "#^Method PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:getPartitionMethod\\(\\) should return string\\|null but returns mixed\\.$#"
12730                         count: 1
12731                         path: src/Partitioning/Partition.php
12733                 -
12734                         message: "#^Method PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:havePartitioning\\(\\) should return bool but returns mixed\\.$#"
12735                         count: 1
12736                         path: src/Partitioning/Partition.php
12738                 -
12739                         message: "#^Only booleans are allowed in an if condition, string\\|false\\|null given\\.$#"
12740                         count: 1
12741                         path: src/Partitioning/Partition.php
12743                 -
12744                         message: "#^PHPDoc tag @var for variable \\$row has no value type specified in iterable type array\\.$#"
12745                         count: 1
12746                         path: src/Partitioning/Partition.php
12748                 -
12749                         message: "#^PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:__construct\\(\\) does not call parent constructor from PhpMyAdmin\\\\Partitioning\\\\SubPartition\\.$#"
12750                         count: 1
12751                         path: src/Partitioning/Partition.php
12753                 -
12754                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\Partition\\:\\:\\$description \\(string\\|null\\) does not accept mixed\\.$#"
12755                         count: 1
12756                         path: src/Partitioning/Partition.php
12758                 -
12759                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$expression \\(string\\|null\\) does not accept mixed\\.$#"
12760                         count: 1
12761                         path: src/Partitioning/Partition.php
12763                 -
12764                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$method \\(string\\|null\\) does not accept mixed\\.$#"
12765                         count: 1
12766                         path: src/Partitioning/Partition.php
12768                 -
12769                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$name \\(string\\|null\\) does not accept mixed\\.$#"
12770                         count: 1
12771                         path: src/Partitioning/Partition.php
12773                 -
12774                         message: "#^Cannot cast mixed to int\\.$#"
12775                         count: 4
12776                         path: src/Partitioning/SubPartition.php
12778                 -
12779                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$comment \\(string\\) does not accept mixed\\.$#"
12780                         count: 1
12781                         path: src/Partitioning/SubPartition.php
12783                 -
12784                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$expression \\(string\\|null\\) does not accept mixed\\.$#"
12785                         count: 1
12786                         path: src/Partitioning/SubPartition.php
12788                 -
12789                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$method \\(string\\|null\\) does not accept mixed\\.$#"
12790                         count: 1
12791                         path: src/Partitioning/SubPartition.php
12793                 -
12794                         message: "#^Property PhpMyAdmin\\\\Partitioning\\\\SubPartition\\:\\:\\$name \\(string\\|null\\) does not accept mixed\\.$#"
12795                         count: 1
12796                         path: src/Partitioning/SubPartition.php
12798                 -
12799                         message: "#^Cannot access offset 'comment' on mixed\\.$#"
12800                         count: 1
12801                         path: src/Partitioning/TablePartitionDefinition.php
12803                 -
12804                         message: "#^Cannot access offset 'data_directory' on mixed\\.$#"
12805                         count: 1
12806                         path: src/Partitioning/TablePartitionDefinition.php
12808                 -
12809                         message: "#^Cannot access offset 'engine' on mixed\\.$#"
12810                         count: 2
12811                         path: src/Partitioning/TablePartitionDefinition.php
12813                 -
12814                         message: "#^Cannot access offset 'index_directory' on mixed\\.$#"
12815                         count: 1
12816                         path: src/Partitioning/TablePartitionDefinition.php
12818                 -
12819                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
12820                         count: 1
12821                         path: src/Partitioning/TablePartitionDefinition.php
12823                 -
12824                         message: "#^Cannot access offset 'min_rows' on mixed\\.$#"
12825                         count: 1
12826                         path: src/Partitioning/TablePartitionDefinition.php
12828                 -
12829                         message: "#^Cannot access offset 'name' on mixed\\.$#"
12830                         count: 1
12831                         path: src/Partitioning/TablePartitionDefinition.php
12833                 -
12834                         message: "#^Cannot access offset 'node_group' on mixed\\.$#"
12835                         count: 1
12836                         path: src/Partitioning/TablePartitionDefinition.php
12838                 -
12839                         message: "#^Cannot access offset 'prefix' on mixed\\.$#"
12840                         count: 2
12841                         path: src/Partitioning/TablePartitionDefinition.php
12843                 -
12844                         message: "#^Cannot access offset 'subpartition_count' on mixed\\.$#"
12845                         count: 2
12846                         path: src/Partitioning/TablePartitionDefinition.php
12848                 -
12849                         message: "#^Cannot access offset 'subpartitions' on mixed\\.$#"
12850                         count: 3
12851                         path: src/Partitioning/TablePartitionDefinition.php
12853                 -
12854                         message: "#^Cannot access offset 'tablespace' on mixed\\.$#"
12855                         count: 1
12856                         path: src/Partitioning/TablePartitionDefinition.php
12858                 -
12859                         message: "#^Cannot access offset 'value' on mixed\\.$#"
12860                         count: 1
12861                         path: src/Partitioning/TablePartitionDefinition.php
12863                 -
12864                         message: "#^Cannot access offset 'value_type' on mixed\\.$#"
12865                         count: 2
12866                         path: src/Partitioning/TablePartitionDefinition.php
12868                 -
12869                         message: "#^Parameter \\#1 \\$array of function array_splice expects array, mixed given\\.$#"
12870                         count: 2
12871                         path: src/Partitioning/TablePartitionDefinition.php
12873                 -
12874                         message: "#^Parameter \\#2 \\$offset of function array_splice expects int, mixed given\\.$#"
12875                         count: 2
12876                         path: src/Partitioning/TablePartitionDefinition.php
12878                 -
12879                         message: "#^Cannot access offset int\\<1, max\\> on mixed\\.$#"
12880                         count: 2
12881                         path: src/Pdf.php
12883                 -
12884                         message: "#^Parameter \\#1 \\$str of function strtr expects string, mixed given\\.$#"
12885                         count: 1
12886                         path: src/Pdf.php
12888                 -
12889                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
12890                         count: 1
12891                         path: src/Pdf.php
12893                 -
12894                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
12895                         count: 2
12896                         path: src/Plugins.php
12898                 -
12899                         message: "#^Call to an undefined method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyItem\\:\\:getProperties\\(\\)\\.$#"
12900                         count: 1
12901                         path: src/Plugins.php
12903                 -
12904                         message: "#^Call to function method_exists\\(\\) with PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyItem and 'getText' will always evaluate to true\\.$#"
12905                         count: 1
12906                         path: src/Plugins.php
12908                 -
12909                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
12910                         count: 2
12911                         path: src/Plugins.php
12913                 -
12914                         message: "#^Method PhpMyAdmin\\\\Plugins\\:\\:getString\\(\\) should return string but returns mixed\\.$#"
12915                         count: 1
12916                         path: src/Plugins.php
12918                 -
12919                         message: "#^Only booleans are allowed in a negated boolean, int\\<0, max\\>\\|false given\\.$#"
12920                         count: 1
12921                         path: src/Plugins.php
12923                 -
12924                         message: "#^Only booleans are allowed in an if condition, int\\<0, max\\>\\|false given\\.$#"
12925                         count: 2
12926                         path: src/Plugins.php
12928                 -
12929                         message: "#^Parameter \\#1 \\$link of static method PhpMyAdmin\\\\Html\\\\MySQLDocumentation\\:\\:show\\(\\) expects string, mixed given\\.$#"
12930                         count: 2
12931                         path: src/Plugins.php
12933                 -
12934                         message: "#^Parameter \\#1 \\$name of static method PhpMyAdmin\\\\Plugins\\:\\:getString\\(\\) expects string\\|null, mixed given\\.$#"
12935                         count: 2
12936                         path: src/Plugins.php
12938                 -
12939                         message: "#^Parameter \\#1 \\$search of function str_replace expects array\\|string, mixed given\\.$#"
12940                         count: 1
12941                         path: src/Plugins.php
12943                 -
12944                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, bool\\|int\\<0, max\\>\\|string given\\.$#"
12945                         count: 1
12946                         path: src/Plugins.php
12948                 -
12949                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
12950                         count: 2
12951                         path: src/Plugins.php
12953                 -
12954                         message: "#^Parameter \\#2 \\$anchor of static method PhpMyAdmin\\\\Html\\\\MySQLDocumentation\\:\\:showDocumentation\\(\\) expects string, mixed given\\.$#"
12955                         count: 1
12956                         path: src/Plugins.php
12958                 -
12959                         message: "#^Parameter \\#2 \\$replace of function str_replace expects array\\|string, mixed given\\.$#"
12960                         count: 1
12961                         path: src/Plugins.php
12963                 -
12964                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, bool\\|int\\<0, max\\>\\|string given\\.$#"
12965                         count: 1
12966                         path: src/Plugins.php
12968                 -
12969                         message: "#^Parameter \\#5 \\$anchor of static method PhpMyAdmin\\\\Html\\\\MySQLDocumentation\\:\\:show\\(\\) expects string, mixed given\\.$#"
12970                         count: 1
12971                         path: src/Plugins.php
12973                 -
12974                         message: "#^Result of \\|\\| is always false\\.$#"
12975                         count: 3
12976                         path: src/Plugins.php
12978                 -
12979                         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\\.$#"
12980                         count: 1
12981                         path: src/Plugins.php
12983                 -
12984                         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\\.$#"
12985                         count: 1
12986                         path: src/Plugins.php
12988                 -
12989                         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\\.$#"
12990                         count: 1
12991                         path: src/Plugins.php
12993                 -
12994                         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\\.$#"
12995                         count: 1
12996                         path: src/Plugins.php
12998                 -
12999                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
13000                         count: 1
13001                         path: src/Plugins/Auth/AuthenticationCookie.php
13003                 -
13004                         message: "#^Call to function base64_decode\\(\\) requires parameter \\#2 to be set\\.$#"
13005                         count: 1
13006                         path: src/Plugins/Auth/AuthenticationCookie.php
13008                 -
13009                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
13010                         count: 1
13011                         path: src/Plugins/Auth/AuthenticationCookie.php
13013                 -
13014                         message: "#^Cannot access offset mixed on mixed\\.$#"
13015                         count: 1
13016                         path: src/Plugins/Auth/AuthenticationCookie.php
13018                 -
13019                         message: "#^Cannot cast mixed to string\\.$#"
13020                         count: 1
13021                         path: src/Plugins/Auth/AuthenticationCookie.php
13023                 -
13024                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13025                         count: 21
13026                         path: src/Plugins/Auth/AuthenticationCookie.php
13028                 -
13029                         message: "#^Foreach overwrites \\$value with its value variable\\.$#"
13030                         count: 1
13031                         path: src/Plugins/Auth/AuthenticationCookie.php
13033                 -
13034                         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\\.$#"
13035                         count: 1
13036                         path: src/Plugins/Auth/AuthenticationCookie.php
13038                 -
13039                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
13040                         count: 1
13041                         path: src/Plugins/Auth/AuthenticationCookie.php
13043                 -
13044                         message: "#^Only booleans are allowed in an elseif condition, string\\|false given\\.$#"
13045                         count: 1
13046                         path: src/Plugins/Auth/AuthenticationCookie.php
13048                 -
13049                         message: "#^Only booleans are allowed in an if condition, string given\\.$#"
13050                         count: 1
13051                         path: src/Plugins/Auth/AuthenticationCookie.php
13053                 -
13054                         message: "#^Parameter \\#1 \\$encryptedData of method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:cookieDecrypt\\(\\) expects string, mixed given\\.$#"
13055                         count: 2
13056                         path: src/Plugins/Auth/AuthenticationCookie.php
13058                 -
13059                         message: "#^Parameter \\#1 \\$name of static method PhpMyAdmin\\\\Core\\:\\:sanitizeMySQLHost\\(\\) expects string, mixed given\\.$#"
13060                         count: 1
13061                         path: src/Plugins/Auth/AuthenticationCookie.php
13063                 -
13064                         message: "#^Parameter \\#1 \\$name of static method PhpMyAdmin\\\\Core\\:\\:sanitizeMySQLUser\\(\\) expects string, mixed given\\.$#"
13065                         count: 1
13066                         path: src/Plugins/Auth/AuthenticationCookie.php
13068                 -
13069                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
13070                         count: 1
13071                         path: src/Plugins/Auth/AuthenticationCookie.php
13073                 -
13074                         message: "#^Parameter \\#1 \\$response of method ReCaptcha\\\\ReCaptcha\\:\\:verify\\(\\) expects string, mixed given\\.$#"
13075                         count: 1
13076                         path: src/Plugins/Auth/AuthenticationCookie.php
13078                 -
13079                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
13080                         count: 4
13081                         path: src/Plugins/Auth/AuthenticationCookie.php
13083                 -
13084                         message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
13085                         count: 1
13086                         path: src/Plugins/Auth/AuthenticationCookie.php
13088                 -
13089                         message: "#^Parameter \\#2 \\$remoteIp of method ReCaptcha\\\\ReCaptcha\\:\\:verify\\(\\) expects string\\|null, bool\\|string given\\.$#"
13090                         count: 1
13091                         path: src/Plugins/Auth/AuthenticationCookie.php
13093                 -
13094                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
13095                         count: 2
13096                         path: src/Plugins/Auth/AuthenticationCookie.php
13098                 -
13099                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
13100                         count: 1
13101                         path: src/Plugins/Auth/AuthenticationCookie.php
13103                 -
13104                         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, \\.\\.\\.\\}\\.$#"
13105                         count: 1
13106                         path: src/Plugins/Auth/AuthenticationCookie.php
13108                 -
13109                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\AuthenticationPlugin\\:\\:\\$password \\(string\\) does not accept mixed\\.$#"
13110                         count: 2
13111                         path: src/Plugins/Auth/AuthenticationCookie.php
13113                 -
13114                         message: "#^Call to function base64_decode\\(\\) requires parameter \\#2 to be set\\.$#"
13115                         count: 1
13116                         path: src/Plugins/Auth/AuthenticationHttp.php
13118                 -
13119                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13120                         count: 4
13121                         path: src/Plugins/Auth/AuthenticationHttp.php
13123                 -
13124                         message: "#^Only booleans are allowed in &&, string given on the left side\\.$#"
13125                         count: 1
13126                         path: src/Plugins/Auth/AuthenticationHttp.php
13128                 -
13129                         message: "#^Only booleans are allowed in an if condition, int\\<0, max\\>\\|false given\\.$#"
13130                         count: 1
13131                         path: src/Plugins/Auth/AuthenticationHttp.php
13133                 -
13134                         message: "#^Parameter \\#1 \\$known_string of function hash_equals expects string, mixed given\\.$#"
13135                         count: 1
13136                         path: src/Plugins/Auth/AuthenticationHttp.php
13138                 -
13139                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\AuthenticationPlugin\\:\\:\\$password \\(string\\) does not accept mixed\\.$#"
13140                         count: 1
13141                         path: src/Plugins/Auth/AuthenticationHttp.php
13143                 -
13144                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\AuthenticationPlugin\\:\\:\\$user \\(string\\) does not accept mixed\\.$#"
13145                         count: 1
13146                         path: src/Plugins/Auth/AuthenticationHttp.php
13148                 -
13149                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13150                         count: 2
13151                         path: src/Plugins/Auth/AuthenticationSignon.php
13153                 -
13154                         message: "#^Parameter \\#1 \\$id of function session_id expects string\\|null, mixed given\\.$#"
13155                         count: 2
13156                         path: src/Plugins/Auth/AuthenticationSignon.php
13158                 -
13159                         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\\.$#"
13160                         count: 1
13161                         path: src/Plugins/Auth/AuthenticationSignon.php
13163                 -
13164                         message: "#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
13165                         count: 1
13166                         path: src/Plugins/Auth/AuthenticationSignon.php
13168                 -
13169                         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, \\.\\.\\.\\}\\.$#"
13170                         count: 1
13171                         path: src/Plugins/Auth/AuthenticationSignon.php
13173                 -
13174                         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, \\.\\.\\.\\}\\.$#"
13175                         count: 1
13176                         path: src/Plugins/Auth/AuthenticationSignon.php
13178                 -
13179                         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\\.$#"
13180                         count: 1
13181                         path: src/Plugins/Auth/AuthenticationSignon.php
13183                 -
13184                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\AuthenticationPlugin\\:\\:\\$password \\(string\\) does not accept mixed\\.$#"
13185                         count: 1
13186                         path: src/Plugins/Auth/AuthenticationSignon.php
13188                 -
13189                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\AuthenticationPlugin\\:\\:\\$user \\(string\\) does not accept mixed\\.$#"
13190                         count: 1
13191                         path: src/Plugins/Auth/AuthenticationSignon.php
13193                 -
13194                         message: "#^Cannot access offset string on mixed\\.$#"
13195                         count: 1
13196                         path: src/Plugins/AuthenticationPlugin.php
13198                 -
13199                         message: "#^Cannot cast mixed to string\\.$#"
13200                         count: 1
13201                         path: src/Plugins/AuthenticationPlugin.php
13203                 -
13204                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13205                         count: 1
13206                         path: src/Plugins/AuthenticationPlugin.php
13208                 -
13209                         message: "#^Parameter \\#1 \\$url of method PhpMyAdmin\\\\ResponseRenderer\\:\\:redirect\\(\\) expects non\\-empty\\-string, string given\\.$#"
13210                         count: 1
13211                         path: src/Plugins/AuthenticationPlugin.php
13213                 -
13214                         message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
13215                         count: 1
13216                         path: src/Plugins/AuthenticationPlugin.php
13218                 -
13219                         message: "#^Cannot cast mixed to int\\.$#"
13220                         count: 1
13221                         path: src/Plugins/Export/ExportCodegen.php
13223                 -
13224                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
13225                         count: 1
13226                         path: src/Plugins/Export/ExportCodegen.php
13228                 -
13229                         message: "#^Parameter \\#1 \\$str of static method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportCodegen\\:\\:cgMakeIdentifier\\(\\) expects string, mixed given\\.$#"
13230                         count: 9
13231                         path: src/Plugins/Export/ExportCodegen.php
13233                 -
13234                         message: "#^Parameter \\#2 \\$id of method PhpMyAdmin\\\\Plugins\\\\ExportPlugin\\:\\:getAlias\\(\\) expects string, string\\|null given\\.$#"
13235                         count: 2
13236                         path: src/Plugins/Export/ExportCodegen.php
13238                 -
13239                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
13240                         count: 1
13241                         path: src/Plugins/Export/ExportCsv.php
13243                 -
13244                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
13245                         count: 1
13246                         path: src/Plugins/Export/ExportCsv.php
13248                 -
13249                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
13250                         count: 1
13251                         path: src/Plugins/Export/ExportCsv.php
13253                 -
13254                         message: "#^Cannot access offset string on mixed\\.$#"
13255                         count: 1
13256                         path: src/Plugins/Export/ExportCsv.php
13258                 -
13259                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13260                         count: 2
13261                         path: src/Plugins/Export/ExportCsv.php
13263                 -
13264                         message: "#^Parameter \\#1 \\$search of function str_replace expects array\\|string, mixed given\\.$#"
13265                         count: 4
13266                         path: src/Plugins/Export/ExportCsv.php
13268                 -
13269                         message: "#^Parameter \\#1 \\$separator of function implode expects array\\|string, mixed given\\.$#"
13270                         count: 2
13271                         path: src/Plugins/Export/ExportCsv.php
13273                 -
13274                         message: "#^Parameter \\#1 \\$string of function mb_strtolower expects string, mixed given\\.$#"
13275                         count: 1
13276                         path: src/Plugins/Export/ExportCsv.php
13278                 -
13279                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#"
13280                         count: 3
13281                         path: src/Plugins/Export/ExportCsv.php
13283                 -
13284                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
13285                         count: 3
13286                         path: src/Plugins/Export/ExportCsv.php
13288                 -
13289                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
13290                         count: 3
13291                         path: src/Plugins/Export/ExportHtmlword.php
13293                 -
13294                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
13295                         count: 3
13296                         path: src/Plugins/Export/ExportHtmlword.php
13298                 -
13299                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
13300                         count: 1
13301                         path: src/Plugins/Export/ExportHtmlword.php
13303                 -
13304                         message: "#^Cannot access offset string on mixed\\.$#"
13305                         count: 5
13306                         path: src/Plugins/Export/ExportHtmlword.php
13308                 -
13309                         message: "#^Cannot cast mixed to string\\.$#"
13310                         count: 1
13311                         path: src/Plugins/Export/ExportHtmlword.php
13313                 -
13314                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13315                         count: 3
13316                         path: src/Plugins/Export/ExportHtmlword.php
13318                 -
13319                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
13320                         count: 7
13321                         path: src/Plugins/Export/ExportHtmlword.php
13323                 -
13324                         message: "#^Parameter \\#3 \\$colAlias of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportHtmlword\\:\\:formatOneColumnDefinition\\(\\) expects string, mixed given\\.$#"
13325                         count: 2
13326                         path: src/Plugins/Export/ExportHtmlword.php
13328                 -
13329                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13330                         count: 1
13331                         path: src/Plugins/Export/ExportJson.php
13333                 -
13334                         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\\.$#"
13335                         count: 1
13336                         path: src/Plugins/Export/ExportJson.php
13338                 -
13339                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
13340                         count: 2
13341                         path: src/Plugins/Export/ExportLatex.php
13343                 -
13344                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
13345                         count: 1
13346                         path: src/Plugins/Export/ExportLatex.php
13348                 -
13349                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
13350                         count: 1
13351                         path: src/Plugins/Export/ExportLatex.php
13353                 -
13354                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
13355                         count: 2
13356                         path: src/Plugins/Export/ExportLatex.php
13358                 -
13359                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
13360                         count: 1
13361                         path: src/Plugins/Export/ExportLatex.php
13363                 -
13364                         message: "#^Cannot access offset string on mixed\\.$#"
13365                         count: 3
13366                         path: src/Plugins/Export/ExportLatex.php
13368                 -
13369                         message: "#^Cannot call method fetchAssoc\\(\\) on PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false\\.$#"
13370                         count: 1
13371                         path: src/Plugins/Export/ExportLatex.php
13373                 -
13374                         message: "#^Cannot call method getFieldNames\\(\\) on PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false\\.$#"
13375                         count: 1
13376                         path: src/Plugins/Export/ExportLatex.php
13378                 -
13379                         message: "#^Cannot call method numFields\\(\\) on PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false\\.$#"
13380                         count: 1
13381                         path: src/Plugins/Export/ExportLatex.php
13383                 -
13384                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13385                         count: 4
13386                         path: src/Plugins/Export/ExportLatex.php
13388                 -
13389                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportLatex\\:\\:texEscape\\(\\) expects string, mixed given\\.$#"
13390                         count: 1
13391                         path: src/Plugins/Export/ExportLatex.php
13393                 -
13394                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Util\\:\\:expandUserString\\(\\) expects string, mixed given\\.$#"
13395                         count: 6
13396                         path: src/Plugins/Export/ExportLatex.php
13398                 -
13399                         message: "#^Parameter \\#3 \\$updates of static method PhpMyAdmin\\\\Util\\:\\:expandUserString\\(\\) expects array\\<string, string\\|null\\>, array\\<string, mixed\\> given\\.$#"
13400                         count: 6
13401                         path: src/Plugins/Export/ExportLatex.php
13403                 -
13404                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
13405                         count: 2
13406                         path: src/Plugins/Export/ExportMediawiki.php
13408                 -
13409                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
13410                         count: 2
13411                         path: src/Plugins/Export/ExportMediawiki.php
13413                 -
13414                         message: "#^Cannot access offset string on mixed\\.$#"
13415                         count: 4
13416                         path: src/Plugins/Export/ExportMediawiki.php
13418                 -
13419                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13420                         count: 2
13421                         path: src/Plugins/Export/ExportMediawiki.php
13423                 -
13424                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
13425                         count: 2
13426                         path: src/Plugins/Export/ExportMediawiki.php
13428                 -
13429                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
13430                         count: 1
13431                         path: src/Plugins/Export/ExportOds.php
13433                 -
13434                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
13435                         count: 1
13436                         path: src/Plugins/Export/ExportOds.php
13438                 -
13439                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
13440                         count: 1
13441                         path: src/Plugins/Export/ExportOds.php
13443                 -
13444                         message: "#^Cannot access offset string on mixed\\.$#"
13445                         count: 1
13446                         path: src/Plugins/Export/ExportOds.php
13448                 -
13449                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13450                         count: 1
13451                         path: src/Plugins/Export/ExportOds.php
13453                 -
13454                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, string\\|null given\\.$#"
13455                         count: 1
13456                         path: src/Plugins/Export/ExportOds.php
13458                 -
13459                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
13460                         count: 3
13461                         path: src/Plugins/Export/ExportOds.php
13463                 -
13464                         message: "#^Parameter \\#2 \\$timestamp of function date expects int\\|null, int\\|false given\\.$#"
13465                         count: 3
13466                         path: src/Plugins/Export/ExportOds.php
13468                 -
13469                         message: "#^Cannot access offset 'alias' on mixed\\.$#"
13470                         count: 1
13471                         path: src/Plugins/Export/ExportOdt.php
13473                 -
13474                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
13475                         count: 4
13476                         path: src/Plugins/Export/ExportOdt.php
13478                 -
13479                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
13480                         count: 1
13481                         path: src/Plugins/Export/ExportOdt.php
13483                 -
13484                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
13485                         count: 1
13486                         path: src/Plugins/Export/ExportOdt.php
13488                 -
13489                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
13490                         count: 5
13491                         path: src/Plugins/Export/ExportOdt.php
13493                 -
13494                         message: "#^Cannot access offset mixed on mixed\\.$#"
13495                         count: 3
13496                         path: src/Plugins/Export/ExportOdt.php
13498                 -
13499                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
13500                         count: 1
13501                         path: src/Plugins/Export/ExportOdt.php
13503                 -
13504                         message: "#^Cannot access offset string on mixed\\.$#"
13505                         count: 5
13506                         path: src/Plugins/Export/ExportOdt.php
13508                 -
13509                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13510                         count: 5
13511                         path: src/Plugins/Export/ExportOdt.php
13513                 -
13514                         message: "#^Only booleans are allowed in an if condition, array\\|false given\\.$#"
13515                         count: 1
13516                         path: src/Plugins/Export/ExportOdt.php
13518                 -
13519                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, string\\|null given\\.$#"
13520                         count: 1
13521                         path: src/Plugins/Export/ExportOdt.php
13523                 -
13524                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
13525                         count: 11
13526                         path: src/Plugins/Export/ExportOdt.php
13528                 -
13529                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportOdt\\:\\:getTriggers\\(\\) expects string, mixed given\\.$#"
13530                         count: 1
13531                         path: src/Plugins/Export/ExportOdt.php
13533                 -
13534                         message: "#^Parameter \\#2 \\$colAs of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportOdt\\:\\:formatOneColumnDefinition\\(\\) expects string, mixed given\\.$#"
13535                         count: 2
13536                         path: src/Plugins/Export/ExportOdt.php
13538                 -
13539                         message: "#^Class PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportPdf has an uninitialized property \\$pdf\\. Give it default value or assign it in the constructor\\.$#"
13540                         count: 1
13541                         path: src/Plugins/Export/ExportPdf.php
13543                 -
13544                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13545                         count: 1
13546                         path: src/Plugins/Export/ExportPdf.php
13548                 -
13549                         message: "#^Parameter \\#1 \\$dbAlias of method PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:setDbAlias\\(\\) expects string\\|null, mixed given\\.$#"
13550                         count: 2
13551                         path: src/Plugins/Export/ExportPdf.php
13553                 -
13554                         message: "#^Parameter \\#1 \\$line of method PhpMyAdmin\\\\Export\\\\Export\\:\\:outputHandler\\(\\) expects string, mixed given\\.$#"
13555                         count: 1
13556                         path: src/Plugins/Export/ExportPdf.php
13558                 -
13559                         message: "#^Parameter \\#1 \\$tableAlias of method PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:setTableAlias\\(\\) expects string\\|null, mixed given\\.$#"
13560                         count: 2
13561                         path: src/Plugins/Export/ExportPdf.php
13563                 -
13564                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportPdf\\:\\:\\$pdfReportTitle \\(string\\) does not accept mixed\\.$#"
13565                         count: 1
13566                         path: src/Plugins/Export/ExportPdf.php
13568                 -
13569                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
13570                         count: 1
13571                         path: src/Plugins/Export/ExportPhparray.php
13573                 -
13574                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
13575                         count: 1
13576                         path: src/Plugins/Export/ExportPhparray.php
13578                 -
13579                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
13580                         count: 1
13581                         path: src/Plugins/Export/ExportPhparray.php
13583                 -
13584                         message: "#^Cannot access offset string on mixed\\.$#"
13585                         count: 1
13586                         path: src/Plugins/Export/ExportPhparray.php
13588                 -
13589                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13590                         count: 1
13591                         path: src/Plugins/Export/ExportPhparray.php
13593                 -
13594                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
13595                         count: 1
13596                         path: src/Plugins/Export/ExportPhparray.php
13598                 -
13599                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
13600                         count: 2
13601                         path: src/Plugins/Export/ExportPhparray.php
13603                 -
13604                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, \\(array\\<int, string\\>\\|string\\|null\\) given\\.$#"
13605                         count: 1
13606                         path: src/Plugins/Export/ExportPhparray.php
13608                 -
13609                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
13610                         count: 1
13611                         path: src/Plugins/Export/ExportPhparray.php
13613                 -
13614                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#"
13615                         count: 1
13616                         path: src/Plugins/Export/ExportPhparray.php
13618                 -
13619                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
13620                         count: 2
13621                         path: src/Plugins/Export/ExportSql.php
13623                 -
13624                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
13625                         count: 2
13626                         path: src/Plugins/Export/ExportSql.php
13628                 -
13629                         message: "#^Cannot access offset 'Type' on mixed\\.$#"
13630                         count: 1
13631                         path: src/Plugins/Export/ExportSql.php
13633                 -
13634                         message: "#^Cannot access offset 'alias' on mixed\\.$#"
13635                         count: 4
13636                         path: src/Plugins/Export/ExportSql.php
13638                 -
13639                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
13640                         count: 8
13641                         path: src/Plugins/Export/ExportSql.php
13643                 -
13644                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
13645                         count: 2
13646                         path: src/Plugins/Export/ExportSql.php
13648                 -
13649                         message: "#^Cannot access offset 'foreign_field' on mixed\\.$#"
13650                         count: 1
13651                         path: src/Plugins/Export/ExportSql.php
13653                 -
13654                         message: "#^Cannot access offset 'foreign_table' on mixed\\.$#"
13655                         count: 1
13656                         path: src/Plugins/Export/ExportSql.php
13658                 -
13659                         message: "#^Cannot access offset 'index_list' on mixed\\.$#"
13660                         count: 1
13661                         path: src/Plugins/Export/ExportSql.php
13663                 -
13664                         message: "#^Cannot access offset 'ref_index_list' on mixed\\.$#"
13665                         count: 1
13666                         path: src/Plugins/Export/ExportSql.php
13668                 -
13669                         message: "#^Cannot access offset 'ref_table_name' on mixed\\.$#"
13670                         count: 1
13671                         path: src/Plugins/Export/ExportSql.php
13673                 -
13674                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
13675                         count: 1
13676                         path: src/Plugins/Export/ExportSql.php
13678                 -
13679                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
13680                         count: 11
13681                         path: src/Plugins/Export/ExportSql.php
13683                 -
13684                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
13685                         count: 2
13686                         path: src/Plugins/Export/ExportSql.php
13688                 -
13689                         message: "#^Cannot access offset mixed on mixed\\.$#"
13690                         count: 2
13691                         path: src/Plugins/Export/ExportSql.php
13693                 -
13694                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
13695                         count: 1
13696                         path: src/Plugins/Export/ExportSql.php
13698                 -
13699                         message: "#^Cannot access offset string on mixed\\.$#"
13700                         count: 9
13701                         path: src/Plugins/Export/ExportSql.php
13703                 -
13704                         message: "#^Cannot access offset string\\|null on mixed\\.$#"
13705                         count: 7
13706                         path: src/Plugins/Export/ExportSql.php
13708                 -
13709                         message: "#^Cannot access property \\$database on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|null\\.$#"
13710                         count: 2
13711                         path: src/Plugins/Export/ExportSql.php
13713                 -
13714                         message: "#^Cannot access property \\$expr on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|null\\.$#"
13715                         count: 2
13716                         path: src/Plugins/Export/ExportSql.php
13718                 -
13719                         message: "#^Cannot access property \\$table on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|null\\.$#"
13720                         count: 5
13721                         path: src/Plugins/Export/ExportSql.php
13723                 -
13724                         message: "#^Cannot call method has\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
13725                         count: 8
13726                         path: src/Plugins/Export/ExportSql.php
13728                 -
13729                         message: "#^Cannot call method remove\\(\\) on PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
13730                         count: 7
13731                         path: src/Plugins/Export/ExportSql.php
13733                 -
13734                         message: "#^Casting to int something that's already int\\<1, max\\>\\.$#"
13735                         count: 1
13736                         path: src/Plugins/Export/ExportSql.php
13738                 -
13739                         message: "#^Casting to string something that's already string\\.$#"
13740                         count: 2
13741                         path: src/Plugins/Export/ExportSql.php
13743                 -
13744                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13745                         count: 41
13746                         path: src/Plugins/Export/ExportSql.php
13748                 -
13749                         message: "#^Only booleans are allowed in &&, mixed given on the left side\\.$#"
13750                         count: 1
13751                         path: src/Plugins/Export/ExportSql.php
13753                 -
13754                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
13755                         count: 1
13756                         path: src/Plugins/Export/ExportSql.php
13758                 -
13759                         message: "#^Only booleans are allowed in an elseif condition, int\\<0, max\\>\\|false given\\.$#"
13760                         count: 2
13761                         path: src/Plugins/Export/ExportSql.php
13763                 -
13764                         message: "#^Only booleans are allowed in an elseif condition, mixed given\\.$#"
13765                         count: 1
13766                         path: src/Plugins/Export/ExportSql.php
13768                 -
13769                         message: "#^Only booleans are allowed in an if condition, bool\\|null given\\.$#"
13770                         count: 1
13771                         path: src/Plugins/Export/ExportSql.php
13773                 -
13774                         message: "#^Only booleans are allowed in an if condition, int\\<0, max\\>\\|false given\\.$#"
13775                         count: 2
13776                         path: src/Plugins/Export/ExportSql.php
13778                 -
13779                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
13780                         count: 1
13781                         path: src/Plugins/Export/ExportSql.php
13783                 -
13784                         message: "#^Only booleans are allowed in \\|\\|, array\\<int, string\\> given on the left side\\.$#"
13785                         count: 1
13786                         path: src/Plugins/Export/ExportSql.php
13788                 -
13789                         message: "#^Only booleans are allowed in \\|\\|, array\\<int, string\\> given on the right side\\.$#"
13790                         count: 1
13791                         path: src/Plugins/Export/ExportSql.php
13793                 -
13794                         message: "#^Only booleans are allowed in \\|\\|, mixed given on the left side\\.$#"
13795                         count: 1
13796                         path: src/Plugins/Export/ExportSql.php
13798                 -
13799                         message: "#^Only booleans are allowed in \\|\\|, mixed given on the right side\\.$#"
13800                         count: 3
13801                         path: src/Plugins/Export/ExportSql.php
13803                 -
13804                         message: "#^Parameter \\#1 \\$compats of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:addCompatOptions\\(\\) expects array\\<string\\>, array given\\.$#"
13805                         count: 1
13806                         path: src/Plugins/Export/ExportSql.php
13808                 -
13809                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
13810                         count: 1
13811                         path: src/Plugins/Export/ExportSql.php
13813                 -
13814                         message: "#^Parameter \\#1 \\$haystack of function mb_strpos expects string, string\\|null given\\.$#"
13815                         count: 3
13816                         path: src/Plugins/Export/ExportSql.php
13818                 -
13819                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
13820                         count: 8
13821                         path: src/Plugins/Export/ExportSql.php
13823                 -
13824                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquoteCompat\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
13825                         count: 19
13826                         path: src/Plugins/Export/ExportSql.php
13828                 -
13829                         message: "#^Parameter \\#1 \\$line of method PhpMyAdmin\\\\Export\\\\Export\\:\\:outputHandler\\(\\) expects string, mixed given\\.$#"
13830                         count: 3
13831                         path: src/Plugins/Export/ExportSql.php
13833                 -
13834                         message: "#^Parameter \\#1 \\$sqlStatement of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:generateComment\\(\\) expects string\\|null, mixed given\\.$#"
13835                         count: 3
13836                         path: src/Plugins/Export/ExportSql.php
13838                 -
13839                         message: "#^Parameter \\#1 \\$string of function strtoupper expects string, mixed given\\.$#"
13840                         count: 1
13841                         path: src/Plugins/Export/ExportSql.php
13843                 -
13844                         message: "#^Parameter \\#1 \\$timestamp of static method PhpMyAdmin\\\\Util\\:\\:localisedDate\\(\\) expects int, int\\|false given\\.$#"
13845                         count: 3
13846                         path: src/Plugins/Export/ExportSql.php
13848                 -
13849                         message: "#^Parameter \\#2 \\$compat of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:exportUseStatement\\(\\) expects string, mixed given\\.$#"
13850                         count: 2
13851                         path: src/Plugins/Export/ExportSql.php
13853                 -
13854                         message: "#^Parameter \\#2 \\$compatibility of static method PhpMyAdmin\\\\Util\\:\\:backquoteCompat\\(\\) expects string, mixed given\\.$#"
13855                         count: 13
13856                         path: src/Plugins/Export/ExportSql.php
13858                 -
13859                         message: "#^Parameter \\#2 \\$haystack of function in_array expects array, mixed given\\.$#"
13860                         count: 1
13861                         path: src/Plugins/Export/ExportSql.php
13863                 -
13864                         message: "#^Parameter \\#2 \\$id of method PhpMyAdmin\\\\Plugins\\\\ExportPlugin\\:\\:getAlias\\(\\) expects string, mixed given\\.$#"
13865                         count: 1
13866                         path: src/Plugins/Export/ExportSql.php
13868                 -
13869                         message: "#^Parameter \\#2 \\$sqlQuery of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:replaceWithAliases\\(\\) expects string, string\\|null given\\.$#"
13870                         count: 2
13871                         path: src/Plugins/Export/ExportSql.php
13873                 -
13874                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
13875                         count: 1
13876                         path: src/Plugins/Export/ExportSql.php
13878                 -
13879                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
13880                         count: 1
13881                         path: src/Plugins/Export/ExportSql.php
13883                 -
13884                         message: "#^Parameter \\#3 \\$name of static method PhpMyAdmin\\\\Database\\\\Events\\:\\:getDefinition\\(\\) expects string, mixed given\\.$#"
13885                         count: 1
13886                         path: src/Plugins/Export/ExportSql.php
13888                 -
13889                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
13890                         count: 1
13891                         path: src/Plugins/Export/ExportSql.php
13893                 -
13894                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
13895                         count: 3
13896                         path: src/Plugins/Export/ExportSql.php
13898                 -
13899                         message: "#^Parameter \\#4 \\$tableAlias of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:generateComment\\(\\) expects string, mixed given\\.$#"
13900                         count: 3
13901                         path: src/Plugins/Export/ExportSql.php
13903                 -
13904                         message: "#^Parameter \\#5 \\$compat of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:generateComment\\(\\) expects string, mixed given\\.$#"
13905                         count: 3
13906                         path: src/Plugins/Export/ExportSql.php
13908                 -
13909                         message: "#^Property PhpMyAdmin\\\\SqlParser\\\\Components\\\\CreateDefinition\\:\\:\\$name \\(string\\|null\\) does not accept mixed\\.$#"
13910                         count: 1
13911                         path: src/Plugins/Export/ExportSql.php
13913                 -
13914                         message: "#^Property PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\:\\:\\$table \\(string\\|null\\) does not accept mixed\\.$#"
13915                         count: 1
13916                         path: src/Plugins/Export/ExportSql.php
13918                 -
13919                         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\\}\\>\\.$#"
13920                         count: 1
13921                         path: src/Plugins/Export/ExportSql.php
13923                 -
13924                         message: "#^Property PhpMyAdmin\\\\SqlParser\\\\Components\\\\Reference\\:\\:\\$columns \\(array\\<string\\>\\) does not accept array\\<mixed\\>\\.$#"
13925                         count: 1
13926                         path: src/Plugins/Export/ExportSql.php
13928                 -
13929                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
13930                         count: 3
13931                         path: src/Plugins/Export/ExportTexytext.php
13933                 -
13934                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
13935                         count: 3
13936                         path: src/Plugins/Export/ExportTexytext.php
13938                 -
13939                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
13940                         count: 1
13941                         path: src/Plugins/Export/ExportTexytext.php
13943                 -
13944                         message: "#^Cannot access offset string on mixed\\.$#"
13945                         count: 5
13946                         path: src/Plugins/Export/ExportTexytext.php
13948                 -
13949                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
13950                         count: 4
13951                         path: src/Plugins/Export/ExportTexytext.php
13953                 -
13954                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
13955                         count: 3
13956                         path: src/Plugins/Export/ExportTexytext.php
13958                 -
13959                         message: "#^Parameter \\#3 \\$colAlias of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportTexytext\\:\\:formatOneColumnDefinition\\(\\) expects string, mixed given\\.$#"
13960                         count: 2
13961                         path: src/Plugins/Export/ExportTexytext.php
13963                 -
13964                         message: "#^Cannot access offset 'DEFAULT_CHARACTER…' on mixed\\.$#"
13965                         count: 1
13966                         path: src/Plugins/Export/ExportXml.php
13968                 -
13969                         message: "#^Cannot access offset 'DEFAULT_COLLATION…' on mixed\\.$#"
13970                         count: 1
13971                         path: src/Plugins/Export/ExportXml.php
13973                 -
13974                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
13975                         count: 1
13976                         path: src/Plugins/Export/ExportXml.php
13978                 -
13979                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
13980                         count: 1
13981                         path: src/Plugins/Export/ExportXml.php
13983                 -
13984                         message: "#^Cannot access offset 1 on mixed\\.$#"
13985                         count: 1
13986                         path: src/Plugins/Export/ExportXml.php
13988                 -
13989                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
13990                         count: 1
13991                         path: src/Plugins/Export/ExportXml.php
13993                 -
13994                         message: "#^Cannot access offset string on mixed\\.$#"
13995                         count: 1
13996                         path: src/Plugins/Export/ExportXml.php
13998                 -
13999                         message: "#^Cannot cast mixed to string\\.$#"
14000                         count: 1
14001                         path: src/Plugins/Export/ExportXml.php
14003                 -
14004                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14005                         count: 2
14006                         path: src/Plugins/Export/ExportXml.php
14008                 -
14009                         message: "#^Foreach overwrites \\$table with its value variable\\.$#"
14010                         count: 1
14011                         path: src/Plugins/Export/ExportXml.php
14013                 -
14014                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportXml\\:\\:exportDefinitions\\(\\) expects string, mixed given\\.$#"
14015                         count: 3
14016                         path: src/Plugins/Export/ExportXml.php
14018                 -
14019                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
14020                         count: 1
14021                         path: src/Plugins/Export/ExportXml.php
14023                 -
14024                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
14025                         count: 2
14026                         path: src/Plugins/Export/ExportXml.php
14028                 -
14029                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
14030                         count: 2
14031                         path: src/Plugins/Export/ExportXml.php
14033                 -
14034                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
14035                         count: 7
14036                         path: src/Plugins/Export/ExportXml.php
14038                 -
14039                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
14040                         count: 1
14041                         path: src/Plugins/Export/ExportXml.php
14043                 -
14044                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportXml\\:\\:setTable\\(\\) expects string, mixed given\\.$#"
14045                         count: 1
14046                         path: src/Plugins/Export/ExportXml.php
14048                 -
14049                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getFunctionNames\\(\\) expects string, mixed given\\.$#"
14050                         count: 1
14051                         path: src/Plugins/Export/ExportXml.php
14053                 -
14054                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getProcedureNames\\(\\) expects string, mixed given\\.$#"
14055                         count: 1
14056                         path: src/Plugins/Export/ExportXml.php
14058                 -
14059                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getDetails\\(\\) expects string, mixed given\\.$#"
14060                         count: 1
14061                         path: src/Plugins/Export/ExportXml.php
14063                 -
14064                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
14065                         count: 1
14066                         path: src/Plugins/Export/ExportXml.php
14068                 -
14069                         message: "#^Parameter \\#3 \\$names of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportXml\\:\\:exportDefinitions\\(\\) expects array\\<string\\>, array given\\.$#"
14070                         count: 1
14071                         path: src/Plugins/Export/ExportXml.php
14073                 -
14074                         message: "#^Parameter \\#3 \\$table of static method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getDetails\\(\\) expects string, mixed given\\.$#"
14075                         count: 1
14076                         path: src/Plugins/Export/ExportXml.php
14078                 -
14079                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
14080                         count: 1
14081                         path: src/Plugins/Export/ExportYaml.php
14083                 -
14084                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
14085                         count: 1
14086                         path: src/Plugins/Export/ExportYaml.php
14088                 -
14089                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
14090                         count: 1
14091                         path: src/Plugins/Export/ExportYaml.php
14093                 -
14094                         message: "#^Cannot access offset string on mixed\\.$#"
14095                         count: 1
14096                         path: src/Plugins/Export/ExportYaml.php
14098                 -
14099                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14100                         count: 1
14101                         path: src/Plugins/Export/ExportYaml.php
14103                 -
14104                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
14105                         count: 1
14106                         path: src/Plugins/Export/Helpers/Pdf.php
14108                 -
14109                         message: "#^Cannot access offset 'foreign_field' on mixed\\.$#"
14110                         count: 1
14111                         path: src/Plugins/Export/Helpers/Pdf.php
14113                 -
14114                         message: "#^Cannot access offset 'foreign_table' on mixed\\.$#"
14115                         count: 1
14116                         path: src/Plugins/Export/Helpers/Pdf.php
14118                 -
14119                         message: "#^Cannot access offset 'olm' on mixed\\.$#"
14120                         count: 2
14121                         path: src/Plugins/Export/Helpers/Pdf.php
14123                 -
14124                         message: "#^Cannot access offset 'orm' on mixed\\.$#"
14125                         count: 2
14126                         path: src/Plugins/Export/Helpers/Pdf.php
14128                 -
14129                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
14130                         count: 1
14131                         path: src/Plugins/Export/Helpers/Pdf.php
14133                 -
14134                         message: "#^Cannot access offset \\(float\\|int\\) on mixed\\.$#"
14135                         count: 2
14136                         path: src/Plugins/Export/Helpers/Pdf.php
14138                 -
14139                         message: "#^Cannot access offset mixed on mixed\\.$#"
14140                         count: 2
14141                         path: src/Plugins/Export/Helpers/Pdf.php
14143                 -
14144                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
14145                         count: 1
14146                         path: src/Plugins/Export/Helpers/Pdf.php
14148                 -
14149                         message: "#^Cannot access offset string on mixed\\.$#"
14150                         count: 1
14151                         path: src/Plugins/Export/Helpers/Pdf.php
14153                 -
14154                         message: "#^Class PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf has an uninitialized property \\$results\\. Give it default value or assign it in the constructor\\.$#"
14155                         count: 1
14156                         path: src/Plugins/Export/Helpers/Pdf.php
14158                 -
14159                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14160                         count: 2
14161                         path: src/Plugins/Export/Helpers/Pdf.php
14163                 -
14164                         message: "#^Implicit array creation is not allowed \\- variable \\$data might not exist\\.$#"
14165                         count: 2
14166                         path: src/Plugins/Export/Helpers/Pdf.php
14168                 -
14169                         message: "#^Parameter \\#1 \\$lineheight of method PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:morepagestable\\(\\) expects float\\|int, mixed given\\.$#"
14170                         count: 1
14171                         path: src/Plugins/Export/Helpers/Pdf.php
14173                 -
14174                         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\\(\\)$#"
14175                         count: 1
14176                         path: src/Plugins/Export/Helpers/Pdf.php
14178                 -
14179                         message: "#^Parameter \\#1 \\$orientation of method TCPDF\\:\\:AddPage\\(\\) expects string, mixed given\\.$#"
14180                         count: 1
14181                         path: src/Plugins/Export/Helpers/Pdf.php
14183                 -
14184                         message: "#^Parameter \\#1 \\$s of method TCPDF\\:\\:GetStringWidth\\(\\) expects string, mixed given\\.$#"
14185                         count: 1
14186                         path: src/Plugins/Export/Helpers/Pdf.php
14188                 -
14189                         message: "#^Parameter \\#1 \\$str of static method TCPDF_STATIC\\:\\:empty_string\\(\\) expects string, mixed given\\.$#"
14190                         count: 1
14191                         path: src/Plugins/Export/Helpers/Pdf.php
14193                 -
14194                         message: "#^Parameter \\#1 \\$w of method TCPDF\\:\\:Cell\\(\\) expects float, mixed given\\.$#"
14195                         count: 1
14196                         path: src/Plugins/Export/Helpers/Pdf.php
14198                 -
14199                         message: "#^Parameter \\#1 \\$w of method TCPDF\\:\\:MultiCell\\(\\) expects float, mixed given\\.$#"
14200                         count: 5
14201                         path: src/Plugins/Export/Helpers/Pdf.php
14203                 -
14204                         message: "#^Parameter \\#1 \\$x of method TCPDF\\:\\:setXY\\(\\) expects float, mixed given\\.$#"
14205                         count: 7
14206                         path: src/Plugins/Export/Helpers/Pdf.php
14208                 -
14209                         message: "#^Parameter \\#1 \\$x1 of method TCPDF\\:\\:Line\\(\\) expects float, \\(array\\|float\\|int\\) given\\.$#"
14210                         count: 3
14211                         path: src/Plugins/Export/Helpers/Pdf.php
14213                 -
14214                         message: "#^Parameter \\#1 \\$x1 of method TCPDF\\:\\:Line\\(\\) expects float, mixed given\\.$#"
14215                         count: 9
14216                         path: src/Plugins/Export/Helpers/Pdf.php
14218                 -
14219                         message: "#^Parameter \\#1 \\$y of method TCPDF\\:\\:setY\\(\\) expects float, mixed given\\.$#"
14220                         count: 3
14221                         path: src/Plugins/Export/Helpers/Pdf.php
14223                 -
14224                         message: "#^Parameter \\#2 \\$h of method TCPDF\\:\\:Cell\\(\\) expects float, mixed given\\.$#"
14225                         count: 2
14226                         path: src/Plugins/Export/Helpers/Pdf.php
14228                 -
14229                         message: "#^Parameter \\#2 \\$h of method TCPDF\\:\\:MultiCell\\(\\) expects float, mixed given\\.$#"
14230                         count: 4
14231                         path: src/Plugins/Export/Helpers/Pdf.php
14233                 -
14234                         message: "#^Parameter \\#2 \\$y of method TCPDF\\:\\:setXY\\(\\) expects float, mixed given\\.$#"
14235                         count: 4
14236                         path: src/Plugins/Export/Helpers/Pdf.php
14238                 -
14239                         message: "#^Parameter \\#2 \\$y1 of method TCPDF\\:\\:Line\\(\\) expects float, mixed given\\.$#"
14240                         count: 6
14241                         path: src/Plugins/Export/Helpers/Pdf.php
14243                 -
14244                         message: "#^Parameter \\#3 \\$size of method TCPDF\\:\\:setFont\\(\\) expects float\\|null, mixed given\\.$#"
14245                         count: 2
14246                         path: src/Plugins/Export/Helpers/Pdf.php
14248                 -
14249                         message: "#^Parameter \\#3 \\$txt of method TCPDF\\:\\:MultiCell\\(\\) expects string, mixed given\\.$#"
14250                         count: 3
14251                         path: src/Plugins/Export/Helpers/Pdf.php
14253                 -
14254                         message: "#^Parameter \\#3 \\$x2 of method TCPDF\\:\\:Line\\(\\) expects float, \\(array\\|float\\|int\\) given\\.$#"
14255                         count: 3
14256                         path: src/Plugins/Export/Helpers/Pdf.php
14258                 -
14259                         message: "#^Parameter \\#3 \\$x2 of method TCPDF\\:\\:Line\\(\\) expects float, mixed given\\.$#"
14260                         count: 3
14261                         path: src/Plugins/Export/Helpers/Pdf.php
14263                 -
14264                         message: "#^Parameter \\#5 \\$align of method TCPDF\\:\\:MultiCell\\(\\) expects string, mixed given\\.$#"
14265                         count: 3
14266                         path: src/Plugins/Export/Helpers/Pdf.php
14268                 -
14269                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$dataY \\(float\\|int\\) does not accept mixed\\.$#"
14270                         count: 1
14271                         path: src/Plugins/Export/Helpers/Pdf.php
14273                 -
14274                         message: "#^Variable \\$columnsCnt might not be defined\\.$#"
14275                         count: 6
14276                         path: src/Plugins/Export/Helpers/Pdf.php
14278                 -
14279                         message: "#^Variable \\$txt on left side of \\?\\? always exists and is not nullable\\.$#"
14280                         count: 2
14281                         path: src/Plugins/Export/Helpers/Pdf.php
14283                 -
14284                         message: "#^Cannot cast mixed to string\\.$#"
14285                         count: 6
14286                         path: src/Plugins/Export/Helpers/TableProperty.php
14288                 -
14289                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
14290                         count: 2
14291                         path: src/Plugins/ExportPlugin.php
14293                 -
14294                         message: "#^Cannot access offset 'alias' on mixed\\.$#"
14295                         count: 5
14296                         path: src/Plugins/ExportPlugin.php
14298                 -
14299                         message: "#^Cannot access offset 'columns' on mixed\\.$#"
14300                         count: 2
14301                         path: src/Plugins/ExportPlugin.php
14303                 -
14304                         message: "#^Cannot access offset 'tables' on mixed\\.$#"
14305                         count: 4
14306                         path: src/Plugins/ExportPlugin.php
14308                 -
14309                         message: "#^Cannot access offset mixed on mixed\\.$#"
14310                         count: 3
14311                         path: src/Plugins/ExportPlugin.php
14313                 -
14314                         message: "#^Cannot access offset non\\-empty\\-string on mixed\\.$#"
14315                         count: 1
14316                         path: src/Plugins/ExportPlugin.php
14318                 -
14319                         message: "#^Cannot access offset string\\|null on mixed\\.$#"
14320                         count: 1
14321                         path: src/Plugins/ExportPlugin.php
14323                 -
14324                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14325                         count: 9
14326                         path: src/Plugins/ExportPlugin.php
14328                 -
14329                         message: "#^Foreach overwrites \\$db with its value variable\\.$#"
14330                         count: 1
14331                         path: src/Plugins/ExportPlugin.php
14333                 -
14334                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\ExportPlugin\\:\\:getAlias\\(\\) should return string but returns mixed\\.$#"
14335                         count: 3
14336                         path: src/Plugins/ExportPlugin.php
14338                 -
14339                         message: "#^Only booleans are allowed in an if condition, array\\|false given\\.$#"
14340                         count: 1
14341                         path: src/Plugins/ExportPlugin.php
14343                 -
14344                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
14345                         count: 1
14346                         path: src/Plugins/Import/ImportCsv.php
14348                 -
14349                         message: "#^Cannot access an offset on mixed\\.$#"
14350                         count: 1
14351                         path: src/Plugins/Import/ImportCsv.php
14353                 -
14354                         message: "#^Cannot access offset 0 on mixed\\.$#"
14355                         count: 10
14356                         path: src/Plugins/Import/ImportCsv.php
14358                 -
14359                         message: "#^Cannot access offset mixed on mixed\\.$#"
14360                         count: 1
14361                         path: src/Plugins/Import/ImportCsv.php
14363                 -
14364                         message: "#^Cannot call method getMessage\\(\\) on mixed\\.$#"
14365                         count: 1
14366                         path: src/Plugins/Import/ImportCsv.php
14368                 -
14369                         message: "#^Cannot cast mixed to string\\.$#"
14370                         count: 4
14371                         path: src/Plugins/Import/ImportCsv.php
14373                 -
14374                         message: "#^For loop initial assignment overwrites variable \\$i\\.$#"
14375                         count: 1
14376                         path: src/Plugins/Import/ImportCsv.php
14378                 -
14379                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportCsv\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
14380                         count: 2
14381                         path: src/Plugins/Import/ImportCsv.php
14383                 -
14384                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportCsv\\:\\:getColumnNames\\(\\) should return array but returns mixed\\.$#"
14385                         count: 1
14386                         path: src/Plugins/Import/ImportCsv.php
14388                 -
14389                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportCsv\\:\\:getTableNameFromImport\\(\\) should return string but returns mixed\\.$#"
14390                         count: 1
14391                         path: src/Plugins/Import/ImportCsv.php
14393                 -
14394                         message: "#^Only booleans are allowed in &&, string given on the right side\\.$#"
14395                         count: 1
14396                         path: src/Plugins/Import/ImportCsv.php
14398                 -
14399                         message: "#^Parameter \\#1 \\$csvTerminated of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportCsv\\:\\:buildErrorsForParams\\(\\) expects string, mixed given\\.$#"
14400                         count: 1
14401                         path: src/Plugins/Import/ImportCsv.php
14403                 -
14404                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportCsv\\:\\:getSqlTemplateAndRequiredFields\\(\\) expects string\\|null, mixed given\\.$#"
14405                         count: 1
14406                         path: src/Plugins/Import/ImportCsv.php
14408                 -
14409                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\Import\\\\Import\\:\\:buildSql\\(\\) expects string, mixed given\\.$#"
14410                         count: 1
14411                         path: src/Plugins/Import/ImportCsv.php
14413                 -
14414                         message: "#^Parameter \\#1 \\$path of function basename expects string, mixed given\\.$#"
14415                         count: 1
14416                         path: src/Plugins/Import/ImportCsv.php
14418                 -
14419                         message: "#^Parameter \\#1 \\$serverMessage of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects string, mixed given\\.$#"
14420                         count: 1
14421                         path: src/Plugins/Import/ImportCsv.php
14423                 -
14424                         message: "#^Parameter \\#1 \\$str of function strtr expects string, mixed given\\.$#"
14425                         count: 4
14426                         path: src/Plugins/Import/ImportCsv.php
14428                 -
14429                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
14430                         count: 1
14431                         path: src/Plugins/Import/ImportCsv.php
14433                 -
14434                         message: "#^Parameter \\#1 \\$string of function rtrim expects string, mixed given\\.$#"
14435                         count: 1
14436                         path: src/Plugins/Import/ImportCsv.php
14438                 -
14439                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
14440                         count: 1
14441                         path: src/Plugins/Import/ImportCsv.php
14443                 -
14444                         message: "#^Parameter \\#2 \\$csvEnclosed of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportCsv\\:\\:buildErrorsForParams\\(\\) expects string, mixed given\\.$#"
14445                         count: 1
14446                         path: src/Plugins/Import/ImportCsv.php
14448                 -
14449                         message: "#^Parameter \\#2 \\$needle of function str_contains expects string, mixed given\\.$#"
14450                         count: 1
14451                         path: src/Plugins/Import/ImportCsv.php
14453                 -
14454                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportCsv\\:\\:getSqlTemplateAndRequiredFields\\(\\) expects string\\|null, mixed given\\.$#"
14455                         count: 1
14456                         path: src/Plugins/Import/ImportCsv.php
14458                 -
14459                         message: "#^Parameter \\#3 \\$csvColumns of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportCsv\\:\\:getSqlTemplateAndRequiredFields\\(\\) expects string\\|null, mixed given\\.$#"
14460                         count: 1
14461                         path: src/Plugins/Import/ImportCsv.php
14463                 -
14464                         message: "#^Parameter \\#3 \\$csvEscaped of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportCsv\\:\\:buildErrorsForParams\\(\\) expects string, mixed given\\.$#"
14465                         count: 1
14466                         path: src/Plugins/Import/ImportCsv.php
14468                 -
14469                         message: "#^Cannot cast mixed to string\\.$#"
14470                         count: 5
14471                         path: src/Plugins/Import/ImportLdi.php
14473                 -
14474                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportLdi\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
14475                         count: 1
14476                         path: src/Plugins/Import/ImportLdi.php
14478                 -
14479                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
14480                         count: 1
14481                         path: src/Plugins/Import/ImportLdi.php
14483                 -
14484                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
14485                         count: 3
14486                         path: src/Plugins/Import/ImportLdi.php
14488                 -
14489                         message: "#^Parameter \\#2 \\$subject of function preg_split expects string, mixed given\\.$#"
14490                         count: 1
14491                         path: src/Plugins/Import/ImportLdi.php
14493                 -
14494                         message: "#^Cannot access offset 0 on mixed\\.$#"
14495                         count: 1
14496                         path: src/Plugins/Import/ImportMediawiki.php
14498                 -
14499                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportMediawiki\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
14500                         count: 1
14501                         path: src/Plugins/Import/ImportMediawiki.php
14503                 -
14504                         message: "#^Negated boolean expression is always true\\.$#"
14505                         count: 1
14506                         path: src/Plugins/Import/ImportMediawiki.php
14508                 -
14509                         message: "#^Only booleans are allowed in a negated boolean, array\\|float\\|int\\|string\\|false\\|null given\\.$#"
14510                         count: 1
14511                         path: src/Plugins/Import/ImportMediawiki.php
14513                 -
14514                         message: "#^Only booleans are allowed in an elseif condition, int\\|false given\\.$#"
14515                         count: 1
14516                         path: src/Plugins/Import/ImportMediawiki.php
14518                 -
14519                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
14520                         count: 2
14521                         path: src/Plugins/Import/ImportMediawiki.php
14523                 -
14524                         message: "#^Parameter \\#1 \\$cell of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportMediawiki\\:\\:getCellData\\(\\) expects string, mixed given\\.$#"
14525                         count: 1
14526                         path: src/Plugins/Import/ImportMediawiki.php
14528                 -
14529                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\Import\\\\Import\\:\\:buildSql\\(\\) expects string, mixed given\\.$#"
14530                         count: 1
14531                         path: src/Plugins/Import/ImportMediawiki.php
14533                 -
14534                         message: "#^Parameter \\#2 \\$tableRow of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportMediawiki\\:\\:setTableHeaders\\(\\) expects array, mixed given\\.$#"
14535                         count: 1
14536                         path: src/Plugins/Import/ImportMediawiki.php
14538                 -
14539                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
14540                         count: 1
14541                         path: src/Plugins/Import/ImportOds.php
14543                 -
14544                         message: "#^Cannot access an offset on mixed\\.$#"
14545                         count: 3
14546                         path: src/Plugins/Import/ImportOds.php
14548                 -
14549                         message: "#^Cannot access offset 0 on mixed\\.$#"
14550                         count: 3
14551                         path: src/Plugins/Import/ImportOds.php
14553                 -
14554                         message: "#^Cannot access offset 1 on mixed\\.$#"
14555                         count: 2
14556                         path: src/Plugins/Import/ImportOds.php
14558                 -
14559                         message: "#^Cannot access offset 2 on mixed\\.$#"
14560                         count: 2
14561                         path: src/Plugins/Import/ImportOds.php
14563                 -
14564                         message: "#^Cannot access offset int\\<0, max\\> on mixed\\.$#"
14565                         count: 10
14566                         path: src/Plugins/Import/ImportOds.php
14568                 -
14569                         message: "#^Cannot access property \\$spreadsheet on mixed\\.$#"
14570                         count: 1
14571                         path: src/Plugins/Import/ImportOds.php
14573                 -
14574                         message: "#^Cannot call method __toString\\(\\) on mixed\\.$#"
14575                         count: 1
14576                         path: src/Plugins/Import/ImportOds.php
14578                 -
14579                         message: "#^Cannot cast mixed to int\\.$#"
14580                         count: 2
14581                         path: src/Plugins/Import/ImportOds.php
14583                 -
14584                         message: "#^Cannot cast mixed to string\\.$#"
14585                         count: 3
14586                         path: src/Plugins/Import/ImportOds.php
14588                 -
14589                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14590                         count: 1
14591                         path: src/Plugins/Import/ImportOds.php
14593                 -
14594                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
14595                         count: 1
14596                         path: src/Plugins/Import/ImportOds.php
14598                 -
14599                         message: "#^Offset 'name' does not exist on SimpleXMLElement\\|null\\.$#"
14600                         count: 2
14601                         path: src/Plugins/Import/ImportOds.php
14603                 -
14604                         message: "#^Offset 'number\\-columns…' does not exist on SimpleXMLElement\\|null\\.$#"
14605                         count: 2
14606                         path: src/Plugins/Import/ImportOds.php
14608                 -
14609                         message: "#^Parameter \\#1 \\$cellAttrs of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:getValue\\(\\) expects SimpleXMLElement, SimpleXMLElement\\|null given\\.$#"
14610                         count: 1
14611                         path: src/Plugins/Import/ImportOds.php
14613                 -
14614                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\Import\\\\Import\\:\\:buildSql\\(\\) expects string, mixed given\\.$#"
14615                         count: 1
14616                         path: src/Plugins/Import/ImportOds.php
14618                 -
14619                         message: "#^Parameter \\#1 \\$sheets of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:iterateOverTables\\(\\) expects array\\|SimpleXMLElement, array\\|SimpleXMLElement\\|null given\\.$#"
14620                         count: 1
14621                         path: src/Plugins/Import/ImportOds.php
14623                 -
14624                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Import\\\\Import\\:\\:analyzeTable\\(\\) expects array, mixed given\\.$#"
14625                         count: 1
14626                         path: src/Plugins/Import/ImportOds.php
14628                 -
14629                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
14630                         count: 8
14631                         path: src/Plugins/Import/ImportOds.php
14633                 -
14634                         message: "#^Parameter \\#2 \\$text of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:getValue\\(\\) expects SimpleXMLElement, \\(SimpleXMLElement\\|null\\) given\\.$#"
14635                         count: 1
14636                         path: src/Plugins/Import/ImportOds.php
14638                 -
14639                         message: "#^Parameter \\#3 \\$tempRow of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:iterateOverRows\\(\\) expects array, mixed given\\.$#"
14640                         count: 1
14641                         path: src/Plugins/Import/ImportOds.php
14643                 -
14644                         message: "#^Parameter \\#4 \\$colNames of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:iterateOverColumns\\(\\) expects array, mixed given\\.$#"
14645                         count: 1
14646                         path: src/Plugins/Import/ImportOds.php
14648                 -
14649                         message: "#^Parameter \\#6 \\$maxCols of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:iterateOverRows\\(\\) expects int, mixed given\\.$#"
14650                         count: 1
14651                         path: src/Plugins/Import/ImportOds.php
14653                 -
14654                         message: "#^Variable property access on \\(SimpleXMLElement\\|null\\)\\.$#"
14655                         count: 1
14656                         path: src/Plugins/Import/ImportOds.php
14658                 -
14659                         message: "#^Variable property access on SimpleXMLElement\\.$#"
14660                         count: 2
14661                         path: src/Plugins/Import/ImportOds.php
14663                 -
14664                         message: "#^Variable property access on mixed\\.$#"
14665                         count: 1
14666                         path: src/Plugins/Import/ImportOds.php
14668                 -
14669                         message: "#^Cannot access offset 0 on array\\|bool\\.$#"
14670                         count: 1
14671                         path: src/Plugins/Import/ImportShp.php
14673                 -
14674                         message: "#^Cannot access offset 0 on mixed\\.$#"
14675                         count: 4
14676                         path: src/Plugins/Import/ImportShp.php
14678                 -
14679                         message: "#^Cannot cast mixed to string\\.$#"
14680                         count: 3
14681                         path: src/Plugins/Import/ImportShp.php
14683                 -
14684                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14685                         count: 2
14686                         path: src/Plugins/Import/ImportShp.php
14688                 -
14689                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportShp\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
14690                         count: 1
14691                         path: src/Plugins/Import/ImportShp.php
14693                 -
14694                         message: "#^Offset 'dirname' does not exist on array\\{dirname\\?\\: string, basename\\: string, extension\\?\\: string, filename\\: string\\}\\.$#"
14695                         count: 1
14696                         path: src/Plugins/Import/ImportShp.php
14698                 -
14699                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\Import\\\\Import\\:\\:buildSql\\(\\) expects string, mixed given\\.$#"
14700                         count: 1
14701                         path: src/Plugins/Import/ImportShp.php
14703                 -
14704                         message: "#^Parameter \\#1 \\$file of method PhpMyAdmin\\\\ZipExtension\\:\\:extract\\(\\) expects string, mixed given\\.$#"
14705                         count: 1
14706                         path: src/Plugins/Import/ImportShp.php
14708                 -
14709                         message: "#^Parameter \\#1 \\$file of method PhpMyAdmin\\\\ZipExtension\\:\\:findFile\\(\\) expects string, mixed given\\.$#"
14710                         count: 1
14711                         path: src/Plugins/Import/ImportShp.php
14713                 -
14714                         message: "#^Parameter \\#1 \\$file of method PhpMyAdmin\\\\ZipExtension\\:\\:getNumberOfFiles\\(\\) expects string, mixed given\\.$#"
14715                         count: 1
14716                         path: src/Plugins/Import/ImportShp.php
14718                 -
14719                         message: "#^Parameter \\#1 \\$importHandle of method PhpMyAdmin\\\\Import\\\\Import\\:\\:getNextChunk\\(\\) expects PhpMyAdmin\\\\File\\|null, mixed given\\.$#"
14720                         count: 1
14721                         path: src/Plugins/Import/ImportShp.php
14723                 -
14724                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, mixed given\\.$#"
14725                         count: 1
14726                         path: src/Plugins/Import/ImportShp.php
14728                 -
14729                         message: "#^Parameter \\#1 \\$string of function substr expects string, mixed given\\.$#"
14730                         count: 2
14731                         path: src/Plugins/Import/ImportShp.php
14733                 -
14734                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
14735                         count: 1
14736                         path: src/Plugins/Import/ImportSql.php
14738                 -
14739                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportSql\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
14740                         count: 1
14741                         path: src/Plugins/Import/ImportSql.php
14743                 -
14744                         message: "#^Parameter \\#1 \\$delimiter of method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\BufferedQuery\\:\\:setDelimiter\\(\\) expects string, mixed given\\.$#"
14745                         count: 1
14746                         path: src/Plugins/Import/ImportSql.php
14748                 -
14749                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
14750                         count: 1
14751                         path: src/Plugins/Import/ImportXml.php
14753                 -
14754                         message: "#^Cannot access property \\$database on mixed\\.$#"
14755                         count: 1
14756                         path: src/Plugins/Import/ImportXml.php
14758                 -
14759                         message: "#^Cannot assign new offset to array\\<int\\<0, max\\>, array\\<int\\<0, max\\>, string\\>\\|string\\>\\|string\\.$#"
14760                         count: 1
14761                         path: src/Plugins/Import/ImportXml.php
14763                 -
14764                         message: "#^Cannot cast mixed to string\\.$#"
14765                         count: 10
14766                         path: src/Plugins/Import/ImportXml.php
14768                 -
14769                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportXml\\:\\:doImport\\(\\) should return array\\<string\\> but returns mixed\\.$#"
14770                         count: 1
14771                         path: src/Plugins/Import/ImportXml.php
14773                 -
14774                         message: "#^Offset 'charset' does not exist on SimpleXMLElement\\|null\\.$#"
14775                         count: 1
14776                         path: src/Plugins/Import/ImportXml.php
14778                 -
14779                         message: "#^Offset 'collation' does not exist on SimpleXMLElement\\|null\\.$#"
14780                         count: 1
14781                         path: src/Plugins/Import/ImportXml.php
14783                 -
14784                         message: "#^Offset 'name' does not exist on SimpleXMLElement\\|null\\.$#"
14785                         count: 8
14786                         path: src/Plugins/Import/ImportXml.php
14788                 -
14789                         message: "#^Only booleans are allowed in &&, \\(SimpleXMLElement\\|null\\) given on the left side\\.$#"
14790                         count: 1
14791                         path: src/Plugins/Import/ImportXml.php
14793                 -
14794                         message: "#^Only booleans are allowed in &&, int given on the right side\\.$#"
14795                         count: 1
14796                         path: src/Plugins/Import/ImportXml.php
14798                 -
14799                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\Import\\\\Import\\:\\:buildSql\\(\\) expects string, mixed given\\.$#"
14800                         count: 1
14801                         path: src/Plugins/Import/ImportXml.php
14803                 -
14804                         message: "#^Variable property access on \\(SimpleXMLElement\\|null\\)\\.$#"
14805                         count: 1
14806                         path: src/Plugins/Import/ImportXml.php
14808                 -
14809                         message: "#^Variable property access on mixed\\.$#"
14810                         count: 1
14811                         path: src/Plugins/Import/ImportXml.php
14813                 -
14814                         message: "#^array\\<int\\<0, max\\>, array\\<int\\<0, max\\>, string\\>\\|string\\>\\|string does not accept array\\<int\\<0, max\\>, string\\>\\.$#"
14815                         count: 1
14816                         path: src/Plugins/Import/ImportXml.php
14818                 -
14819                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\ShapeFileImport\\:\\:readSHP\\(\\) never returns false so it can be removed from the return type\\.$#"
14820                         count: 1
14821                         path: src/Plugins/Import/ShapeFileImport.php
14823                 -
14824                         message: "#^Cannot access offset string on mixed\\.$#"
14825                         count: 1
14826                         path: src/Plugins/Import/Upload/UploadNoplugin.php
14828                 -
14829                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadNoplugin\\:\\:getUploadStatus\\(\\) return type has no value type specified in iterable type array\\.$#"
14830                         count: 1
14831                         path: src/Plugins/Import/Upload/UploadNoplugin.php
14833                 -
14834                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadNoplugin\\:\\:getUploadStatus\\(\\) should return array\\|null but returns mixed\\.$#"
14835                         count: 1
14836                         path: src/Plugins/Import/Upload/UploadNoplugin.php
14838                 -
14839                         message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
14840                         count: 1
14841                         path: src/Plugins/Import/Upload/UploadNoplugin.php
14843                 -
14844                         message: "#^Cannot access offset 'complete' on mixed\\.$#"
14845                         count: 1
14846                         path: src/Plugins/Import/Upload/UploadProgress.php
14848                 -
14849                         message: "#^Cannot access offset 'finished' on mixed\\.$#"
14850                         count: 1
14851                         path: src/Plugins/Import/Upload/UploadProgress.php
14853                 -
14854                         message: "#^Cannot access offset 'percent' on mixed\\.$#"
14855                         count: 1
14856                         path: src/Plugins/Import/Upload/UploadProgress.php
14858                 -
14859                         message: "#^Cannot access offset 'total' on mixed\\.$#"
14860                         count: 4
14861                         path: src/Plugins/Import/Upload/UploadProgress.php
14863                 -
14864                         message: "#^Cannot access offset string on mixed\\.$#"
14865                         count: 1
14866                         path: src/Plugins/Import/Upload/UploadProgress.php
14868                 -
14869                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadProgress\\:\\:getUploadStatus\\(\\) return type has no value type specified in iterable type array\\.$#"
14870                         count: 1
14871                         path: src/Plugins/Import/Upload/UploadProgress.php
14873                 -
14874                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadProgress\\:\\:getUploadStatus\\(\\) should return array\\|null but returns mixed\\.$#"
14875                         count: 2
14876                         path: src/Plugins/Import/Upload/UploadProgress.php
14878                 -
14879                         message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
14880                         count: 1
14881                         path: src/Plugins/Import/Upload/UploadProgress.php
14883                 -
14884                         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\\.$#"
14885                         count: 1
14886                         path: src/Plugins/Import/Upload/UploadProgress.php
14888                 -
14889                         message: "#^Cannot access offset 'bytes_processed' on mixed\\.$#"
14890                         count: 1
14891                         path: src/Plugins/Import/Upload/UploadSession.php
14893                 -
14894                         message: "#^Cannot access offset 'complete' on mixed\\.$#"
14895                         count: 2
14896                         path: src/Plugins/Import/Upload/UploadSession.php
14898                 -
14899                         message: "#^Cannot access offset 'content_length' on mixed\\.$#"
14900                         count: 1
14901                         path: src/Plugins/Import/Upload/UploadSession.php
14903                 -
14904                         message: "#^Cannot access offset 'done' on mixed\\.$#"
14905                         count: 1
14906                         path: src/Plugins/Import/Upload/UploadSession.php
14908                 -
14909                         message: "#^Cannot access offset 'finished' on mixed\\.$#"
14910                         count: 1
14911                         path: src/Plugins/Import/Upload/UploadSession.php
14913                 -
14914                         message: "#^Cannot access offset 'percent' on mixed\\.$#"
14915                         count: 1
14916                         path: src/Plugins/Import/Upload/UploadSession.php
14918                 -
14919                         message: "#^Cannot access offset 'total' on mixed\\.$#"
14920                         count: 4
14921                         path: src/Plugins/Import/Upload/UploadSession.php
14923                 -
14924                         message: "#^Cannot access offset string on mixed\\.$#"
14925                         count: 1
14926                         path: src/Plugins/Import/Upload/UploadSession.php
14928                 -
14929                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadSession\\:\\:getUploadStatus\\(\\) return type has no value type specified in iterable type array\\.$#"
14930                         count: 1
14931                         path: src/Plugins/Import/Upload/UploadSession.php
14933                 -
14934                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadSession\\:\\:getUploadStatus\\(\\) should return array\\|null but returns mixed\\.$#"
14935                         count: 2
14936                         path: src/Plugins/Import/Upload/UploadSession.php
14938                 -
14939                         message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
14940                         count: 1
14941                         path: src/Plugins/Import/Upload/UploadSession.php
14943                 -
14944                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
14945                         count: 2
14946                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
14948                 -
14949                         message: "#^Cannot access offset 'foreign_field' on mixed\\.$#"
14950                         count: 1
14951                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
14953                 -
14954                         message: "#^Cannot access offset 'foreign_table' on mixed\\.$#"
14955                         count: 1
14956                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
14958                 -
14959                         message: "#^Cannot access offset 'index_list' on mixed\\.$#"
14960                         count: 1
14961                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
14963                 -
14964                         message: "#^Cannot access offset 'ref_index_list' on mixed\\.$#"
14965                         count: 1
14966                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
14968                 -
14969                         message: "#^Cannot access offset 'ref_table_name' on mixed\\.$#"
14970                         count: 1
14971                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
14973                 -
14974                         message: "#^Cannot access offset mixed on mixed\\.$#"
14975                         count: 1
14976                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
14978                 -
14979                         message: "#^Cannot cast mixed to string\\.$#"
14980                         count: 2
14981                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
14983                 -
14984                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:addRelation\\(\\) expects string, \\(int\\|string\\) given\\.$#"
14985                         count: 1
14986                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
14988                 -
14989                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
14990                         count: 1
14991                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
14993                 -
14994                         message: "#^Parameter \\#4 \\$foreignField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
14995                         count: 2
14996                         path: src/Plugins/Schema/Dia/DiaRelationSchema.php
14998                 -
14999                         message: "#^Binary operation \"\\+\" between int\\|string\\|false and 12 results in an error\\.$#"
15000                         count: 4
15001                         path: src/Plugins/Schema/Dia/RelationStatsDia.php
15003                 -
15004                         message: "#^Binary operation \"\\+\" between mixed and int\\|string\\|false results in an error\\.$#"
15005                         count: 2
15006                         path: src/Plugins/Schema/Dia/RelationStatsDia.php
15008                 -
15009                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
15010                         count: 1
15011                         path: src/Plugins/Schema/Dia/RelationStatsDia.php
15013                 -
15014                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
15015                         count: 1
15016                         path: src/Plugins/Schema/Dia/TableStatsDia.php
15018                 -
15019                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
15020                         count: 2
15021                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
15023                 -
15024                         message: "#^Cannot access offset 'foreign_field' on mixed\\.$#"
15025                         count: 1
15026                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
15028                 -
15029                         message: "#^Cannot access offset 'foreign_table' on mixed\\.$#"
15030                         count: 1
15031                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
15033                 -
15034                         message: "#^Cannot access offset 'index_list' on mixed\\.$#"
15035                         count: 1
15036                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
15038                 -
15039                         message: "#^Cannot access offset 'ref_index_list' on mixed\\.$#"
15040                         count: 1
15041                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
15043                 -
15044                         message: "#^Cannot access offset 'ref_table_name' on mixed\\.$#"
15045                         count: 1
15046                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
15048                 -
15049                         message: "#^Cannot access offset mixed on mixed\\.$#"
15050                         count: 1
15051                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
15053                 -
15054                         message: "#^Cannot cast mixed to string\\.$#"
15055                         count: 1
15056                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
15058                 -
15059                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\EpsRelationSchema\\:\\:addRelation\\(\\) expects string, \\(int\\|string\\) given\\.$#"
15060                         count: 1
15061                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
15063                 -
15064                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\EpsRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
15065                         count: 1
15066                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
15068                 -
15069                         message: "#^Parameter \\#6 \\$foreignField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\EpsRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
15070                         count: 2
15071                         path: src/Plugins/Schema/Eps/EpsRelationSchema.php
15073                 -
15074                         message: "#^Call to an undefined method object\\:\\:line\\(\\)\\.$#"
15075                         count: 7
15076                         path: src/Plugins/Schema/Eps/RelationStatsEps.php
15078                 -
15079                         message: "#^Parameter \\#1 \\$text of method PhpMyAdmin\\\\Font\\:\\:getStringWidth\\(\\) expects string, mixed given\\.$#"
15080                         count: 1
15081                         path: src/Plugins/Schema/Eps/TableStatsEps.php
15083                 -
15084                         message: "#^Parameter \\#1 \\$text of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\:\\:showXY\\(\\) expects string, mixed given\\.$#"
15085                         count: 1
15086                         path: src/Plugins/Schema/Eps/TableStatsEps.php
15088                 -
15089                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
15090                         count: 1
15091                         path: src/Plugins/Schema/ExportRelationSchema.php
15093                 -
15094                         message: "#^Cannot cast mixed to int\\.$#"
15095                         count: 1
15096                         path: src/Plugins/Schema/ExportRelationSchema.php
15098                 -
15099                         message: "#^Parameter \\#1 \\$string of function rawurldecode expects string, mixed given\\.$#"
15100                         count: 1
15101                         path: src/Plugins/Schema/ExportRelationSchema.php
15103                 -
15104                         message: "#^Cannot access offset 'cw' on mixed\\.$#"
15105                         count: 1
15106                         path: src/Plugins/Schema/Pdf/Pdf.php
15108                 -
15109                         message: "#^Cannot access offset int on mixed\\.$#"
15110                         count: 1
15111                         path: src/Plugins/Schema/Pdf/Pdf.php
15113                 -
15114                         message: "#^Parameter \\#1 \\$w of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:numLines\\(\\) expects int, mixed given\\.$#"
15115                         count: 1
15116                         path: src/Plugins/Schema/Pdf/Pdf.php
15118                 -
15119                         message: "#^Parameter \\#1 \\$w of method TCPDF\\:\\:MultiCell\\(\\) expects float, mixed given\\.$#"
15120                         count: 1
15121                         path: src/Plugins/Schema/Pdf/Pdf.php
15123                 -
15124                         message: "#^Parameter \\#2 \\$txt of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:numLines\\(\\) expects string, mixed given\\.$#"
15125                         count: 1
15126                         path: src/Plugins/Schema/Pdf/Pdf.php
15128                 -
15129                         message: "#^Parameter \\#3 \\$txt of method TCPDF\\:\\:MultiCell\\(\\) expects string, mixed given\\.$#"
15130                         count: 1
15131                         path: src/Plugins/Schema/Pdf/Pdf.php
15133                 -
15134                         message: "#^Parameter \\#3 \\$w of method TCPDF\\:\\:Link\\(\\) expects float, mixed given\\.$#"
15135                         count: 1
15136                         path: src/Plugins/Schema/Pdf/Pdf.php
15138                 -
15139                         message: "#^Parameter \\#3 \\$w of method TCPDF\\:\\:Rect\\(\\) expects float, mixed given\\.$#"
15140                         count: 1
15141                         path: src/Plugins/Schema/Pdf/Pdf.php
15143                 -
15144                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
15145                         count: 2
15146                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15148                 -
15149                         message: "#^Call to method TCPDF\\:\\:Line\\(\\) with incorrect case\\: line$#"
15150                         count: 2
15151                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15153                 -
15154                         message: "#^Cannot access offset '\\-' on mixed\\.$#"
15155                         count: 10
15156                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15158                 -
15159                         message: "#^Cannot access offset 'Check_time' on mixed\\.$#"
15160                         count: 1
15161                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15163                 -
15164                         message: "#^Cannot access offset 'Comment' on mixed\\.$#"
15165                         count: 1
15166                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15168                 -
15169                         message: "#^Cannot access offset 'Create_time' on mixed\\.$#"
15170                         count: 1
15171                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15173                 -
15174                         message: "#^Cannot access offset 'Update_time' on mixed\\.$#"
15175                         count: 1
15176                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15178                 -
15179                         message: "#^Cannot access offset 'foreign_field' on mixed\\.$#"
15180                         count: 1
15181                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15183                 -
15184                         message: "#^Cannot access offset 'foreign_table' on mixed\\.$#"
15185                         count: 1
15186                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15188                 -
15189                         message: "#^Cannot access offset 'index_list' on mixed\\.$#"
15190                         count: 1
15191                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15193                 -
15194                         message: "#^Cannot access offset 'ref_index_list' on mixed\\.$#"
15195                         count: 1
15196                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15198                 -
15199                         message: "#^Cannot access offset 'ref_table_name' on mixed\\.$#"
15200                         count: 1
15201                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15203                 -
15204                         message: "#^Cannot access offset mixed on mixed\\.$#"
15205                         count: 14
15206                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15208                 -
15209                         message: "#^Cannot access offset string on mixed\\.$#"
15210                         count: 4
15211                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15213                 -
15214                         message: "#^Cannot cast mixed to string\\.$#"
15215                         count: 2
15216                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15218                 -
15219                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
15220                         count: 1
15221                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15223                 -
15224                         message: "#^Only booleans are allowed in &&, array\\|false given on the left side\\.$#"
15225                         count: 1
15226                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15228                 -
15229                         message: "#^Only booleans are allowed in an if condition, array\\|false given\\.$#"
15230                         count: 1
15231                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15233                 -
15234                         message: "#^Parameter \\#1 \\$datetime of function strtotime expects string, mixed given\\.$#"
15235                         count: 3
15236                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15238                 -
15239                         message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:setLink\\(\\) expects int, mixed given\\.$#"
15240                         count: 3
15241                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15243                 -
15244                         message: "#^Parameter \\#1 \\$timestamp of static method PhpMyAdmin\\\\Util\\:\\:localisedDate\\(\\) expects int, \\(int\\|false\\) given\\.$#"
15245                         count: 3
15246                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15248                 -
15249                         message: "#^Parameter \\#1 \\$txt of method TCPDF\\:\\:Bookmark\\(\\) expects string, mixed given\\.$#"
15250                         count: 1
15251                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15253                 -
15254                         message: "#^Parameter \\#1 \\$value of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:setTableOrder\\(\\) expects string, mixed given\\.$#"
15255                         count: 1
15256                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15258                 -
15259                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:addRelation\\(\\) expects string, \\(int\\|string\\) given\\.$#"
15260                         count: 1
15261                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15263                 -
15264                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
15265                         count: 1
15266                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15268                 -
15269                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getComments\\(\\) expects string, mixed given\\.$#"
15270                         count: 1
15271                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15273                 -
15274                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
15275                         count: 1
15276                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15278                 -
15279                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
15280                         count: 2
15281                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15283                 -
15284                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Transformations\\:\\:getMime\\(\\) expects string, mixed given\\.$#"
15285                         count: 1
15286                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15288                 -
15289                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
15290                         count: 1
15291                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15293                 -
15294                         message: "#^Parameter \\#4 \\$foreignField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
15295                         count: 2
15296                         path: src/Plugins/Schema/Pdf/PdfRelationSchema.php
15298                 -
15299                         message: "#^Call to an undefined method object\\:\\:lineScale\\(\\)\\.$#"
15300                         count: 7
15301                         path: src/Plugins/Schema/Pdf/RelationStatsPdf.php
15303                 -
15304                         message: "#^Call to an undefined method object\\:\\:setDrawColor\\(\\)\\.$#"
15305                         count: 3
15306                         path: src/Plugins/Schema/Pdf/RelationStatsPdf.php
15308                 -
15309                         message: "#^Call to an undefined method object\\:\\:setLineWidthScale\\(\\)\\.$#"
15310                         count: 2
15311                         path: src/Plugins/Schema/Pdf/RelationStatsPdf.php
15313                 -
15314                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
15315                         count: 1
15316                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
15318                 -
15319                         message: "#^Cannot access offset '\\-' on mixed\\.$#"
15320                         count: 3
15321                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
15323                 -
15324                         message: "#^Cannot access offset mixed on mixed\\.$#"
15325                         count: 3
15326                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
15328                 -
15329                         message: "#^Cannot access offset string on mixed\\.$#"
15330                         count: 6
15331                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
15333                 -
15334                         message: "#^Cannot cast mixed to string\\.$#"
15335                         count: 2
15336                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
15338                 -
15339                         message: "#^Parameter \\#1 \\$link of method TCPDF\\:\\:setLink\\(\\) expects int, mixed given\\.$#"
15340                         count: 2
15341                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
15343                 -
15344                         message: "#^Parameter \\#1 \\$s of method TCPDF\\:\\:GetStringWidth\\(\\) expects string, mixed given\\.$#"
15345                         count: 1
15346                         path: src/Plugins/Schema/Pdf/TableStatsPdf.php
15348                 -
15349                         message: "#^Binary operation \"\\+\" between int\\|string\\|false and 1\\.5 results in an error\\.$#"
15350                         count: 1
15351                         path: src/Plugins/Schema/RelationStats.php
15353                 -
15354                         message: "#^Call to function array_search\\(\\) requires parameter \\#3 to be set\\.$#"
15355                         count: 1
15356                         path: src/Plugins/Schema/RelationStats.php
15358                 -
15359                         message: "#^Call to an undefined method object\\:\\:printElementLine\\(\\)\\.$#"
15360                         count: 7
15361                         path: src/Plugins/Schema/Svg/RelationStatsSvg.php
15363                 -
15364                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
15365                         count: 2
15366                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
15368                 -
15369                         message: "#^Cannot access offset 'foreign_field' on mixed\\.$#"
15370                         count: 1
15371                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
15373                 -
15374                         message: "#^Cannot access offset 'foreign_table' on mixed\\.$#"
15375                         count: 1
15376                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
15378                 -
15379                         message: "#^Cannot access offset 'index_list' on mixed\\.$#"
15380                         count: 1
15381                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
15383                 -
15384                         message: "#^Cannot access offset 'ref_index_list' on mixed\\.$#"
15385                         count: 1
15386                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
15388                 -
15389                         message: "#^Cannot access offset 'ref_table_name' on mixed\\.$#"
15390                         count: 1
15391                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
15393                 -
15394                         message: "#^Cannot access offset mixed on mixed\\.$#"
15395                         count: 1
15396                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
15398                 -
15399                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:addRelation\\(\\) expects string, \\(int\\|string\\) given\\.$#"
15400                         count: 1
15401                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
15403                 -
15404                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
15405                         count: 1
15406                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
15408                 -
15409                         message: "#^Parameter \\#6 \\$foreignField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:addRelation\\(\\) expects string, mixed given\\.$#"
15410                         count: 2
15411                         path: src/Plugins/Schema/Svg/SvgRelationSchema.php
15413                 -
15414                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
15415                         count: 1
15416                         path: src/Plugins/Schema/Svg/TableStatsSvg.php
15418                 -
15419                         message: "#^Parameter \\#1 \\$text of method PhpMyAdmin\\\\Font\\:\\:getStringWidth\\(\\) expects string, mixed given\\.$#"
15420                         count: 1
15421                         path: src/Plugins/Schema/Svg/TableStatsSvg.php
15423                 -
15424                         message: "#^Parameter \\#6 \\$text of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:printElement\\(\\) expects string\\|null, mixed given\\.$#"
15425                         count: 1
15426                         path: src/Plugins/Schema/Svg/TableStatsSvg.php
15428                 -
15429                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
15430                         count: 4
15431                         path: src/Plugins/Schema/TableStats.php
15433                 -
15434                         message: "#^Cannot cast mixed to float\\.$#"
15435                         count: 2
15436                         path: src/Plugins/Schema/TableStats.php
15438                 -
15439                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
15440                         count: 1
15441                         path: src/Plugins/Schema/TableStats.php
15443                 -
15444                         message: "#^Parameter \\#1 \\$string of function rawurldecode expects string, mixed given\\.$#"
15445                         count: 2
15446                         path: src/Plugins/Schema/TableStats.php
15448                 -
15449                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Transformations\\\\Abs\\\\Bool2TextTransformationsPlugin\\:\\:applyTransformation\\(\\) should return string but returns mixed\\.$#"
15450                         count: 2
15451                         path: src/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php
15453                 -
15454                         message: "#^Binary operation \"\\-\\=\" between int\\<0, max\\>\\|string\\|false and int results in an error\\.$#"
15455                         count: 1
15456                         path: src/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
15458                 -
15459                         message: "#^Cannot cast mixed to int\\.$#"
15460                         count: 1
15461                         path: src/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
15463                 -
15464                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
15465                         count: 1
15466                         path: src/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
15468                 -
15469                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
15470                         count: 1
15471                         path: src/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
15473                 -
15474                         message: "#^Only booleans are allowed in an elseif condition, int\\|false given\\.$#"
15475                         count: 2
15476                         path: src/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
15478                 -
15479                         message: "#^Parameter \\#1 \\$format of function gmdate expects string, mixed given\\.$#"
15480                         count: 1
15481                         path: src/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
15483                 -
15484                         message: "#^Parameter \\#1 \\$string of function mb_strtolower expects string, mixed given\\.$#"
15485                         count: 1
15486                         path: src/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
15488                 -
15489                         message: "#^Parameter \\#1 \\$timestamp of static method PhpMyAdmin\\\\Util\\:\\:localisedDate\\(\\) expects int, mixed given\\.$#"
15490                         count: 1
15491                         path: src/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
15493                 -
15494                         message: "#^Parameter \\#2 \\$format of static method PhpMyAdmin\\\\Util\\:\\:localisedDate\\(\\) expects string, mixed given\\.$#"
15495                         count: 1
15496                         path: src/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
15498                 -
15499                         message: "#^Parameter \\#2 \\$timestamp of function gmdate expects int\\|null, mixed given\\.$#"
15500                         count: 1
15501                         path: src/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
15503                 -
15504                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
15505                         count: 1
15506                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
15508                 -
15509                         message: "#^Cannot access offset mixed on mixed\\.$#"
15510                         count: 1
15511                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
15513                 -
15514                         message: "#^Cannot access property \\$name on mixed\\.$#"
15515                         count: 1
15516                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
15518                 -
15519                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
15520                         count: 3
15521                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
15523                 -
15524                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
15525                         count: 2
15526                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
15528                 -
15529                         message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
15530                         count: 1
15531                         path: src/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
15533                 -
15534                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
15535                         count: 1
15536                         path: src/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
15538                 -
15539                         message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
15540                         count: 1
15541                         path: src/Plugins/Transformations/Abs/HexTransformationsPlugin.php
15543                 -
15544                         message: "#^Parameter \\#2 \\$additionalParameters of static method PhpMyAdmin\\\\Url\\:\\:getFromRoute\\(\\) expects array, mixed given\\.$#"
15545                         count: 1
15546                         path: src/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php
15548                 -
15549                         message: "#^Parameter \\#1 \\$value of function intval expects array\\|bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#"
15550                         count: 2
15551                         path: src/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php
15553                 -
15554                         message: "#^Parameter \\#2 \\$additionalParameters of static method PhpMyAdmin\\\\Url\\:\\:getFromRoute\\(\\) expects array, mixed given\\.$#"
15555                         count: 1
15556                         path: src/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php
15558                 -
15559                         message: "#^Cannot cast mixed to int\\.$#"
15560                         count: 2
15561                         path: src/Plugins/Transformations/Abs/InlineTransformationsPlugin.php
15563                 -
15564                         message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
15565                         count: 1
15566                         path: src/Plugins/Transformations/Abs/InlineTransformationsPlugin.php
15568                 -
15569                         message: "#^Parameter \\#2 \\$additionalParameters of static method PhpMyAdmin\\\\Url\\:\\:getFromRoute\\(\\) expects array, mixed given\\.$#"
15570                         count: 2
15571                         path: src/Plugins/Transformations/Abs/InlineTransformationsPlugin.php
15573                 -
15574                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
15575                         count: 2
15576                         path: src/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php
15578                 -
15579                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
15580                         count: 1
15581                         path: src/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php
15583                 -
15584                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
15585                         count: 1
15586                         path: src/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php
15588                 -
15589                         message: "#^Parameter \\#1 \\$pattern of function preg_match expects string, mixed given\\.$#"
15590                         count: 1
15591                         path: src/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php
15593                 -
15594                         message: "#^Cannot cast mixed to int\\.$#"
15595                         count: 2
15596                         path: src/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php
15598                 -
15599                         message: "#^Cannot cast mixed to int\\.$#"
15600                         count: 2
15601                         path: src/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php
15603                 -
15604                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
15605                         count: 2
15606                         path: src/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php
15608                 -
15609                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Transformations\\\\Output\\\\Text_Plain_Binarytoip\\:\\:applyTransformation\\(\\) should return string but returns string\\|false\\.$#"
15610                         count: 1
15611                         path: src/Plugins/Transformations/Output/Text_Plain_Binarytoip.php
15613                 -
15614                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
15615                         count: 1
15616                         path: src/Plugins/Transformations/Output/Text_Plain_Json.php
15618                 -
15619                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
15620                         count: 1
15621                         path: src/Plugins/Transformations/Output/Text_Plain_Sql.php
15623                 -
15624                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
15625                         count: 1
15626                         path: src/Plugins/Transformations/Output/Text_Plain_Xml.php
15628                 -
15629                         message: "#^Parameter \\#1 \\$secret of method PragmaRX\\\\Google2FA\\\\Google2FA\\:\\:verifyKey\\(\\) expects string, mixed given\\.$#"
15630                         count: 1
15631                         path: src/Plugins/TwoFactor/Application.php
15633                 -
15634                         message: "#^Parameter \\#2 \\$key of method PragmaRX\\\\Google2FA\\\\Google2FA\\:\\:verifyKey\\(\\) expects string, mixed given\\.$#"
15635                         count: 1
15636                         path: src/Plugins/TwoFactor/Application.php
15638                 -
15639                         message: "#^Parameter \\#3 \\$secret of method PragmaRX\\\\Google2FAQRCode\\\\Google2FA\\:\\:getQRCodeInline\\(\\) expects string, mixed given\\.$#"
15640                         count: 1
15641                         path: src/Plugins/TwoFactor/Application.php
15643                 -
15644                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
15645                         count: 1
15646                         path: src/Plugins/TwoFactor/Key.php
15648                 -
15649                         message: "#^Cannot access an offset on mixed\\.$#"
15650                         count: 1
15651                         path: src/Plugins/TwoFactor/Key.php
15653                 -
15654                         message: "#^Cannot access offset 'certificate' on mixed\\.$#"
15655                         count: 1
15656                         path: src/Plugins/TwoFactor/Key.php
15658                 -
15659                         message: "#^Cannot access offset 'counter' on mixed\\.$#"
15660                         count: 2
15661                         path: src/Plugins/TwoFactor/Key.php
15663                 -
15664                         message: "#^Cannot access offset 'keyHandle' on mixed\\.$#"
15665                         count: 1
15666                         path: src/Plugins/TwoFactor/Key.php
15668                 -
15669                         message: "#^Cannot access offset 'publicKey' on mixed\\.$#"
15670                         count: 1
15671                         path: src/Plugins/TwoFactor/Key.php
15673                 -
15674                         message: "#^Cannot access offset mixed on mixed\\.$#"
15675                         count: 1
15676                         path: src/Plugins/TwoFactor/Key.php
15678                 -
15679                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
15680                         count: 2
15681                         path: src/Plugins/TwoFactor/Key.php
15683                 -
15684                         message: "#^Parameter \\#1 \\$registrations of static method CodeLts\\\\U2F\\\\U2FServer\\\\U2FServer\\:\\:makeAuthentication\\(\\) expects array\\<CodeLts\\\\U2F\\\\U2FServer\\\\stdClass\\>, array\\<stdClass\\> given\\.$#"
15685                         count: 1
15686                         path: src/Plugins/TwoFactor/Key.php
15688                 -
15689                         message: "#^Parameter \\#1 \\$request of static method CodeLts\\\\U2F\\\\U2FServer\\\\U2FServer\\:\\:register\\(\\) expects CodeLts\\\\U2F\\\\U2FServer\\\\RegistrationRequest, mixed given\\.$#"
15690                         count: 1
15691                         path: src/Plugins/TwoFactor/Key.php
15693                 -
15694                         message: "#^Parameter \\#1 \\$requests of static method CodeLts\\\\U2F\\\\U2FServer\\\\U2FServer\\:\\:authenticate\\(\\) expects array\\<CodeLts\\\\U2F\\\\U2FServer\\\\SignRequest\\>, mixed given\\.$#"
15695                         count: 1
15696                         path: src/Plugins/TwoFactor/Key.php
15698                 -
15699                         message: "#^Parameter \\#2 \\$registrations of static method CodeLts\\\\U2F\\\\U2FServer\\\\U2FServer\\:\\:authenticate\\(\\) expects array\\<CodeLts\\\\U2F\\\\U2FServer\\\\stdClass\\>, array\\<stdClass\\> given\\.$#"
15700                         count: 1
15701                         path: src/Plugins/TwoFactor/Key.php
15703                 -
15704                         message: "#^Parameter \\#2 \\$registrations of static method CodeLts\\\\U2F\\\\U2FServer\\\\U2FServer\\:\\:makeRegistration\\(\\) expects array\\<CodeLts\\\\U2F\\\\U2FServer\\\\stdClass\\>, array\\<stdClass\\> given\\.$#"
15705                         count: 1
15706                         path: src/Plugins/TwoFactor/Key.php
15708                 -
15709                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
15710                         count: 1
15711                         path: src/Plugins/TwoFactorPlugin.php
15713                 -
15714                         message: "#^Parameter \\#1 \\$url of function parse_url expects string, mixed given\\.$#"
15715                         count: 1
15716                         path: src/Plugins/TwoFactorPlugin.php
15718                 -
15719                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\UploadInterface\\:\\:getUploadStatus\\(\\) return type has no value type specified in iterable type array\\.$#"
15720                         count: 1
15721                         path: src/Plugins/UploadInterface.php
15723                 -
15724                         message: "#^Only booleans are allowed in an if condition, string\\|false\\|null given\\.$#"
15725                         count: 1
15726                         path: src/Profiling.php
15728                 -
15729                         message: "#^Cannot access offset 'AUTO_INCREMENT' on mixed\\.$#"
15730                         count: 1
15731                         path: src/Query/Compatibility.php
15733                 -
15734                         message: "#^Cannot access offset 'AVG_ROW_LENGTH' on mixed\\.$#"
15735                         count: 1
15736                         path: src/Query/Compatibility.php
15738                 -
15739                         message: "#^Cannot access offset 'Auto_increment' on mixed\\.$#"
15740                         count: 1
15741                         path: src/Query/Compatibility.php
15743                 -
15744                         message: "#^Cannot access offset 'Avg_row_length' on mixed\\.$#"
15745                         count: 1
15746                         path: src/Query/Compatibility.php
15748                 -
15749                         message: "#^Cannot access offset 'CHARACTER_MAXIMUM…' on mixed\\.$#"
15750                         count: 1
15751                         path: src/Query/Compatibility.php
15753                 -
15754                         message: "#^Cannot access offset 'CHARACTER_OCTET…' on mixed\\.$#"
15755                         count: 1
15756                         path: src/Query/Compatibility.php
15758                 -
15759                         message: "#^Cannot access offset 'CHARACTER_SET_NAME' on mixed\\.$#"
15760                         count: 1
15761                         path: src/Query/Compatibility.php
15763                 -
15764                         message: "#^Cannot access offset 'CHECKSUM' on mixed\\.$#"
15765                         count: 1
15766                         path: src/Query/Compatibility.php
15768                 -
15769                         message: "#^Cannot access offset 'CHECK_TIME' on mixed\\.$#"
15770                         count: 1
15771                         path: src/Query/Compatibility.php
15773                 -
15774                         message: "#^Cannot access offset 'COLLATION_NAME' on mixed\\.$#"
15775                         count: 2
15776                         path: src/Query/Compatibility.php
15778                 -
15779                         message: "#^Cannot access offset 'COLUMN_COMMENT' on mixed\\.$#"
15780                         count: 1
15781                         path: src/Query/Compatibility.php
15783                 -
15784                         message: "#^Cannot access offset 'COLUMN_DEFAULT' on mixed\\.$#"
15785                         count: 1
15786                         path: src/Query/Compatibility.php
15788                 -
15789                         message: "#^Cannot access offset 'COLUMN_KEY' on mixed\\.$#"
15790                         count: 1
15791                         path: src/Query/Compatibility.php
15793                 -
15794                         message: "#^Cannot access offset 'COLUMN_NAME' on mixed\\.$#"
15795                         count: 1
15796                         path: src/Query/Compatibility.php
15798                 -
15799                         message: "#^Cannot access offset 'COLUMN_TYPE' on mixed\\.$#"
15800                         count: 2
15801                         path: src/Query/Compatibility.php
15803                 -
15804                         message: "#^Cannot access offset 'CREATE_OPTIONS' on mixed\\.$#"
15805                         count: 1
15806                         path: src/Query/Compatibility.php
15808                 -
15809                         message: "#^Cannot access offset 'CREATE_TIME' on mixed\\.$#"
15810                         count: 1
15811                         path: src/Query/Compatibility.php
15813                 -
15814                         message: "#^Cannot access offset 'Check_time' on mixed\\.$#"
15815                         count: 1
15816                         path: src/Query/Compatibility.php
15818                 -
15819                         message: "#^Cannot access offset 'Checksum' on mixed\\.$#"
15820                         count: 1
15821                         path: src/Query/Compatibility.php
15823                 -
15824                         message: "#^Cannot access offset 'Collation' on mixed\\.$#"
15825                         count: 2
15826                         path: src/Query/Compatibility.php
15828                 -
15829                         message: "#^Cannot access offset 'Comment' on mixed\\.$#"
15830                         count: 3
15831                         path: src/Query/Compatibility.php
15833                 -
15834                         message: "#^Cannot access offset 'Create_options' on mixed\\.$#"
15835                         count: 1
15836                         path: src/Query/Compatibility.php
15838                 -
15839                         message: "#^Cannot access offset 'Create_time' on mixed\\.$#"
15840                         count: 1
15841                         path: src/Query/Compatibility.php
15843                 -
15844                         message: "#^Cannot access offset 'DATA_FREE' on mixed\\.$#"
15845                         count: 1
15846                         path: src/Query/Compatibility.php
15848                 -
15849                         message: "#^Cannot access offset 'DATA_LENGTH' on mixed\\.$#"
15850                         count: 1
15851                         path: src/Query/Compatibility.php
15853                 -
15854                         message: "#^Cannot access offset 'DATA_TYPE' on mixed\\.$#"
15855                         count: 1
15856                         path: src/Query/Compatibility.php
15858                 -
15859                         message: "#^Cannot access offset 'Data_free' on mixed\\.$#"
15860                         count: 1
15861                         path: src/Query/Compatibility.php
15863                 -
15864                         message: "#^Cannot access offset 'Data_length' on mixed\\.$#"
15865                         count: 1
15866                         path: src/Query/Compatibility.php
15868                 -
15869                         message: "#^Cannot access offset 'Default' on mixed\\.$#"
15870                         count: 1
15871                         path: src/Query/Compatibility.php
15873                 -
15874                         message: "#^Cannot access offset 'ENGINE' on mixed\\.$#"
15875                         count: 1
15876                         path: src/Query/Compatibility.php
15878                 -
15879                         message: "#^Cannot access offset 'EXTRA' on mixed\\.$#"
15880                         count: 1
15881                         path: src/Query/Compatibility.php
15883                 -
15884                         message: "#^Cannot access offset 'Engine' on mixed\\.$#"
15885                         count: 5
15886                         path: src/Query/Compatibility.php
15888                 -
15889                         message: "#^Cannot access offset 'Extra' on mixed\\.$#"
15890                         count: 1
15891                         path: src/Query/Compatibility.php
15893                 -
15894                         message: "#^Cannot access offset 'Field' on mixed\\.$#"
15895                         count: 1
15896                         path: src/Query/Compatibility.php
15898                 -
15899                         message: "#^Cannot access offset 'INDEX_LENGTH' on mixed\\.$#"
15900                         count: 1
15901                         path: src/Query/Compatibility.php
15903                 -
15904                         message: "#^Cannot access offset 'IS_NULLABLE' on mixed\\.$#"
15905                         count: 1
15906                         path: src/Query/Compatibility.php
15908                 -
15909                         message: "#^Cannot access offset 'Index_length' on mixed\\.$#"
15910                         count: 1
15911                         path: src/Query/Compatibility.php
15913                 -
15914                         message: "#^Cannot access offset 'Key' on mixed\\.$#"
15915                         count: 1
15916                         path: src/Query/Compatibility.php
15918                 -
15919                         message: "#^Cannot access offset 'MAX_DATA_LENGTH' on mixed\\.$#"
15920                         count: 1
15921                         path: src/Query/Compatibility.php
15923                 -
15924                         message: "#^Cannot access offset 'Max_data_length' on mixed\\.$#"
15925                         count: 1
15926                         path: src/Query/Compatibility.php
15928                 -
15929                         message: "#^Cannot access offset 'NUMERIC_PRECISION' on mixed\\.$#"
15930                         count: 1
15931                         path: src/Query/Compatibility.php
15933                 -
15934                         message: "#^Cannot access offset 'NUMERIC_SCALE' on mixed\\.$#"
15935                         count: 1
15936                         path: src/Query/Compatibility.php
15938                 -
15939                         message: "#^Cannot access offset 'Name' on mixed\\.$#"
15940                         count: 1
15941                         path: src/Query/Compatibility.php
15943                 -
15944                         message: "#^Cannot access offset 'Null' on mixed\\.$#"
15945                         count: 1
15946                         path: src/Query/Compatibility.php
15948                 -
15949                         message: "#^Cannot access offset 'ORDINAL_POSITION' on mixed\\.$#"
15950                         count: 1
15951                         path: src/Query/Compatibility.php
15953                 -
15954                         message: "#^Cannot access offset 'PRIVILEGES' on mixed\\.$#"
15955                         count: 1
15956                         path: src/Query/Compatibility.php
15958                 -
15959                         message: "#^Cannot access offset 'Privileges' on mixed\\.$#"
15960                         count: 1
15961                         path: src/Query/Compatibility.php
15963                 -
15964                         message: "#^Cannot access offset 'ROW_FORMAT' on mixed\\.$#"
15965                         count: 1
15966                         path: src/Query/Compatibility.php
15968                 -
15969                         message: "#^Cannot access offset 'Row_format' on mixed\\.$#"
15970                         count: 1
15971                         path: src/Query/Compatibility.php
15973                 -
15974                         message: "#^Cannot access offset 'Rows' on mixed\\.$#"
15975                         count: 1
15976                         path: src/Query/Compatibility.php
15978                 -
15979                         message: "#^Cannot access offset 'TABLE_CATALOG' on mixed\\.$#"
15980                         count: 1
15981                         path: src/Query/Compatibility.php
15983                 -
15984                         message: "#^Cannot access offset 'TABLE_COLLATION' on mixed\\.$#"
15985                         count: 1
15986                         path: src/Query/Compatibility.php
15988                 -
15989                         message: "#^Cannot access offset 'TABLE_COMMENT' on mixed\\.$#"
15990                         count: 1
15991                         path: src/Query/Compatibility.php
15993                 -
15994                         message: "#^Cannot access offset 'TABLE_NAME' on mixed\\.$#"
15995                         count: 2
15996                         path: src/Query/Compatibility.php
15998                 -
15999                         message: "#^Cannot access offset 'TABLE_ROWS' on mixed\\.$#"
16000                         count: 1
16001                         path: src/Query/Compatibility.php
16003                 -
16004                         message: "#^Cannot access offset 'TABLE_SCHEMA' on mixed\\.$#"
16005                         count: 2
16006                         path: src/Query/Compatibility.php
16008                 -
16009                         message: "#^Cannot access offset 'TABLE_TYPE' on mixed\\.$#"
16010                         count: 3
16011                         path: src/Query/Compatibility.php
16013                 -
16014                         message: "#^Cannot access offset 'Type' on mixed\\.$#"
16015                         count: 4
16016                         path: src/Query/Compatibility.php
16018                 -
16019                         message: "#^Cannot access offset 'UPDATE_TIME' on mixed\\.$#"
16020                         count: 1
16021                         path: src/Query/Compatibility.php
16023                 -
16024                         message: "#^Cannot access offset 'Update_time' on mixed\\.$#"
16025                         count: 1
16026                         path: src/Query/Compatibility.php
16028                 -
16029                         message: "#^Cannot access offset 'VERSION' on mixed\\.$#"
16030                         count: 1
16031                         path: src/Query/Compatibility.php
16033                 -
16034                         message: "#^Cannot access offset 'Version' on mixed\\.$#"
16035                         count: 1
16036                         path: src/Query/Compatibility.php
16038                 -
16039                         message: "#^Method PhpMyAdmin\\\\Query\\\\Compatibility\\:\\:getISCompatForGetTablesFull\\(\\) should return array\\<array\\> but returns array\\.$#"
16040                         count: 1
16041                         path: src/Query/Compatibility.php
16043                 -
16044                         message: "#^Parameter \\#1 \\$string of function strtoupper expects string, mixed given\\.$#"
16045                         count: 1
16046                         path: src/Query/Compatibility.php
16048                 -
16049                         message: "#^Cannot access an offset on mixed\\.$#"
16050                         count: 1
16051                         path: src/Query/Utilities.php
16053                 -
16054                         message: "#^Cannot access offset 'queries' on mixed\\.$#"
16055                         count: 1
16056                         path: src/Query/Utilities.php
16058                 -
16059                         message: "#^Cannot cast mixed to string\\.$#"
16060                         count: 4
16061                         path: src/Query/Utilities.php
16063                 -
16064                         message: "#^Cannot access offset 'db' on mixed\\.$#"
16065                         count: 6
16066                         path: src/RecentFavoriteTable.php
16068                 -
16069                         message: "#^Cannot access offset 'favoriteTables'\\|'recentTables' on mixed\\.$#"
16070                         count: 3
16071                         path: src/RecentFavoriteTable.php
16073                 -
16074                         message: "#^Cannot access offset 'favorites_synced' on mixed\\.$#"
16075                         count: 1
16076                         path: src/RecentFavoriteTable.php
16078                 -
16079                         message: "#^Cannot access offset 'table' on mixed\\.$#"
16080                         count: 6
16081                         path: src/RecentFavoriteTable.php
16083                 -
16084                         message: "#^Cannot access offset mixed on mixed\\.$#"
16085                         count: 3
16086                         path: src/RecentFavoriteTable.php
16088                 -
16089                         message: "#^Method PhpMyAdmin\\\\RecentFavoriteTable\\:\\:getFromDb\\(\\) should return array but returns mixed\\.$#"
16090                         count: 1
16091                         path: src/RecentFavoriteTable.php
16093                 -
16094                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
16095                         count: 1
16096                         path: src/RecentFavoriteTable.php
16098                 -
16099                         message: "#^Only booleans are allowed in a ternary operator condition, string\\|null given\\.$#"
16100                         count: 1
16101                         path: src/RecentFavoriteTable.php
16103                 -
16104                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
16105                         count: 1
16106                         path: src/RecentFavoriteTable.php
16108                 -
16109                         message: "#^Only booleans are allowed in an if condition, string\\|null given\\.$#"
16110                         count: 2
16111                         path: src/RecentFavoriteTable.php
16113                 -
16114                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
16115                         count: 1
16116                         path: src/RecentFavoriteTable.php
16118                 -
16119                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\RecentFavoriteTable\\:\\:remove\\(\\) expects string, mixed given\\.$#"
16120                         count: 1
16121                         path: src/RecentFavoriteTable.php
16123                 -
16124                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|false given\\.$#"
16125                         count: 1
16126                         path: src/RecentFavoriteTable.php
16128                 -
16129                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
16130                         count: 1
16131                         path: src/RecentFavoriteTable.php
16133                 -
16134                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\RecentFavoriteTable\\:\\:remove\\(\\) expects string, mixed given\\.$#"
16135                         count: 1
16136                         path: src/RecentFavoriteTable.php
16138                 -
16139                         message: "#^Property PhpMyAdmin\\\\RecentFavoriteTable\\:\\:\\$tables \\(array\\) does not accept mixed\\.$#"
16140                         count: 1
16141                         path: src/RecentFavoriteTable.php
16143                 -
16144                         message: "#^Cannot access offset 'File' on mixed\\.$#"
16145                         count: 1
16146                         path: src/Replication/Replication.php
16148                 -
16149                         message: "#^Cannot access offset 'Position' on mixed\\.$#"
16150                         count: 1
16151                         path: src/Replication/Replication.php
16153                 -
16154                         message: "#^Method PhpMyAdmin\\\\Replication\\\\Replication\\:\\:replicaBinLogPrimary\\(\\) should return array\\{File\\?\\: string, Position\\?\\: string\\} but returns array\\{\\}\\|array\\{File\\: mixed, Position\\: mixed\\}\\.$#"
16155                         count: 1
16156                         path: src/Replication/Replication.php
16158                 -
16159                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
16160                         count: 1
16161                         path: src/Replication/Replication.php
16163                 -
16164                         message: "#^Cannot access offset 'Slave_IO_Running' on mixed\\.$#"
16165                         count: 1
16166                         path: src/Replication/ReplicationGui.php
16168                 -
16169                         message: "#^Cannot access offset 'Slave_SQL_Running' on mixed\\.$#"
16170                         count: 1
16171                         path: src/Replication/ReplicationGui.php
16173                 -
16174                         message: "#^Cannot access offset 'm_correct' on mixed\\.$#"
16175                         count: 1
16176                         path: src/Replication/ReplicationGui.php
16178                 -
16179                         message: "#^Cannot access offset 'm_hostname' on mixed\\.$#"
16180                         count: 1
16181                         path: src/Replication/ReplicationGui.php
16183                 -
16184                         message: "#^Cannot access offset 'm_password' on mixed\\.$#"
16185                         count: 1
16186                         path: src/Replication/ReplicationGui.php
16188                 -
16189                         message: "#^Cannot access offset 'm_port' on mixed\\.$#"
16190                         count: 1
16191                         path: src/Replication/ReplicationGui.php
16193                 -
16194                         message: "#^Cannot access offset 'm_username' on mixed\\.$#"
16195                         count: 1
16196                         path: src/Replication/ReplicationGui.php
16198                 -
16199                         message: "#^Cannot access offset 'primary_add_user' on mixed\\.$#"
16200                         count: 1
16201                         path: src/Replication/ReplicationGui.php
16203                 -
16204                         message: "#^Cannot access offset 'replica_clear_screen' on mixed\\.$#"
16205                         count: 2
16206                         path: src/Replication/ReplicationGui.php
16208                 -
16209                         message: "#^Cannot access offset 'replica_configure' on mixed\\.$#"
16210                         count: 1
16211                         path: src/Replication/ReplicationGui.php
16213                 -
16214                         message: "#^Cannot access offset 'sr_action_info' on mixed\\.$#"
16215                         count: 6
16216                         path: src/Replication/ReplicationGui.php
16218                 -
16219                         message: "#^Cannot access offset 'sr_action_status' on mixed\\.$#"
16220                         count: 7
16221                         path: src/Replication/ReplicationGui.php
16223                 -
16224                         message: "#^Cannot access offset 'sr_replica_action' on mixed\\.$#"
16225                         count: 7
16226                         path: src/Replication/ReplicationGui.php
16228                 -
16229                         message: "#^Cannot access offset 'sr_replica_control…' on mixed\\.$#"
16230                         count: 3
16231                         path: src/Replication/ReplicationGui.php
16233                 -
16234                         message: "#^Cannot access offset 'sr_replica_server…' on mixed\\.$#"
16235                         count: 1
16236                         path: src/Replication/ReplicationGui.php
16238                 -
16239                         message: "#^Cannot access offset 'sr_replica_skip…' on mixed\\.$#"
16240                         count: 1
16241                         path: src/Replication/ReplicationGui.php
16243                 -
16244                         message: "#^Cannot access offset 'sr_take_action' on mixed\\.$#"
16245                         count: 2
16246                         path: src/Replication/ReplicationGui.php
16248                 -
16249                         message: "#^Cannot access offset string on mixed\\.$#"
16250                         count: 1
16251                         path: src/Replication/ReplicationGui.php
16253                 -
16254                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
16255                         count: 1
16256                         path: src/Replication/ReplicationGui.php
16258                 -
16259                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
16260                         count: 1
16261                         path: src/Replication/ReplicationGui.php
16263                 -
16264                         message: "#^Parameter \\#1 \\$action of method PhpMyAdmin\\\\Replication\\\\Replication\\:\\:replicaControl\\(\\) expects string, string\\|null given\\.$#"
16265                         count: 1
16266                         path: src/Replication/ReplicationGui.php
16268                 -
16269                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, mixed given\\.$#"
16270                         count: 6
16271                         path: src/Replication/ReplicationGui.php
16273                 -
16274                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, mixed given\\.$#"
16275                         count: 1
16276                         path: src/Replication/ReplicationGui.php
16278                 -
16279                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Message\\:\\:error\\(\\) expects string, mixed given\\.$#"
16280                         count: 1
16281                         path: src/Replication/ReplicationGui.php
16283                 -
16284                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Message\\:\\:success\\(\\) expects string, mixed given\\.$#"
16285                         count: 1
16286                         path: src/Replication/ReplicationGui.php
16288                 -
16289                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#"
16290                         count: 1
16291                         path: src/Replication/ReplicationGui.php
16293                 -
16294                         message: "#^Cannot access offset 'primary_connection' on mixed\\.$#"
16295                         count: 1
16296                         path: src/Replication/ReplicationInfo.php
16298                 -
16299                         message: "#^Cannot access offset string on mixed\\.$#"
16300                         count: 1
16301                         path: src/Replication/ReplicationInfo.php
16303                 -
16304                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
16305                         count: 1
16306                         path: src/Replication/ReplicationInfo.php
16308                 -
16309                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
16310                         count: 1
16311                         path: src/Replication/ReplicationInfo.php
16313                 -
16314                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
16315                         count: 5
16316                         path: src/ResponseRenderer.php
16318                 -
16319                         message: "#^Foreach overwrites \\$value with its value variable\\.$#"
16320                         count: 1
16321                         path: src/ResponseRenderer.php
16323                 -
16324                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
16325                         count: 1
16326                         path: src/ResponseRenderer.php
16328                 -
16329                         message: "#^Cannot access offset '/' on mixed\\.$#"
16330                         count: 1
16331                         path: src/Routing/Routing.php
16333                 -
16334                         message: "#^Cannot access offset 'GET' on mixed\\.$#"
16335                         count: 1
16336                         path: src/Routing/Routing.php
16338                 -
16339                         message: "#^Parameter \\#1 \\$filename of function is_readable expects string, mixed given\\.$#"
16340                         count: 1
16341                         path: src/Routing/Routing.php
16343                 -
16344                         message: "#^Parameter \\#1 \\$filename of function is_writable expects string, mixed given\\.$#"
16345                         count: 1
16346                         path: src/Routing/Routing.php
16348                 -
16349                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
16350                         count: 1
16351                         path: src/Sanitize.php
16353                 -
16354                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
16355                         count: 2
16356                         path: src/Sanitize.php
16358                 -
16359                         message: "#^Method PhpMyAdmin\\\\Sanitize\\:\\:isSetup\\(\\) should return bool but returns mixed\\.$#"
16360                         count: 1
16361                         path: src/Sanitize.php
16363                 -
16364                         message: "#^Method PhpMyAdmin\\\\Sanitize\\:\\:sanitizeFilename\\(\\) should return string but returns string\\|null\\.$#"
16365                         count: 1
16366                         path: src/Sanitize.php
16368                 -
16369                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
16370                         count: 1
16371                         path: src/Sanitize.php
16373                 -
16374                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
16375                         count: 1
16376                         path: src/Scripts.php
16378                 -
16379                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string, mixed given\\.$#"
16380                         count: 1
16381                         path: src/Server/Plugin.php
16383                 -
16384                         message: "#^Parameter \\#10 \\$license of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string, mixed given\\.$#"
16385                         count: 1
16386                         path: src/Server/Plugin.php
16388                 -
16389                         message: "#^Parameter \\#11 \\$loadOption of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
16390                         count: 1
16391                         path: src/Server/Plugin.php
16393                 -
16394                         message: "#^Parameter \\#12 \\$maturity of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
16395                         count: 1
16396                         path: src/Server/Plugin.php
16398                 -
16399                         message: "#^Parameter \\#13 \\$authVersion of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
16400                         count: 1
16401                         path: src/Server/Plugin.php
16403                 -
16404                         message: "#^Parameter \\#2 \\$version of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
16405                         count: 1
16406                         path: src/Server/Plugin.php
16408                 -
16409                         message: "#^Parameter \\#3 \\$status of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string, mixed given\\.$#"
16410                         count: 1
16411                         path: src/Server/Plugin.php
16413                 -
16414                         message: "#^Parameter \\#4 \\$type of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string, mixed given\\.$#"
16415                         count: 1
16416                         path: src/Server/Plugin.php
16418                 -
16419                         message: "#^Parameter \\#5 \\$typeVersion of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
16420                         count: 1
16421                         path: src/Server/Plugin.php
16423                 -
16424                         message: "#^Parameter \\#6 \\$library of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
16425                         count: 1
16426                         path: src/Server/Plugin.php
16428                 -
16429                         message: "#^Parameter \\#7 \\$libraryVersion of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
16430                         count: 1
16431                         path: src/Server/Plugin.php
16433                 -
16434                         message: "#^Parameter \\#8 \\$author of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
16435                         count: 1
16436                         path: src/Server/Plugin.php
16438                 -
16439                         message: "#^Parameter \\#9 \\$description of class PhpMyAdmin\\\\Server\\\\Plugin constructor expects string\\|null, mixed given\\.$#"
16440                         count: 1
16441                         path: src/Server/Plugin.php
16443                 -
16444                         message: "#^Parameter \\#1 \\$description of method PhpMyAdmin\\\\Server\\\\Plugins\\:\\:getTranslatedDescription\\(\\) expects string, string\\|null given\\.$#"
16445                         count: 1
16446                         path: src/Server/Plugins.php
16448                 -
16449                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
16450                         count: 1
16451                         path: src/Server/Privileges.php
16453                 -
16454                         message: "#^Cannot access offset 'CHARACTER_MAXIMUM…' on mixed\\.$#"
16455                         count: 2
16456                         path: src/Server/Privileges.php
16458                 -
16459                         message: "#^Cannot access offset 'COLUMN_NAME' on mixed\\.$#"
16460                         count: 1
16461                         path: src/Server/Privileges.php
16463                 -
16464                         message: "#^Cannot access offset 'Column_priv' on mixed\\.$#"
16465                         count: 2
16466                         path: src/Server/Privileges.php
16468                 -
16469                         message: "#^Cannot access offset 'Db' on mixed\\.$#"
16470                         count: 2
16471                         path: src/Server/Privileges.php
16473                 -
16474                         message: "#^Cannot access offset 'Grant_priv' on mixed\\.$#"
16475                         count: 2
16476                         path: src/Server/Privileges.php
16478                 -
16479                         message: "#^Cannot access offset 'Host' on mixed\\.$#"
16480                         count: 4
16481                         path: src/Server/Privileges.php
16483                 -
16484                         message: "#^Cannot access offset 'Proc_priv' on mixed\\.$#"
16485                         count: 2
16486                         path: src/Server/Privileges.php
16488                 -
16489                         message: "#^Cannot access offset 'Routine_name' on mixed\\.$#"
16490                         count: 2
16491                         path: src/Server/Privileges.php
16493                 -
16494                         message: "#^Cannot access offset 'Select_priv' on mixed\\.$#"
16495                         count: 1
16496                         path: src/Server/Privileges.php
16498                 -
16499                         message: "#^Cannot access offset 'Table_name' on mixed\\.$#"
16500                         count: 2
16501                         path: src/Server/Privileges.php
16503                 -
16504                         message: "#^Cannot access offset 'Table_priv' on mixed\\.$#"
16505                         count: 2
16506                         path: src/Server/Privileges.php
16508                 -
16509                         message: "#^Cannot access offset 'User' on mixed\\.$#"
16510                         count: 5
16511                         path: src/Server/Privileges.php
16513                 -
16514                         message: "#^Cannot access offset 'can_delete' on mixed\\.$#"
16515                         count: 1
16516                         path: src/Server/Privileges.php
16518                 -
16519                         message: "#^Cannot access offset 'name' on mixed\\.$#"
16520                         count: 3
16521                         path: src/Server/Privileges.php
16523                 -
16524                         message: "#^Cannot access offset 'privs' on mixed\\.$#"
16525                         count: 1
16526                         path: src/Server/Privileges.php
16528                 -
16529                         message: "#^Cannot access offset 'type' on mixed\\.$#"
16530                         count: 1
16531                         path: src/Server/Privileges.php
16533                 -
16534                         message: "#^Cannot access offset 0 on mixed\\.$#"
16535                         count: 2
16536                         path: src/Server/Privileges.php
16538                 -
16539                         message: "#^Cannot access offset array\\<string\\>\\|string\\|null on mixed\\.$#"
16540                         count: 1
16541                         path: src/Server/Privileges.php
16543                 -
16544                         message: "#^Cannot access offset string on mixed\\.$#"
16545                         count: 2
16546                         path: src/Server/Privileges.php
16548                 -
16549                         message: "#^Cannot cast mixed to int\\.$#"
16550                         count: 8
16551                         path: src/Server/Privileges.php
16553                 -
16554                         message: "#^Cannot cast mixed to string\\.$#"
16555                         count: 8
16556                         path: src/Server/Privileges.php
16558                 -
16559                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
16560                         count: 18
16561                         path: src/Server/Privileges.php
16563                 -
16564                         message: "#^Foreach overwrites \\$sqlQuery with its value variable\\.$#"
16565                         count: 1
16566                         path: src/Server/Privileges.php
16568                 -
16569                         message: "#^Method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDataForChangeOrCopyUser\\(\\) should return string\\|null but returns mixed\\.$#"
16570                         count: 1
16571                         path: src/Server/Privileges.php
16573                 -
16574                         message: "#^Method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getDataForDBInfo\\(\\) return type has no value type specified in iterable type array\\.$#"
16575                         count: 1
16576                         path: src/Server/Privileges.php
16578                 -
16579                         message: "#^Method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getRoutineType\\(\\) should return string but returns mixed\\.$#"
16580                         count: 1
16581                         path: src/Server/Privileges.php
16583                 -
16584                         message: "#^Offset '@@old_passwords' does not exist on array\\|null\\.$#"
16585                         count: 1
16586                         path: src/Server/Privileges.php
16588                 -
16589                         message: "#^Offset 'Type' does not exist on array\\|null\\.$#"
16590                         count: 4
16591                         path: src/Server/Privileges.php
16593                 -
16594                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
16595                         count: 1
16596                         path: src/Server/Privileges.php
16598                 -
16599                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
16600                         count: 13
16601                         path: src/Server/Privileges.php
16603                 -
16604                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
16605                         count: 5
16606                         path: src/Server/Privileges.php
16608                 -
16609                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
16610                         count: 1
16611                         path: src/Server/Privileges.php
16613                 -
16614                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
16615                         count: 4
16616                         path: src/Server/Privileges.php
16618                 -
16619                         message: "#^Only numeric types are allowed in \\-, int\\<0, max\\>\\|false given on the left side\\.$#"
16620                         count: 1
16621                         path: src/Server/Privileges.php
16623                 -
16624                         message: "#^Only numeric types are allowed in \\-, int\\<0, max\\>\\|false given on the right side\\.$#"
16625                         count: 1
16626                         path: src/Server/Privileges.php
16628                 -
16629                         message: "#^Parameter \\#1 \\$array of function ksort expects array, mixed given\\.$#"
16630                         count: 1
16631                         path: src/Server/Privileges.php
16633                 -
16634                         message: "#^Parameter \\#1 \\$authPlugin of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:setProperPasswordHashing\\(\\) expects string, mixed given\\.$#"
16635                         count: 3
16636                         path: src/Server/Privileges.php
16638                 -
16639                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(string\\|Stringable\\|null\\)\\: string given\\.$#"
16640                         count: 1
16641                         path: src/Server/Privileges.php
16643                 -
16644                         message: "#^Parameter \\#1 \\$haystack of function mb_strpos expects string, mixed given\\.$#"
16645                         count: 3
16646                         path: src/Server/Privileges.php
16648                 -
16649                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
16650                         count: 2
16651                         path: src/Server/Privileges.php
16653                 -
16654                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:escapeGrantWildcards\\(\\) expects string, array\\<int, string\\>\\|string\\|true\\|null given\\.$#"
16655                         count: 1
16656                         path: src/Server/Privileges.php
16658                 -
16659                         message: "#^Parameter \\#1 \\$password of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHashedPassword\\(\\) expects string, mixed given\\.$#"
16660                         count: 3
16661                         path: src/Server/Privileges.php
16663                 -
16664                         message: "#^Parameter \\#1 \\$privs of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:parseProcPriv\\(\\) expects string, mixed given\\.$#"
16665                         count: 1
16666                         path: src/Server/Privileges.php
16668                 -
16669                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:query\\(\\) expects string, mixed given\\.$#"
16670                         count: 1
16671                         path: src/Server/Privileges.php
16673                 -
16674                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, mixed given\\.$#"
16675                         count: 3
16676                         path: src/Server/Privileges.php
16678                 -
16679                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:extractPrivInfo\\(\\) expects array\\|null, mixed given\\.$#"
16680                         count: 2
16681                         path: src/Server/Privileges.php
16683                 -
16684                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getSpecificPrivilege\\(\\) expects array, mixed given\\.$#"
16685                         count: 1
16686                         path: src/Server/Privileges.php
16688                 -
16689                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
16690                         count: 4
16691                         path: src/Server/Privileges.php
16693                 -
16694                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|null given\\.$#"
16695                         count: 2
16696                         path: src/Server/Privileges.php
16698                 -
16699                         message: "#^Parameter \\#1 \\$string of function mb_strtolower expects string, mixed given\\.$#"
16700                         count: 2
16701                         path: src/Server/Privileges.php
16703                 -
16704                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, mixed given\\.$#"
16705                         count: 1
16706                         path: src/Server/Privileges.php
16708                 -
16709                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, string\\|null given\\.$#"
16710                         count: 3
16711                         path: src/Server/Privileges.php
16713                 -
16714                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getUserHostCondition\\(\\) expects string, mixed given\\.$#"
16715                         count: 1
16716                         path: src/Server/Privileges.php
16718                 -
16719                         message: "#^Parameter \\#1 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:setUserGroup\\(\\) expects string, mixed given\\.$#"
16720                         count: 2
16721                         path: src/Server/Privileges.php
16723                 -
16724                         message: "#^Parameter \\#2 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getUserHostCondition\\(\\) expects string, mixed given\\.$#"
16725                         count: 1
16726                         path: src/Server/Privileges.php
16728                 -
16729                         message: "#^Parameter \\#2 \\$realSqlQuery of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUserAndCreateDatabase\\(\\) expects string, mixed given\\.$#"
16730                         count: 1
16731                         path: src/Server/Privileges.php
16733                 -
16734                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
16735                         count: 6
16736                         path: src/Server/Privileges.php
16738                 -
16739                         message: "#^Parameter \\#2 \\$string of function explode expects string, string\\|null given\\.$#"
16740                         count: 3
16741                         path: src/Server/Privileges.php
16743                 -
16744                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
16745                         count: 1
16746                         path: src/Server/Privileges.php
16748                 -
16749                         message: "#^Parameter \\#2 \\$userGroup of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:setUserGroup\\(\\) expects string, mixed given\\.$#"
16750                         count: 2
16751                         path: src/Server/Privileges.php
16753                 -
16754                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
16755                         count: 1
16756                         path: src/Server/Privileges.php
16758                 -
16759                         message: "#^Parameter \\#3 \\$sqlQuery of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUserAndCreateDatabase\\(\\) expects string, mixed given\\.$#"
16760                         count: 1
16761                         path: src/Server/Privileges.php
16763                 -
16764                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#"
16765                         count: 2
16766                         path: src/Server/Privileges.php
16768                 -
16769                         message: "#^Parameter \\#3 \\$username of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getSqlQueryForDisplayPrivTable\\(\\) expects string, mixed given\\.$#"
16770                         count: 1
16771                         path: src/Server/Privileges.php
16773                 -
16774                         message: "#^Parameter \\#4 \\$dbname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getUserLink\\(\\) expects string, mixed given\\.$#"
16775                         count: 2
16776                         path: src/Server/Privileges.php
16778                 -
16779                         message: "#^Parameter \\#4 \\$hostname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getSqlQueryForDisplayPrivTable\\(\\) expects string, mixed given\\.$#"
16780                         count: 1
16781                         path: src/Server/Privileges.php
16783                 -
16784                         message: "#^Parameter \\#5 \\$tablename of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getUserLink\\(\\) expects string, mixed given\\.$#"
16785                         count: 2
16786                         path: src/Server/Privileges.php
16788                 -
16789                         message: "#^Parameter \\#6 \\$routinename of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getUserLink\\(\\) expects string, mixed given\\.$#"
16790                         count: 2
16791                         path: src/Server/Privileges.php
16793                 -
16794                         message: "#^Parameter \\#7 \\$alterRealSqlQuery of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUserAndCreateDatabase\\(\\) expects string, mixed given\\.$#"
16795                         count: 1
16796                         path: src/Server/Privileges.php
16798                 -
16799                         message: "#^Parameter \\#8 \\$alterSqlQuery of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUserAndCreateDatabase\\(\\) expects string, mixed given\\.$#"
16800                         count: 1
16801                         path: src/Server/Privileges.php
16803                 -
16804                         message: "#^Possibly invalid array key type array\\<int, string\\>\\|string\\|null\\.$#"
16805                         count: 1
16806                         path: src/Server/Privileges.php
16808                 -
16809                         message: "#^Possibly invalid array key type array\\<int, string\\>\\|string\\|true\\|null\\.$#"
16810                         count: 1
16811                         path: src/Server/Privileges.php
16813                 -
16814                         message: "#^Possibly invalid array key type array\\<string\\>\\|string\\|null\\.$#"
16815                         count: 1
16816                         path: src/Server/Privileges.php
16818                 -
16819                         message: "#^Binary operation \"\\.\" between '  \\(' and non\\-empty\\-array\\<array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string\\>\\|int\\<1, max\\>\\|non\\-falsy\\-string\\|true results in an error\\.$#"
16820                         count: 1
16821                         path: src/Server/Select.php
16823                 -
16824                         message: "#^Cannot cast mixed to int\\.$#"
16825                         count: 1
16826                         path: src/Server/Select.php
16828                 -
16829                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
16830                         count: 6
16831                         path: src/Server/Select.php
16833                 -
16834                         message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, array\\<array\\<string\\>\\|bool\\|int\\|string\\> given\\.$#"
16835                         count: 1
16836                         path: src/Server/Select.php
16838                 -
16839                         message: "#^Cannot access offset 'Com_admin_commands' on mixed\\.$#"
16840                         count: 1
16841                         path: src/Server/Status/Data.php
16843                 -
16844                         message: "#^Cannot access offset 'doc' on mixed\\.$#"
16845                         count: 4
16846                         path: src/Server/Status/Data.php
16848                 -
16849                         message: "#^Cannot access offset string on mixed\\.$#"
16850                         count: 4
16851                         path: src/Server/Status/Data.php
16853                 -
16854                         message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
16855                         count: 2
16856                         path: src/Server/Status/Data.php
16858                 -
16859                         message: "#^Parameter \\#1 \\$connection of method PhpMyAdmin\\\\Replication\\\\ReplicationInfo\\:\\:load\\(\\) expects string\\|null, mixed given\\.$#"
16860                         count: 1
16861                         path: src/Server/Status/Data.php
16863                 -
16864                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, \\(int\\|string\\) given\\.$#"
16865                         count: 1
16866                         path: src/Server/Status/Data.php
16868                 -
16869                         message: "#^Parameter \\#2 \\$needle of function str_contains expects string, \\(int\\|string\\) given\\.$#"
16870                         count: 1
16871                         path: src/Server/Status/Data.php
16873                 -
16874                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$allocationMap \\(array\\) does not accept mixed\\.$#"
16875                         count: 1
16876                         path: src/Server/Status/Data.php
16878                 -
16879                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$sectionUsed \\(array\\) does not accept mixed\\.$#"
16880                         count: 1
16881                         path: src/Server/Status/Data.php
16883                 -
16884                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$usedQueries \\(array\\) does not accept mixed\\.$#"
16885                         count: 1
16886                         path: src/Server/Status/Data.php
16888                 -
16889                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
16890                         count: 4
16891                         path: src/Server/Status/Monitor.php
16893                 -
16894                         message: "#^Binary operation \"\\+\\=\" between mixed and string\\|null results in an error\\.$#"
16895                         count: 2
16896                         path: src/Server/Status/Monitor.php
16898                 -
16899                         message: "#^Binary operation \"\\-\" between string\\|null and 1 results in an error\\.$#"
16900                         count: 1
16901                         path: src/Server/Status/Monitor.php
16903                 -
16904                         message: "#^Cannot access offset 'busy' on mixed\\.$#"
16905                         count: 1
16906                         path: src/Server/Status/Monitor.php
16908                 -
16909                         message: "#^Cannot access offset 'idle' on mixed\\.$#"
16910                         count: 1
16911                         path: src/Server/Status/Monitor.php
16913                 -
16914                         message: "#^Cannot access offset 'loadavg' on mixed\\.$#"
16915                         count: 1
16916                         path: src/Server/Status/Monitor.php
16918                 -
16919                         message: "#^Cannot access offset 'name' on mixed\\.$#"
16920                         count: 3
16921                         path: src/Server/Status/Monitor.php
16923                 -
16924                         message: "#^Cannot access offset 'type' on mixed\\.$#"
16925                         count: 2
16926                         path: src/Server/Status/Monitor.php
16928                 -
16929                         message: "#^Cannot access offset 'value' on mixed\\.$#"
16930                         count: 2
16931                         path: src/Server/Status/Monitor.php
16933                 -
16934                         message: "#^Cannot access offset int\\<\\-1, max\\> on float\\|int\\<2, max\\>\\|string\\|null\\.$#"
16935                         count: 1
16936                         path: src/Server/Status/Monitor.php
16938                 -
16939                         message: "#^Cannot access offset mixed on mixed\\.$#"
16940                         count: 10
16941                         path: src/Server/Status/Monitor.php
16943                 -
16944                         message: "#^Cannot access offset string on mixed\\.$#"
16945                         count: 1
16946                         path: src/Server/Status/Monitor.php
16948                 -
16949                         message: "#^Cannot call method loadavg\\(\\) on mixed\\.$#"
16950                         count: 1
16951                         path: src/Server/Status/Monitor.php
16953                 -
16954                         message: "#^Cannot call method memory\\(\\) on mixed\\.$#"
16955                         count: 1
16956                         path: src/Server/Status/Monitor.php
16958                 -
16959                         message: "#^Method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForLogDataTypeGeneral\\(\\) return type has no value type specified in iterable type array\\.$#"
16960                         count: 1
16961                         path: src/Server/Status/Monitor.php
16963                 -
16964                         message: "#^Method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForLogDataTypeSlow\\(\\) return type has no value type specified in iterable type array\\.$#"
16965                         count: 1
16966                         path: src/Server/Status/Monitor.php
16968                 -
16969                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
16970                         count: 1
16971                         path: src/Server/Status/Monitor.php
16973                 -
16974                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
16975                         count: 3
16976                         path: src/Server/Status/Monitor.php
16978                 -
16979                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
16980                         count: 4
16981                         path: src/Server/Status/Monitor.php
16983                 -
16984                         message: "#^Parameter \\#1 \\$haystack of function mb_strpos expects string, string\\|null given\\.$#"
16985                         count: 1
16986                         path: src/Server/Status/Monitor.php
16988                 -
16989                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, string\\|null given\\.$#"
16990                         count: 1
16991                         path: src/Server/Status/Monitor.php
16993                 -
16994                         message: "#^Parameter \\#1 \\$ret of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataGet\\(\\) expects array, mixed given\\.$#"
16995                         count: 1
16996                         path: src/Server/Status/Monitor.php
16998                 -
16999                         message: "#^Parameter \\#1 \\$ret of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSet\\(\\) expects array, mixed given\\.$#"
17000                         count: 1
17001                         path: src/Server/Status/Monitor.php
17003                 -
17004                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, string\\|null given\\.$#"
17005                         count: 4
17006                         path: src/Server/Status/Monitor.php
17008                 -
17009                         message: "#^Parameter \\#1 \\$string of function mb_substr expects string, string\\|null given\\.$#"
17010                         count: 3
17011                         path: src/Server/Status/Monitor.php
17013                 -
17014                         message: "#^Parameter \\#1 \\$string of function strlen expects string, float\\|int\\<2, max\\>\\|string\\|null given\\.$#"
17015                         count: 1
17016                         path: src/Server/Status/Monitor.php
17018                 -
17019                         message: "#^Parameter \\#1 \\$type of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSwitch\\(\\) expects string, mixed given\\.$#"
17020                         count: 1
17021                         path: src/Server/Status/Monitor.php
17023                 -
17024                         message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, mixed given\\.$#"
17025                         count: 2
17026                         path: src/Server/Status/Monitor.php
17028                 -
17029                         message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
17030                         count: 2
17031                         path: src/Server/Status/Monitor.php
17033                 -
17034                         message: "#^Parameter \\#2 \\$pName of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSwitch\\(\\) expects string, mixed given\\.$#"
17035                         count: 1
17036                         path: src/Server/Status/Monitor.php
17038                 -
17039                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
17040                         count: 2
17041                         path: src/Server/Status/Monitor.php
17043                 -
17044                         message: "#^Parameter \\#3 \\$serverVars of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSwitch\\(\\) expects array, mixed given\\.$#"
17045                         count: 1
17046                         path: src/Server/Status/Monitor.php
17048                 -
17049                         message: "#^Parameter \\#4 \\$statusVars of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSwitch\\(\\) expects array, mixed given\\.$#"
17050                         count: 1
17051                         path: src/Server/Status/Monitor.php
17053                 -
17054                         message: "#^Parameter \\#5 \\$ret of method PhpMyAdmin\\\\Server\\\\Status\\\\Monitor\\:\\:getJsonForChartingDataSwitch\\(\\) expects array, mixed given\\.$#"
17055                         count: 1
17056                         path: src/Server/Status/Monitor.php
17058                 -
17059                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
17060                         count: 3
17061                         path: src/Server/Status/Processes.php
17063                 -
17064                         message: "#^Method PhpMyAdmin\\\\Server\\\\Status\\\\Processes\\:\\:getList\\(\\) return type has no value type specified in iterable type array\\.$#"
17065                         count: 1
17066                         path: src/Server/Status/Processes.php
17068                 -
17069                         message: "#^Parameter \\#1 \\$keys of function array_combine expects array\\<int\\|string\\>, mixed given\\.$#"
17070                         count: 1
17071                         path: src/Server/SysInfo/Linux.php
17073                 -
17074                         message: "#^Parameter \\#2 \\$values of function array_combine expects array, mixed given\\.$#"
17075                         count: 1
17076                         path: src/Server/SysInfo/Linux.php
17078                 -
17079                         message: "#^Only booleans are allowed in an if condition, string\\|false\\|null given\\.$#"
17080                         count: 1
17081                         path: src/Server/SysInfo/SunOs.php
17083                 -
17084                         message: "#^Class COM referenced with incorrect case\\: com\\.$#"
17085                         count: 1
17086                         path: src/Server/SysInfo/WindowsNt.php
17088                 -
17089                         message: "#^Cannot call method getMessage\\(\\) on mixed\\.$#"
17090                         count: 1
17091                         path: src/Session.php
17093                 -
17094                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
17095                         count: 6
17096                         path: src/Session.php
17098                 -
17099                         message: "#^Parameter \\#1 \\$id of function session_id expects string\\|null, mixed given\\.$#"
17100                         count: 1
17101                         path: src/Session.php
17103                 -
17104                         message: "#^Parameter \\#1 \\$path of function session_save_path expects string\\|null, mixed given\\.$#"
17105                         count: 1
17106                         path: src/Session.php
17108                 -
17109                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
17110                         count: 1
17111                         path: src/Session.php
17113                 -
17114                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
17115                         count: 1
17116                         path: src/Setup/ConfigGenerator.php
17118                 -
17119                         message: "#^Cannot cast mixed to string\\.$#"
17120                         count: 1
17121                         path: src/Setup/ConfigGenerator.php
17123                 -
17124                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
17125                         count: 1
17126                         path: src/Setup/ConfigGenerator.php
17128                 -
17129                         message: "#^Method PhpMyAdmin\\\\Setup\\\\ConfigGenerator\\:\\:getBlowfishSecretKey\\(\\) should return non\\-empty\\-string but returns string\\.$#"
17130                         count: 2
17131                         path: src/Setup/ConfigGenerator.php
17133                 -
17134                         message: "#^Parameter \\#1 \\$canonicalPath of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getDefault\\(\\) expects string, string\\|null given\\.$#"
17135                         count: 1
17136                         path: src/Setup/ConfigGenerator.php
17138                 -
17139                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, \\(int\\|string\\) given\\.$#"
17140                         count: 1
17141                         path: src/Setup/ConfigGenerator.php
17143                 -
17144                         message: "#^Parameter \\#1 \\$id of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServerName\\(\\) expects int, \\(int\\|string\\) given\\.$#"
17145                         count: 1
17146                         path: src/Setup/ConfigGenerator.php
17148                 -
17149                         message: "#^Parameter \\#1 \\$varName of static method PhpMyAdmin\\\\Setup\\\\ConfigGenerator\\:\\:getVarExport\\(\\) expects string, string\\|null given\\.$#"
17150                         count: 2
17151                         path: src/Setup/ConfigGenerator.php
17153                 -
17154                         message: "#^Parameter \\#3 \\$servers of static method PhpMyAdmin\\\\Setup\\\\ConfigGenerator\\:\\:getServerPart\\(\\) expects array, mixed given\\.$#"
17155                         count: 1
17156                         path: src/Setup/ConfigGenerator.php
17158                 -
17159                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, \\(int\\|string\\) given\\.$#"
17160                         count: 2
17161                         path: src/Setup/ConfigGenerator.php
17163                 -
17164                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
17165                         count: 5
17166                         path: src/Setup/Index.php
17168                 -
17169                         message: "#^Cannot access offset 'active' on mixed\\.$#"
17170                         count: 2
17171                         path: src/Setup/Index.php
17173                 -
17174                         message: "#^Cannot access offset 'fresh' on mixed\\.$#"
17175                         count: 2
17176                         path: src/Setup/Index.php
17178                 -
17179                         message: "#^Cannot access offset 'message' on mixed\\.$#"
17180                         count: 1
17181                         path: src/Setup/Index.php
17183                 -
17184                         message: "#^Cannot access offset 'title' on mixed\\.$#"
17185                         count: 1
17186                         path: src/Setup/Index.php
17188                 -
17189                         message: "#^Cannot access offset mixed on mixed\\.$#"
17190                         count: 1
17191                         path: src/Setup/Index.php
17193                 -
17194                         message: "#^Cannot access offset string on mixed\\.$#"
17195                         count: 4
17196                         path: src/Setup/Index.php
17198                 -
17199                         message: "#^Parameter \\#1 \\$releases of method PhpMyAdmin\\\\VersionInformation\\:\\:getLatestCompatibleVersion\\(\\) expects array, mixed given\\.$#"
17200                         count: 1
17201                         path: src/Setup/Index.php
17203                 -
17204                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
17205                         count: 2
17206                         path: src/Setup/Index.php
17208                 -
17209                         message: "#^Parameter \\#1 \\$version of method PhpMyAdmin\\\\VersionInformation\\:\\:versionToInt\\(\\) expects string, mixed given\\.$#"
17210                         count: 1
17211                         path: src/Setup/Index.php
17213                 -
17214                         message: "#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
17215                         count: 1
17216                         path: src/Setup/Index.php
17218                 -
17219                         message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
17220                         count: 1
17221                         path: src/Setup/Index.php
17223                 -
17224                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$expr\\.$#"
17225                         count: 2
17226                         path: src/Sql.php
17228                 -
17229                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$limit\\.$#"
17230                         count: 1
17231                         path: src/Sql.php
17233                 -
17234                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$order\\.$#"
17235                         count: 1
17236                         path: src/Sql.php
17238                 -
17239                         message: "#^Access to an undefined property PhpMyAdmin\\\\SqlParser\\\\Statement\\:\\:\\$where\\.$#"
17240                         count: 1
17241                         path: src/Sql.php
17243                 -
17244                         message: "#^Binary operation \"\\+\" between int\\<min, \\-1\\>\\|int\\<1, max\\> and int\\|string results in an error\\.$#"
17245                         count: 1
17246                         path: src/Sql.php
17248                 -
17249                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
17250                         count: 1
17251                         path: src/Sql.php
17253                 -
17254                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
17255                         count: 4
17256                         path: src/Sql.php
17258                 -
17259                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
17260                         count: 4
17261                         path: src/Sql.php
17263                 -
17264                         message: "#^Cannot access offset 'possible_as_geometry' on mixed\\.$#"
17265                         count: 1
17266                         path: src/Sql.php
17268                 -
17269                         message: "#^Cannot access offset 0 on mixed\\.$#"
17270                         count: 2
17271                         path: src/Sql.php
17273                 -
17274                         message: "#^Cannot access property \\$expr on mixed\\.$#"
17275                         count: 1
17276                         path: src/Sql.php
17278                 -
17279                         message: "#^Cannot access property \\$name on mixed\\.$#"
17280                         count: 1
17281                         path: src/Sql.php
17283                 -
17284                         message: "#^Cannot access property \\$table on mixed\\.$#"
17285                         count: 4
17286                         path: src/Sql.php
17288                 -
17289                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
17290                         count: 12
17291                         path: src/Sql.php
17293                 -
17294                         message: "#^Method PhpMyAdmin\\\\Sql\\:\\:calculatePosForLastPage\\(\\) should return int but returns mixed\\.$#"
17295                         count: 1
17296                         path: src/Sql.php
17298                 -
17299                         message: "#^Method PhpMyAdmin\\\\Sql\\:\\:countQueryResults\\(\\) should return int\\|numeric\\-string but returns float\\|int\\|numeric\\-string\\.$#"
17300                         count: 1
17301                         path: src/Sql.php
17303                 -
17304                         message: "#^Method PhpMyAdmin\\\\Sql\\:\\:getFullValuesForSetColumn\\(\\) should return string but returns mixed\\.$#"
17305                         count: 1
17306                         path: src/Sql.php
17308                 -
17309                         message: "#^Method PhpMyAdmin\\\\Sql\\:\\:getStartPosToDisplayRow\\(\\) should return int but returns \\(float\\|int\\)\\.$#"
17310                         count: 1
17311                         path: src/Sql.php
17313                 -
17314                         message: "#^Only booleans are allowed in &&, array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\> given on the left side\\.$#"
17315                         count: 1
17316                         path: src/Sql.php
17318                 -
17319                         message: "#^Only booleans are allowed in &&, mixed given on the right side\\.$#"
17320                         count: 1
17321                         path: src/Sql.php
17323                 -
17324                         message: "#^Only booleans are allowed in &&, string given on the left side\\.$#"
17325                         count: 1
17326                         path: src/Sql.php
17328                 -
17329                         message: "#^Only booleans are allowed in &&, string given on the right side\\.$#"
17330                         count: 2
17331                         path: src/Sql.php
17333                 -
17334                         message: "#^Only booleans are allowed in &&, string\\|null given on the left side\\.$#"
17335                         count: 1
17336                         path: src/Sql.php
17338                 -
17339                         message: "#^Only booleans are allowed in &&, string\\|null given on the right side\\.$#"
17340                         count: 2
17341                         path: src/Sql.php
17343                 -
17344                         message: "#^Only booleans are allowed in a negated boolean, bool\\|string given\\.$#"
17345                         count: 1
17346                         path: src/Sql.php
17348                 -
17349                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
17350                         count: 1
17351                         path: src/Sql.php
17353                 -
17354                         message: "#^Parameter \\#1 \\$info of static method PhpMyAdmin\\\\StatementInfo\\:\\:fromArray\\(\\) expects array\\{distinct\\: bool, drop_database\\: bool, group\\: bool, having\\: bool, is_affected\\: bool, is_analyse\\: bool, is_count\\: bool, is_delete\\: bool, \\.\\.\\.\\}, array\\{distinct\\?\\: bool, drop_database\\?\\: bool, group\\?\\: bool, having\\?\\: bool, is_affected\\?\\: bool, is_analyse\\?\\: bool, is_count\\?\\: bool, is_delete\\?\\: bool, \\.\\.\\.\\} given\\.$#"
17355                         count: 1
17356                         path: src/Sql.php
17358                 -
17359                         message: "#^Parameter \\#1 \\$rows of static method PhpMyAdmin\\\\Message\\:\\:getMessageForAffectedRows\\(\\) expects int, int\\|string given\\.$#"
17360                         count: 2
17361                         path: src/Sql.php
17363                 -
17364                         message: "#^Parameter \\#1 \\$rows of static method PhpMyAdmin\\\\Message\\:\\:getMessageForDeletedRows\\(\\) expects int, int\\|string given\\.$#"
17365                         count: 1
17366                         path: src/Sql.php
17368                 -
17369                         message: "#^Parameter \\#1 \\$rows of static method PhpMyAdmin\\\\Message\\:\\:getMessageForInsertedRows\\(\\) expects int, int\\|string given\\.$#"
17370                         count: 1
17371                         path: src/Sql.php
17373                 -
17374                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, string\\|null given\\.$#"
17375                         count: 1
17376                         path: src/Sql.php
17378                 -
17379                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
17380                         count: 2
17381                         path: src/Sql.php
17383                 -
17384                         message: "#^Parameter \\#10 \\$sqlQuery of method PhpMyAdmin\\\\Sql\\:\\:getQueryResponseForNoResultsReturned\\(\\) expects string, mixed given\\.$#"
17385                         count: 1
17386                         path: src/Sql.php
17388                 -
17389                         message: "#^Parameter \\#12 \\$sqlQuery of method PhpMyAdmin\\\\Sql\\:\\:getQueryResponseForResultsReturned\\(\\) expects string, mixed given\\.$#"
17390                         count: 1
17391                         path: src/Sql.php
17393                 -
17394                         message: "#^Parameter \\#13 \\$showTable of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects array\\<string, mixed\\>\\|null, array\\|null given\\.$#"
17395                         count: 2
17396                         path: src/Sql.php
17398                 -
17399                         message: "#^Parameter \\#2 \\$db of class PhpMyAdmin\\\\Display\\\\Results constructor expects string, mixed given\\.$#"
17400                         count: 1
17401                         path: src/Sql.php
17403                 -
17404                         message: "#^Parameter \\#2 \\$foreignField of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:foreignDropdown\\(\\) expects string, mixed given\\.$#"
17405                         count: 1
17406                         path: src/Sql.php
17408                 -
17409                         message: "#^Parameter \\#2 \\$fullSqlQuery of method PhpMyAdmin\\\\Sql\\:\\:executeTheQuery\\(\\) expects string, mixed given\\.$#"
17410                         count: 1
17411                         path: src/Sql.php
17413                 -
17414                         message: "#^Parameter \\#2 \\$list of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:getClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\TokensList, PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null given\\.$#"
17415                         count: 1
17416                         path: src/Sql.php
17418                 -
17419                         message: "#^Parameter \\#2 \\$list of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:replaceClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\TokensList, PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null given\\.$#"
17420                         count: 2
17421                         path: src/Sql.php
17423                 -
17424                         message: "#^Parameter \\#2 \\$sqlQuery of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects string\\|null, mixed given\\.$#"
17425                         count: 2
17426                         path: src/Sql.php
17428                 -
17429                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:handleSortOrder\\(\\) expects string, string\\|null given\\.$#"
17430                         count: 1
17431                         path: src/Sql.php
17433                 -
17434                         message: "#^Parameter \\#3 \\$column of method PhpMyAdmin\\\\Sql\\:\\:cleanupRelations\\(\\) expects string\\|null, mixed given\\.$#"
17435                         count: 1
17436                         path: src/Sql.php
17438                 -
17439                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, mixed given\\.$#"
17440                         count: 1
17441                         path: src/Sql.php
17443                 -
17444                         message: "#^Parameter \\#3 \\$table of class PhpMyAdmin\\\\Display\\\\Results constructor expects string, mixed given\\.$#"
17445                         count: 1
17446                         path: src/Sql.php
17448                 -
17449                         message: "#^Parameter \\#4 \\$server of class PhpMyAdmin\\\\Display\\\\Results constructor expects int, mixed given\\.$#"
17450                         count: 1
17451                         path: src/Sql.php
17453                 -
17454                         message: "#^Parameter \\#5 \\$bookmarkLabel of method PhpMyAdmin\\\\Sql\\:\\:storeTheQueryAsBookmark\\(\\) expects string, mixed given\\.$#"
17455                         count: 1
17456                         path: src/Sql.php
17458                 -
17459                         message: "#^Parameter \\#6 \\$showTable of method PhpMyAdmin\\\\Sql\\:\\:getHtmlForSqlQueryResultsTable\\(\\) expects array\\|null, mixed given\\.$#"
17460                         count: 1
17461                         path: src/Sql.php
17463                 -
17464                         message: "#^Parameter \\#6 \\$sqlQuery of class PhpMyAdmin\\\\Display\\\\Results constructor expects string, mixed given\\.$#"
17465                         count: 1
17466                         path: src/Sql.php
17468                 -
17469                         message: "#^Parameter \\#8 \\$queryTime of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects float, mixed given\\.$#"
17470                         count: 2
17471                         path: src/Sql.php
17473                 -
17474                         message: "#^Parameter \\#9 \\$textDirection of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects string, mixed given\\.$#"
17475                         count: 2
17476                         path: src/Sql.php
17478                 -
17479                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
17480                         count: 5
17481                         path: src/SqlQueryForm.php
17483                 -
17484                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
17485                         count: 1
17486                         path: src/SqlQueryForm.php
17488                 -
17489                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
17490                         count: 2
17491                         path: src/SqlQueryForm.php
17493                 -
17494                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\SqlQueryForm\\:\\:init\\(\\) expects string, mixed given\\.$#"
17495                         count: 1
17496                         path: src/SqlQueryForm.php
17498                 -
17499                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
17500                         count: 3
17501                         path: src/SqlQueryForm.php
17503                 -
17504                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
17505                         count: 1
17506                         path: src/SqlQueryForm.php
17508                 -
17509                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
17510                         count: 1
17511                         path: src/StorageEngine.php
17513                 -
17514                         message: "#^Cannot access offset 'Support' on mixed\\.$#"
17515                         count: 1
17516                         path: src/StorageEngine.php
17518                 -
17519                         message: "#^Cannot access offset 'desc' on mixed\\.$#"
17520                         count: 1
17521                         path: src/StorageEngine.php
17523                 -
17524                         message: "#^Cannot access offset 'disk_usage' on mixed\\.$#"
17525                         count: 2
17526                         path: src/StorageEngine.php
17528                 -
17529                         message: "#^Cannot access offset 'id' on mixed\\.$#"
17530                         count: 1
17531                         path: src/StorageEngine.php
17533                 -
17534                         message: "#^Cannot access offset 'title' on mixed\\.$#"
17535                         count: 3
17536                         path: src/StorageEngine.php
17538                 -
17539                         message: "#^Cannot access offset 'type' on mixed\\.$#"
17540                         count: 4
17541                         path: src/StorageEngine.php
17543                 -
17544                         message: "#^Cannot access offset 'value' on mixed\\.$#"
17545                         count: 4
17546                         path: src/StorageEngine.php
17548                 -
17549                         message: "#^Cannot cast mixed to string\\.$#"
17550                         count: 1
17551                         path: src/StorageEngine.php
17553                 -
17554                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
17555                         count: 3
17556                         path: src/StorageEngine.php
17558                 -
17559                         message: "#^Method PhpMyAdmin\\\\StorageEngine\\:\\:getMroongaLengths\\(\\) should return array\\<int\\> but returns array\\<int, \\(float\\|int\\)\\>\\.$#"
17560                         count: 1
17561                         path: src/StorageEngine.php
17563                 -
17564                         message: "#^Method PhpMyAdmin\\\\StorageEngine\\:\\:getPage\\(\\) should return string but returns mixed\\.$#"
17565                         count: 1
17566                         path: src/StorageEngine.php
17568                 -
17569                         message: "#^Method PhpMyAdmin\\\\StorageEngine\\:\\:getStorageEngines\\(\\) should return array\\<array\\> but returns mixed\\.$#"
17570                         count: 1
17571                         path: src/StorageEngine.php
17573                 -
17574                         message: "#^Parameter \\#1 \\$haystack of function mb_stripos expects string, string\\|null given\\.$#"
17575                         count: 1
17576                         path: src/StorageEngine.php
17578                 -
17579                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
17580                         count: 2
17581                         path: src/StorageEngine.php
17583                 -
17584                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:showHint\\(\\) expects string, mixed given\\.$#"
17585                         count: 1
17586                         path: src/StorageEngine.php
17588                 -
17589                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
17590                         count: 2
17591                         path: src/StorageEngine.php
17593                 -
17594                         message: "#^Parameter \\#1 \\$value of method PhpMyAdmin\\\\StorageEngine\\:\\:resolveTypeSize\\(\\) expects int\\|string, mixed given\\.$#"
17595                         count: 1
17596                         path: src/StorageEngine.php
17598                 -
17599                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatNumber\\(\\) expects float\\|int\\|string, mixed given\\.$#"
17600                         count: 1
17601                         path: src/StorageEngine.php
17603                 -
17604                         message: "#^Property PhpMyAdmin\\\\StorageEngine\\:\\:\\$comment \\(string\\) does not accept mixed\\.$#"
17605                         count: 1
17606                         path: src/StorageEngine.php
17608                 -
17609                         message: "#^Property PhpMyAdmin\\\\StorageEngine\\:\\:\\$title \\(string\\) does not accept mixed\\.$#"
17610                         count: 1
17611                         path: src/StorageEngine.php
17613                 -
17614                         message: "#^Variable method call on \\$this\\(PhpMyAdmin\\\\StorageEngine\\)\\.$#"
17615                         count: 1
17616                         path: src/StorageEngine.php
17618                 -
17619                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|null given\\.$#"
17620                         count: 4
17621                         path: src/SystemDatabase.php
17623                 -
17624                         message: "#^Cannot access offset 'isEditable' on mixed\\.$#"
17625                         count: 2
17626                         path: src/Table/ColumnsDefinition.php
17628                 -
17629                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
17630                         count: 2
17631                         path: src/Table/ColumnsDefinition.php
17633                 -
17634                         message: "#^Cannot access offset mixed on mixed\\.$#"
17635                         count: 2
17636                         path: src/Table/ColumnsDefinition.php
17638                 -
17639                         message: "#^Cannot cast mixed to string\\.$#"
17640                         count: 2
17641                         path: src/Table/ColumnsDefinition.php
17643                 -
17644                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
17645                         count: 1
17646                         path: src/Table/ColumnsDefinition.php
17648                 -
17649                         message: "#^Parameter \\#1 \\$bitDefaultValue of static method PhpMyAdmin\\\\Util\\:\\:convertBitDefaultValue\\(\\) expects string\\|null, mixed given\\.$#"
17650                         count: 2
17651                         path: src/Table/ColumnsDefinition.php
17653                 -
17654                         message: "#^Parameter \\#1 \\$columnSpecification of static method PhpMyAdmin\\\\Util\\:\\:extractColumnSpec\\(\\) expects string, mixed given\\.$#"
17655                         count: 1
17656                         path: src/Table/ColumnsDefinition.php
17658                 -
17659                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:checkChildForeignReferences\\(\\) expects string, mixed given\\.$#"
17660                         count: 1
17661                         path: src/Table/ColumnsDefinition.php
17663                 -
17664                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getChildReferences\\(\\) expects string, mixed given\\.$#"
17665                         count: 1
17666                         path: src/Table/ColumnsDefinition.php
17668                 -
17669                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getComments\\(\\) expects string, mixed given\\.$#"
17670                         count: 1
17671                         path: src/Table/ColumnsDefinition.php
17673                 -
17674                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
17675                         count: 1
17676                         path: src/Table/ColumnsDefinition.php
17678                 -
17679                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Transformations\\:\\:getMime\\(\\) expects string, mixed given\\.$#"
17680                         count: 1
17681                         path: src/Table/ColumnsDefinition.php
17683                 -
17684                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
17685                         count: 1
17686                         path: src/Table/ColumnsDefinition.php
17688                 -
17689                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\Table\\\\Table constructor expects string, mixed given\\.$#"
17690                         count: 1
17691                         path: src/Table/ColumnsDefinition.php
17693                 -
17694                         message: "#^Parameter \\#1 \\$str of function preg_quote expects string, mixed given\\.$#"
17695                         count: 1
17696                         path: src/Table/ColumnsDefinition.php
17698                 -
17699                         message: "#^Parameter \\#1 \\$string of function rtrim expects string, \\(array\\<int, string\\>\\|string\\|null\\) given\\.$#"
17700                         count: 1
17701                         path: src/Table/ColumnsDefinition.php
17703                 -
17704                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
17705                         count: 1
17706                         path: src/Table/ColumnsDefinition.php
17708                 -
17709                         message: "#^Parameter \\#1 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#"
17710                         count: 1
17711                         path: src/Table/ColumnsDefinition.php
17713                 -
17714                         message: "#^Parameter \\#2 \\$dbName of class PhpMyAdmin\\\\Table\\\\Table constructor expects string, mixed given\\.$#"
17715                         count: 1
17716                         path: src/Table/ColumnsDefinition.php
17718                 -
17719                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
17720                         count: 1
17721                         path: src/Table/ColumnsDefinition.php
17723                 -
17724                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:checkChildForeignReferences\\(\\) expects string, mixed given\\.$#"
17725                         count: 1
17726                         path: src/Table/ColumnsDefinition.php
17728                 -
17729                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getChildReferences\\(\\) expects string, mixed given\\.$#"
17730                         count: 1
17731                         path: src/Table/ColumnsDefinition.php
17733                 -
17734                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getComments\\(\\) expects string, mixed given\\.$#"
17735                         count: 1
17736                         path: src/Table/ColumnsDefinition.php
17738                 -
17739                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:getForeigners\\(\\) expects string, mixed given\\.$#"
17740                         count: 1
17741                         path: src/Table/ColumnsDefinition.php
17743                 -
17744                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Transformations\\:\\:getMime\\(\\) expects string, mixed given\\.$#"
17745                         count: 1
17746                         path: src/Table/ColumnsDefinition.php
17748                 -
17749                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
17750                         count: 1
17751                         path: src/Table/ColumnsDefinition.php
17753                 -
17754                         message: "#^Parameter \\#3 \\$column of method PhpMyAdmin\\\\ConfigStorage\\\\Relation\\:\\:checkChildForeignReferences\\(\\) expects string, mixed given\\.$#"
17755                         count: 1
17756                         path: src/Table/ColumnsDefinition.php
17758                 -
17759                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, mixed given\\.$#"
17760                         count: 1
17761                         path: src/Table/ColumnsDefinition.php
17763                 -
17764                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
17765                         count: 1
17766                         path: src/Table/Indexes.php
17768                 -
17769                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
17770                         count: 2
17771                         path: src/Table/Search.php
17773                 -
17774                         message: "#^Cannot access offset mixed on mixed\\.$#"
17775                         count: 4
17776                         path: src/Table/Search.php
17778                 -
17779                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
17780                         count: 3
17781                         path: src/Table/Search.php
17783                 -
17784                         message: "#^Only booleans are allowed in \\|\\|, int\\<0, max\\>\\|false given on the right side\\.$#"
17785                         count: 1
17786                         path: src/Table/Search.php
17788                 -
17789                         message: "#^Only booleans are allowed in \\|\\|, int\\|false given on the left side\\.$#"
17790                         count: 1
17791                         path: src/Table/Search.php
17793                 -
17794                         message: "#^Parameter \\#1 \\$gisString of static method PhpMyAdmin\\\\Utils\\\\Gis\\:\\:createData\\(\\) expects string, mixed given\\.$#"
17795                         count: 2
17796                         path: src/Table/Search.php
17798                 -
17799                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
17800                         count: 3
17801                         path: src/Table/Search.php
17803                 -
17804                         message: "#^Parameter \\#1 \\$op of method PhpMyAdmin\\\\Types\\:\\:isUnaryOperator\\(\\) expects string, mixed given\\.$#"
17805                         count: 1
17806                         path: src/Table/Search.php
17808                 -
17809                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
17810                         count: 3
17811                         path: src/Table/Search.php
17813                 -
17814                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
17815                         count: 1
17816                         path: src/Table/Search.php
17818                 -
17819                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
17820                         count: 3
17821                         path: src/Table/Search.php
17823                 -
17824                         message: "#^Parameter \\#2 \\$names of method PhpMyAdmin\\\\Table\\\\Search\\:\\:getWhereClause\\(\\) expects string, mixed given\\.$#"
17825                         count: 1
17826                         path: src/Table/Search.php
17828                 -
17829                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
17830                         count: 2
17831                         path: src/Table/Search.php
17833                 -
17834                         message: "#^Parameter \\#3 \\$types of method PhpMyAdmin\\\\Table\\\\Search\\:\\:getWhereClause\\(\\) expects string, mixed given\\.$#"
17835                         count: 1
17836                         path: src/Table/Search.php
17838                 -
17839                         message: "#^Parameter \\#4 \\$funcType of method PhpMyAdmin\\\\Table\\\\Search\\:\\:getWhereClause\\(\\) expects string, mixed given\\.$#"
17840                         count: 1
17841                         path: src/Table/Search.php
17843                 -
17844                         message: "#^Parameter \\#6 \\$geomFunc of method PhpMyAdmin\\\\Table\\\\Search\\:\\:getWhereClause\\(\\) expects string\\|null, mixed given\\.$#"
17845                         count: 1
17846                         path: src/Table/Search.php
17848                 -
17849                         message: "#^Argument of an invalid type array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\AlterOperation\\>\\|null supplied for foreach, only iterables are supported\\.$#"
17850                         count: 2
17851                         path: src/Table/Table.php
17853                 -
17854                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
17855                         count: 1
17856                         path: src/Table/Table.php
17858                 -
17859                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
17860                         count: 3
17861                         path: src/Table/Table.php
17863                 -
17864                         message: "#^Cannot access offset 'Extra' on mixed\\.$#"
17865                         count: 3
17866                         path: src/Table/Table.php
17868                 -
17869                         message: "#^Cannot access offset 'Field' on mixed\\.$#"
17870                         count: 3
17871                         path: src/Table/Table.php
17873                 -
17874                         message: "#^Cannot access offset 'Name' on mixed\\.$#"
17875                         count: 1
17876                         path: src/Table/Table.php
17878                 -
17879                         message: "#^Cannot access offset 'Type' on mixed\\.$#"
17880                         count: 2
17881                         path: src/Table/Table.php
17883                 -
17884                         message: "#^Cannot access offset 'constraint' on mixed\\.$#"
17885                         count: 3
17886                         path: src/Table/Table.php
17888                 -
17889                         message: "#^Cannot access offset 'foreign_db' on mixed\\.$#"
17890                         count: 1
17891                         path: src/Table/Table.php
17893                 -
17894                         message: "#^Cannot access offset 'foreign_field' on mixed\\.$#"
17895                         count: 1
17896                         path: src/Table/Table.php
17898                 -
17899                         message: "#^Cannot access offset 'foreign_table' on mixed\\.$#"
17900                         count: 1
17901                         path: src/Table/Table.php
17903                 -
17904                         message: "#^Cannot access offset 'index_list' on mixed\\.$#"
17905                         count: 1
17906                         path: src/Table/Table.php
17908                 -
17909                         message: "#^Cannot access offset 'on_delete' on mixed\\.$#"
17910                         count: 2
17911                         path: src/Table/Table.php
17913                 -
17914                         message: "#^Cannot access offset 'on_update' on mixed\\.$#"
17915                         count: 2
17916                         path: src/Table/Table.php
17918                 -
17919                         message: "#^Cannot access offset 'ref_db_name' on mixed\\.$#"
17920                         count: 2
17921                         path: src/Table/Table.php
17923                 -
17924                         message: "#^Cannot access offset 'ref_index_list' on mixed\\.$#"
17925                         count: 2
17926                         path: src/Table/Table.php
17928                 -
17929                         message: "#^Cannot access offset 'ref_table_name' on mixed\\.$#"
17930                         count: 2
17931                         path: src/Table/Table.php
17933                 -
17934                         message: "#^Cannot access offset 'table_uiprefs' on mixed\\.$#"
17935                         count: 3
17936                         path: src/Table/Table.php
17938                 -
17939                         message: "#^Cannot access offset \\(int\\|string\\) on mixed\\.$#"
17940                         count: 6
17941                         path: src/Table/Table.php
17943                 -
17944                         message: "#^Cannot access offset 0 on mixed\\.$#"
17945                         count: 2
17946                         path: src/Table/Table.php
17948                 -
17949                         message: "#^Cannot access offset mixed on mixed\\.$#"
17950                         count: 8
17951                         path: src/Table/Table.php
17953                 -
17954                         message: "#^Cannot access offset string on mixed\\.$#"
17955                         count: 6
17956                         path: src/Table/Table.php
17958                 -
17959                         message: "#^Cannot cast mixed to int\\.$#"
17960                         count: 4
17961                         path: src/Table/Table.php
17963                 -
17964                         message: "#^Cannot cast mixed to string\\.$#"
17965                         count: 3
17966                         path: src/Table/Table.php
17968                 -
17969                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
17970                         count: 20
17971                         path: src/Table/Table.php
17973                 -
17974                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getAutoIncrement\\(\\) should return string but returns mixed\\.$#"
17975                         count: 1
17976                         path: src/Table/Table.php
17978                 -
17979                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getCollation\\(\\) should return string but returns mixed\\.$#"
17980                         count: 1
17981                         path: src/Table/Table.php
17983                 -
17984                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getComment\\(\\) should return string but returns mixed\\.$#"
17985                         count: 1
17986                         path: src/Table/Table.php
17988                 -
17989                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getLastError\\(\\) should return string but returns mixed\\.$#"
17990                         count: 1
17991                         path: src/Table/Table.php
17993                 -
17994                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getLastMessage\\(\\) should return string but returns mixed\\.$#"
17995                         count: 1
17996                         path: src/Table/Table.php
17998                 -
17999                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getNameAndTypeOfTheColumns\\(\\) should return array\\<string, string\\> but returns array\\<int\\|string, mixed\\>\\.$#"
18000                         count: 1
18001                         path: src/Table/Table.php
18003                 -
18004                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getNonGeneratedColumns\\(\\) should return array\\<string\\> but returns array\\<int\\<0, max\\>, mixed\\>\\.$#"
18005                         count: 1
18006                         path: src/Table/Table.php
18008                 -
18009                         message: "#^Method PhpMyAdmin\\\\Table\\\\Table\\:\\:getUiPrefsFromDb\\(\\) should return array but returns mixed\\.$#"
18010                         count: 1
18011                         path: src/Table/Table.php
18013                 -
18014                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
18015                         count: 3
18016                         path: src/Table/Table.php
18018                 -
18019                         message: "#^Only booleans are allowed in &&, string given on the left side\\.$#"
18020                         count: 2
18021                         path: src/Table/Table.php
18023                 -
18024                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
18025                         count: 2
18026                         path: src/Table/Table.php
18028                 -
18029                         message: "#^Only booleans are allowed in a negated boolean, bool\\|string given\\.$#"
18030                         count: 1
18031                         path: src/Table/Table.php
18033                 -
18034                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
18035                         count: 1
18036                         path: src/Table/Table.php
18038                 -
18039                         message: "#^Only booleans are allowed in a negated boolean, int\\|null given\\.$#"
18040                         count: 2
18041                         path: src/Table/Table.php
18043                 -
18044                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
18045                         count: 2
18046                         path: src/Table/Table.php
18048                 -
18049                         message: "#^Only booleans are allowed in an elseif condition, int\\|false given\\.$#"
18050                         count: 1
18051                         path: src/Table/Table.php
18053                 -
18054                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
18055                         count: 1
18056                         path: src/Table/Table.php
18058                 -
18059                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
18060                         count: 2
18061                         path: src/Table/Table.php
18063                 -
18064                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(array\\|bool\\|float\\|int\\|resource\\|string\\|null, int\\=\\)\\: int given\\.$#"
18065                         count: 1
18066                         path: src/Table/Table.php
18068                 -
18069                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
18070                         count: 3
18071                         path: src/Table/Table.php
18073                 -
18074                         message: "#^Parameter \\#1 \\$haystack of function substr_compare expects string, mixed given\\.$#"
18075                         count: 1
18076                         path: src/Table/Table.php
18078                 -
18079                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
18080                         count: 7
18081                         path: src/Table/Table.php
18083                 -
18084                         message: "#^Parameter \\#1 \\$list of class PhpMyAdmin\\\\SqlParser\\\\Parser constructor expects PhpMyAdmin\\\\SqlParser\\\\TokensList\\|PhpMyAdmin\\\\SqlParser\\\\UtfString\\|string\\|null, mixed given\\.$#"
18085                         count: 3
18086                         path: src/Table/Table.php
18088                 -
18089                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
18090                         count: 9
18091                         path: src/Table/Table.php
18093                 -
18094                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|null given\\.$#"
18095                         count: 6
18096                         path: src/Table/Table.php
18098                 -
18099                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
18100                         count: 1
18101                         path: src/Table/Table.php
18103                 -
18104                         message: "#^Parameter \\#1 \\$string of function substr expects string, mixed given\\.$#"
18105                         count: 2
18106                         path: src/Table/Table.php
18108                 -
18109                         message: "#^Parameter \\#1 \\$value of function count expects array\\|Countable, mixed given\\.$#"
18110                         count: 2
18111                         path: src/Table/Table.php
18113                 -
18114                         message: "#^Parameter \\#2 \\$array of function array_key_exists expects array, mixed given\\.$#"
18115                         count: 1
18116                         path: src/Table/Table.php
18118                 -
18119                         message: "#^Parameter \\#2 \\$array of function array_map expects array, mixed given\\.$#"
18120                         count: 1
18121                         path: src/Table/Table.php
18123                 -
18124                         message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, mixed given\\.$#"
18125                         count: 1
18126                         path: src/Table/Table.php
18128                 -
18129                         message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, mixed given\\.$#"
18130                         count: 1
18131                         path: src/Table/Table.php
18133                 -
18134                         message: "#^Parameter \\#2 \\$field of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects array, mixed given\\.$#"
18135                         count: 2
18136                         path: src/Table/Table.php
18138                 -
18139                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
18140                         count: 3
18141                         path: src/Table/Table.php
18143                 -
18144                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, mixed given\\.$#"
18145                         count: 1
18146                         path: src/Table/Table.php
18148                 -
18149                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
18150                         count: 1
18151                         path: src/Table/Table.php
18153                 -
18154                         message: "#^Parameter \\#3 \\$foreignDb of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects string, mixed given\\.$#"
18155                         count: 2
18156                         path: src/Table/Table.php
18158                 -
18159                         message: "#^Parameter \\#4 \\$foreignTable of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects string, mixed given\\.$#"
18160                         count: 2
18161                         path: src/Table/Table.php
18163                 -
18164                         message: "#^Parameter \\#5 \\$foreignField of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects array, mixed given\\.$#"
18165                         count: 2
18166                         path: src/Table/Table.php
18168                 -
18169                         message: "#^Parameter \\#6 \\$name of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects string\\|null, mixed given\\.$#"
18170                         count: 2
18171                         path: src/Table/Table.php
18173                 -
18174                         message: "#^Parameter \\#7 \\$onDelete of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects string\\|null, mixed given\\.$#"
18175                         count: 2
18176                         path: src/Table/Table.php
18178                 -
18179                         message: "#^Parameter \\#8 \\$onUpdate of method PhpMyAdmin\\\\Table\\\\Table\\:\\:getSQLToCreateForeignKey\\(\\) expects string\\|null, mixed given\\.$#"
18180                         count: 2
18181                         path: src/Table/Table.php
18183                 -
18184                         message: "#^Property PhpMyAdmin\\\\Table\\\\Table\\:\\:\\$uiprefs \\(array\\) does not accept mixed\\.$#"
18185                         count: 1
18186                         path: src/Table/Table.php
18188                 -
18189                         message: "#^Dead catch \\- RuntimeException is never thrown in the try block\\.$#"
18190                         count: 1
18191                         path: src/Template.php
18193                 -
18194                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
18195                         count: 1
18196                         path: src/Theme/Theme.php
18198                 -
18199                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Theme\\\\Theme\\:\\:setName\\(\\) expects string, mixed given\\.$#"
18200                         count: 1
18201                         path: src/Theme/Theme.php
18203                 -
18204                         message: "#^Parameter \\#1 \\$version of method PhpMyAdmin\\\\Theme\\\\Theme\\:\\:setVersion\\(\\) expects string, mixed given\\.$#"
18205                         count: 1
18206                         path: src/Theme/Theme.php
18208                 -
18209                         message: "#^Property PhpMyAdmin\\\\Theme\\\\Theme\\:\\:\\$filesizeInfo \\(int\\) does not accept int\\<0, max\\>\\|false\\.$#"
18210                         count: 1
18211                         path: src/Theme/Theme.php
18213                 -
18214                         message: "#^Property PhpMyAdmin\\\\Theme\\\\Theme\\:\\:\\$mtimeInfo \\(int\\) does not accept int\\|false\\.$#"
18215                         count: 1
18216                         path: src/Theme/Theme.php
18218                 -
18219                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
18220                         count: 1
18221                         path: src/Theme/Theme.php
18223                 -
18224                         message: "#^Left side of && is always true\\.$#"
18225                         count: 1
18226                         path: src/Theme/ThemeManager.php
18228                 -
18229                         message: "#^Method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:getColorModeCookie\\(\\) should return string\\|false but returns mixed\\.$#"
18230                         count: 1
18231                         path: src/Theme/ThemeManager.php
18233                 -
18234                         message: "#^Method PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:getThemeCookie\\(\\) should return string\\|false but returns mixed\\.$#"
18235                         count: 1
18236                         path: src/Theme/ThemeManager.php
18238                 -
18239                         message: "#^Only booleans are allowed in &&, string\\|false given on the left side\\.$#"
18240                         count: 1
18241                         path: src/Theme/ThemeManager.php
18243                 -
18244                         message: "#^Property PhpMyAdmin\\\\Theme\\\\ThemeManager\\:\\:\\$activeTheme \\(string\\) does not accept string\\|null\\.$#"
18245                         count: 1
18246                         path: src/Theme/ThemeManager.php
18248                 -
18249                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
18250                         count: 1
18251                         path: src/Theme/ThemeManager.php
18253                 -
18254                         message: "#^Cannot access offset string on mixed\\.$#"
18255                         count: 2
18256                         path: src/Tracking/Tracker.php
18258                 -
18259                         message: "#^Cannot access property \\$dest on PhpMyAdmin\\\\SqlParser\\\\Components\\\\IntoKeyword\\|null\\.$#"
18260                         count: 1
18261                         path: src/Tracking/Tracker.php
18263                 -
18264                         message: "#^Cannot access property \\$table on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|null\\.$#"
18265                         count: 4
18266                         path: src/Tracking/Tracker.php
18268                 -
18269                         message: "#^Cannot access property \\$table on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|string\\|null\\.$#"
18270                         count: 1
18271                         path: src/Tracking/Tracker.php
18273                 -
18274                         message: "#^Cannot access property \\$tokens on PhpMyAdmin\\\\SqlParser\\\\TokensList\\|null\\.$#"
18275                         count: 1
18276                         path: src/Tracking/Tracker.php
18278                 -
18279                         message: "#^Cannot cast mixed to string\\.$#"
18280                         count: 1
18281                         path: src/Tracking/Tracker.php
18283                 -
18284                         message: "#^Method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:isTracked\\(\\) should return bool but returns mixed\\.$#"
18285                         count: 1
18286                         path: src/Tracking/Tracker.php
18288                 -
18289                         message: "#^Offset 0 does not exist on array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\>\\|null\\.$#"
18290                         count: 4
18291                         path: src/Tracking/Tracker.php
18293                 -
18294                         message: "#^Offset 0 does not exist on array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\RenameOperation\\>\\|null\\.$#"
18295                         count: 2
18296                         path: src/Tracking/Tracker.php
18298                 -
18299                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
18300                         count: 2
18301                         path: src/Tracking/Tracker.php
18303                 -
18304                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
18305                         count: 1
18306                         path: src/Tracking/Tracker.php
18308                 -
18309                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, mixed given\\.$#"
18310                         count: 2
18311                         path: src/Tracking/Tracker.php
18313                 -
18314                         message: "#^Parameter \\#1 \\$string of function trim expects string, mixed given\\.$#"
18315                         count: 1
18316                         path: src/Tracking/Tracker.php
18318                 -
18319                         message: "#^Parameter \\#2 \\$tableName of static method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:createVersion\\(\\) expects string, mixed given\\.$#"
18320                         count: 2
18321                         path: src/Tracking/Tracker.php
18323                 -
18324                         message: "#^Parameter \\#2 \\$tableName of static method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:isTracked\\(\\) expects string, mixed given\\.$#"
18325                         count: 1
18326                         path: src/Tracking/Tracker.php
18328                 -
18329                         message: "#^Parameter \\#2 \\$tablename of static method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:getVersion\\(\\) expects string, mixed given\\.$#"
18330                         count: 1
18331                         path: src/Tracking/Tracker.php
18333                 -
18334                         message: "#^Parameter \\#3 \\$statement of static method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:getVersion\\(\\) expects string\\|null, mixed given\\.$#"
18335                         count: 1
18336                         path: src/Tracking/Tracker.php
18338                 -
18339                         message: "#^Cannot access offset 'COLUMNS' on mixed\\.$#"
18340                         count: 1
18341                         path: src/Tracking/Tracking.php
18343                 -
18344                         message: "#^Cannot access offset 'INDEXES' on mixed\\.$#"
18345                         count: 1
18346                         path: src/Tracking/Tracking.php
18348                 -
18349                         message: "#^Cannot access offset 'id' on mixed\\.$#"
18350                         count: 1
18351                         path: src/Tracking/Tracking.php
18353                 -
18354                         message: "#^Cannot access offset 'statement' on mixed\\.$#"
18355                         count: 3
18356                         path: src/Tracking/Tracking.php
18358                 -
18359                         message: "#^Cannot access offset 'timestamp' on mixed\\.$#"
18360                         count: 1
18361                         path: src/Tracking/Tracking.php
18363                 -
18364                         message: "#^Cannot access offset 'username' on mixed\\.$#"
18365                         count: 1
18366                         path: src/Tracking/Tracking.php
18368                 -
18369                         message: "#^Method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForDataManipulationStatements\\(\\) should return string but returns mixed\\.$#"
18370                         count: 1
18371                         path: src/Tracking/Tracking.php
18373                 -
18374                         message: "#^Only booleans are allowed in \\|\\|, string\\|false given on the left side\\.$#"
18375                         count: 1
18376                         path: src/Tracking/Tracking.php
18378                 -
18379                         message: "#^Only booleans are allowed in \\|\\|, string\\|false given on the right side\\.$#"
18380                         count: 1
18381                         path: src/Tracking/Tracking.php
18383                 -
18384                         message: "#^Only numeric types are allowed in \\-, int\\<0, max\\>\\|false given on the left side\\.$#"
18385                         count: 2
18386                         path: src/Tracking/Tracking.php
18388                 -
18389                         message: "#^Parameter \\#1 \\$columns of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForColumns\\(\\) expects array, mixed given\\.$#"
18390                         count: 1
18391                         path: src/Tracking/Tracking.php
18393                 -
18394                         message: "#^Parameter \\#1 \\$indexes of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForIndexes\\(\\) expects array, mixed given\\.$#"
18395                         count: 1
18396                         path: src/Tracking/Tracking.php
18398                 -
18399                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array given\\.$#"
18400                         count: 1
18401                         path: src/Tracking/Tracking.php
18403                 -
18404                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|null given\\.$#"
18405                         count: 2
18406                         path: src/Tracking/Tracking.php
18408                 -
18409                         message: "#^Parameter \\#2 \\$tableName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
18410                         count: 1
18411                         path: src/Tracking/Tracking.php
18413                 -
18414                         message: "#^Parameter \\#2 \\$tableName of static method PhpMyAdmin\\\\Tracking\\\\Tracker\\:\\:createVersion\\(\\) expects string, mixed given\\.$#"
18415                         count: 1
18416                         path: src/Tracking/Tracking.php
18418                 -
18419                         message: "#^Parameter \\#4 \\$ddlogCount of method PhpMyAdmin\\\\Tracking\\\\Tracking\\:\\:getHtmlForDataManipulationStatements\\(\\) expects int, mixed given\\.$#"
18420                         count: 1
18421                         path: src/Tracking/Tracking.php
18423                 -
18424                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
18425                         count: 1
18426                         path: src/Tracking/TrackingChecker.php
18428                 -
18429                         message: "#^Method PhpMyAdmin\\\\Transformations\\:\\:getAvailableMimeTypes\\(\\) should return array but returns mixed\\.$#"
18430                         count: 1
18431                         path: src/Transformations.php
18433                 -
18434                         message: "#^Only booleans are allowed in a negated boolean, resource\\|false given\\.$#"
18435                         count: 1
18436                         path: src/Transformations.php
18438                 -
18439                         message: "#^Only booleans are allowed in an elseif condition, int\\|false given\\.$#"
18440                         count: 1
18441                         path: src/Transformations.php
18443                 -
18444                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
18445                         count: 1
18446                         path: src/Transformations.php
18448                 -
18449                         message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|null given\\.$#"
18450                         count: 1
18451                         path: src/Transformations.php
18453                 -
18454                         message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
18455                         count: 1
18456                         path: src/Triggers/Triggers.php
18458                 -
18459                         message: "#^Cannot access an offset on mixed\\.$#"
18460                         count: 6
18461                         path: src/Triggers/Triggers.php
18463                 -
18464                         message: "#^Cannot call method getCreateSql\\(\\) on PhpMyAdmin\\\\Triggers\\\\Trigger\\|null\\.$#"
18465                         count: 1
18466                         path: src/Triggers/Triggers.php
18468                 -
18469                         message: "#^Cannot call method getDropSql\\(\\) on PhpMyAdmin\\\\Triggers\\\\Trigger\\|null\\.$#"
18470                         count: 1
18471                         path: src/Triggers/Triggers.php
18473                 -
18474                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
18475                         count: 7
18476                         path: src/Triggers/Triggers.php
18478                 -
18479                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
18480                         count: 4
18481                         path: src/Triggers/Triggers.php
18483                 -
18484                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTables\\(\\) expects string, mixed given\\.$#"
18485                         count: 1
18486                         path: src/Triggers/Triggers.php
18488                 -
18489                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getTriggerByName\\(\\) expects string, mixed given\\.$#"
18490                         count: 1
18491                         path: src/Triggers/Triggers.php
18493                 -
18494                         message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, mixed given\\.$#"
18495                         count: 1
18496                         path: src/Triggers/Triggers.php
18498                 -
18499                         message: "#^Parameter \\#1 \\$identifier of static method PhpMyAdmin\\\\Util\\:\\:backquote\\(\\) expects string\\|Stringable\\|null, mixed given\\.$#"
18500                         count: 3
18501                         path: src/Triggers/Triggers.php
18503                 -
18504                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, mixed given\\.$#"
18505                         count: 1
18506                         path: src/Triggers/Triggers.php
18508                 -
18509                         message: "#^Parameter \\#2 \\$errors of method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:checkResult\\(\\) expects array, mixed given\\.$#"
18510                         count: 1
18511                         path: src/Triggers/Triggers.php
18513                 -
18514                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
18515                         count: 1
18516                         path: src/Triggers/Triggers.php
18518                 -
18519                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getTriggerByName\\(\\) expects string, mixed given\\.$#"
18520                         count: 1
18521                         path: src/Triggers/Triggers.php
18523                 -
18524                         message: "#^Parameter \\#3 \\$name of method PhpMyAdmin\\\\Triggers\\\\Triggers\\:\\:getTriggerByName\\(\\) expects string, mixed given\\.$#"
18525                         count: 1
18526                         path: src/Triggers/Triggers.php
18528                 -
18529                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
18530                         count: 4
18531                         path: src/UniqueCondition.php
18533                 -
18534                         message: "#^Only booleans are allowed in &&, bool\\|string given on the left side\\.$#"
18535                         count: 1
18536                         path: src/UniqueCondition.php
18538                 -
18539                         message: "#^Parameter \\#1 \\$dbName of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTable\\(\\) expects string, mixed given\\.$#"
18540                         count: 1
18541                         path: src/UniqueCondition.php
18543                 -
18544                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\UniqueCondition\\:\\:getConditionValue\\(\\) expects float\\|int\\|string\\|null, mixed given\\.$#"
18545                         count: 1
18546                         path: src/UniqueCondition.php
18548                 -
18549                         message: "#^Call to function base64_decode\\(\\) requires parameter \\#2 to be set\\.$#"
18550                         count: 1
18551                         path: src/Url.php
18553                 -
18554                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
18555                         count: 1
18556                         path: src/Url.php
18558                 -
18559                         message: "#^Cannot cast mixed to string\\.$#"
18560                         count: 1
18561                         path: src/Url.php
18563                 -
18564                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
18565                         count: 5
18566                         path: src/Url.php
18568                 -
18569                         message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#"
18570                         count: 2
18571                         path: src/Url.php
18573                 -
18574                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array given\\.$#"
18575                         count: 1
18576                         path: src/Url.php
18578                 -
18579                         message: "#^Parameter \\#2 \\$pre of static method PhpMyAdmin\\\\Url\\:\\:getHiddenFields\\(\\) expects string, \\(int\\|string\\) given\\.$#"
18580                         count: 1
18581                         path: src/Url.php
18583                 -
18584                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
18585                         count: 1
18586                         path: src/UrlRedirector.php
18588                 -
18589                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
18590                         count: 1
18591                         path: src/UserPassword.php
18593                 -
18594                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
18595                         count: 1
18596                         path: src/UserPassword.php
18598                 -
18599                         message: "#^Parameter \\#1 \\$password of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:getHashedPassword\\(\\) expects string, mixed given\\.$#"
18600                         count: 1
18601                         path: src/UserPassword.php
18603                 -
18604                         message: "#^Parameter \\#4 \\$authPlugin of method PhpMyAdmin\\\\UserPassword\\:\\:getChangePasswordQueryAlterUserMySQL\\(\\) expects string, mixed given\\.$#"
18605                         count: 1
18606                         path: src/UserPassword.php
18608                 -
18609                         message: "#^Parameter \\#6 \\$origAuthPlugin of method PhpMyAdmin\\\\UserPassword\\:\\:changePassUrlParamsAndSubmitQuery\\(\\) expects string, mixed given\\.$#"
18610                         count: 1
18611                         path: src/UserPassword.php
18613                 -
18614                         message: "#^Cannot access offset 'userprefs' on mixed\\.$#"
18615                         count: 2
18616                         path: src/UserPreferences.php
18618                 -
18619                         message: "#^Cannot access offset non\\-falsy\\-string on mixed\\.$#"
18620                         count: 2
18621                         path: src/UserPreferences.php
18623                 -
18624                         message: "#^Method PhpMyAdmin\\\\UserPreferences\\:\\:apply\\(\\) should return array but returns mixed\\.$#"
18625                         count: 1
18626                         path: src/UserPreferences.php
18628                 -
18629                         message: "#^Only booleans are allowed in a negated boolean, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
18630                         count: 1
18631                         path: src/UserPreferences.php
18633                 -
18634                         message: "#^Only booleans are allowed in an if condition, string\\|false\\|null given\\.$#"
18635                         count: 1
18636                         path: src/UserPreferences.php
18638                 -
18639                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommonRaw\\(\\) expects array\\<int\\|string, bool\\|int\\|string\\>, array given\\.$#"
18640                         count: 1
18641                         path: src/UserPreferences.php
18643                 -
18644                         message: "#^Parameter \\#1 \\$path of static method PhpMyAdmin\\\\Core\\:\\:arrayWrite\\(\\) expects string, \\(int\\|string\\) given\\.$#"
18645                         count: 1
18646                         path: src/UserPreferences.php
18648                 -
18649                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:quoteString\\(\\) expects string, string\\|false given\\.$#"
18650                         count: 2
18651                         path: src/UserPreferences.php
18653                 -
18654                         message: "#^Binary operation \"\\.\" between bool\\|float\\|int\\|string and array\\<string\\>\\|string\\|false results in an error\\.$#"
18655                         count: 1
18656                         path: src/Util.php
18658                 -
18659                         message: "#^Binary operation \"\\.\" between non\\-empty\\-string and array\\<non\\-empty\\-array\\<0\\|1\\|2\\|3\\|'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'\\|'wrapper_link'\\|'wrapper_params', array\\<array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string\\>\\|bool\\|int\\|string\\|null\\>\\|bool\\|int\\|string\\>\\|bool\\|int\\|string results in an error\\.$#"
18660                         count: 1
18661                         path: src/Util.php
18663                 -
18664                         message: "#^Cannot access offset 'Cardinality' on mixed\\.$#"
18665                         count: 1
18666                         path: src/Util.php
18668                 -
18669                         message: "#^Cannot access offset 'Column_name' on mixed\\.$#"
18670                         count: 3
18671                         path: src/Util.php
18673                 -
18674                         message: "#^Cannot access offset 'Comment' on mixed\\.$#"
18675                         count: 1
18676                         path: src/Util.php
18678                 -
18679                         message: "#^Cannot access offset 'Key_name' on mixed\\.$#"
18680                         count: 1
18681                         path: src/Util.php
18683                 -
18684                         message: "#^Cannot access offset 'Non_unique' on mixed\\.$#"
18685                         count: 1
18686                         path: src/Util.php
18688                 -
18689                         message: "#^Cannot access offset 'Seq_in_index' on mixed\\.$#"
18690                         count: 3
18691                         path: src/Util.php
18693                 -
18694                         message: "#^Cannot access offset 'Sub_part' on mixed\\.$#"
18695                         count: 1
18696                         path: src/Util.php
18698                 -
18699                         message: "#^Cannot access offset 'table_limit_offset' on mixed\\.$#"
18700                         count: 4
18701                         path: src/Util.php
18703                 -
18704                         message: "#^Cannot access offset 'table_limit_offset…' on mixed\\.$#"
18705                         count: 2
18706                         path: src/Util.php
18708                 -
18709                         message: "#^Cannot access offset mixed on mixed\\.$#"
18710                         count: 1
18711                         path: src/Util.php
18713                 -
18714                         message: "#^Cannot cast mixed to string\\.$#"
18715                         count: 1
18716                         path: src/Util.php
18718                 -
18719                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
18720                         count: 2
18721                         path: src/Util.php
18723                 -
18724                         message: "#^Foreach overwrites \\$quote with its value variable\\.$#"
18725                         count: 1
18726                         path: src/Util.php
18728                 -
18729                         message: "#^Method PhpMyAdmin\\\\Util\\:\\:getDbInfo\\(\\) return type has no value type specified in iterable type array\\.$#"
18730                         count: 1
18731                         path: src/Util.php
18733                 -
18734                         message: "#^Method PhpMyAdmin\\\\Util\\:\\:getTableListPosition\\(\\) should return int but returns mixed\\.$#"
18735                         count: 1
18736                         path: src/Util.php
18738                 -
18739                         message: "#^Only booleans are allowed in &&, int\\|false given on the right side\\.$#"
18740                         count: 1
18741                         path: src/Util.php
18743                 -
18744                         message: "#^Only booleans are allowed in a negated boolean, bool\\|null given\\.$#"
18745                         count: 1
18746                         path: src/Util.php
18748                 -
18749                         message: "#^Only booleans are allowed in a negated boolean, int\\<0, 2\\> given\\.$#"
18750                         count: 1
18751                         path: src/Util.php
18753                 -
18754                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
18755                         count: 1
18756                         path: src/Util.php
18758                 -
18759                         message: "#^Only booleans are allowed in an elseif condition, int\\|false given\\.$#"
18760                         count: 2
18761                         path: src/Util.php
18763                 -
18764                         message: "#^Only booleans are allowed in an if condition, int\\<0, max\\>\\|false given\\.$#"
18765                         count: 1
18766                         path: src/Util.php
18768                 -
18769                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
18770                         count: 1
18771                         path: src/Util.php
18773                 -
18774                         message: "#^Only booleans are allowed in an if condition, string\\|false\\|null given\\.$#"
18775                         count: 3
18776                         path: src/Util.php
18778                 -
18779                         message: "#^Only numeric types are allowed in \\+, int\\<0, max\\>\\|false given on the left side\\.$#"
18780                         count: 1
18781                         path: src/Util.php
18783                 -
18784                         message: "#^Only numeric types are allowed in \\-, int\\<0, max\\>\\|false given on the left side\\.$#"
18785                         count: 1
18786                         path: src/Util.php
18788                 -
18789                         message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, callable\\(string\\)\\: string given\\.$#"
18790                         count: 1
18791                         path: src/Util.php
18793                 -
18794                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnNames\\(\\) expects string, mixed given\\.$#"
18795                         count: 1
18796                         path: src/Util.php
18798                 -
18799                         message: "#^Parameter \\#1 \\$str of function strtr expects string, string\\|null given\\.$#"
18800                         count: 1
18801                         path: src/Util.php
18803                 -
18804                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:escapeMysqlWildcards\\(\\) expects string, mixed given\\.$#"
18805                         count: 1
18806                         path: src/Util.php
18808                 -
18809                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumnNames\\(\\) expects string, mixed given\\.$#"
18810                         count: 1
18811                         path: src/Util.php
18813                 -
18814                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTablesFull\\(\\) expects array\\|string, mixed given\\.$#"
18815                         count: 1
18816                         path: src/Util.php
18818                 -
18819                         message: "#^Variable static method call on PhpMyAdmin\\\\Util\\.$#"
18820                         count: 1
18821                         path: src/Util.php
18823                 -
18824                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
18825                         count: 1
18826                         path: src/Utils/ForeignKey.php
18828                 -
18829                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
18830                         count: 1
18831                         path: src/Utils/ForeignKey.php
18833                 -
18834                         message: "#^Method PhpMyAdmin\\\\Utils\\\\FormatConverter\\:\\:binaryToIp\\(\\) should return string\\|false but returns mixed\\.$#"
18835                         count: 2
18836                         path: src/Utils/FormatConverter.php
18838                 -
18839                         message: "#^Method PhpMyAdmin\\\\Utils\\\\FormatConverter\\:\\:ipToBinary\\(\\) should return string but returns mixed\\.$#"
18840                         count: 1
18841                         path: src/Utils/FormatConverter.php
18843                 -
18844                         message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, mixed given\\.$#"
18845                         count: 1
18846                         path: src/Utils/FormatConverter.php
18848                 -
18849                         message: "#^Parameter \\#1 \\$ip of function inet_pton expects string, mixed given\\.$#"
18850                         count: 1
18851                         path: src/Utils/FormatConverter.php
18853                 -
18854                         message: "#^Parameter \\#1 \\$string of function bin2hex expects string, mixed given\\.$#"
18855                         count: 1
18856                         path: src/Utils/FormatConverter.php
18858                 -
18859                         message: "#^Parameter \\#1 \\$string of function substr expects string, mixed given\\.$#"
18860                         count: 1
18861                         path: src/Utils/FormatConverter.php
18863                 -
18864                         message: "#^Only booleans are allowed in an if condition, PhpMyAdmin\\\\Dbal\\\\ResultInterface\\|false given\\.$#"
18865                         count: 1
18866                         path: src/Utils/Gis.php
18868                 -
18869                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
18870                         count: 2
18871                         path: src/Utils/Gis.php
18873                 -
18874                         message: "#^Method PhpMyAdmin\\\\Utils\\\\HttpRequest\\:\\:response\\(\\) should return bool\\|string\\|null but returns mixed\\.$#"
18875                         count: 1
18876                         path: src/Utils/HttpRequest.php
18878                 -
18879                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
18880                         count: 1
18881                         path: src/Utils/HttpRequest.php
18883                 -
18884                         message: "#^Variable \\$http_response_header in isset\\(\\) always exists and is not nullable\\.$#"
18885                         count: 1
18886                         path: src/Utils/HttpRequest.php
18888                 -
18889                         message: "#^Cannot access offset string on mixed\\.$#"
18890                         count: 8
18891                         path: src/Utils/SessionCache.php
18893                 -
18894                         message: "#^Access to an undefined property object\\:\\:\\$date\\.$#"
18895                         count: 1
18896                         path: src/VersionInformation.php
18898                 -
18899                         message: "#^Access to an undefined property object\\:\\:\\$releases\\.$#"
18900                         count: 1
18901                         path: src/VersionInformation.php
18903                 -
18904                         message: "#^Access to an undefined property object\\:\\:\\$version\\.$#"
18905                         count: 1
18906                         path: src/VersionInformation.php
18908                 -
18909                         message: "#^Cannot access offset 'response' on mixed\\.$#"
18910                         count: 1
18911                         path: src/VersionInformation.php
18913                 -
18914                         message: "#^Cannot access offset 'timestamp' on mixed\\.$#"
18915                         count: 1
18916                         path: src/VersionInformation.php
18918                 -
18919                         message: "#^Cannot access offset 'version_check' on mixed\\.$#"
18920                         count: 2
18921                         path: src/VersionInformation.php
18923                 -
18924                         message: "#^Cannot access property \\$date on mixed\\.$#"
18925                         count: 1
18926                         path: src/VersionInformation.php
18928                 -
18929                         message: "#^Cannot access property \\$mysql_versions on mixed\\.$#"
18930                         count: 1
18931                         path: src/VersionInformation.php
18933                 -
18934                         message: "#^Cannot access property \\$php_versions on mixed\\.$#"
18935                         count: 1
18936                         path: src/VersionInformation.php
18938                 -
18939                         message: "#^Cannot access property \\$version on mixed\\.$#"
18940                         count: 2
18941                         path: src/VersionInformation.php
18943                 -
18944                         message: "#^Comparison operation \"\\>\\=\" between int\\<1, max\\> and 1 is always true\\.$#"
18945                         count: 1
18946                         path: src/VersionInformation.php
18948                 -
18949                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
18950                         count: 3
18951                         path: src/VersionInformation.php
18953                 -
18954                         message: "#^Method PhpMyAdmin\\\\VersionInformation\\:\\:getLatestVersion\\(\\) should return stdClass\\|null but returns object\\.$#"
18955                         count: 1
18956                         path: src/VersionInformation.php
18958                 -
18959                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
18960                         count: 1
18961                         path: src/VersionInformation.php
18963                 -
18964                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
18965                         count: 1
18966                         path: src/VersionInformation.php
18968                 -
18969                         message: "#^Parameter \\#1 \\$version1 of function version_compare expects string, mixed given\\.$#"
18970                         count: 1
18971                         path: src/VersionInformation.php
18973                 -
18974                         message: "#^Parameter \\#2 \\$string of function explode expects string, mixed given\\.$#"
18975                         count: 2
18976                         path: src/VersionInformation.php
18978                 -
18979                         message: "#^Parameter \\#2 \\$version2 of function version_compare expects string, mixed given\\.$#"
18980                         count: 1
18981                         path: src/VersionInformation.php
18983                 -
18984                         message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
18985                         count: 1
18986                         path: src/VersionInformation.php
18988                 -
18989                         message: "#^Method PhpMyAdmin\\\\ZipExtension\\:\\:getContents\\(\\) should return array\\{error\\: string, data\\: string\\} but returns array\\{error\\: '', data\\: string\\|false\\}\\.$#"
18990                         count: 1
18991                         path: src/ZipExtension.php
18993                 -
18994                         message: "#^Method PhpMyAdmin\\\\ZipExtension\\:\\:getContents\\(\\) should return array\\{error\\: string, data\\: string\\} but returns array\\{error\\: string, data\\: string\\|false\\}\\.$#"
18995                         count: 1
18996                         path: src/ZipExtension.php
18998                 -
18999                         message: "#^Only booleans are allowed in an if condition, int\\|false given\\.$#"
19000                         count: 2
19001                         path: src/ZipExtension.php
19003                 -
19004                         message: "#^Parameter \\#1 \\$data of function gzcompress expects string, mixed given\\.$#"
19005                         count: 1
19006                         path: src/ZipExtension.php
19008                 -
19009                         message: "#^Parameter \\#1 \\$keys of function array_combine expects array\\<int\\|string\\>, array given\\.$#"
19010                         count: 1
19011                         path: src/ZipExtension.php
19013                 -
19014                         message: "#^Parameter \\#1 \\$string of function crc32 expects string, mixed given\\.$#"
19015                         count: 1
19016                         path: src/ZipExtension.php
19018                 -
19019                         message: "#^Parameter \\#1 \\$string of function strlen expects string, mixed given\\.$#"
19020                         count: 1
19021                         path: src/ZipExtension.php
19023                 -
19024                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, \\(int\\|string\\) given\\.$#"
19025                         count: 1
19026                         path: src/ZipExtension.php
19028                 -
19029                         message: "#^Call to 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\\.$#"
19030                         count: 1
19031                         path: tests/classes/Advisory/RulesTest.php
19033                 -
19034                         message: "#^Call to 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\\.$#"
19035                         count: 1
19036                         path: tests/classes/Advisory/RulesTest.php
19038                 -
19039                         message: "#^Call to 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\\.$#"
19040                         count: 1
19041                         path: tests/classes/Advisory/RulesTest.php
19043                 -
19044                         message: "#^Call to 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\\.$#"
19045                         count: 1
19046                         path: tests/classes/Advisory/RulesTest.php
19048                 -
19049                         message: "#^Call to 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\\.$#"
19050                         count: 1
19051                         path: tests/classes/Advisory/RulesTest.php
19053                 -
19054                         message: "#^Call to 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\\.$#"
19055                         count: 1
19056                         path: tests/classes/Advisory/RulesTest.php
19058                 -
19059                         message: "#^Call to 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\\.$#"
19060                         count: 1
19061                         path: tests/classes/Advisory/RulesTest.php
19063                 -
19064                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
19065                         count: 3
19066                         path: tests/classes/BrowseForeignersTest.php
19068                 -
19069                         message: "#^Parameter \\#2 \\$string of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringEndsWith\\(\\) expects string, mixed given\\.$#"
19070                         count: 1
19071                         path: tests/classes/BrowseForeignersTest.php
19073                 -
19074                         message: "#^Parameter \\#2 \\$string of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringStartsWith\\(\\) expects string, mixed given\\.$#"
19075                         count: 1
19076                         path: tests/classes/BrowseForeignersTest.php
19078                 -
19079                         message: "#^Missing call to parent\\:\\:setUp\\(\\) method\\.$#"
19080                         count: 1
19081                         path: tests/classes/CacheTest.php
19083                 -
19084                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Charsets\\\\\\\\Charset' and PhpMyAdmin\\\\Charsets\\\\Charset will always evaluate to true\\.$#"
19085                         count: 1
19086                         path: tests/classes/Charsets/CharsetTest.php
19088                 -
19089                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Charsets\\\\\\\\Collation' and PhpMyAdmin\\\\Charsets\\\\Collation will always evaluate to true\\.$#"
19090                         count: 1
19091                         path: tests/classes/Charsets/CollationTest.php
19093                 -
19094                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Command\\\\SetVersionCommandTest has an uninitialized property \\$command\\. Give it default value or assign it in the constructor\\.$#"
19095                         count: 1
19096                         path: tests/classes/Command/SetVersionCommandTest.php
19098                 -
19099                         message: "#^Missing call to parent\\:\\:setUp\\(\\) method\\.$#"
19100                         count: 1
19101                         path: tests/classes/Command/SetVersionCommandTest.php
19103                 -
19104                         message: "#^Parameter \\#1 \\$array of function sort expects TArray of array\\<T\\>, mixed given\\.$#"
19105                         count: 2
19106                         path: tests/classes/Command/TwigLintCommandTest.php
19108                 -
19109                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Command\\\\WriteGitRevisionCommandTest has an uninitialized property \\$command\\. Give it default value or assign it in the constructor\\.$#"
19110                         count: 1
19111                         path: tests/classes/Command/WriteGitRevisionCommandTest.php
19113                 -
19114                         message: "#^Cannot access offset 'port' on mixed\\.$#"
19115                         count: 1
19116                         path: tests/classes/Config/ConfigFileTest.php
19118                 -
19119                         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\\.$#"
19120                         count: 1
19121                         path: tests/classes/Config/DescriptionTest.php
19123                 -
19124                         message: "#^Call to function in_array\\(\\) requires parameter \\#3 to be set\\.$#"
19125                         count: 1
19126                         path: tests/classes/Config/DescriptionTest.php
19128                 -
19129                         message: "#^Call to 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\\.$#"
19130                         count: 1
19131                         path: tests/classes/Config/DescriptionTest.php
19133                 -
19134                         message: "#^Call to 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\\.$#"
19135                         count: 1
19136                         path: tests/classes/Config/DescriptionTest.php
19138                 -
19139                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNotNull\\(\\) with array\\<string\\>\\|bool\\|int\\<0, max\\>\\|string will always evaluate to true\\.$#"
19140                         count: 1
19141                         path: tests/classes/Config/DescriptionTest.php
19143                 -
19144                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNotNull\\(\\) with string will always evaluate to true\\.$#"
19145                         count: 3
19146                         path: tests/classes/Config/DescriptionTest.php
19148                 -
19149                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with null will always evaluate to false\\.$#"
19150                         count: 1
19151                         path: tests/classes/Config/FormDisplayTest.php
19153                 -
19154                         message: "#^Cannot access offset 'pma_testform' on mixed\\.$#"
19155                         count: 1
19156                         path: tests/classes/Config/FormDisplayTest.php
19158                 -
19159                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Forms\\\\\\\\BaseFormList' and PhpMyAdmin\\\\Config\\\\Forms\\\\BaseFormList will always evaluate to true\\.$#"
19160                         count: 1
19161                         path: tests/classes/Config/Forms/FormListTest.php
19163                 -
19164                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNotNull\\(\\) with string will always evaluate to true\\.$#"
19165                         count: 1
19166                         path: tests/classes/Config/Forms/FormListTest.php
19168                 -
19169                         message: "#^Cannot access offset 'AllowArbitraryServer' on mixed\\.$#"
19170                         count: 2
19171                         path: tests/classes/Config/ServerConfigChecksTest.php
19173                 -
19174                         message: "#^Cannot access offset 'BZipDump' on mixed\\.$#"
19175                         count: 2
19176                         path: tests/classes/Config/ServerConfigChecksTest.php
19178                 -
19179                         message: "#^Cannot access offset 'GZipDump' on mixed\\.$#"
19180                         count: 2
19181                         path: tests/classes/Config/ServerConfigChecksTest.php
19183                 -
19184                         message: "#^Cannot access offset 'LoginCookieStore' on mixed\\.$#"
19185                         count: 2
19186                         path: tests/classes/Config/ServerConfigChecksTest.php
19188                 -
19189                         message: "#^Cannot access offset 'LoginCookieValidity' on mixed\\.$#"
19190                         count: 2
19191                         path: tests/classes/Config/ServerConfigChecksTest.php
19193                 -
19194                         message: "#^Cannot access offset 'SaveDir' on mixed\\.$#"
19195                         count: 2
19196                         path: tests/classes/Config/ServerConfigChecksTest.php
19198                 -
19199                         message: "#^Cannot access offset 'Servers' on mixed\\.$#"
19200                         count: 4
19201                         path: tests/classes/Config/ServerConfigChecksTest.php
19203                 -
19204                         message: "#^Cannot access offset 'TempDir' on mixed\\.$#"
19205                         count: 2
19206                         path: tests/classes/Config/ServerConfigChecksTest.php
19208                 -
19209                         message: "#^Cannot access offset 'ZipDump' on mixed\\.$#"
19210                         count: 2
19211                         path: tests/classes/Config/ServerConfigChecksTest.php
19213                 -
19214                         message: "#^Cannot access offset 'blowfish_secret' on mixed\\.$#"
19215                         count: 6
19216                         path: tests/classes/Config/ServerConfigChecksTest.php
19218                 -
19219                         message: "#^Cannot access offset 'error' on mixed\\.$#"
19220                         count: 1
19221                         path: tests/classes/Config/ServerConfigChecksTest.php
19223                 -
19224                         message: "#^Cannot access offset 'notice' on mixed\\.$#"
19225                         count: 1
19226                         path: tests/classes/Config/ServerConfigChecksTest.php
19228                 -
19229                         message: "#^Parameter \\#1 \\$array of function array_keys expects array, mixed given\\.$#"
19230                         count: 2
19231                         path: tests/classes/Config/ServerConfigChecksTest.php
19233                 -
19234                         message: "#^Parameter \\#1 \\$cfg of class PhpMyAdmin\\\\Config\\\\ServerConfigChecks constructor expects PhpMyAdmin\\\\Config\\\\ConfigFile, mixed given\\.$#"
19235                         count: 3
19236                         path: tests/classes/Config/ServerConfigChecksTest.php
19238                 -
19239                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Config\\\\ServerConfigChecksTest\\:\\:\\$sessionID \\(string\\) does not accept mixed\\.$#"
19240                         count: 1
19241                         path: tests/classes/Config/ServerConfigChecksTest.php
19243                 -
19244                         message: "#^Variable property access on PhpMyAdmin\\\\Config\\\\Settings\\\\Schema\\.$#"
19245                         count: 1
19246                         path: tests/classes/Config/Settings/SchemaTest.php
19248                 -
19249                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\Console' and PhpMyAdmin\\\\Config\\\\Settings\\\\Console will always evaluate to true\\.$#"
19250                         count: 1
19251                         path: tests/classes/Config/SettingsTest.php
19253                 -
19254                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\Debug' and PhpMyAdmin\\\\Config\\\\Settings\\\\Debug will always evaluate to true\\.$#"
19255                         count: 1
19256                         path: tests/classes/Config/SettingsTest.php
19258                 -
19259                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\Export' and PhpMyAdmin\\\\Config\\\\Settings\\\\Export will always evaluate to true\\.$#"
19260                         count: 1
19261                         path: tests/classes/Config/SettingsTest.php
19263                 -
19264                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\Import' and PhpMyAdmin\\\\Config\\\\Settings\\\\Import will always evaluate to true\\.$#"
19265                         count: 1
19266                         path: tests/classes/Config/SettingsTest.php
19268                 -
19269                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\Schema' and PhpMyAdmin\\\\Config\\\\Settings\\\\Schema will always evaluate to true\\.$#"
19270                         count: 1
19271                         path: tests/classes/Config/SettingsTest.php
19273                 -
19274                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\SqlQueryBox' and PhpMyAdmin\\\\Config\\\\Settings\\\\SqlQueryBox will always evaluate to true\\.$#"
19275                         count: 1
19276                         path: tests/classes/Config/SettingsTest.php
19278                 -
19279                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Config\\\\\\\\Settings\\\\\\\\Transformations' and PhpMyAdmin\\\\Config\\\\Settings\\\\Transformations will always evaluate to true\\.$#"
19280                         count: 1
19281                         path: tests/classes/Config/SettingsTest.php
19283                 -
19284                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Config\\\\SettingsTest\\:\\:\\$defaultValues type has no value type specified in iterable type array\\.$#"
19285                         count: 1
19286                         path: tests/classes/Config/SettingsTest.php
19288                 -
19289                         message: "#^Variable property access on PhpMyAdmin\\\\Config\\\\Settings\\.$#"
19290                         count: 1
19291                         path: tests/classes/Config/SettingsTest.php
19293                 -
19294                         message: "#^Call to 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\\.$#"
19295                         count: 3
19296                         path: tests/classes/ConfigStorage/RelationTest.php
19298                 -
19299                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with '' and '' will always evaluate to true\\.$#"
19300                         count: 2
19301                         path: tests/classes/ConfigStorage/RelationTest.php
19303                 -
19304                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 'db_pma' and 'db_pma' will always evaluate to true\\.$#"
19305                         count: 1
19306                         path: tests/classes/ConfigStorage/RelationTest.php
19308                 -
19309                         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\\{\\}\\.$#"
19310                         count: 6
19311                         path: tests/classes/ConfigStorage/RelationTest.php
19313                 -
19314                         message: "#^Call to 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\\.$#"
19315                         count: 1
19316                         path: tests/classes/ConfigTest.php
19318                 -
19319                         message: "#^Call to 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\\.$#"
19320                         count: 1
19321                         path: tests/classes/ConfigTest.php
19323                 -
19324                         message: "#^Only booleans are allowed in &&, int\\<0, 2\\> given on the right side\\.$#"
19325                         count: 2
19326                         path: tests/classes/ConfigTest.php
19328                 -
19329                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
19330                         count: 1
19331                         path: tests/classes/ConfigTest.php
19333                 -
19334                         message: "#^Only booleans are allowed in an elseif condition, string\\|false given\\.$#"
19335                         count: 3
19336                         path: tests/classes/ConfigTest.php
19338                 -
19339                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
19340                         count: 3
19341                         path: tests/classes/ConfigTest.php
19343                 -
19344                         message: "#^Parameter \\#1 \\$haystack of function mb_strstr expects string, array\\<string\\> given\\.$#"
19345                         count: 1
19346                         path: tests/classes/ConfigTest.php
19348                 -
19349                         message: "#^Parameter \\#1 \\$haystack of function mb_strstr expects string, mixed given\\.$#"
19350                         count: 1
19351                         path: tests/classes/ConfigTest.php
19353                 -
19354                         message: "#^Parameter \\#1 \\$source of method PhpMyAdmin\\\\Config\\:\\:loadAndCheck\\(\\) expects string\\|null, mixed given\\.$#"
19355                         count: 1
19356                         path: tests/classes/ConfigTest.php
19358                 -
19359                         message: "#^Parameter \\#1 \\$needle of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
19360                         count: 1
19361                         path: tests/classes/Controllers/Database/PrivilegesControllerTest.php
19363                 -
19364                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
19365                         count: 1
19366                         path: tests/classes/Controllers/Database/PrivilegesControllerTest.php
19368                 -
19369                         message: "#^Cannot access offset 'favoriteTables' on mixed\\.$#"
19370                         count: 1
19371                         path: tests/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php
19373                 -
19374                         message: "#^Parameter \\#2 \\$array of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
19375                         count: 1
19376                         path: tests/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php
19378                 -
19379                         message: "#^Cannot access offset 'COUNTED' on mixed\\.$#"
19380                         count: 4
19381                         path: tests/classes/Controllers/Database/StructureControllerTest.php
19383                 -
19384                         message: "#^Cannot access offset 'Data_free' on mixed\\.$#"
19385                         count: 1
19386                         path: tests/classes/Controllers/Database/StructureControllerTest.php
19388                 -
19389                         message: "#^Cannot access offset 'ENGINE' on mixed\\.$#"
19390                         count: 3
19391                         path: tests/classes/Controllers/Database/StructureControllerTest.php
19393                 -
19394                         message: "#^Cannot access offset 'Rows' on mixed\\.$#"
19395                         count: 1
19396                         path: tests/classes/Controllers/Database/StructureControllerTest.php
19398                 -
19399                         message: "#^Cannot access offset 'TABLE_ROWS' on mixed\\.$#"
19400                         count: 1
19401                         path: tests/classes/Controllers/Database/StructureControllerTest.php
19403                 -
19404                         message: "#^Cannot use array destructuring on mixed\\.$#"
19405                         count: 8
19406                         path: tests/classes/Controllers/Database/StructureControllerTest.php
19408                 -
19409                         message: "#^Parameter \\#2 \\$array of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
19410                         count: 1
19411                         path: tests/classes/Controllers/Database/StructureControllerTest.php
19413                 -
19414                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
19415                         count: 4
19416                         path: tests/classes/Controllers/Database/StructureControllerTest.php
19418                 -
19419                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringNotContainsString\\(\\) expects string, mixed given\\.$#"
19420                         count: 1
19421                         path: tests/classes/Controllers/Database/StructureControllerTest.php
19423                 -
19424                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
19425                         count: 4
19426                         path: tests/classes/Controllers/NavigationControllerTest.php
19428                 -
19429                         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, \\.\\.\\.\\}\\.$#"
19430                         count: 1
19431                         path: tests/classes/Controllers/Operations/TableControllerTest.php
19433                 -
19434                         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, \\.\\.\\.\\}\\.$#"
19435                         count: 1
19436                         path: tests/classes/Controllers/Server/BinlogControllerTest.php
19438                 -
19439                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
19440                         count: 3
19441                         path: tests/classes/Controllers/Server/Databases/CreateControllerTest.php
19443                 -
19444                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
19445                         count: 2
19446                         path: tests/classes/Controllers/Server/Databases/DestroyControllerTest.php
19448                 -
19449                         message: "#^Cannot access offset 'numRows' on mixed\\.$#"
19450                         count: 1
19451                         path: tests/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
19453                 -
19454                         message: "#^Cannot access offset 'rows' on mixed\\.$#"
19455                         count: 1
19456                         path: tests/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
19458                 -
19459                         message: "#^Cannot access offset 'sum' on mixed\\.$#"
19460                         count: 1
19461                         path: tests/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
19463                 -
19464                         message: "#^Cannot access offset 'affectedRows' on mixed\\.$#"
19465                         count: 1
19466                         path: tests/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
19468                 -
19469                         message: "#^Cannot access offset 'explain' on mixed\\.$#"
19470                         count: 1
19471                         path: tests/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
19473                 -
19474                         message: "#^Cannot access offset 'profiling' on mixed\\.$#"
19475                         count: 1
19476                         path: tests/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
19478                 -
19479                         message: "#^Cannot access offset 'numRows' on mixed\\.$#"
19480                         count: 1
19481                         path: tests/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
19483                 -
19484                         message: "#^Cannot access offset 'rows' on mixed\\.$#"
19485                         count: 1
19486                         path: tests/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
19488                 -
19489                         message: "#^Cannot access offset 'sum' on mixed\\.$#"
19490                         count: 1
19491                         path: tests/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
19493                 -
19494                         message: "#^Cannot use array destructuring on mixed\\.$#"
19495                         count: 7
19496                         path: tests/classes/Controllers/Server/VariablesControllerTest.php
19498                 -
19499                         message: "#^Parameter \\#1 \\$params of static method PhpMyAdmin\\\\Url\\:\\:getCommon\\(\\) expects array\\<string, bool\\|int\\|string\\>, array\\<string, mixed\\> given\\.$#"
19500                         count: 1
19501                         path: tests/classes/Controllers/Table/PrivilegesControllerTest.php
19503                 -
19504                         message: "#^Call to an undefined method PhpMyAdmin\\\\DatabaseInterface\\:\\:expects\\(\\)\\.$#"
19505                         count: 4
19506                         path: tests/classes/Controllers/Table/RelationControllerTest.php
19508                 -
19509                         message: "#^Cannot call method method\\(\\) on mixed\\.$#"
19510                         count: 4
19511                         path: tests/classes/Controllers/Table/RelationControllerTest.php
19513                 -
19514                         message: "#^Cannot call method willReturn\\(\\) on mixed\\.$#"
19515                         count: 4
19516                         path: tests/classes/Controllers/Table/RelationControllerTest.php
19518                 -
19519                         message: "#^PHPDoc tag @var for variable \\$result has no value type specified in iterable type array\\.$#"
19520                         count: 2
19521                         path: tests/classes/Controllers/Table/ReplaceControllerTest.php
19523                 -
19524                         message: "#^Call to an undefined method PhpMyAdmin\\\\DatabaseInterface\\:\\:expects\\(\\)\\.$#"
19525                         count: 1
19526                         path: tests/classes/Controllers/Table/SearchControllerTest.php
19528                 -
19529                         message: "#^Cannot call method method\\(\\) on mixed\\.$#"
19530                         count: 1
19531                         path: tests/classes/Controllers/Table/SearchControllerTest.php
19533                 -
19534                         message: "#^Cannot call method willReturn\\(\\) on mixed\\.$#"
19535                         count: 1
19536                         path: tests/classes/Controllers/Table/SearchControllerTest.php
19538                 -
19539                         message: "#^Cannot call method with\\(\\) on mixed\\.$#"
19540                         count: 1
19541                         path: tests/classes/Controllers/Table/SearchControllerTest.php
19543                 -
19544                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
19545                         count: 1
19546                         path: tests/classes/Controllers/Table/StructureControllerTest.php
19548                 -
19549                         message: "#^Parameter \\#1 \\$table of static method PhpMyAdmin\\\\Index\\:\\:findDuplicates\\(\\) expects string, mixed given\\.$#"
19550                         count: 1
19551                         path: tests/classes/Controllers/Table/StructureControllerTest.php
19553                 -
19554                         message: "#^Parameter \\#2 \\$schema of static method PhpMyAdmin\\\\Index\\:\\:findDuplicates\\(\\) expects string, mixed given\\.$#"
19555                         count: 1
19556                         path: tests/classes/Controllers/Table/StructureControllerTest.php
19558                 -
19559                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getColumns\\(\\) expects string, mixed given\\.$#"
19560                         count: 1
19561                         path: tests/classes/Controllers/Table/StructureControllerTest.php
19563                 -
19564                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getFromTable\\(\\) expects string, mixed given\\.$#"
19565                         count: 1
19566                         path: tests/classes/Controllers/Table/StructureControllerTest.php
19568                 -
19569                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, mixed given\\.$#"
19570                         count: 1
19571                         path: tests/classes/Controllers/Table/StructureControllerTest.php
19573                 -
19574                         message: "#^Parameter \\#3 \\$schema of static method PhpMyAdmin\\\\Index\\:\\:getFromTable\\(\\) expects string, mixed given\\.$#"
19575                         count: 1
19576                         path: tests/classes/Controllers/Table/StructureControllerTest.php
19578                 -
19579                         message: "#^Parameter \\#3 \\$schema of static method PhpMyAdmin\\\\Index\\:\\:getPrimary\\(\\) expects string, mixed given\\.$#"
19580                         count: 1
19581                         path: tests/classes/Controllers/Table/StructureControllerTest.php
19583                 -
19584                         message: "#^Call to an undefined method PhpMyAdmin\\\\Http\\\\ServerRequest&PHPUnit\\\\Framework\\\\MockObject\\\\Stub\\:\\:expects\\(\\)\\.$#"
19585                         count: 1
19586                         path: tests/classes/Controllers/Triggers/IndexControllerTest.php
19588                 -
19589                         message: "#^Cannot call method method\\(\\) on mixed\\.$#"
19590                         count: 1
19591                         path: tests/classes/Controllers/Triggers/IndexControllerTest.php
19593                 -
19594                         message: "#^Cannot call method willReturn\\(\\) on mixed\\.$#"
19595                         count: 1
19596                         path: tests/classes/Controllers/Triggers/IndexControllerTest.php
19598                 -
19599                         message: "#^Cannot access offset 'arr' on mixed\\.$#"
19600                         count: 5
19601                         path: tests/classes/CoreTest.php
19603                 -
19604                         message: "#^Cannot access offset 'arr1' on mixed\\.$#"
19605                         count: 5
19606                         path: tests/classes/CoreTest.php
19608                 -
19609                         message: "#^Cannot access offset 'int' on mixed\\.$#"
19610                         count: 1
19611                         path: tests/classes/CoreTest.php
19613                 -
19614                         message: "#^Cannot access offset 'not_existing' on mixed\\.$#"
19615                         count: 1
19616                         path: tests/classes/CoreTest.php
19618                 -
19619                         message: "#^Cannot access offset 'sarr' on mixed\\.$#"
19620                         count: 14
19621                         path: tests/classes/CoreTest.php
19623                 -
19624                         message: "#^Cannot access offset 'str' on mixed\\.$#"
19625                         count: 1
19626                         path: tests/classes/CoreTest.php
19628                 -
19629                         message: "#^Cannot access offset 0 on mixed\\.$#"
19630                         count: 11
19631                         path: tests/classes/CoreTest.php
19633                 -
19634                         message: "#^Cannot access offset 1 on mixed\\.$#"
19635                         count: 6
19636                         path: tests/classes/CoreTest.php
19638                 -
19639                         message: "#^Cannot access offset 2 on mixed\\.$#"
19640                         count: 3
19641                         path: tests/classes/CoreTest.php
19643                 -
19644                         message: "#^Parameter \\#2 \\$array of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
19645                         count: 12
19646                         path: tests/classes/CoreTest.php
19648                 -
19649                         message: "#^Parameter \\#1 \\$string of function mb_strlen expects string, mixed given\\.$#"
19650                         count: 1
19651                         path: tests/classes/Crypto/CryptoTest.php
19653                 -
19654                         message: "#^Call to an undefined method PhpMyAdmin\\\\DatabaseInterface\\:\\:expects\\(\\)\\.$#"
19655                         count: 10
19656                         path: tests/classes/Database/CentralColumnsTest.php
19658                 -
19659                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with array\\<string\\> will always evaluate to true\\.$#"
19660                         count: 1
19661                         path: tests/classes/Database/CentralColumnsTest.php
19663                 -
19664                         message: "#^Cannot access offset 0 on mixed\\.$#"
19665                         count: 1
19666                         path: tests/classes/Database/CentralColumnsTest.php
19668                 -
19669                         message: "#^Cannot call method method\\(\\) on mixed\\.$#"
19670                         count: 10
19671                         path: tests/classes/Database/CentralColumnsTest.php
19673                 -
19674                         message: "#^Cannot call method willReturn\\(\\) on mixed\\.$#"
19675                         count: 9
19676                         path: tests/classes/Database/CentralColumnsTest.php
19678                 -
19679                         message: "#^Cannot call method willReturnOnConsecutiveCalls\\(\\) on mixed\\.$#"
19680                         count: 1
19681                         path: tests/classes/Database/CentralColumnsTest.php
19683                 -
19684                         message: "#^Cannot call method with\\(\\) on mixed\\.$#"
19685                         count: 7
19686                         path: tests/classes/Database/CentralColumnsTest.php
19688                 -
19689                         message: "#^Parameter \\#1 \\$needle of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
19690                         count: 1
19691                         path: tests/classes/Database/CentralColumnsTest.php
19693                 -
19694                         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, \\.\\.\\.\\}\\.$#"
19695                         count: 2
19696                         path: tests/classes/Database/CentralColumnsTest.php
19698                 -
19699                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Database\\\\Designer\\\\CommonTest has an uninitialized property \\$designerCommon\\. Give it default value or assign it in the constructor\\.$#"
19700                         count: 1
19701                         path: tests/classes/Database/Designer/CommonTest.php
19703                 -
19704                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Database\\\\DesignerTest has an uninitialized property \\$designer\\. Give it default value or assign it in the constructor\\.$#"
19705                         count: 1
19706                         path: tests/classes/Database/DesignerTest.php
19708                 -
19709                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Dbal\\\\\\\\ResultInterface' and PhpMyAdmin\\\\Dbal\\\\ResultInterface will always evaluate to true\\.$#"
19710                         count: 1
19711                         path: tests/classes/DatabaseInterfaceTest.php
19713                 -
19714                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\SystemDatabase' and PhpMyAdmin\\\\SystemDatabase will always evaluate to true\\.$#"
19715                         count: 1
19716                         path: tests/classes/DatabaseInterfaceTest.php
19718                 -
19719                         message: "#^Cannot access offset '27b1330f2076ef45d23…' on mixed\\.$#"
19720                         count: 1
19721                         path: tests/classes/Display/ResultsTest.php
19723                 -
19724                         message: "#^Cannot access offset 'display_binary' on mixed\\.$#"
19725                         count: 4
19726                         path: tests/classes/Display/ResultsTest.php
19728                 -
19729                         message: "#^Cannot access offset 'display_blob' on mixed\\.$#"
19730                         count: 4
19731                         path: tests/classes/Display/ResultsTest.php
19733                 -
19734                         message: "#^Cannot access offset 'f2a8e80312ca180031a…' on mixed\\.$#"
19735                         count: 1
19736                         path: tests/classes/Display/ResultsTest.php
19738                 -
19739                         message: "#^Cannot access offset 'geoOption' on mixed\\.$#"
19740                         count: 2
19741                         path: tests/classes/Display/ResultsTest.php
19743                 -
19744                         message: "#^Cannot access offset 'hide_transformation' on mixed\\.$#"
19745                         count: 2
19746                         path: tests/classes/Display/ResultsTest.php
19748                 -
19749                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
19750                         count: 6
19751                         path: tests/classes/Display/ResultsTest.php
19753                 -
19754                         message: "#^Cannot access offset 'pftext' on mixed\\.$#"
19755                         count: 4
19756                         path: tests/classes/Display/ResultsTest.php
19758                 -
19759                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
19760                         count: 3
19761                         path: tests/classes/Display/ResultsTest.php
19763                 -
19764                         message: "#^Cannot access offset 'possible_as_geometry' on mixed\\.$#"
19765                         count: 2
19766                         path: tests/classes/Display/ResultsTest.php
19768                 -
19769                         message: "#^Cannot access offset 'query' on mixed\\.$#"
19770                         count: 2
19771                         path: tests/classes/Display/ResultsTest.php
19773                 -
19774                         message: "#^Cannot access offset 'relational_display' on mixed\\.$#"
19775                         count: 4
19776                         path: tests/classes/Display/ResultsTest.php
19778                 -
19779                         message: "#^Cannot access offset 'repeat_cells' on mixed\\.$#"
19780                         count: 2
19781                         path: tests/classes/Display/ResultsTest.php
19783                 -
19784                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Display\\\\ResultsTest\\:\\:dataProviderForTestGetDataCellForNonNumericColumns\\(\\) return type has no value type specified in iterable type array\\.$#"
19785                         count: 3
19786                         path: tests/classes/Display/ResultsTest.php
19788                 -
19789                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Display\\\\ResultsTest\\:\\:dataProviderForTestHandleNonPrintableContents\\(\\) return type has no value type specified in iterable type array\\.$#"
19790                         count: 2
19791                         path: tests/classes/Display/ResultsTest.php
19793                 -
19794                         message: "#^Parameter \\#1 \\$info of static method PhpMyAdmin\\\\StatementInfo\\:\\:fromArray\\(\\) expects array\\{distinct\\: bool, drop_database\\: bool, group\\: bool, having\\: bool, is_affected\\: bool, is_analyse\\: bool, is_count\\: bool, is_delete\\: bool, \\.\\.\\.\\}, array\\{distinct\\?\\: bool, drop_database\\?\\: bool, group\\?\\: bool, having\\?\\: bool, is_affected\\?\\: bool, is_analyse\\?\\: bool, is_count\\?\\: bool, is_delete\\?\\: bool, \\.\\.\\.\\} given\\.$#"
19795                         count: 3
19796                         path: tests/classes/Display/ResultsTest.php
19798                 -
19799                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars_decode expects string, mixed given\\.$#"
19800                         count: 1
19801                         path: tests/classes/Display/ResultsTest.php
19803                 -
19804                         message: "#^Parameter \\#2 \\$db of class PhpMyAdmin\\\\Display\\\\Results constructor expects string, mixed given\\.$#"
19805                         count: 2
19806                         path: tests/classes/Display/ResultsTest.php
19808                 -
19809                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\ParseAnalyze\\:\\:sqlQuery\\(\\) expects string, mixed given\\.$#"
19810                         count: 2
19811                         path: tests/classes/Display/ResultsTest.php
19813                 -
19814                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
19815                         count: 4
19816                         path: tests/classes/Display/ResultsTest.php
19818                 -
19819                         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, \\.\\.\\.\\}\\.$#"
19820                         count: 3
19821                         path: tests/classes/Display/ResultsTest.php
19823                 -
19824                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsString\\(\\) with string will always evaluate to true\\.$#"
19825                         count: 1
19826                         path: tests/classes/ErrorHandlerTest.php
19828                 -
19829                         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, \\.\\.\\.\\}\\.$#"
19830                         count: 1
19831                         path: tests/classes/Export/OptionsTest.php
19833                 -
19834                         message: "#^Parameter \\#2 \\$array of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
19835                         count: 1
19836                         path: tests/classes/FlashMessagesTest.php
19838                 -
19839                         message: "#^Parameter \\#2 \\$array of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
19840                         count: 1
19841                         path: tests/classes/FlashMessagesTest.php
19843                 -
19844                         message: "#^Cannot access offset 'queries' on mixed\\.$#"
19845                         count: 1
19846                         path: tests/classes/FooterTest.php
19848                 -
19849                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
19850                         count: 2
19851                         path: tests/classes/Gis/Ds/PolygonTest.php
19853                 -
19854                         message: "#^Parameter \\#1 \\$points of static method PhpMyAdmin\\\\Gis\\\\Ds\\\\Polygon\\:\\:fromXYArray\\(\\) expects non\\-empty\\-array\\<int, array\\{x\\: float, y\\: float\\}\\>, mixed given\\.$#"
19855                         count: 2
19856                         path: tests/classes/Gis/Ds/PolygonTest.php
19858                 -
19859                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
19860                         count: 2
19861                         path: tests/classes/Gis/GisMultiPolygonTest.php
19863                 -
19864                         message: "#^Cannot access offset 0 on mixed\\.$#"
19865                         count: 1
19866                         path: tests/classes/Gis/GisMultiPolygonTest.php
19868                 -
19869                         message: "#^Cannot access offset 'data_length' on mixed\\.$#"
19870                         count: 1
19871                         path: tests/classes/Gis/GisPolygonTest.php
19873                 -
19874                         message: "#^Cannot access offset 'y' on mixed\\.$#"
19875                         count: 1
19876                         path: tests/classes/Gis/GisPolygonTest.php
19878                 -
19879                         message: "#^Cannot access offset 3 on mixed\\.$#"
19880                         count: 1
19881                         path: tests/classes/Gis/GisPolygonTest.php
19883                 -
19884                         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, \\.\\.\\.\\}\\.$#"
19885                         count: 1
19886                         path: tests/classes/HeaderTest.php
19888                 -
19889                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
19890                         count: 2
19891                         path: tests/classes/Html/GeneratorTest.php
19893                 -
19894                         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'\\}\\.$#"
19895                         count: 1
19896                         path: tests/classes/Html/GeneratorTest.php
19898                 -
19899                         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'\\}\\.$#"
19900                         count: 2
19901                         path: tests/classes/Html/GeneratorTest.php
19903                 -
19904                         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'\\}\\.$#"
19905                         count: 1
19906                         path: tests/classes/Html/GeneratorTest.php
19908                 -
19909                         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'\\}\\.$#"
19910                         count: 1
19911                         path: tests/classes/Html/GeneratorTest.php
19913                 -
19914                         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'\\}\\.$#"
19915                         count: 1
19916                         path: tests/classes/Html/GeneratorTest.php
19918                 -
19919                         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'\\}\\.$#"
19920                         count: 1
19921                         path: tests/classes/Html/GeneratorTest.php
19923                 -
19924                         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, \\.\\.\\.\\}\\.$#"
19925                         count: 1
19926                         path: tests/classes/Html/GeneratorTest.php
19928                 -
19929                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with true will always evaluate to true\\.$#"
19930                         count: 1
19931                         path: tests/classes/Import/AjaxTest.php
19933                 -
19934                         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, \\.\\.\\.\\}\\.$#"
19935                         count: 1
19936                         path: tests/classes/Import/ImportTest.php
19938                 -
19939                         message: "#^Cannot access an offset on mixed\\.$#"
19940                         count: 3
19941                         path: tests/classes/IndexTest.php
19943                 -
19944                         message: "#^Parameter \\#1 \\$columns of method PhpMyAdmin\\\\Index\\:\\:addColumns\\(\\) expects array, mixed given\\.$#"
19945                         count: 2
19946                         path: tests/classes/IndexTest.php
19948                 -
19949                         message: "#^Cannot access offset 'foreign_db' on mixed\\.$#"
19950                         count: 2
19951                         path: tests/classes/InsertEditTest.php
19953                 -
19954                         message: "#^Cannot access offset 'isNeedToRecheck' on mixed\\.$#"
19955                         count: 3
19956                         path: tests/classes/InsertEditTest.php
19958                 -
19959                         message: "#^Cannot access offset 'relational_display' on mixed\\.$#"
19960                         count: 1
19961                         path: tests/classes/InsertEditTest.php
19963                 -
19964                         message: "#^Cannot access offset 'truncatableFieldVal…' on mixed\\.$#"
19965                         count: 2
19966                         path: tests/classes/InsertEditTest.php
19968                 -
19969                         message: "#^Cannot cast bool\\|float\\|int\\|object to string\\.$#"
19970                         count: 1
19971                         path: tests/classes/InsertEditTest.php
19973                 -
19974                         message: "#^Method PhpMyAdmin\\\\Tests\\\\InsertEditTest\\:\\:parseString\\(\\) should return string but returns mixed\\.$#"
19975                         count: 1
19976                         path: tests/classes/InsertEditTest.php
19978                 -
19979                         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, \\.\\.\\.\\}\\.$#"
19980                         count: 2
19981                         path: tests/classes/InsertEditTest.php
19983                 -
19984                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with array will always evaluate to true\\.$#"
19985                         count: 2
19986                         path: tests/classes/InternalRelationsTest.php
19988                 -
19989                         message: "#^Dynamic call to static method PhpMyAdmin\\\\Message\\:\\:getMessageForAffectedRows\\(\\)\\.$#"
19990                         count: 1
19991                         path: tests/classes/MessageTest.php
19993                 -
19994                         message: "#^Dynamic call to static method PhpMyAdmin\\\\Message\\:\\:getMessageForDeletedRows\\(\\)\\.$#"
19995                         count: 1
19996                         path: tests/classes/MessageTest.php
19998                 -
19999                         message: "#^Dynamic call to static method PhpMyAdmin\\\\Message\\:\\:getMessageForInsertedRows\\(\\)\\.$#"
20000                         count: 1
20001                         path: tests/classes/MessageTest.php
20003                 -
20004                         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\\{\\}\\.$#"
20005                         count: 1
20006                         path: tests/classes/Navigation/Nodes/NodeTest.php
20008                 -
20009                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'extra' and array\\{legendText\\: string, headText\\: string, queryError\\: bool, extra\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
20010                         count: 1
20011                         path: tests/classes/NormalizationTest.php
20013                 -
20014                         message: "#^Call to 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\\.$#"
20015                         count: 1
20016                         path: tests/classes/NormalizationTest.php
20018                 -
20019                         message: "#^Call to 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\\.$#"
20020                         count: 1
20021                         path: tests/classes/NormalizationTest.php
20023                 -
20024                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'extra' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string\\} will always evaluate to true\\.$#"
20025                         count: 2
20026                         path: tests/classes/NormalizationTest.php
20028                 -
20029                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'extra' and array\\{legendText\\: string, headText\\: string, subText\\: string, hasPrimaryKey\\: string, extra\\: string\\} will always evaluate to true\\.$#"
20030                         count: 1
20031                         path: tests/classes/NormalizationTest.php
20033                 -
20034                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'hasPrimaryKey' and array\\{legendText\\: string, headText\\: string, subText\\: string, hasPrimaryKey\\: string, extra\\: string\\} will always evaluate to true\\.$#"
20035                         count: 1
20036                         path: tests/classes/NormalizationTest.php
20038                 -
20039                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'headText' and array\\{legendText\\: string, headText\\: string, queryError\\: bool, extra\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
20040                         count: 1
20041                         path: tests/classes/NormalizationTest.php
20043                 -
20044                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'headText' and array\\{legendText\\: string, headText\\: string, queryError\\: string\\|false, extra\\?\\: string\\} will always evaluate to true\\.$#"
20045                         count: 1
20046                         path: tests/classes/NormalizationTest.php
20048                 -
20049                         message: "#^Call to 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\\.$#"
20050                         count: 1
20051                         path: tests/classes/NormalizationTest.php
20053                 -
20054                         message: "#^Call to 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\\.$#"
20055                         count: 1
20056                         path: tests/classes/NormalizationTest.php
20058                 -
20059                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'headText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string\\} will always evaluate to true\\.$#"
20060                         count: 2
20061                         path: tests/classes/NormalizationTest.php
20063                 -
20064                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'headText' and array\\{legendText\\: string, headText\\: string, subText\\: string, hasPrimaryKey\\: string, extra\\: string\\} will always evaluate to true\\.$#"
20065                         count: 1
20066                         path: tests/classes/NormalizationTest.php
20068                 -
20069                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'legendText' and array\\{legendText\\: string, headText\\: string, queryError\\: bool, extra\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
20070                         count: 1
20071                         path: tests/classes/NormalizationTest.php
20073                 -
20074                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'legendText' and array\\{legendText\\: string, headText\\: string, queryError\\: string\\|false, extra\\?\\: string\\} will always evaluate to true\\.$#"
20075                         count: 1
20076                         path: tests/classes/NormalizationTest.php
20078                 -
20079                         message: "#^Call to 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\\.$#"
20080                         count: 1
20081                         path: tests/classes/NormalizationTest.php
20083                 -
20084                         message: "#^Call to 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\\.$#"
20085                         count: 1
20086                         path: tests/classes/NormalizationTest.php
20088                 -
20089                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'legendText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string\\} will always evaluate to true\\.$#"
20090                         count: 2
20091                         path: tests/classes/NormalizationTest.php
20093                 -
20094                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'legendText' and array\\{legendText\\: string, headText\\: string, subText\\: string, hasPrimaryKey\\: string, extra\\: string\\} will always evaluate to true\\.$#"
20095                         count: 1
20096                         path: tests/classes/NormalizationTest.php
20098                 -
20099                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'message' and array\\{queryError\\: bool, message\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
20100                         count: 1
20101                         path: tests/classes/NormalizationTest.php
20103                 -
20104                         message: "#^Call to 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\\.$#"
20105                         count: 1
20106                         path: tests/classes/NormalizationTest.php
20108                 -
20109                         message: "#^Call to 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\\.$#"
20110                         count: 1
20111                         path: tests/classes/NormalizationTest.php
20113                 -
20114                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'queryError' and array\\{legendText\\: string, headText\\: string, queryError\\: bool, extra\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
20115                         count: 1
20116                         path: tests/classes/NormalizationTest.php
20118                 -
20119                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'queryError' and array\\{legendText\\: string, headText\\: string, queryError\\: string\\|false, extra\\?\\: string\\} will always evaluate to true\\.$#"
20120                         count: 2
20121                         path: tests/classes/NormalizationTest.php
20123                 -
20124                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'queryError' and array\\{queryError\\: bool, message\\: PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
20125                         count: 1
20126                         path: tests/classes/NormalizationTest.php
20128                 -
20129                         message: "#^Call to 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\\.$#"
20130                         count: 1
20131                         path: tests/classes/NormalizationTest.php
20133                 -
20134                         message: "#^Call to 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\\.$#"
20135                         count: 1
20136                         path: tests/classes/NormalizationTest.php
20138                 -
20139                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'subText' and array\\{legendText\\: string, headText\\: string, subText\\: string, extra\\: string\\} will always evaluate to true\\.$#"
20140                         count: 2
20141                         path: tests/classes/NormalizationTest.php
20143                 -
20144                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'subText' and array\\{legendText\\: string, headText\\: string, subText\\: string, hasPrimaryKey\\: string, extra\\: string\\} will always evaluate to true\\.$#"
20145                         count: 1
20146                         path: tests/classes/NormalizationTest.php
20148                 -
20149                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Message' and PhpMyAdmin\\\\Message will always evaluate to true\\.$#"
20150                         count: 1
20151                         path: tests/classes/NormalizationTest.php
20153                 -
20154                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20155                         count: 1
20156                         path: tests/classes/NormalizationTest.php
20158                 -
20159                         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, \\.\\.\\.\\}\\.$#"
20160                         count: 2
20161                         path: tests/classes/NormalizationTest.php
20163                 -
20164                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNotFalse\\(\\) with string will always evaluate to true\\.$#"
20165                         count: 1
20166                         path: tests/classes/OpenDocumentTest.php
20168                 -
20169                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\StatementInfo' and PhpMyAdmin\\\\StatementInfo will always evaluate to true\\.$#"
20170                         count: 2
20171                         path: tests/classes/ParseAnalyzeTest.php
20173                 -
20174                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Partitioning\\\\TablePartitionDefinitionTest\\:\\:testGetDetails\\(\\) has parameter \\$partitions with no value type specified in iterable type array\\.$#"
20175                         count: 1
20176                         path: tests/classes/Partitioning/TablePartitionDefinitionTest.php
20178                 -
20179                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20180                         count: 3
20181                         path: tests/classes/PdfTest.php
20183                 -
20184                         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'\\}\\.$#"
20185                         count: 1
20186                         path: tests/classes/Plugins/Auth/AuthenticationConfigTest.php
20188                 -
20189                         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, \\.\\.\\.\\}\\.$#"
20190                         count: 1
20191                         path: tests/classes/Plugins/Auth/AuthenticationConfigTest.php
20193                 -
20194                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with 32 and 0 will always evaluate to false\\.$#"
20195                         count: 1
20196                         path: tests/classes/Plugins/Auth/AuthenticationCookieTest.php
20198                 -
20199                         message: "#^Cannot access offset 'default' on mixed\\.$#"
20200                         count: 2
20201                         path: tests/classes/Plugins/Auth/AuthenticationCookieTest.php
20203                 -
20204                         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'\\}\\.$#"
20205                         count: 1
20206                         path: tests/classes/Plugins/Auth/AuthenticationCookieTest.php
20208                 -
20209                         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'\\}\\.$#"
20210                         count: 2
20211                         path: tests/classes/Plugins/Auth/AuthenticationCookieTest.php
20213                 -
20214                         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, \\.\\.\\.\\}\\.$#"
20215                         count: 1
20216                         path: tests/classes/Plugins/Auth/AuthenticationCookieTest.php
20218                 -
20219                         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, \\.\\.\\.\\}\\.$#"
20220                         count: 10
20221                         path: tests/classes/Plugins/Auth/AuthenticationCookieTest.php
20223                 -
20224                         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'\\}\\.$#"
20225                         count: 2
20226                         path: tests/classes/Plugins/Auth/AuthenticationHttpTest.php
20228                 -
20229                         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, \\.\\.\\.\\}\\.$#"
20230                         count: 2
20231                         path: tests/classes/Plugins/Auth/AuthenticationHttpTest.php
20233                 -
20234                         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, \\.\\.\\.\\}\\.$#"
20235                         count: 2
20236                         path: tests/classes/Plugins/Auth/AuthenticationSignonTest.php
20238                 -
20239                         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, \\.\\.\\.\\}\\.$#"
20240                         count: 1
20241                         path: tests/classes/Plugins/Auth/AuthenticationSignonTest.php
20243                 -
20244                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20245                         count: 1
20246                         path: tests/classes/Plugins/Export/ExportHtmlwordTest.php
20248                 -
20249                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
20250                         count: 2
20251                         path: tests/classes/Plugins/Export/ExportLatexTest.php
20253                 -
20254                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
20255                         count: 3
20256                         path: tests/classes/Plugins/Export/ExportLatexTest.php
20258                 -
20259                         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, \\.\\.\\.\\}\\.$#"
20260                         count: 1
20261                         path: tests/classes/Plugins/Export/ExportLatexTest.php
20263                 -
20264                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
20265                         count: 2
20266                         path: tests/classes/Plugins/Export/ExportOdtTest.php
20268                 -
20269                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
20270                         count: 3
20271                         path: tests/classes/Plugins/Export/ExportOdtTest.php
20273                 -
20274                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20275                         count: 11
20276                         path: tests/classes/Plugins/Export/ExportOdtTest.php
20278                 -
20279                         message: "#^Cannot access offset 'export_type' on mixed\\.$#"
20280                         count: 2
20281                         path: tests/classes/Plugins/Export/ExportSqlTest.php
20283                 -
20284                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
20285                         count: 3
20286                         path: tests/classes/Plugins/Export/ExportSqlTest.php
20288                 -
20289                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20290                         count: 10
20291                         path: tests/classes/Plugins/Export/ExportSqlTest.php
20293                 -
20294                         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, \\.\\.\\.\\}\\.$#"
20295                         count: 1
20296                         path: tests/classes/Plugins/Export/ExportSqlTest.php
20298                 -
20299                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
20300                         count: 1
20301                         path: tests/classes/Plugins/Export/ExportTexytextTest.php
20303                 -
20304                         message: "#^Cannot access offset 'single_table' on mixed\\.$#"
20305                         count: 1
20306                         path: tests/classes/Plugins/Export/ExportXmlTest.php
20308                 -
20309                         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, \\.\\.\\.\\}\\.$#"
20310                         count: 1
20311                         path: tests/classes/Plugins/Export/ExportXmlTest.php
20313                 -
20314                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\File constructor expects bool\\|string, mixed given\\.$#"
20315                         count: 3
20316                         path: tests/classes/Plugins/Import/ImportCsvTest.php
20318                 -
20319                         message: "#^Parameter \\#1 \\$path of function basename expects string, mixed given\\.$#"
20320                         count: 1
20321                         path: tests/classes/Plugins/Import/ImportCsvTest.php
20323                 -
20324                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20325                         count: 6
20326                         path: tests/classes/Plugins/Import/ImportCsvTest.php
20328                 -
20329                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with 'auto' will always evaluate to false\\.$#"
20330                         count: 1
20331                         path: tests/classes/Plugins/Import/ImportLdiTest.php
20333                 -
20334                         message: "#^Cannot call method __toString\\(\\) on mixed\\.$#"
20335                         count: 1
20336                         path: tests/classes/Plugins/Import/ImportLdiTest.php
20338                 -
20339                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\File constructor expects bool\\|string, mixed given\\.$#"
20340                         count: 2
20341                         path: tests/classes/Plugins/Import/ImportLdiTest.php
20343                 -
20344                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20345                         count: 6
20346                         path: tests/classes/Plugins/Import/ImportLdiTest.php
20348                 -
20349                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\File constructor expects bool\\|string, mixed given\\.$#"
20350                         count: 1
20351                         path: tests/classes/Plugins/Import/ImportMediawikiTest.php
20353                 -
20354                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20355                         count: 5
20356                         path: tests/classes/Plugins/Import/ImportMediawikiTest.php
20358                 -
20359                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Plugins\\\\Import\\\\ImportOdsTest has an uninitialized property \\$dbi\\. Give it default value or assign it in the constructor\\.$#"
20360                         count: 1
20361                         path: tests/classes/Plugins/Import/ImportOdsTest.php
20363                 -
20364                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Plugins\\\\Import\\\\ImportOdsTest has an uninitialized property \\$dummyDbi\\. Give it default value or assign it in the constructor\\.$#"
20365                         count: 1
20366                         path: tests/classes/Plugins/Import/ImportOdsTest.php
20368                 -
20369                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20370                         count: 13
20371                         path: tests/classes/Plugins/Import/ImportOdsTest.php
20373                 -
20374                         message: "#^Parameter \\#1 \\$importNotice of method PhpMyAdmin\\\\Tests\\\\Plugins\\\\Import\\\\ImportShpTest\\:\\:assertMessages\\(\\) expects string, mixed given\\.$#"
20375                         count: 2
20376                         path: tests/classes/Plugins/Import/ImportShpTest.php
20378                 -
20379                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20380                         count: 7
20381                         path: tests/classes/Plugins/Import/ImportShpTest.php
20383                 -
20384                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\File constructor expects bool\\|string, mixed given\\.$#"
20385                         count: 1
20386                         path: tests/classes/Plugins/Import/ImportSqlTest.php
20388                 -
20389                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20390                         count: 3
20391                         path: tests/classes/Plugins/Import/ImportSqlTest.php
20393                 -
20394                         message: "#^Parameter \\#1 \\$name of class PhpMyAdmin\\\\File constructor expects bool\\|string, mixed given\\.$#"
20395                         count: 1
20396                         path: tests/classes/Plugins/Import/ImportXmlTest.php
20398                 -
20399                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20400                         count: 5
20401                         path: tests/classes/Plugins/Import/ImportXmlTest.php
20403                 -
20404                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Plugins\\\\Transformations\\\\TransformationPluginsTest\\:\\:testTransformation\\(\\) has parameter \\$applyArgs with no value type specified in iterable type array\\.$#"
20405                         count: 1
20406                         path: tests/classes/Plugins/Transformations/TransformationPluginsTest.php
20408                 -
20409                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with array\\<int, PhpMyAdmin\\\\Plugins\\\\ExportPlugin\\> will always evaluate to true\\.$#"
20410                         count: 1
20411                         path: tests/classes/PluginsTest.php
20413                 -
20414                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with array\\<int, PhpMyAdmin\\\\Plugins\\\\ImportPlugin\\> will always evaluate to true\\.$#"
20415                         count: 1
20416                         path: tests/classes/PluginsTest.php
20418                 -
20419                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with array\\<int, PhpMyAdmin\\\\Plugins\\\\SchemaPlugin\\> will always evaluate to true\\.$#"
20420                         count: 1
20421                         path: tests/classes/PluginsTest.php
20423                 -
20424                         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, \\.\\.\\.\\}\\.$#"
20425                         count: 1
20426                         path: tests/classes/PluginsTest.php
20428                 -
20429                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Properties\\\\\\\\Options\\\\\\\\OptionsPropertyGroup' and PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyGroup&PHPUnit\\\\Framework\\\\MockObject\\\\MockObject will always evaluate to true\\.$#"
20430                         count: 1
20431                         path: tests/classes/Properties/Options/OptionsPropertyGroupTest.php
20433                 -
20434                         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, \\.\\.\\.\\}\\.$#"
20435                         count: 1
20436                         path: tests/classes/Replication/ReplicationGuiTest.php
20438                 -
20439                         message: "#^Parameter \\#1 \\$directory of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertDirectoryIsWritable\\(\\) expects string, mixed given\\.$#"
20440                         count: 1
20441                         path: tests/classes/Routing/RoutingTest.php
20443                 -
20444                         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, \\.\\.\\.\\}\\.$#"
20445                         count: 1
20446                         path: tests/classes/Routing/RoutingTest.php
20448                 -
20449                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Server\\\\\\\\Plugin' and PhpMyAdmin\\\\Server\\\\Plugin will always evaluate to true\\.$#"
20450                         count: 1
20451                         path: tests/classes/Server/PluginTest.php
20453                 -
20454                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Server\\\\\\\\Plugin' and PhpMyAdmin\\\\Server\\\\Plugin will always evaluate to true\\.$#"
20455                         count: 2
20456                         path: tests/classes/Server/PluginsTest.php
20458                 -
20459                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with array\\<PhpMyAdmin\\\\Server\\\\Plugin\\> will always evaluate to true\\.$#"
20460                         count: 2
20461                         path: tests/classes/Server/PluginsTest.php
20463                 -
20464                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with array\\<int\\|string, string\\> will always evaluate to true\\.$#"
20465                         count: 1
20466                         path: tests/classes/Server/PluginsTest.php
20468                 -
20469                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Server\\\\PluginsTest has an uninitialized property \\$plugins\\. Give it default value or assign it in the constructor\\.$#"
20470                         count: 1
20471                         path: tests/classes/Server/PluginsTest.php
20473                 -
20474                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 0 and array\\{string, PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
20475                         count: 3
20476                         path: tests/classes/Server/PrivilegesTest.php
20478                 -
20479                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 1 and array\\{string, PhpMyAdmin\\\\Message\\} will always evaluate to true\\.$#"
20480                         count: 3
20481                         path: tests/classes/Server/PrivilegesTest.php
20483                 -
20484                         message: "#^Cannot call method getMessage\\(\\) on mixed\\.$#"
20485                         count: 6
20486                         path: tests/classes/Server/PrivilegesTest.php
20488                 -
20489                         message: "#^PHPDoc tag @var for variable \\$actual has no value type specified in iterable type array\\.$#"
20490                         count: 1
20491                         path: tests/classes/Server/PrivilegesTest.php
20493                 -
20494                         message: "#^Parameter \\#2 \\$realSqlQuery of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUserAndCreateDatabase\\(\\) expects string, mixed given\\.$#"
20495                         count: 1
20496                         path: tests/classes/Server/PrivilegesTest.php
20498                 -
20499                         message: "#^Parameter \\#3 \\$sqlQuery of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUserAndCreateDatabase\\(\\) expects string, mixed given\\.$#"
20500                         count: 1
20501                         path: tests/classes/Server/PrivilegesTest.php
20503                 -
20504                         message: "#^Cannot access offset 'host' on mixed\\.$#"
20505                         count: 1
20506                         path: tests/classes/Server/SelectTest.php
20508                 -
20509                         message: "#^Cannot access offset 'only_db' on mixed\\.$#"
20510                         count: 1
20511                         path: tests/classes/Server/SelectTest.php
20513                 -
20514                         message: "#^Cannot access offset 'port' on mixed\\.$#"
20515                         count: 1
20516                         path: tests/classes/Server/SelectTest.php
20518                 -
20519                         message: "#^Cannot access offset 'user' on mixed\\.$#"
20520                         count: 1
20521                         path: tests/classes/Server/SelectTest.php
20523                 -
20524                         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, \\.\\.\\.\\}\\>\\.$#"
20525                         count: 1
20526                         path: tests/classes/Server/SelectTest.php
20528                 -
20529                         message: "#^Parameter \\#1 \\$needle of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20530                         count: 4
20531                         path: tests/classes/Server/SelectTest.php
20533                 -
20534                         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, \\.\\.\\.\\}\\.$#"
20535                         count: 3
20536                         path: tests/classes/Server/SelectTest.php
20538                 -
20539                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Server\\\\\\\\SysInfo\\\\\\\\Base' and PhpMyAdmin\\\\Server\\\\SysInfo\\\\Base will always evaluate to true\\.$#"
20540                         count: 1
20541                         path: tests/classes/Server/SysInfo/SysInfoTest.php
20543                 -
20544                         message: "#^Cannot access offset '123' on mixed\\.$#"
20545                         count: 1
20546                         path: tests/classes/Setup/IndexTest.php
20548                 -
20549                         message: "#^Cannot access offset 'type' on mixed\\.$#"
20550                         count: 1
20551                         path: tests/classes/Setup/IndexTest.php
20553                 -
20554                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
20555                         count: 1
20556                         path: tests/classes/SqlQueryFormTest.php
20558                 -
20559                         message: "#^Parameter \\#1 \\$db of static method PhpMyAdmin\\\\Url\\:\\:getHiddenInputs\\(\\) expects array\\|string, mixed given\\.$#"
20560                         count: 1
20561                         path: tests/classes/SqlQueryFormTest.php
20563                 -
20564                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, mixed given\\.$#"
20565                         count: 1
20566                         path: tests/classes/SqlQueryFormTest.php
20568                 -
20569                         message: "#^Parameter \\#2 \\$table of static method PhpMyAdmin\\\\Url\\:\\:getHiddenInputs\\(\\) expects string, mixed given\\.$#"
20570                         count: 1
20571                         path: tests/classes/SqlQueryFormTest.php
20573                 -
20574                         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, \\.\\.\\.\\}\\.$#"
20575                         count: 1
20576                         path: tests/classes/SqlQueryFormTest.php
20578                 -
20579                         message: "#^Cannot access offset 'max_rows' on mixed\\.$#"
20580                         count: 3
20581                         path: tests/classes/SqlTest.php
20583                 -
20584                         message: "#^Cannot access offset 'pos' on mixed\\.$#"
20585                         count: 1
20586                         path: tests/classes/SqlTest.php
20588                 -
20589                         message: "#^Cannot access offset 'tmpval' on mixed\\.$#"
20590                         count: 4
20591                         path: tests/classes/SqlTest.php
20593                 -
20594                         message: "#^Parameter \\#2 \\$db of static method PhpMyAdmin\\\\ParseAnalyze\\:\\:sqlQuery\\(\\) expects string, mixed given\\.$#"
20595                         count: 18
20596                         path: tests/classes/SqlTest.php
20598                 -
20599                         message: "#^Dynamic call to static method PhpMyAdmin\\\\StorageEngine\\:\\:getArray\\(\\)\\.$#"
20600                         count: 1
20601                         path: tests/classes/StorageEngineTest.php
20603                 -
20604                         message: "#^Dynamic call to static method PhpMyAdmin\\\\StorageEngine\\:\\:getStorageEngines\\(\\)\\.$#"
20605                         count: 1
20606                         path: tests/classes/StorageEngineTest.php
20608                 -
20609                         message: "#^Dynamic call to static method PhpMyAdmin\\\\StorageEngine\\:\\:isValid\\(\\)\\.$#"
20610                         count: 4
20611                         path: tests/classes/StorageEngineTest.php
20613                 -
20614                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Stubs\\\\DbiDummy\\:\\:affectedRows\\(\\) should return int\\|numeric\\-string but returns mixed\\.$#"
20615                         count: 1
20616                         path: tests/classes/Stubs/DbiDummy.php
20618                 -
20619                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Stubs\\\\DbiDummy\\:\\:connect\\(\\) never returns null so it can be removed from the return type\\.$#"
20620                         count: 1
20621                         path: tests/classes/Stubs/DbiDummy.php
20623                 -
20624                         message: "#^Foreach overwrites \\$value with its value variable\\.$#"
20625                         count: 1
20626                         path: tests/classes/Stubs/ResponseRenderer.php
20628                 -
20629                         message: "#^Call to an undefined method PhpMyAdmin\\\\DatabaseInterface\\:\\:expects\\(\\)\\.$#"
20630                         count: 1
20631                         path: tests/classes/Table/IndexesTest.php
20633                 -
20634                         message: "#^Cannot call method method\\(\\) on mixed\\.$#"
20635                         count: 1
20636                         path: tests/classes/Table/IndexesTest.php
20638                 -
20639                         message: "#^Cannot call method willReturn\\(\\) on mixed\\.$#"
20640                         count: 1
20641                         path: tests/classes/Table/IndexesTest.php
20643                 -
20644                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20645                         count: 1
20646                         path: tests/classes/Table/IndexesTest.php
20648                 -
20649                         message: "#^Parameter \\#4 \\$db of method PhpMyAdmin\\\\Table\\\\Indexes\\:\\:doSaveData\\(\\) expects string, mixed given\\.$#"
20650                         count: 2
20651                         path: tests/classes/Table/IndexesTest.php
20653                 -
20654                         message: "#^Parameter \\#5 \\$table of method PhpMyAdmin\\\\Table\\\\Indexes\\:\\:doSaveData\\(\\) expects string, mixed given\\.$#"
20655                         count: 2
20656                         path: tests/classes/Table/IndexesTest.php
20658                 -
20659                         message: "#^Call to an undefined method PhpMyAdmin\\\\DatabaseInterface\\:\\:expects\\(\\)\\.$#"
20660                         count: 4
20661                         path: tests/classes/Table/TableTest.php
20663                 -
20664                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Table\\\\\\\\Table' and PhpMyAdmin\\\\Table\\\\Table will always evaluate to true\\.$#"
20665                         count: 1
20666                         path: tests/classes/Table/TableTest.php
20668                 -
20669                         message: "#^Cannot access offset 'Key_name' on mixed\\.$#"
20670                         count: 1
20671                         path: tests/classes/Table/TableTest.php
20673                 -
20674                         message: "#^Cannot access offset 'SCHEMA_TABLES' on mixed\\.$#"
20675                         count: 1
20676                         path: tests/classes/Table/TableTest.php
20678                 -
20679                         message: "#^Cannot call method method\\(\\) on mixed\\.$#"
20680                         count: 4
20681                         path: tests/classes/Table/TableTest.php
20683                 -
20684                         message: "#^Cannot call method willReturn\\(\\) on mixed\\.$#"
20685                         count: 2
20686                         path: tests/classes/Table/TableTest.php
20688                 -
20689                         message: "#^Cannot call method willReturnMap\\(\\) on mixed\\.$#"
20690                         count: 2
20691                         path: tests/classes/Table/TableTest.php
20693                 -
20694                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20695                         count: 3
20696                         path: tests/classes/Table/TableTest.php
20698                 -
20699                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringNotContainsString\\(\\) expects string, mixed given\\.$#"
20700                         count: 1
20701                         path: tests/classes/Table/TableTest.php
20703                 -
20704                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with array will always evaluate to true\\.$#"
20705                         count: 1
20706                         path: tests/classes/Theme/ThemeManagerTest.php
20708                 -
20709                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with true will always evaluate to true\\.$#"
20710                         count: 1
20711                         path: tests/classes/Theme/ThemeManagerTest.php
20713                 -
20714                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Theme\\\\\\\\Theme' and PhpMyAdmin\\\\Theme\\\\Theme will always evaluate to true\\.$#"
20715                         count: 1
20716                         path: tests/classes/Theme/ThemeTest.php
20718                 -
20719                         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, \\.\\.\\.\\}\\.$#"
20720                         count: 4
20721                         path: tests/classes/Tracking/TrackerTest.php
20723                 -
20724                         message: "#^Cannot access offset 'statement' on mixed\\.$#"
20725                         count: 2
20726                         path: tests/classes/Tracking/TrackingTest.php
20728                 -
20729                         message: "#^Cannot access offset 'username' on mixed\\.$#"
20730                         count: 2
20731                         path: tests/classes/Tracking/TrackingTest.php
20733                 -
20734                         message: "#^Parameter \\#1 \\$db of static method PhpMyAdmin\\\\Url\\:\\:getHiddenInputs\\(\\) expects array\\|string, mixed given\\.$#"
20735                         count: 1
20736                         path: tests/classes/Tracking/TrackingTest.php
20738                 -
20739                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20740                         count: 5
20741                         path: tests/classes/Tracking/TrackingTest.php
20743                 -
20744                         message: "#^Cannot access offset 'sql' on mixed\\.$#"
20745                         count: 1
20746                         path: tests/classes/TransformationsTest.php
20748                 -
20749                         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, \\.\\.\\.\\}\\.$#"
20750                         count: 1
20751                         path: tests/classes/TransformationsTest.php
20753                 -
20754                         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'\\}\\.$#"
20755                         count: 1
20756                         path: tests/classes/TransformationsTest.php
20758                 -
20759                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, mixed given\\.$#"
20760                         count: 1
20761                         path: tests/classes/Triggers/TriggersTest.php
20763                 -
20764                         message: "#^Method PhpMyAdmin\\\\Tests\\\\TwoFactorTest\\:\\:loadResultForConfig\\(\\) has parameter \\$config with no value type specified in iterable type array\\.$#"
20765                         count: 1
20766                         path: tests/classes/TwoFactorTest.php
20768                 -
20769                         message: "#^Missing call to parent\\:\\:tearDown\\(\\) method\\.$#"
20770                         count: 1
20771                         path: tests/classes/TwoFactorTest.php
20773                 -
20774                         message: "#^Parameter \\#1 \\$secret of method PragmaRX\\\\Google2FA\\\\Google2FA\\:\\:oathTotp\\(\\) expects string, mixed given\\.$#"
20775                         count: 2
20776                         path: tests/classes/TwoFactorTest.php
20778                 -
20779                         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, \\.\\.\\.\\}\\.$#"
20780                         count: 1
20781                         path: tests/classes/TwoFactorTest.php
20783                 -
20784                         message: "#^Class PhpMyAdmin\\\\Tests\\\\TypesByDatabaseVersionTest has an uninitialized property \\$object\\. Give it default value or assign it in the constructor\\.$#"
20785                         count: 1
20786                         path: tests/classes/TypesByDatabaseVersionTest.php
20788                 -
20789                         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, \\.\\.\\.\\}\\.$#"
20790                         count: 4
20791                         path: tests/classes/UrlTest.php
20793                 -
20794                         message: "#^Method PhpMyAdmin\\\\Tests\\\\UserPasswordTest\\:\\:providerSetChangePasswordMsg\\(\\) should return array\\<array\\{bool, PhpMyAdmin\\\\Message, string, string, string\\}\\> but returns array\\{array\\{false, PhpMyAdmin\\\\Message, true, '', ''\\}, array\\{true, PhpMyAdmin\\\\Message, false, '', ''\\}, array\\{true, PhpMyAdmin\\\\Message, false, 'a', ''\\}, array\\{true, PhpMyAdmin\\\\Message, false, '', 'a'\\}, array\\{true, PhpMyAdmin\\\\Message, false, 'a', 'b'\\}, array\\{true, PhpMyAdmin\\\\Message, false, literal\\-string&non\\-falsy\\-string, literal\\-string&non\\-falsy\\-string\\}, array\\{false, PhpMyAdmin\\\\Message, false, literal\\-string&non\\-falsy\\-string, literal\\-string&non\\-falsy\\-string\\}\\}\\.$#"
20795                         count: 1
20796                         path: tests/classes/UserPasswordTest.php
20798                 -
20799                         message: "#^Cannot access offset 'db' on mixed\\.$#"
20800                         count: 2
20801                         path: tests/classes/UserPreferencesTest.php
20803                 -
20804                         message: "#^Cannot access offset 'server_2' on mixed\\.$#"
20805                         count: 1
20806                         path: tests/classes/UserPreferencesTest.php
20808                 -
20809                         message: "#^Cannot access offset 'ts' on mixed\\.$#"
20810                         count: 1
20811                         path: tests/classes/UserPreferencesTest.php
20813                 -
20814                         message: "#^Cannot access offset 'userprefs' on mixed\\.$#"
20815                         count: 1
20816                         path: tests/classes/UserPreferencesTest.php
20818                 -
20819                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, mixed given\\.$#"
20820                         count: 1
20821                         path: tests/classes/UserPreferencesTest.php
20823                 -
20824                         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, \\.\\.\\.\\}\\.$#"
20825                         count: 2
20826                         path: tests/classes/UserPreferencesTest.php
20828                 -
20829                         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'\\}\\.$#"
20830                         count: 1
20831                         path: tests/classes/UserPreferencesTest.php
20833                 -
20834                         message: "#^Cannot access offset 'is_superuser' on mixed\\.$#"
20835                         count: 1
20836                         path: tests/classes/UtilTest.php
20838                 -
20839                         message: "#^Cannot access offset 'mysql_cur_user' on mixed\\.$#"
20840                         count: 1
20841                         path: tests/classes/UtilTest.php
20843                 -
20844                         message: "#^Cannot access offset 'server_server' on mixed\\.$#"
20845                         count: 4
20846                         path: tests/classes/UtilTest.php
20848                 -
20849                         message: "#^Casting to string something that's already string\\.$#"
20850                         count: 1
20851                         path: tests/classes/UtilTest.php
20853                 -
20854                         message: "#^Method PhpMyAdmin\\\\Tests\\\\UtilTest\\:\\:providerForTestGetMySQLDocuURL\\(\\) should return array\\<int, array\\{string, string, int, string\\}\\> but returns array\\{array\\{'ALTER_TABLE', 'alter\\-table\\-index', '8\\.0\\.0', 'index\\.php\\?route\\=…'\\}, array\\{'ALTER_TABLE', 'alter\\-table\\-index', '5\\.7\\.0', 'index\\.php\\?route\\=…'\\}, array\\{'', 'alter\\-table\\-index', '5\\.6\\.0', 'index\\.php\\?route\\=…'\\}, array\\{'ALTER_TABLE', '', '5\\.5\\.0', 'index\\.php\\?route\\=…'\\}, array\\{'', '', '5\\.7\\.0', 'index\\.php\\?route\\=…'\\}\\}\\.$#"
20855                         count: 1
20856                         path: tests/classes/UtilTest.php
20858                 -
20859                         message: "#^Parameter \\#2 \\$array of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
20860                         count: 2
20861                         path: tests/classes/UtilTest.php
20863                 -
20864                         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, \\.\\.\\.\\}\\.$#"
20865                         count: 1
20866                         path: tests/classes/UtilTest.php
20868                 -
20869                         message: "#^Only booleans are allowed in a negated boolean, string\\|false given\\.$#"
20870                         count: 2
20871                         path: tests/classes/Utils/HttpRequestTest.php
20873                 -
20874                         message: "#^Parameter \\#1 \\$haystack of function stripos expects string, mixed given\\.$#"
20875                         count: 2
20876                         path: tests/classes/Utils/HttpRequestTest.php
20878                 -
20879                         message: "#^Parameter \\#1 \\$needle of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20880                         count: 1
20881                         path: tests/classes/Utils/HttpRequestTest.php
20883                 -
20884                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, mixed given\\.$#"
20885                         count: 1
20886                         path: tests/classes/Utils/HttpRequestTest.php
20888                 -
20889                         message: "#^Cannot access offset 'server_server' on mixed\\.$#"
20890                         count: 4
20891                         path: tests/classes/Utils/SessionCacheTest.php
20893                 -
20894                         message: "#^Cannot access offset 'test_data' on mixed\\.$#"
20895                         count: 1
20896                         path: tests/classes/Utils/SessionCacheTest.php
20898                 -
20899                         message: "#^Cannot access offset 'test_data_3' on mixed\\.$#"
20900                         count: 1
20901                         path: tests/classes/Utils/SessionCacheTest.php
20903                 -
20904                         message: "#^Parameter \\#2 \\$array of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayNotHasKey\\(\\) expects array\\|ArrayAccess, mixed given\\.$#"
20905                         count: 2
20906                         path: tests/classes/Utils/SessionCacheTest.php
20908                 -
20909                         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, \\.\\.\\.\\}\\.$#"
20910                         count: 5
20911                         path: tests/classes/Utils/SessionCacheTest.php
20913                 -
20914                         message: "#^Cannot access offset 'version_check' on mixed\\.$#"
20915                         count: 1
20916                         path: tests/classes/VersionInformationTest.php
20918                 -
20919                         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, \\.\\.\\.\\}\\.$#"
20920                         count: 3
20921                         path: tests/classes/VersionInformationTest.php
20923                 -
20924                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsBool\\(\\) with true will always evaluate to true\\.$#"
20925                         count: 1
20926                         path: tests/classes/VersionTest.php
20928                 -
20929                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsInt\\(\\) with 0 will always evaluate to true\\.$#"
20930                         count: 2
20931                         path: tests/classes/VersionTest.php
20933                 -
20934                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsInt\\(\\) with 6 will always evaluate to true\\.$#"
20935                         count: 1
20936                         path: tests/classes/VersionTest.php
20938                 -
20939                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsString\\(\\) with 'dev' will always evaluate to true\\.$#"
20940                         count: 1
20941                         path: tests/classes/VersionTest.php
20943                 -
20944                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsString\\(\\) with non\\-falsy\\-string will always evaluate to true\\.$#"
20945                         count: 1
20946                         path: tests/classes/VersionTest.php
20948                 -
20949                         message: "#^Call to function base64_decode\\(\\) requires parameter \\#2 to be set\\.$#"
20950                         count: 1
20951                         path: tests/classes/WebAuthn/CBORDecoderTest.php
20953                 -
20954                         message: "#^Cannot access offset 'Console' on mixed\\.$#"
20955                         count: 1
20956                         path: tests/config.e2e.inc.php
20958                 -
20959                         message: "#^Cannot access offset 'Mode' on mixed\\.$#"
20960                         count: 1
20961                         path: tests/config.e2e.inc.php
20963                 -
20964                         message: "#^Cannot access offset 'Servers' on mixed\\.$#"
20965                         count: 3
20966                         path: tests/config.e2e.inc.php
20968                 -
20969                         message: "#^Cannot access offset 'UploadDir' on mixed\\.$#"
20970                         count: 1
20971                         path: tests/config.e2e.inc.php
20973                 -
20974                         message: "#^Cannot access offset 'auth_type' on mixed\\.$#"
20975                         count: 1
20976                         path: tests/config.e2e.inc.php
20978                 -
20979                         message: "#^Cannot access offset 'host' on mixed\\.$#"
20980                         count: 1
20981                         path: tests/config.e2e.inc.php
20983                 -
20984                         message: "#^Cannot access offset 'verbose' on mixed\\.$#"
20985                         count: 1
20986                         path: tests/config.e2e.inc.php
20988                 -
20989                         message: "#^Cannot access offset 1 on mixed\\.$#"
20990                         count: 2
20991                         path: tests/config.e2e.inc.php
20993                 -
20994                         message: "#^Implicit array creation is not allowed \\- variable \\$cfg might not exist\\.$#"
20995                         count: 1
20996                         path: tests/config.e2e.inc.php
20998                 -
20999                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNotNull\\(\\) with Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement will always evaluate to true\\.$#"
21000                         count: 1
21001                         path: tests/selenium/Database/OperationsTest.php
21003                 -
21004                         message: "#^Call to function is_string\\(\\) with non\\-falsy\\-string will always evaluate to true\\.$#"
21005                         count: 2
21006                         path: tests/selenium/TestBase.php
21008                 -
21009                         message: "#^Cannot access property \\$public_url on mixed\\.$#"
21010                         count: 1
21011                         path: tests/selenium/TestBase.php
21013                 -
21014                         message: "#^Class PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase has an uninitialized property \\$sessionId\\. Give it default value or assign it in the constructor\\.$#"
21015                         count: 1
21016                         path: tests/selenium/TestBase.php
21018                 -
21019                         message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
21020                         count: 5
21021                         path: tests/selenium/TestBase.php
21023                 -
21024                         message: "#^Only booleans are allowed in &&, string given on the left side\\.$#"
21025                         count: 2
21026                         path: tests/selenium/TestBase.php
21028                 -
21029                         message: "#^Only booleans are allowed in a negated boolean, int\\|false given\\.$#"
21030                         count: 1
21031                         path: tests/selenium/TestBase.php
21033                 -
21034                         message: "#^Only booleans are allowed in a negated boolean, string\\|null given\\.$#"
21035                         count: 1
21036                         path: tests/selenium/TestBase.php
21038                 -
21039                         message: "#^Only booleans are allowed in an elseif condition, string\\|false given\\.$#"
21040                         count: 1
21041                         path: tests/selenium/TestBase.php
21043                 -
21044                         message: "#^Only booleans are allowed in an if condition, int given\\.$#"
21045                         count: 2
21046                         path: tests/selenium/TestBase.php
21048                 -
21049                         message: "#^Only booleans are allowed in an if condition, string\\|false given\\.$#"
21050                         count: 2
21051                         path: tests/selenium/TestBase.php
21053                 -
21054                         message: "#^Parameter \\#1 \\$by of method Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebDriver\\:\\:findElement\\(\\) expects Facebook\\\\WebDriver\\\\WebDriverBy, mixed given\\.$#"
21055                         count: 1
21056                         path: tests/selenium/TestBase.php
21058                 -
21059                         message: "#^Parameter \\#1 \\$by of static method Facebook\\\\WebDriver\\\\WebDriverExpectedCondition\\:\\:presenceOfElementLocated\\(\\) expects Facebook\\\\WebDriver\\\\WebDriverBy, mixed given\\.$#"
21060                         count: 2
21061                         path: tests/selenium/TestBase.php
21063                 -
21064                         message: "#^Parameter \\#1 \\$by of static method Facebook\\\\WebDriver\\\\WebDriverExpectedCondition\\:\\:visibilityOfElementLocated\\(\\) expects Facebook\\\\WebDriver\\\\WebDriverBy, mixed given\\.$#"
21065                         count: 1
21066                         path: tests/selenium/TestBase.php
21068                 -
21069                         message: "#^Parameter \\#1 \\$handle of method Facebook\\\\WebDriver\\\\Remote\\\\RemoteTargetLocator\\:\\:window\\(\\) expects string, mixed given\\.$#"
21070                         count: 3
21071                         path: tests/selenium/TestBase.php
21073                 -
21074                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:\\$sqlWindowHandle \\(string\\|null\\) does not accept mixed\\.$#"
21075                         count: 1
21076                         path: tests/selenium/TestBase.php
21078                 -
21079                         message: "#^Strict comparison using \\!\\=\\= between Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebDriver and null will always evaluate to true\\.$#"
21080                         count: 1
21081                         path: tests/selenium/TestBase.php
21083                 -
21084                         message: "#^Strict comparison using \\=\\=\\= between Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebDriver and null will always evaluate to false\\.$#"
21085                         count: 1
21086                         path: tests/selenium/TestBase.php
21088                 -
21089                         message: "#^Variable static method call on Facebook\\\\WebDriver\\\\WebDriverBy\\.$#"
21090                         count: 4
21091                         path: tests/selenium/TestBase.php
21093                 -
21094                         message: "#^Cannot access offset 'Servers' on mixed\\.$#"
21095                         count: 5
21096                         path: tests/test_data/config.inc.php
21098                 -
21099                         message: "#^Cannot access offset 'auth_type' on mixed\\.$#"
21100                         count: 1
21101                         path: tests/test_data/config.inc.php
21103                 -
21104                         message: "#^Cannot access offset 'host' on mixed\\.$#"
21105                         count: 1
21106                         path: tests/test_data/config.inc.php
21108                 -
21109                         message: "#^Cannot access offset 'port' on mixed\\.$#"
21110                         count: 1
21111                         path: tests/test_data/config.inc.php
21113                 -
21114                         message: "#^Cannot access offset 'socket' on mixed\\.$#"
21115                         count: 1
21116                         path: tests/test_data/config.inc.php
21118                 -
21119                         message: "#^Cannot access offset 'verbose' on mixed\\.$#"
21120                         count: 1
21121                         path: tests/test_data/config.inc.php
21123                 -
21124                         message: "#^Cannot access offset 1 on mixed\\.$#"
21125                         count: 5
21126                         path: tests/test_data/config.inc.php
21128                 -
21129                         message: "#^Implicit array creation is not allowed \\- variable \\$cfg might not exist\\.$#"
21130                         count: 1
21131                         path: tests/test_data/config.inc.php