Merge branch 'QA_5_0'
[phpmyadmin.git] / phpstan-baseline.neon
blobafa84e84da8c0d4466f5fb5be69f9826fce15273
1 parameters:
2         ignoreErrors:
3                 -
4                         message: "#^Parameter \\#1 \\$function of function register_shutdown_function expects callable\\(\\)\\: void, Closure\\(\\)\\: mixed given\\.$#"
5                         count: 1
6                         path: js/messages.php
8                 -
9                         message: "#^Property PhpMyAdmin\\\\Advisor\\:\\:\\$dbi has no typehint specified\\.$#"
10                         count: 1
11                         path: libraries/classes/Advisor.php
13                 -
14                         message: "#^Property PhpMyAdmin\\\\Advisor\\:\\:\\$variables has no typehint specified\\.$#"
15                         count: 1
16                         path: libraries/classes/Advisor.php
18                 -
19                         message: "#^Property PhpMyAdmin\\\\Advisor\\:\\:\\$globals has no typehint specified\\.$#"
20                         count: 1
21                         path: libraries/classes/Advisor.php
23                 -
24                         message: "#^Property PhpMyAdmin\\\\Advisor\\:\\:\\$parseResult has no typehint specified\\.$#"
25                         count: 1
26                         path: libraries/classes/Advisor.php
28                 -
29                         message: "#^Property PhpMyAdmin\\\\Advisor\\:\\:\\$runResult has no typehint specified\\.$#"
30                         count: 1
31                         path: libraries/classes/Advisor.php
33                 -
34                         message: "#^Property PhpMyAdmin\\\\Advisor\\:\\:\\$expression has no typehint specified\\.$#"
35                         count: 1
36                         path: libraries/classes/Advisor.php
38                 -
39                         message: "#^Method PhpMyAdmin\\\\Advisor\\:\\:escapePercent\\(\\) should return string but returns string\\|null\\.$#"
40                         count: 1
41                         path: libraries/classes/Advisor.php
43                 -
44                         message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|null given\\.$#"
45                         count: 1
46                         path: libraries/classes/Advisor.php
48                 -
49                         message: "#^Cannot access offset 'db' on array\\|true\\.$#"
50                         count: 4
51                         path: libraries/classes/Bookmark.php
53                 -
54                         message: "#^Cannot access offset 'table' on array\\|true\\.$#"
55                         count: 4
56                         path: libraries/classes/Bookmark.php
58                 -
59                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
60                         count: 1
61                         path: libraries/classes/Bookmark.php
63                 -
64                         message: "#^Method PhpMyAdmin\\\\Bookmark\\:\\:applyVariables\\(\\) should return string but returns string\\|null\\.$#"
65                         count: 1
66                         path: libraries/classes/Bookmark.php
68                 -
69                         message: "#^Cannot access offset 'user' on array\\|true\\.$#"
70                         count: 2
71                         path: libraries/classes/Bookmark.php
73                 -
74                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:escapeString\\(\\) expects string, string\\|true given\\.$#"
75                         count: 1
76                         path: libraries/classes/Bookmark.php
78                 -
79                         message: "#^Parameter \\#3 \\$row of static method PhpMyAdmin\\\\Bookmark\\:\\:createFromRow\\(\\) expects array, array\\|true given\\.$#"
80                         count: 1
81                         path: libraries/classes/Bookmark.php
83                 -
84                         message: "#^Parameter \\#3 \\$pageNow of static method PhpMyAdmin\\\\Util\\:\\:pageselector\\(\\) expects int, float given\\.$#"
85                         count: 1
86                         path: libraries/classes/BrowseForeigners.php
88                 -
89                         message: "#^Parameter \\#4 \\$nbTotalPage of static method PhpMyAdmin\\\\Util\\:\\:pageselector\\(\\) expects int, float\\|int given\\.$#"
90                         count: 1
91                         path: libraries/classes/BrowseForeigners.php
93                 -
94                         message: "#^Cannot access offset 'db' on array\\|true\\.$#"
95                         count: 8
96                         path: libraries/classes/CentralColumns.php
98                 -
99                         message: "#^Cannot access offset 'table' on array\\|true\\.$#"
100                         count: 8
101                         path: libraries/classes/CentralColumns.php
103                 -
104                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Message\\:\\:rawError\\(\\) expects string, bool\\|string given\\.$#"
105                         count: 2
106                         path: libraries/classes/CentralColumns.php
108                 -
109                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Message\\:\\:error\\(\\) expects string, bool\\|string given\\.$#"
110                         count: 2
111                         path: libraries/classes/CentralColumns.php
113                 -
114                         message: "#^Parameter \\#1 \\$message of method PhpMyAdmin\\\\Message\\:\\:addText\\(\\) expects string, bool\\|string given\\.$#"
115                         count: 1
116                         path: libraries/classes/CentralColumns.php
118                 -
119                         message: "#^Parameter \\#4 \\$nbTotalPage of static method PhpMyAdmin\\\\Util\\:\\:pageselector\\(\\) expects int, float\\|int\\<2, max\\> given\\.$#"
120                         count: 1
121                         path: libraries/classes/CentralColumns.php
123                 -
124                         message: "#^Cannot access offset 'Charset' on \\(array\\)\\|true\\.$#"
125                         count: 2
126                         path: libraries/classes/Charsets.php
128                 -
129                         message: "#^Parameter \\#1 \\$state of static method PhpMyAdmin\\\\Charsets\\\\Charset\\:\\:fromServer\\(\\) expects array, \\(array\\)\\|true given\\.$#"
130                         count: 1
131                         path: libraries/classes/Charsets.php
133                 -
134                         message: "#^Cannot access offset 'Collation' on \\(array\\)\\|true\\.$#"
135                         count: 1
136                         path: libraries/classes/Charsets.php
138                 -
139                         message: "#^Parameter \\#1 \\$state of static method PhpMyAdmin\\\\Charsets\\\\Collation\\:\\:fromServer\\(\\) expects array, \\(array\\)\\|true given\\.$#"
140                         count: 1
141                         path: libraries/classes/Charsets.php
143                 -
144                         message: "#^Strict comparison using \\=\\=\\= between array\\<int, string\\> and false will always evaluate to false\\.$#"
145                         count: 1
146                         path: libraries/classes/Charsets.php
148                 -
149                         message: "#^Cannot access offset 0 on \\(array\\)\\|true\\.$#"
150                         count: 1
151                         path: libraries/classes/CheckUserPrivileges.php
153                 -
154                         message: "#^Parameter \\#1 \\$str of function mb_substr expects string, bool\\|string given\\.$#"
155                         count: 1
156                         path: libraries/classes/CheckUserPrivileges.php
158                 -
159                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$default_source_mtime has no typehint specified\\.$#"
160                         count: 1
161                         path: libraries/classes/Config.php
163                 -
164                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$set_mtime has no typehint specified\\.$#"
165                         count: 1
166                         path: libraries/classes/Config.php
168                 -
169                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|false given\\.$#"
170                         count: 1
171                         path: libraries/classes/Config.php
173                 -
174                         message: "#^Parameter \\#2 \\$str of function explode expects string, string\\|false given\\.$#"
175                         count: 2
176                         path: libraries/classes/Config.php
178                 -
179                         message: "#^Parameter \\#1 \\$character of function ord expects string, string\\|false given\\.$#"
180                         count: 2
181                         path: libraries/classes/Config.php
183                 -
184                         message: "#^Parameter \\#1 \\$data of function gzuncompress expects string, string\\|false given\\.$#"
185                         count: 1
186                         path: libraries/classes/Config.php
188                 -
189                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, string\\|true given\\.$#"
190                         count: 1
191                         path: libraries/classes/Config.php
193                 -
194                         message: "#^Parameter \\#1 \\$new_error_level of function error_reporting expects int, int\\|null given\\.$#"
195                         count: 2
196                         path: libraries/classes/Config.php
198                 -
199                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$source_mtime \\(int\\) does not accept int\\|false\\.$#"
200                         count: 1
201                         path: libraries/classes/Config.php
203                 -
204                         message: "#^Parameter \\#1 \\$str of function strtolower expects string, string\\|false given\\.$#"
205                         count: 1
206                         path: libraries/classes/Config.php
208                 -
209                         message: "#^Cannot access offset 'path' on array\\(\\)\\|array\\('scheme' \\=\\> string, 'host' \\=\\> string, 'port' \\=\\> int, 'user' \\=\\> string, 'pass' \\=\\> string, 'path' \\=\\> string, 'query' \\=\\> string, 'fragment' \\=\\> string\\)\\|false\\.$#"
210                         count: 1
211                         path: libraries/classes/Config.php
213                 -
214                         message: "#^Method PhpMyAdmin\\\\Config\\:\\:getUploadTempDir\\(\\) should return string\\|null but returns string\\|false\\.$#"
215                         count: 1
216                         path: libraries/classes/Config.php
218                 -
219                         message: "#^Parameter \\#2 \\$array of static method PhpMyAdmin\\\\Core\\:\\:arrayRead\\(\\) expects array, array\\|null given\\.$#"
220                         count: 1
221                         path: libraries/classes/Config/ConfigFile.php
223                 -
224                         message: "#^Empty array passed to foreach\\.$#"
225                         count: 1
226                         path: libraries/classes/Config/ConfigFile.php
228                 -
229                         message: "#^Method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getCanonicalPath\\(\\) should return string but returns string\\|null\\.$#"
230                         count: 1
231                         path: libraries/classes/Config/ConfigFile.php
233                 -
234                         message: "#^Property PhpMyAdmin\\\\Config\\\\Form\\:\\:\\$index \\(int\\) does not accept int\\|null\\.$#"
235                         count: 1
236                         path: libraries/classes/Config/Form.php
238                 -
239                         message: "#^Method PhpMyAdmin\\\\Config\\\\Form\\:\\:getOptionValueList\\(\\) should return array but returns array\\|false\\.$#"
240                         count: 1
241                         path: libraries/classes/Config/Form.php
243                 -
244                         message: "#^Empty array passed to foreach\\.$#"
245                         count: 1
246                         path: libraries/classes/Config/Form.php
248                 -
249                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getValue\\(\\) expects string, int\\|string\\|false given\\.$#"
250                         count: 1
251                         path: libraries/classes/Config/FormDisplay.php
253                 -
254                         message: "#^Parameter \\#4 \\$workPath of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:_displayFieldInput\\(\\) expects string, int\\|string\\|false given\\.$#"
255                         count: 1
256                         path: libraries/classes/Config/FormDisplay.php
258                 -
259                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:set\\(\\) expects string, int\\|string given\\.$#"
260                         count: 2
261                         path: libraries/classes/Config/FormDisplay.php
263                 -
264                         message: "#^Call to function is_bool\\(\\) with string will always evaluate to false\\.$#"
265                         count: 2
266                         path: libraries/classes/Config/FormDisplay.php
268                 -
269                         message: "#^Parameter \\#2 \\$type of function settype expects string, string\\|null given\\.$#"
270                         count: 1
271                         path: libraries/classes/Config/FormDisplay.php
273                 -
274                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, int\\|string\\|false given\\.$#"
275                         count: 1
276                         path: libraries/classes/Config/FormDisplay.php
278                 -
279                         message: "#^Offset 'values' does not exist on array\\|null\\.$#"
280                         count: 1
281                         path: libraries/classes/Config/FormDisplayTemplate.php
283                 -
284                         message: "#^Offset 'errors' does not exist on array\\|null\\.$#"
285                         count: 1
286                         path: libraries/classes/Config/FormDisplayTemplate.php
288                 -
289                         message: "#^Property PhpMyAdmin\\\\Config\\\\Forms\\\\BaseFormList\\:\\:\\$all has no typehint specified\\.$#"
290                         count: 1
291                         path: libraries/classes/Config/Forms/BaseFormList.php
293                 -
294                         message: "#^Cannot call static method getFields\\(\\) on string\\|null\\.$#"
295                         count: 1
296                         path: libraries/classes/Config/Forms/BaseFormList.php
298                 -
299                         message: "#^Result of && is always false\\.$#"
300                         count: 1
301                         path: libraries/classes/Config/ServerConfigChecks.php
303                 -
304                         message: "#^Strict comparison using \\=\\=\\= between string and null will always evaluate to false\\.$#"
305                         count: 1
306                         path: libraries/classes/Config/ServerConfigChecks.php
308                 -
309                         message: "#^Parameter \\#1 \\$function of function call_user_func_array expects callable\\(\\)\\: mixed, string given\\.$#"
310                         count: 1
311                         path: libraries/classes/Config/Validator.php
313                 -
314                         message: "#^Parameter \\#2 \\$parameters of function call_user_func_array expects array\\<int, mixed\\>, array\\<int\\|string, mixed\\> given\\.$#"
315                         count: 1
316                         path: libraries/classes/Config/Validator.php
318                 -
319                         message: "#^Else branch is unreachable because previous condition is always true\\.$#"
320                         count: 1
321                         path: libraries/classes/Config/Validator.php
323                 -
324                         message: "#^Parameter \\#3 \\$password of function mysql_connect expects string, string\\|null given\\.$#"
325                         count: 1
326                         path: libraries/classes/Config/Validator.php
328                 -
329                         message: "#^Parameter \\#3 \\$passwd of function mysqli_connect expects string, string\\|null given\\.$#"
330                         count: 1
331                         path: libraries/classes/Config/Validator.php
333                 -
334                         message: "#^Parameter \\#4 \\$dbname of function mysqli_connect expects string, null given\\.$#"
335                         count: 1
336                         path: libraries/classes/Config/Validator.php
338                 -
339                         message: "#^Parameter \\#5 \\$port of function mysqli_connect expects int, string\\|null given\\.$#"
340                         count: 1
341                         path: libraries/classes/Config/Validator.php
343                 -
344                         message: "#^Parameter \\#6 \\$socket of function mysqli_connect expects string, string\\|null given\\.$#"
345                         count: 1
346                         path: libraries/classes/Config/Validator.php
348                 -
349                         message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge expects array, array\\|false given\\.$#"
350                         count: 2
351                         path: libraries/classes/Config/Validator.php
353                 -
354                         message: "#^Argument of an invalid type array\\|object supplied for foreach, only iterables are supported\\.$#"
355                         count: 1
356                         path: libraries/classes/Config/Validator.php
358                 -
359                         message: "#^Parameter \\#5 \\$foreign_limit of method PhpMyAdmin\\\\Relation\\:\\:getForeignData\\(\\) expects string, string\\|null given\\.$#"
360                         count: 1
361                         path: libraries/classes/Controllers/BrowseForeignersController.php
363                 -
364                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, string\\|false given\\.$#"
365                         count: 1
366                         path: libraries/classes/Controllers/ChangeLogController.php
368                 -
369                         message: "#^Cannot access offset 'foreign_table' on \\(array\\)\\|true\\.$#"
370                         count: 1
371                         path: libraries/classes/Controllers/Database/DataDictionaryController.php
373                 -
374                         message: "#^Cannot access offset 'foreign_field' on \\(array\\)\\|true\\.$#"
375                         count: 1
376                         path: libraries/classes/Controllers/Database/DataDictionaryController.php
378                 -
379                         message: "#^Cannot access offset mixed on array\\|bool\\.$#"
380                         count: 1
381                         path: libraries/classes/Controllers/Database/DataDictionaryController.php
383                 -
384                         message: "#^Parameter \\#1 \\$state of method PhpMyAdmin\\\\Response\\:\\:setRequestStatus\\(\\) expects bool, bool\\|string\\|null given\\.$#"
385                         count: 1
386                         path: libraries/classes/Controllers/Database/DesignerController.php
388                 -
389                         message: "#^Parameter \\#1 \\$state of method PhpMyAdmin\\\\Response\\:\\:setRequestStatus\\(\\) expects bool, bool\\|string given\\.$#"
390                         count: 1
391                         path: libraries/classes/Controllers/Database/DesignerController.php
393                 -
394                         message: "#^Argument of an invalid type array\\|null supplied for foreach, only iterables are supported\\.$#"
395                         count: 1
396                         path: libraries/classes/Controllers/Database/DesignerController.php
398                 -
399                         message: "#^Parameter \\#9 \\$selectedPage of method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getHtmlForMain\\(\\) expects string, string\\|null given\\.$#"
400                         count: 1
401                         path: libraries/classes/Controllers/Database/DesignerController.php
403                 -
404                         message: "#^Negated boolean expression is always true\\.$#"
405                         count: 6
406                         path: libraries/classes/Controllers/Database/OperationsController.php
408                 -
409                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, null given\\.$#"
410                         count: 1
411                         path: libraries/classes/Controllers/Database/OperationsController.php
413                 -
414                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
415                         count: 1
416                         path: libraries/classes/Controllers/Database/StructureController.php
418                 -
419                         message: "#^Parameter \\#4 \\$formatted_size of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getValuesForAriaTable\\(\\) expects int, string given\\.$#"
420                         count: 1
421                         path: libraries/classes/Controllers/Database/StructureController.php
423                 -
424                         message: "#^Parameter \\#6 \\$formatted_overhead of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getValuesForAriaTable\\(\\) expects int, string given\\.$#"
425                         count: 1
426                         path: libraries/classes/Controllers/Database/StructureController.php
428                 -
429                         message: "#^Expression \"null\" on a separate line does not do anything\\.$#"
430                         count: 1
431                         path: libraries/classes/Controllers/ExportController.php
433                 -
434                         message: "#^Parameter \\#2 \\$dump_buffer of method PhpMyAdmin\\\\Export\\:\\:closeFile\\(\\) expects string, array\\|bool\\|string given\\.$#"
435                         count: 1
436                         path: libraries/classes/Controllers/ExportController.php
438                 -
439                         message: "#^Parameter \\#1 \\(array\\|bool\\|string\\) of echo cannot be converted to string\\.$#"
440                         count: 1
441                         path: libraries/classes/Controllers/ExportController.php
443                 -
444                         message: "#^Cannot call method generateParams\\(\\) on PhpMyAdmin\\\\Gis\\\\GisGeometryCollection\\|PhpMyAdmin\\\\Gis\\\\GisLineString\\|PhpMyAdmin\\\\Gis\\\\GisMultiLineString\\|PhpMyAdmin\\\\Gis\\\\GisMultiPoint\\|PhpMyAdmin\\\\Gis\\\\GisMultiPolygon\\|PhpMyAdmin\\\\Gis\\\\GisPoint\\|PhpMyAdmin\\\\Gis\\\\GisPolygon\\|false\\.$#"
445                         count: 1
446                         path: libraries/classes/Controllers/GisDataEditorController.php
448                 -
449                         message: "#^Cannot call method generateWkt\\(\\) on PhpMyAdmin\\\\Gis\\\\GisGeometryCollection\\|PhpMyAdmin\\\\Gis\\\\GisLineString\\|PhpMyAdmin\\\\Gis\\\\GisMultiLineString\\|PhpMyAdmin\\\\Gis\\\\GisMultiPoint\\|PhpMyAdmin\\\\Gis\\\\GisMultiPolygon\\|PhpMyAdmin\\\\Gis\\\\GisPoint\\|PhpMyAdmin\\\\Gis\\\\GisPolygon\\|false\\.$#"
450                         count: 2
451                         path: libraries/classes/Controllers/GisDataEditorController.php
453                 -
454                         message: "#^Cannot access offset 'user' on array\\|bool\\.$#"
455                         count: 3
456                         path: libraries/classes/Controllers/ImportController.php
458                 -
459                         message: "#^Parameter \\#1 \\$error_message of method PhpMyAdmin\\\\Import\\:\\:stop\\(\\) expects PhpMyAdmin\\\\Message, PhpMyAdmin\\\\Message\\|null given\\.$#"
460                         count: 2
461                         path: libraries/classes/Controllers/ImportController.php
463                 -
464                         message: "#^Negated boolean expression is always true\\.$#"
465                         count: 1
466                         path: libraries/classes/Controllers/ImportController.php
468                 -
469                         message: "#^Elseif condition is always false\\.$#"
470                         count: 2
471                         path: libraries/classes/Controllers/ImportController.php
473                 -
474                         message: "#^Left side of && is always false\\.$#"
475                         count: 1
476                         path: libraries/classes/Controllers/ImportController.php
478                 -
479                         message: "#^If condition is always false\\.$#"
480                         count: 1
481                         path: libraries/classes/Controllers/ImportController.php
483                 -
484                         message: "#^Else branch is unreachable because previous condition is always true\\.$#"
485                         count: 1
486                         path: libraries/classes/Controllers/ImportController.php
488                 -
489                         message: "#^Parameter \\#1 \\$file_name of method PhpMyAdmin\\\\UserPreferences\\:\\:redirect\\(\\) expects string, string\\|false given\\.$#"
490                         count: 1
491                         path: libraries/classes/Controllers/Preferences/ManageController.php
493                 -
494                         message: "#^Property PhpMyAdmin\\\\Controllers\\\\Server\\\\BinlogController\\:\\:\\$binaryLogs has no typehint specified\\.$#"
495                         count: 1
496                         path: libraries/classes/Controllers/Server/BinlogController.php
498                 -
499                         message: "#^Argument of an invalid type array\\|null supplied for foreach, only iterables are supported\\.$#"
500                         count: 1
501                         path: libraries/classes/Controllers/Server/CollationsController.php
503                 -
504                         message: "#^Offset string does not exist on array\\|null\\.$#"
505                         count: 1
506                         path: libraries/classes/Controllers/Server/CollationsController.php
508                 -
509                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Message\\:\\:rawError\\(\\) expects string, bool\\|string given\\.$#"
510                         count: 1
511                         path: libraries/classes/Controllers/Server/DatabasesController.php
513                 -
514                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, null given\\.$#"
515                         count: 1
516                         path: libraries/classes/Controllers/Server/DatabasesController.php
518                 -
519                         message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
520                         count: 1
521                         path: libraries/classes/Controllers/Server/PrivilegesController.php
523                 -
524                         message: "#^Parameter \\#1 \\$input of function array_keys expects array, \\(array\\)\\|true given\\.$#"
525                         count: 1
526                         path: libraries/classes/Controllers/Server/Status/ProcessesController.php
528                 -
529                         message: "#^Parameter \\#1 \\$str of function mb_strtolower expects string, int\\|string given\\.$#"
530                         count: 1
531                         path: libraries/classes/Controllers/Server/Status/ProcessesController.php
533                 -
534                         message: "#^Possibly invalid array key type \\(array\\|string\\)\\.$#"
535                         count: 1
536                         path: libraries/classes/Controllers/Server/Status/QueriesController.php
538                 -
539                         message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|null given\\.$#"
540                         count: 7
541                         path: libraries/classes/Controllers/Server/Status/StatusController.php
543                 -
544                         message: "#^Cannot access offset 0 on \\(array\\)\\|true\\.$#"
545                         count: 1
546                         path: libraries/classes/Controllers/Server/VariablesController.php
548                 -
549                         message: "#^Cannot access offset 1 on \\(array\\)\\|true\\.$#"
550                         count: 1
551                         path: libraries/classes/Controllers/Server/VariablesController.php
553                 -
554                         message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|null given\\.$#"
555                         count: 2
556                         path: libraries/classes/Controllers/Server/VariablesController.php
558                 -
559                         message: "#^Cannot access offset 1 on array\\|bool\\.$#"
560                         count: 3
561                         path: libraries/classes/Controllers/Server/VariablesController.php
563                 -
564                         message: "#^Strict comparison using \\=\\=\\= between PhpMyAdmin\\\\Config\\\\Forms\\\\BaseForm and null will always evaluate to false\\.$#"
565                         count: 1
566                         path: libraries/classes/Controllers/Setup/FormController.php
568                 -
569                         message: "#^Instantiated class PhpMyAdmin\\\\Config\\\\Forms\\\\BaseForm is abstract\\.$#"
570                         count: 1
571                         path: libraries/classes/Controllers/Setup/FormController.php
573                 -
574                         message: "#^Argument of an invalid type array\\|null supplied for foreach, only iterables are supported\\.$#"
575                         count: 1
576                         path: libraries/classes/Controllers/Setup/HomeController.php
578                 -
579                         message: "#^Ternary operator condition is always false\\.$#"
580                         count: 1
581                         path: libraries/classes/Controllers/Setup/HomeController.php
583                 -
584                         message: "#^Parameter \\#1 \\$server of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServerDSN\\(\\) expects int, int\\|null given\\.$#"
585                         count: 1
586                         path: libraries/classes/Controllers/Setup/ServersController.php
588                 -
589                         message: "#^Parameter \\#1 \\$server of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:removeServer\\(\\) expects int, int\\|null given\\.$#"
590                         count: 1
591                         path: libraries/classes/Controllers/Setup/ServersController.php
593                 -
594                         message: "#^Comparison operation \"\\>\" between 0 and 0 is always false\\.$#"
595                         count: 1
596                         path: libraries/classes/Controllers/Table/ChangeController.php
598                 -
599                         message: "#^Parameter \\#1 \\$content of method PhpMyAdmin\\\\Response\\:\\:addHTML\\(\\) expects string, PhpMyAdmin\\\\Message given\\.$#"
600                         count: 1
601                         path: libraries/classes/Controllers/Table/ChartController.php
603                 -
604                         message: "#^Parameter \\#1 \\$input of function array_keys expects array, \\(array\\)\\|true given\\.$#"
605                         count: 1
606                         path: libraries/classes/Controllers/Table/ChartController.php
608                 -
609                         message: "#^Argument of an invalid type \\(array\\)\\|true supplied for foreach, only iterables are supported\\.$#"
610                         count: 1
611                         path: libraries/classes/Controllers/Table/ChartController.php
613                 -
614                         message: "#^Parameter \\#1 \\$str of function mb_strtolower expects string, array\\<string\\>\\|string given\\.$#"
615                         count: 1
616                         path: libraries/classes/Controllers/Table/FindReplaceController.php
618                 -
619                         message: "#^Parameter \\#1 \\$content of method PhpMyAdmin\\\\Response\\:\\:addHTML\\(\\) expects string, PhpMyAdmin\\\\Message given\\.$#"
620                         count: 1
621                         path: libraries/classes/Controllers/Table/GisVisualizationController.php
623                 -
624                         message: "#^Cannot access offset mixed on array\\|true\\.$#"
625                         count: 4
626                         path: libraries/classes/Controllers/Table/ReplaceController.php
628                 -
629                         message: "#^Parameter \\#1 \\$messages of method PhpMyAdmin\\\\Message\\:\\:addMessagesString\\(\\) expects array\\<string\\>, array\\<int, PhpMyAdmin\\\\Message\\|string\\|null\\> given\\.$#"
630                         count: 1
631                         path: libraries/classes/Controllers/Table/ReplaceController.php
633                 -
634                         message: "#^Argument of an invalid type array\\|true supplied for foreach, only iterables are supported\\.$#"
635                         count: 1
636                         path: libraries/classes/Controllers/Table/ReplaceController.php
638                 -
639                         message: "#^Parameter \\#1 \\$str of function mb_strtolower expects string, array\\<string\\>\\|string given\\.$#"
640                         count: 1
641                         path: libraries/classes/Controllers/Table/SearchController.php
643                 -
644                         message: "#^Argument of an invalid type \\(array\\)\\|true supplied for foreach, only iterables are supported\\.$#"
645                         count: 1
646                         path: libraries/classes/Controllers/Table/SearchController.php
648                 -
649                         message: "#^Method PhpMyAdmin\\\\Controllers\\\\Table\\\\SearchController\\:\\:getColumnMinMax\\(\\) should return array but returns array\\|bool\\.$#"
650                         count: 1
651                         path: libraries/classes/Controllers/Table/SearchController.php
653                 -
654                         message: "#^Parameter \\#1 \\$selected of method PhpMyAdmin\\\\Controllers\\\\Table\\\\StructureController\\:\\:displayHtmlForColumnChange\\(\\) expects array, null given\\.$#"
655                         count: 1
656                         path: libraries/classes/Controllers/Table/StructureController.php
658                 -
659                         message: "#^Cannot access offset mixed on array\\|bool\\.$#"
660                         count: 1
661                         path: libraries/classes/Controllers/Table/StructureController.php
663                 -
664                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Message\\:\\:error\\(\\) expects string, string\\|true given\\.$#"
665                         count: 1
666                         path: libraries/classes/Controllers/Table/StructureController.php
668                 -
669                         message: "#^Parameter \\#1 \\$content of method PhpMyAdmin\\\\Response\\:\\:addHTML\\(\\) expects string, PhpMyAdmin\\\\Message given\\.$#"
670                         count: 1
671                         path: libraries/classes/Controllers/Table/StructureController.php
673                 -
674                         message: "#^Parameter \\#3 \\$length of function substr expects int, int\\|false given\\.$#"
675                         count: 2
676                         path: libraries/classes/Controllers/Table/StructureController.php
678                 -
679                         message: "#^Cannot cast ''\\|int to int\\.$#"
680                         count: 1
681                         path: libraries/classes/Controllers/Table/StructureController.php
683                 -
684                         message: "#^Cannot access offset 'Key_name' on \\(array\\)\\|true\\.$#"
685                         count: 1
686                         path: libraries/classes/Controllers/Table/StructureController.php
688                 -
689                         message: "#^Cannot access offset 'Column_name' on \\(array\\)\\|true\\.$#"
690                         count: 1
691                         path: libraries/classes/Controllers/Table/StructureController.php
693                 -
694                         message: "#^Parameter \\#1 \\$str of function mb_strtolower expects string, array\\<string\\>\\|string given\\.$#"
695                         count: 1
696                         path: libraries/classes/Controllers/Table/ZoomSearchController.php
698                 -
699                         message: "#^Argument of an invalid type \\(array\\)\\|true supplied for foreach, only iterables are supported\\.$#"
700                         count: 2
701                         path: libraries/classes/Controllers/Table/ZoomSearchController.php
703                 -
704                         message: "#^Parameter \\#2 \\$column_index of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ZoomSearchController\\:\\:getColumnProperties\\(\\) expects int, int\\|string\\|false given\\.$#"
705                         count: 1
706                         path: libraries/classes/Controllers/Table/ZoomSearchController.php
708                 -
709                         message: "#^Cannot access offset 'where_clause' on \\(array\\)\\|true\\.$#"
710                         count: 1
711                         path: libraries/classes/Controllers/Table/ZoomSearchController.php
713                 -
714                         message: "#^Cannot access offset mixed on array\\|bool\\.$#"
715                         count: 1
716                         path: libraries/classes/Controllers/TransformationWrapperController.php
718                 -
719                         message: "#^Cannot access offset mixed on \\(array\\)\\|true\\.$#"
720                         count: 3
721                         path: libraries/classes/Controllers/TransformationWrapperController.php
723                 -
724                         message: "#^Parameter \\#1 \\$im of function imagesx expects resource, resource\\|false given\\.$#"
725                         count: 1
726                         path: libraries/classes/Controllers/TransformationWrapperController.php
728                 -
729                         message: "#^Parameter \\#1 \\$im of function imagesy expects resource, resource\\|false given\\.$#"
730                         count: 1
731                         path: libraries/classes/Controllers/TransformationWrapperController.php
733                 -
734                         message: "#^Parameter \\#1 \\$dst_im of function imagecopyresampled expects resource, resource\\|false given\\.$#"
735                         count: 1
736                         path: libraries/classes/Controllers/TransformationWrapperController.php
738                 -
739                         message: "#^Parameter \\#2 \\$src_im of function imagecopyresampled expects resource, resource\\|false given\\.$#"
740                         count: 1
741                         path: libraries/classes/Controllers/TransformationWrapperController.php
743                 -
744                         message: "#^Parameter \\#1 \\$im of function imagejpeg expects resource, resource\\|false given\\.$#"
745                         count: 1
746                         path: libraries/classes/Controllers/TransformationWrapperController.php
748                 -
749                         message: "#^Parameter \\#1 \\$im of function imagepng expects resource, resource\\|false given\\.$#"
750                         count: 1
751                         path: libraries/classes/Controllers/TransformationWrapperController.php
753                 -
754                         message: "#^Parameter \\#1 \\$im of function imagedestroy expects resource, resource\\|false given\\.$#"
755                         count: 2
756                         path: libraries/classes/Controllers/TransformationWrapperController.php
758                 -
759                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Message\\:\\:rawError\\(\\) expects string, bool\\|string given\\.$#"
760                         count: 1
761                         path: libraries/classes/Controllers/ViewCreateController.php
763                 -
764                         message: "#^Cannot access offset 'ALGORITHM' on array\\|bool\\.$#"
765                         count: 1
766                         path: libraries/classes/Controllers/ViewCreateController.php
768                 -
769                         message: "#^Method PhpMyAdmin\\\\Core\\:\\:securePath\\(\\) should return string but returns string\\|null\\.$#"
770                         count: 1
771                         path: libraries/classes/Core.php
773                 -
774                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, int\\<1, max\\>\\|int\\<min, \\-1\\>\\|string given\\.$#"
775                         count: 1
776                         path: libraries/classes/Core.php
778                 -
779                         message: "#^Parameter \\#3 \\$length of function mb_substr expects int\\|null, int\\|false given\\.$#"
780                         count: 2
781                         path: libraries/classes/Core.php
783                 -
784                         message: "#^Method PhpMyAdmin\\\\Core\\:\\:getenv\\(\\) should return string but returns string\\|false\\.$#"
785                         count: 2
786                         path: libraries/classes/Core.php
788                 -
789                         message: "#^Cannot access offset 'query' on array\\(\\)\\|array\\('scheme' \\=\\> string, 'host' \\=\\> string, 'port' \\=\\> int, 'user' \\=\\> string, 'pass' \\=\\> string, 'path' \\=\\> string, 'query' \\=\\> string, 'fragment' \\=\\> string\\)\\|false\\.$#"
790                         count: 1
791                         path: libraries/classes/Core.php
793                 -
794                         message: "#^Cannot access offset 'host' on array\\(\\)\\|array\\('scheme' \\=\\> string, 'host' \\=\\> string, 'port' \\=\\> int, 'user' \\=\\> string, 'pass' \\=\\> string, 'path' \\=\\> string, 'query' \\=\\> string, 'fragment' \\=\\> string\\)\\|false\\.$#"
795                         count: 1
796                         path: libraries/classes/Core.php
798                 -
799                         message: "#^Method PhpMyAdmin\\\\Core\\:\\:mimeDefaultFunction\\(\\) should return string but returns string\\|null\\.$#"
800                         count: 1
801                         path: libraries/classes/Core.php
803                 -
804                         message: "#^Method PhpMyAdmin\\\\CreateAddField\\:\\:getColumnCreationStatements\\(\\) should return string but returns string\\|null\\.$#"
805                         count: 1
806                         path: libraries/classes/CreateAddField.php
808                 -
809                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fetchAssoc\\(\\) expects object, bool\\|resource given\\.$#"
810                         count: 1
811                         path: libraries/classes/Database/Designer.php
813                 -
814                         message: "#^Cannot access offset 'page_descr' on \\(array\\)\\|true\\.$#"
815                         count: 1
816                         path: libraries/classes/Database/Designer.php
818                 -
819                         message: "#^Cannot access offset 'page_nr' on \\(array\\)\\|true\\.$#"
820                         count: 1
821                         path: libraries/classes/Database/Designer.php
823                 -
824                         message: "#^Parameter \\#1 \\$database of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTablesFull\\(\\) expects string, null given\\.$#"
825                         count: 1
826                         path: libraries/classes/Database/Designer/Common.php
828                 -
829                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:getTablesFull\\(\\) expects array\\|string, string\\|null given\\.$#"
830                         count: 1
831                         path: libraries/classes/Database/Designer/Common.php
833                 -
834                         message: "#^Cannot access offset 'Field' on \\(array\\)\\|true\\.$#"
835                         count: 1
836                         path: libraries/classes/Database/Designer/Common.php
838                 -
839                         message: "#^Cannot access offset 'Type' on \\(array\\)\\|true\\.$#"
840                         count: 1
841                         path: libraries/classes/Database/Designer/Common.php
843                 -
844                         message: "#^Cannot access offset 'Null' on \\(array\\)\\|true\\.$#"
845                         count: 1
846                         path: libraries/classes/Database/Designer/Common.php
848                 -
849                         message: "#^Cannot access offset 0 on \\(array\\)\\|true\\.$#"
850                         count: 4
851                         path: libraries/classes/Database/Designer/Common.php
853                 -
854                         message: "#^Offset 'DTN' does not exist on array\\('C_NAME' \\=\\> array\\<int, string\\>, \\?'DCN' \\=\\> array\\<int, string\\>, \\?'DTN' \\=\\> array\\<int, string\\>, \\?'SCN' \\=\\> array\\<int, string\\>, \\?'STN' \\=\\> array\\<int, string\\>\\)\\.$#"
855                         count: 1
856                         path: libraries/classes/Database/Designer/Common.php
858                 -
859                         message: "#^Offset 'STN' does not exist on array\\('C_NAME' \\=\\> array\\<int, string\\>, \\?'DCN' \\=\\> array\\<int, string\\>, \\?'DTN' \\=\\> array\\<int, string\\>, \\?'SCN' \\=\\> array\\<int, string\\>, \\?'STN' \\=\\> array\\<int, string\\>\\)\\.$#"
860                         count: 2
861                         path: libraries/classes/Database/Designer/Common.php
863                 -
864                         message: "#^Offset 'DCN' does not exist on array\\('C_NAME' \\=\\> array\\<int, string\\>, \\?'DCN' \\=\\> array\\<int, string\\>, \\?'DTN' \\=\\> array\\<int, string\\>, \\?'SCN' \\=\\> array\\<int, string\\>, \\?'STN' \\=\\> array\\<int, string\\>\\)\\.$#"
865                         count: 1
866                         path: libraries/classes/Database/Designer/Common.php
868                 -
869                         message: "#^Offset 'SCN' does not exist on array\\('C_NAME' \\=\\> array\\<int, string\\>, \\?'DCN' \\=\\> array\\<int, string\\>, \\?'DTN' \\=\\> array\\<int, string\\>, \\?'SCN' \\=\\> array\\<int, string\\>, \\?'STN' \\=\\> array\\<int, string\\>\\)\\.$#"
870                         count: 1
871                         path: libraries/classes/Database/Designer/Common.php
873                 -
874                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:escapeString\\(\\) expects string, int given\\.$#"
875                         count: 1
876                         path: libraries/classes/Database/Designer/Common.php
878                 -
879                         message: "#^Cannot access offset 'constraint' on \\(array\\)\\|true\\.$#"
880                         count: 1
881                         path: libraries/classes/Database/Designer/Common.php
883                 -
884                         message: "#^Cannot access offset 'Column_name' on \\(array\\)\\|true\\.$#"
885                         count: 2
886                         path: libraries/classes/Database/Designer/Common.php
888                 -
889                         message: "#^Cannot access offset 'constraint' on array\\|bool\\.$#"
890                         count: 1
891                         path: libraries/classes/Database/Designer/Common.php
893                 -
894                         message: "#^Cannot access offset 'settings_data' on array\\|true\\.$#"
895                         count: 1
896                         path: libraries/classes/Database/Designer/Common.php
898                 -
899                         message: "#^Method PhpMyAdmin\\\\Database\\\\Designer\\\\DesignerTable\\:\\:getDisplayField\\(\\) should return string but returns string\\|null\\.$#"
900                         count: 1
901                         path: libraries/classes/Database/Designer/DesignerTable.php
903                 -
904                         message: "#^Property PhpMyAdmin\\\\Database\\\\Qbe\\:\\:\\$_currentSearch \\(PhpMyAdmin\\\\SavedSearches\\) does not accept PhpMyAdmin\\\\SavedSearches\\|null\\.$#"
905                         count: 1
906                         path: libraries/classes/Database/Qbe.php
908                 -
909                         message: "#^Strict comparison using \\=\\=\\= between array and null will always evaluate to false\\.$#"
910                         count: 1
911                         path: libraries/classes/Database/Qbe.php
913                 -
914                         message: "#^Parameter \\#2 \\$sortOrder of method PhpMyAdmin\\\\Database\\\\Qbe\\:\\:_getSortOrderSelectCell\\(\\) expects int, null given\\.$#"
915                         count: 1
916                         path: libraries/classes/Database/Qbe.php
918                 -
919                         message: "#^Method PhpMyAdmin\\\\Database\\\\Qbe\\:\\:_getMasterTable\\(\\) should return string but returns int\\|string\\.$#"
920                         count: 1
921                         path: libraries/classes/Database/Qbe.php
923                 -
924                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\DatabaseInterface\\:\\:_cacheTableData\\(\\) expects bool\\|string, array\\|string given\\.$#"
925                         count: 1
926                         path: libraries/classes/DatabaseInterface.php
928                 -
929                         message: "#^Cannot access offset 'Rows' on \\(array\\)\\|true\\.$#"
930                         count: 1
931                         path: libraries/classes/DatabaseInterface.php
933                 -
934                         message: "#^Cannot access offset 'Data_length' on \\(array\\)\\|true\\.$#"
935                         count: 2
936                         path: libraries/classes/DatabaseInterface.php
938                 -
939                         message: "#^Cannot access offset 'Max_data_length' on \\(array\\)\\|true\\.$#"
940                         count: 1
941                         path: libraries/classes/DatabaseInterface.php
943                 -
944                         message: "#^Cannot access offset 'Index_length' on \\(array\\)\\|true\\.$#"
945                         count: 2
946                         path: libraries/classes/DatabaseInterface.php
948                 -
949                         message: "#^Cannot access offset 'Engine' on \\(array\\)\\|true\\.$#"
950                         count: 1
951                         path: libraries/classes/DatabaseInterface.php
953                 -
954                         message: "#^Cannot access offset 'Data_free' on \\(array\\)\\|true\\.$#"
955                         count: 1
956                         path: libraries/classes/DatabaseInterface.php
958                 -
959                         message: "#^Parameter \\#1 \\$column of method PhpMyAdmin\\\\Index\\:\\:hasColumn\\(\\) expects string, int\\|string given\\.$#"
960                         count: 1
961                         path: libraries/classes/DatabaseInterface.php
963                 -
964                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getProtoInfo\\(\\) should return bool\\|int but returns int\\|string\\.$#"
965                         count: 1
966                         path: libraries/classes/DatabaseInterface.php
968                 -
969                         message: "#^Strict comparison using \\=\\=\\= between true and null will always evaluate to false\\.$#"
970                         count: 1
971                         path: libraries/classes/Dbal/DbiMysqli.php
973                 -
974                         message: "#^Result of && is always true\\.$#"
975                         count: 1
976                         path: libraries/classes/Dbal/DbiMysqli.php
978                 -
979                         message: "#^Call to function is_bool\\(\\) with mysqli_result will always evaluate to false\\.$#"
980                         count: 1
981                         path: libraries/classes/Dbal/DbiMysqli.php
983                 -
984                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
985                         count: 2
986                         path: libraries/classes/Dbal/DbiMysqli.php
988                 -
989                         message: "#^Else branch is unreachable because previous condition is always true\\.$#"
990                         count: 1
991                         path: libraries/classes/Dbal/DbiMysqli.php
993                 -
994                         message: "#^Parameter \\#5 \\$numTables of method PhpMyAdmin\\\\Display\\\\Export\\:\\:getHtmlForOptions\\(\\) expects string, int given\\.$#"
995                         count: 1
996                         path: libraries/classes/Display/Export.php
998                 -
999                         message: "#^Parameter \\#7 \\$unlimNumRows of method PhpMyAdmin\\\\Display\\\\Export\\:\\:getHtmlForOptions\\(\\) expects string, int given\\.$#"
1000                         count: 1
1001                         path: libraries/classes/Display/Export.php
1003                 -
1004                         message: "#^Method PhpMyAdmin\\\\Display\\\\ImportAjax\\:\\:sessionCheck\\(\\) should return bool but returns string\\|false\\.$#"
1005                         count: 1
1006                         path: libraries/classes/Display/ImportAjax.php
1008                 -
1009                         message: "#^Property PhpMyAdmin\\\\Display\\\\Results\\:\\:\\$_property_array has no typehint specified\\.$#"
1010                         count: 1
1011                         path: libraries/classes/Display/Results.php
1013                 -
1014                         message: "#^Property PhpMyAdmin\\\\Display\\\\Results\\:\\:\\$transformation_info has no typehint specified\\.$#"
1015                         count: 1
1016                         path: libraries/classes/Display/Results.php
1018                 -
1019                         message: "#^Left side of && is always true\\.$#"
1020                         count: 1
1021                         path: libraries/classes/Display/Results.php
1023                 -
1024                         message: "#^Parameter \\#3 \\$pageNow of static method PhpMyAdmin\\\\Util\\:\\:pageselector\\(\\) expects int, float given\\.$#"
1025                         count: 1
1026                         path: libraries/classes/Display/Results.php
1028                 -
1029                         message: "#^Parameter \\#4 \\$nbTotalPage of static method PhpMyAdmin\\\\Util\\:\\:pageselector\\(\\) expects int, float\\|int\\<2, max\\> given\\.$#"
1030                         count: 1
1031                         path: libraries/classes/Display/Results.php
1033                 -
1034                         message: "#^Parameter \\#4 \\$sort_expression_nodirection of method PhpMyAdmin\\\\Display\\\\Results\\:\\:_getTableHeadersForColumns\\(\\) expects array, array\\|string given\\.$#"
1035                         count: 1
1036                         path: libraries/classes/Display/Results.php
1038                 -
1039                         message: "#^Parameter \\#2 \\$sort_order of method PhpMyAdmin\\\\Display\\\\Results\\:\\:_getSortingUrlParams\\(\\) expects string, string\\|null given\\.$#"
1040                         count: 1
1041                         path: libraries/classes/Display/Results.php
1043                 -
1044                         message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge expects array, array\\|bool given\\.$#"
1045                         count: 1
1046                         path: libraries/classes/Display/Results.php
1048                 -
1049                         message: "#^Cannot access offset int on \\(array\\)\\|true\\.$#"
1050                         count: 2
1051                         path: libraries/classes/Display/Results.php
1053                 -
1054                         message: "#^Cannot access offset int on \\(array\\)\\|string\\|true\\.$#"
1055                         count: 1
1056                         path: libraries/classes/Display/Results.php
1058                 -
1059                         message: "#^Parameter \\#9 \\$default_function of method PhpMyAdmin\\\\Display\\\\Results\\:\\:_getDataCellForNumericColumns\\(\\) expects string, array\\<int, string\\> given\\.$#"
1060                         count: 1
1061                         path: libraries/classes/Display/Results.php
1063                 -
1064                         message: "#^Parameter \\#8 \\$default_function of method PhpMyAdmin\\\\Display\\\\Results\\:\\:_getDataCellForGeometryColumns\\(\\) expects string, array\\<int, string\\> given\\.$#"
1065                         count: 1
1066                         path: libraries/classes/Display/Results.php
1068                 -
1069                         message: "#^Parameter \\#9 \\$transform_options of method PhpMyAdmin\\\\Display\\\\Results\\:\\:_getDataCellForGeometryColumns\\(\\) expects string, array given\\.$#"
1070                         count: 1
1071                         path: libraries/classes/Display/Results.php
1073                 -
1074                         message: "#^Parameter \\#8 \\$default_function of method PhpMyAdmin\\\\Display\\\\Results\\:\\:_getDataCellForNonNumericColumns\\(\\) expects string, array\\<int, string\\> given\\.$#"
1075                         count: 1
1076                         path: libraries/classes/Display/Results.php
1078                 -
1079                         message: "#^Parameter \\#9 \\$transform_options of method PhpMyAdmin\\\\Display\\\\Results\\:\\:_getDataCellForNonNumericColumns\\(\\) expects string, array given\\.$#"
1080                         count: 1
1081                         path: libraries/classes/Display/Results.php
1083                 -
1084                         message: "#^Parameter \\#4 \\$row_no of method PhpMyAdmin\\\\Display\\\\Results\\:\\:_getCheckboxAndLinks\\(\\) expects string, int given\\.$#"
1085                         count: 1
1086                         path: libraries/classes/Display/Results.php
1088                 -
1089                         message: "#^Strict comparison using \\=\\=\\= between string and null will always evaluate to false\\.$#"
1090                         count: 3
1091                         path: libraries/classes/Display/Results.php
1093                 -
1094                         message: "#^Parameter \\#12 \\$transform_options of method PhpMyAdmin\\\\Display\\\\Results\\:\\:_getRowData\\(\\) expects array, string given\\.$#"
1095                         count: 3
1096                         path: libraries/classes/Display/Results.php
1098                 -
1099                         message: "#^Method PhpMyAdmin\\\\Display\\\\Results\\:\\:_getOffsets\\(\\) should return array\\<int\\> but returns array\\<int, \\(array\\|float\\|int\\)\\>\\.$#"
1100                         count: 1
1101                         path: libraries/classes/Display/Results.php
1103                 -
1104                         message: "#^Parameter \\#4 \\$transform_options of method PhpMyAdmin\\\\Display\\\\Results\\:\\:_handleNonPrintableContents\\(\\) expects string, array given\\.$#"
1105                         count: 2
1106                         path: libraries/classes/Display/Results.php
1108                 -
1109                         message: "#^Parameter \\#5 \\$default_function of method PhpMyAdmin\\\\Display\\\\Results\\:\\:_handleNonPrintableContents\\(\\) expects string, array\\<int, string\\> given\\.$#"
1110                         count: 2
1111                         path: libraries/classes/Display/Results.php
1113                 -
1114                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:showHint\\(\\) expects string, PhpMyAdmin\\\\Message given\\.$#"
1115                         count: 1
1116                         path: libraries/classes/Display/Results.php
1118                 -
1119                         message: "#^Parameter \\#1 \\$handle of static method PhpMyAdmin\\\\Util\\:\\:getUniqueCondition\\(\\) expects resource, int given\\.$#"
1120                         count: 1
1121                         path: libraries/classes/Display/Results.php
1123                 -
1124                         message: "#^Negated boolean expression is always true\\.$#"
1125                         count: 1
1126                         path: libraries/classes/Display/Results.php
1128                 -
1129                         message: "#^If condition is always true\\.$#"
1130                         count: 2
1131                         path: libraries/classes/Display/Results.php
1133                 -
1134                         message: "#^Negated boolean expression is always false\\.$#"
1135                         count: 2
1136                         path: libraries/classes/Display/Results.php
1138                 -
1139                         message: "#^Offset 0 does not exist on array\\|null\\.$#"
1140                         count: 1
1141                         path: libraries/classes/Display/Results.php
1143                 -
1144                         message: "#^Offset 1 does not exist on array\\|null\\.$#"
1145                         count: 1
1146                         path: libraries/classes/Display/Results.php
1148                 -
1149                         message: "#^Call to an undefined method object\\:\\:getMIMESubtype\\(\\)\\.$#"
1150                         count: 1
1151                         path: libraries/classes/Display/Results.php
1153                 -
1154                         message: "#^Call to an undefined method object\\:\\:getMIMEtype\\(\\)\\.$#"
1155                         count: 1
1156                         path: libraries/classes/Display/Results.php
1158                 -
1159                         message: "#^Trying to invoke string but it might not be a callable\\.$#"
1160                         count: 5
1161                         path: libraries/classes/Display/Results.php
1163                 -
1164                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, string\\|false given\\.$#"
1165                         count: 1
1166                         path: libraries/classes/Display/Results.php
1168                 -
1169                         message: "#^Method PhpMyAdmin\\\\Encoding\\:\\:convertString\\(\\) should return string but returns string\\|false\\.$#"
1170                         count: 1
1171                         path: libraries/classes/Encoding.php
1173                 -
1174                         message: "#^Parameter \\#1 \\$filename of function fopen expects string, string\\|false given\\.$#"
1175                         count: 1
1176                         path: libraries/classes/Encoding.php
1178                 -
1179                         message: "#^Parameter \\#1 \\$fp of function feof expects resource, resource\\|false given\\.$#"
1180                         count: 1
1181                         path: libraries/classes/Encoding.php
1183                 -
1184                         message: "#^Parameter \\#1 \\$fp of function fgets expects resource, resource\\|false given\\.$#"
1185                         count: 1
1186                         path: libraries/classes/Encoding.php
1188                 -
1189                         message: "#^Parameter \\#1 \\$str of static method PhpMyAdmin\\\\Encoding\\:\\:kanjiStrConv\\(\\) expects string, string\\|false given\\.$#"
1190                         count: 1
1191                         path: libraries/classes/Encoding.php
1193                 -
1194                         message: "#^Parameter \\#1 \\$fp of function fwrite expects resource, resource\\|false given\\.$#"
1195                         count: 1
1196                         path: libraries/classes/Encoding.php
1198                 -
1199                         message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
1200                         count: 2
1201                         path: libraries/classes/Encoding.php
1203                 -
1204                         message: "#^Method PhpMyAdmin\\\\Encoding\\:\\:kanjiFileConv\\(\\) should return string but returns string\\|false\\.$#"
1205                         count: 1
1206                         path: libraries/classes/Encoding.php
1208                 -
1209                         message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|null given\\.$#"
1210                         count: 1
1211                         path: libraries/classes/Engines/Innodb.php
1213                 -
1214                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, int\\|string given\\.$#"
1215                         count: 1
1216                         path: libraries/classes/Engines/Pbxt.php
1218                 -
1219                         message: "#^Parameter \\#1 \\$formatted_size of static method PhpMyAdmin\\\\Util\\:\\:extractValueFromFormattedSize\\(\\) expects string, int\\|string given\\.$#"
1220                         count: 1
1221                         path: libraries/classes/Engines/Pbxt.php
1223                 -
1224                         message: "#^Method PhpMyAdmin\\\\Engines\\\\Pbxt\\:\\:resolveTypeSize\\(\\) should return array but returns array\\|null\\.$#"
1225                         count: 1
1226                         path: libraries/classes/Engines/Pbxt.php
1228                 -
1229                         message: "#^Parameter \\#1 \\$value of static method PhpMyAdmin\\\\Util\\:\\:formatByteDown\\(\\) expects float\\|int, int\\|string given\\.$#"
1230                         count: 1
1231                         path: libraries/classes/Engines/Pbxt.php
1233                 -
1234                         message: "#^Property PhpMyAdmin\\\\Error\\:\\:\\$hide_location has no typehint specified\\.$#"
1235                         count: 1
1236                         path: libraries/classes/Error.php
1238                 -
1239                         message: "#^Elseif branch is unreachable because previous condition is always true\\.$#"
1240                         count: 1
1241                         path: libraries/classes/Error.php
1243                 -
1244                         message: "#^Else branch is unreachable because previous condition is always true\\.$#"
1245                         count: 1
1246                         path: libraries/classes/Error.php
1248                 -
1249                         message: "#^Parameter \\#2 \\$str of function explode expects string, string\\|false given\\.$#"
1250                         count: 1
1251                         path: libraries/classes/Error.php
1253                 -
1254                         message: "#^Property PhpMyAdmin\\\\ErrorHandler\\:\\:\\$hide_location has no typehint specified\\.$#"
1255                         count: 1
1256                         path: libraries/classes/ErrorHandler.php
1258                 -
1259                         message: "#^Property PhpMyAdmin\\\\ErrorHandler\\:\\:\\$error_reporting has no typehint specified\\.$#"
1260                         count: 1
1261                         path: libraries/classes/ErrorHandler.php
1263                 -
1264                         message: "#^Parameter \\#1 \\$error_handler of function set_error_handler expects \\(callable\\(int, string, string, int, array\\)\\: bool\\)\\|null, array\\(\\$this\\(PhpMyAdmin\\\\ErrorHandler\\), 'handleError'\\) given\\.$#"
1265                         count: 1
1266                         path: libraries/classes/ErrorHandler.php
1268                 -
1269                         message: "#^Parameter \\#2 \\$error_type of function trigger_error expects int, int\\|null given\\.$#"
1270                         count: 1
1271                         path: libraries/classes/ErrorHandler.php
1273                 -
1274                         message: "#^Method PhpMyAdmin\\\\ErrorReport\\:\\:getPrettyData\\(\\) should return string but returns string\\|false\\.$#"
1275                         count: 1
1276                         path: libraries/classes/ErrorReport.php
1278                 -
1279                         message: "#^Strict comparison using \\=\\=\\= between string and null will always evaluate to false\\.$#"
1280                         count: 1
1281                         path: libraries/classes/ErrorReport.php
1283                 -
1284                         message: "#^Cannot access offset 'fragment' on array\\(\\)\\|array\\('scheme' \\=\\> string, 'host' \\=\\> string, 'port' \\=\\> int, 'user' \\=\\> string, 'pass' \\=\\> string, 'path' \\=\\> string, 'query' \\=\\> string, 'fragment' \\=\\> string\\)\\|false\\.$#"
1285                         count: 1
1286                         path: libraries/classes/ErrorReport.php
1288                 -
1289                         message: "#^Cannot access offset 'path' on array\\(\\)\\|array\\('scheme' \\=\\> string, 'host' \\=\\> string, 'port' \\=\\> int, 'user' \\=\\> string, 'pass' \\=\\> string, 'path' \\=\\> string, 'query' \\=\\> string, 'fragment' \\=\\> string\\)\\|false\\.$#"
1290                         count: 1
1291                         path: libraries/classes/ErrorReport.php
1293                 -
1294                         message: "#^Cannot access offset 'query' on array\\(\\)\\|array\\('scheme' \\=\\> string, 'host' \\=\\> string, 'port' \\=\\> int, 'user' \\=\\> string, 'pass' \\=\\> string, 'path' \\=\\> string, 'query' \\=\\> string, 'fragment' \\=\\> string\\)\\|false\\.$#"
1295                         count: 1
1296                         path: libraries/classes/ErrorReport.php
1298                 -
1299                         message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\|false given\\.$#"
1300                         count: 1
1301                         path: libraries/classes/Export.php
1303                 -
1304                         message: "#^Parameter \\#1 \\$str of static method PhpMyAdmin\\\\Encoding\\:\\:kanjiStrConv\\(\\) expects string, string\\|null given\\.$#"
1305                         count: 1
1306                         path: libraries/classes/Export.php
1308                 -
1309                         message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|null given\\.$#"
1310                         count: 2
1311                         path: libraries/classes/Export.php
1313                 -
1314                         message: "#^Parameter \\#2 \\$str of function fwrite expects string, string\\|false given\\.$#"
1315                         count: 1
1316                         path: libraries/classes/Export.php
1318                 -
1319                         message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#"
1320                         count: 1
1321                         path: libraries/classes/Export.php
1323                 -
1324                         message: "#^Parameter \\#3 \\$what of static method PhpMyAdmin\\\\Encoding\\:\\:convertString\\(\\) expects string, string\\|null given\\.$#"
1325                         count: 1
1326                         path: libraries/classes/Export.php
1328                 -
1329                         message: "#^Parameter \\#1 \\$str of function mb_strlen expects string, string\\|null given\\.$#"
1330                         count: 1
1331                         path: libraries/classes/Export.php
1333                 -
1334                         message: "#^Parameter \\#2 \\$str of function fwrite expects string, string\\|null given\\.$#"
1335                         count: 1
1336                         path: libraries/classes/Export.php
1338                 -
1339                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, string\\|null given\\.$#"
1340                         count: 1
1341                         path: libraries/classes/Export.php
1343                 -
1344                         message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|false given\\.$#"
1345                         count: 1
1346                         path: libraries/classes/Export.php
1348                 -
1349                         message: "#^Parameter \\#1 \\$data of function gzencode expects string, array\\|string given\\.$#"
1350                         count: 1
1351                         path: libraries/classes/Export.php
1353                 -
1354                         message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|string given\\.$#"
1355                         count: 1
1356                         path: libraries/classes/Export.php
1358                 -
1359                         message: "#^Result of \\|\\| is always false\\.$#"
1360                         count: 1
1361                         path: libraries/classes/Export.php
1363                 -
1364                         message: "#^Strict comparison using \\=\\=\\= between PhpMyAdmin\\\\Plugins\\\\SchemaPlugin and null will always evaluate to false\\.$#"
1365                         count: 1
1366                         path: libraries/classes/Export.php
1368                 -
1369                         message: "#^Parameter \\#1 \\$filename of function unlink expects string, string\\|null given\\.$#"
1370                         count: 1
1371                         path: libraries/classes/File.php
1373                 -
1374                         message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
1375                         count: 1
1376                         path: libraries/classes/File.php
1378                 -
1379                         message: "#^Parameter \\#1 \\$filename of function file_get_contents expects string, string\\|null given\\.$#"
1380                         count: 1
1381                         path: libraries/classes/File.php
1383                 -
1384                         message: "#^Property PhpMyAdmin\\\\File\\:\\:\\$_content \\(string\\) does not accept string\\|false\\.$#"
1385                         count: 2
1386                         path: libraries/classes/File.php
1388                 -
1389                         message: "#^Parameter \\#1 \\$filename of function filesize expects string, string\\|null given\\.$#"
1390                         count: 1
1391                         path: libraries/classes/File.php
1393                 -
1394                         message: "#^Parameter \\#1 \\$filename of function fopen expects string, string\\|null given\\.$#"
1395                         count: 4
1396                         path: libraries/classes/File.php
1398                 -
1399                         message: "#^Parameter \\#1 \\$fp of function fread expects resource, resource\\|false given\\.$#"
1400                         count: 1
1401                         path: libraries/classes/File.php
1403                 -
1404                         message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
1405                         count: 1
1406                         path: libraries/classes/File.php
1408                 -
1409                         message: "#^Parameter \\#1 \\$filename of function is_link expects string, string\\|null given\\.$#"
1410                         count: 1
1411                         path: libraries/classes/File.php
1413                 -
1414                         message: "#^Parameter \\#1 \\$path of function basename expects string, string\\|null given\\.$#"
1415                         count: 1
1416                         path: libraries/classes/File.php
1418                 -
1419                         message: "#^Parameter \\#1 \\$path of function move_uploaded_file expects string, string\\|null given\\.$#"
1420                         count: 1
1421                         path: libraries/classes/File.php
1423                 -
1424                         message: "#^Parameter \\#2 \\$new_path of function move_uploaded_file expects string, string\\|false given\\.$#"
1425                         count: 1
1426                         path: libraries/classes/File.php
1428                 -
1429                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\File\\:\\:setName\\(\\) expects string\\|null, string\\|false given\\.$#"
1430                         count: 1
1431                         path: libraries/classes/File.php
1433                 -
1434                         message: "#^Method PhpMyAdmin\\\\File\\:\\:getHandle\\(\\) should return resource but returns resource\\|null\\.$#"
1435                         count: 1
1436                         path: libraries/classes/File.php
1438                 -
1439                         message: "#^Property PhpMyAdmin\\\\File\\:\\:\\$_handle \\(resource\\|null\\) does not accept resource\\|false\\.$#"
1440                         count: 3
1441                         path: libraries/classes/File.php
1443                 -
1444                         message: "#^Parameter \\#1 \\$file of function bzopen expects resource\\|string, string\\|null given\\.$#"
1445                         count: 1
1446                         path: libraries/classes/File.php
1448                 -
1449                         message: "#^Parameter \\#1 \\$filename of function gzopen expects string, string\\|null given\\.$#"
1450                         count: 1
1451                         path: libraries/classes/File.php
1453                 -
1454                         message: "#^Parameter \\#1 \\$file of method PhpMyAdmin\\\\ZipExtension\\:\\:getContents\\(\\) expects string, string\\|null given\\.$#"
1455                         count: 1
1456                         path: libraries/classes/File.php
1458                 -
1459                         message: "#^Parameter \\#1 \\$bz of function bzread expects resource, resource\\|null given\\.$#"
1460                         count: 1
1461                         path: libraries/classes/File.php
1463                 -
1464                         message: "#^Parameter \\#1 \\$zp of function gzread expects resource, resource\\|null given\\.$#"
1465                         count: 1
1466                         path: libraries/classes/File.php
1468                 -
1469                         message: "#^Method PhpMyAdmin\\\\File\\:\\:read\\(\\) should return string but returns string\\|false\\.$#"
1470                         count: 1
1471                         path: libraries/classes/File.php
1473                 -
1474                         message: "#^Parameter \\#1 \\$fp of function fread expects resource, resource\\|null given\\.$#"
1475                         count: 1
1476                         path: libraries/classes/File.php
1478                 -
1479                         message: "#^Method PhpMyAdmin\\\\File\\:\\:getCompression\\(\\) should return string but returns string\\|false\\.$#"
1480                         count: 1
1481                         path: libraries/classes/File.php
1483                 -
1484                         message: "#^Offset 0 does not exist on array\\|null\\.$#"
1485                         count: 2
1486                         path: libraries/classes/Font.php
1488                 -
1489                         message: "#^Parameter \\#1 \\$str of function mb_strlen expects string, string\\|null given\\.$#"
1490                         count: 1
1491                         path: libraries/classes/Font.php
1493                 -
1494                         message: "#^Result of \\|\\| is always true\\.$#"
1495                         count: 1
1496                         path: libraries/classes/Footer.php
1498                 -
1499                         message: "#^Argument of an invalid type \\(array\\)\\|object supplied for foreach, only iterables are supported\\.$#"
1500                         count: 1
1501                         path: libraries/classes/Footer.php
1503                 -
1504                         message: "#^Method PhpMyAdmin\\\\Footer\\:\\:_removeRecursion\\(\\) should return object but returns array\\|object\\|string\\.$#"
1505                         count: 1
1506                         path: libraries/classes/Footer.php
1508                 -
1509                         message: "#^Method PhpMyAdmin\\\\Footer\\:\\:getDebugMessage\\(\\) should return string but returns string\\|false\\.$#"
1510                         count: 1
1511                         path: libraries/classes/Footer.php
1513                 -
1514                         message: "#^Negated boolean expression is always true\\.$#"
1515                         count: 2
1516                         path: libraries/classes/Footer.php
1518                 -
1519                         message: "#^Property PhpMyAdmin\\\\Gis\\\\GisGeometryCollection\\:\\:\\$_instance has no typehint specified\\.$#"
1520                         count: 1
1521                         path: libraries/classes/Gis/GisGeometryCollection.php
1523                 -
1524                         message: "#^Negated boolean expression is always false\\.$#"
1525                         count: 1
1526                         path: libraries/classes/Gis/GisGeometryCollection.php
1528                 -
1529                         message: "#^Property PhpMyAdmin\\\\Gis\\\\GisLineString\\:\\:\\$_instance has no typehint specified\\.$#"
1530                         count: 1
1531                         path: libraries/classes/Gis/GisLineString.php
1533                 -
1534                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
1535                         count: 1
1536                         path: libraries/classes/Gis/GisLineString.php
1538                 -
1539                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
1540                         count: 1
1541                         path: libraries/classes/Gis/GisLineString.php
1543                 -
1544                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
1545                         count: 1
1546                         path: libraries/classes/Gis/GisLineString.php
1548                 -
1549                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
1550                         count: 1
1551                         path: libraries/classes/Gis/GisLineString.php
1553                 -
1554                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getLineForOpenLayers\\(\\) expects string, int given\\.$#"
1555                         count: 1
1556                         path: libraries/classes/Gis/GisLineString.php
1558                 -
1559                         message: "#^Property PhpMyAdmin\\\\Gis\\\\GisMultiLineString\\:\\:\\$_instance has no typehint specified\\.$#"
1560                         count: 1
1561                         path: libraries/classes/Gis/GisMultiLineString.php
1563                 -
1564                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
1565                         count: 1
1566                         path: libraries/classes/Gis/GisMultiLineString.php
1568                 -
1569                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
1570                         count: 1
1571                         path: libraries/classes/Gis/GisMultiLineString.php
1573                 -
1574                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
1575                         count: 1
1576                         path: libraries/classes/Gis/GisMultiLineString.php
1578                 -
1579                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
1580                         count: 1
1581                         path: libraries/classes/Gis/GisMultiLineString.php
1583                 -
1584                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getLineArrayForOpenLayers\\(\\) expects string, int given\\.$#"
1585                         count: 1
1586                         path: libraries/classes/Gis/GisMultiLineString.php
1588                 -
1589                         message: "#^Property PhpMyAdmin\\\\Gis\\\\GisMultiPoint\\:\\:\\$_instance has no typehint specified\\.$#"
1590                         count: 1
1591                         path: libraries/classes/Gis/GisMultiPoint.php
1593                 -
1594                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
1595                         count: 1
1596                         path: libraries/classes/Gis/GisMultiPoint.php
1598                 -
1599                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
1600                         count: 1
1601                         path: libraries/classes/Gis/GisMultiPoint.php
1603                 -
1604                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
1605                         count: 1
1606                         path: libraries/classes/Gis/GisMultiPoint.php
1608                 -
1609                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
1610                         count: 1
1611                         path: libraries/classes/Gis/GisMultiPoint.php
1613                 -
1614                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisMultiPoint\\:\\:getPointsArrayForOpenLayers\\(\\) expects string, int given\\.$#"
1615                         count: 1
1616                         path: libraries/classes/Gis/GisMultiPoint.php
1618                 -
1619                         message: "#^Property PhpMyAdmin\\\\Gis\\\\GisMultiPolygon\\:\\:\\$_instance has no typehint specified\\.$#"
1620                         count: 1
1621                         path: libraries/classes/Gis/GisMultiPolygon.php
1623                 -
1624                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
1625                         count: 1
1626                         path: libraries/classes/Gis/GisMultiPolygon.php
1628                 -
1629                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
1630                         count: 1
1631                         path: libraries/classes/Gis/GisMultiPolygon.php
1633                 -
1634                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
1635                         count: 1
1636                         path: libraries/classes/Gis/GisMultiPolygon.php
1638                 -
1639                         message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
1640                         count: 2
1641                         path: libraries/classes/Gis/GisMultiPolygon.php
1643                 -
1644                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
1645                         count: 1
1646                         path: libraries/classes/Gis/GisMultiPolygon.php
1648                 -
1649                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getPolygonArrayForOpenLayers\\(\\) expects string, int given\\.$#"
1650                         count: 1
1651                         path: libraries/classes/Gis/GisMultiPolygon.php
1653                 -
1654                         message: "#^Property PhpMyAdmin\\\\Gis\\\\GisPoint\\:\\:\\$_instance has no typehint specified\\.$#"
1655                         count: 1
1656                         path: libraries/classes/Gis/GisPoint.php
1658                 -
1659                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
1660                         count: 1
1661                         path: libraries/classes/Gis/GisPoint.php
1663                 -
1664                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
1665                         count: 1
1666                         path: libraries/classes/Gis/GisPoint.php
1668                 -
1669                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
1670                         count: 1
1671                         path: libraries/classes/Gis/GisPoint.php
1673                 -
1674                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
1675                         count: 1
1676                         path: libraries/classes/Gis/GisPoint.php
1678                 -
1679                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getPointForOpenLayers\\(\\) expects string, int given\\.$#"
1680                         count: 1
1681                         path: libraries/classes/Gis/GisPoint.php
1683                 -
1684                         message: "#^Property PhpMyAdmin\\\\Gis\\\\GisPolygon\\:\\:\\$_instance has no typehint specified\\.$#"
1685                         count: 1
1686                         path: libraries/classes/Gis/GisPolygon.php
1688                 -
1689                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
1690                         count: 1
1691                         path: libraries/classes/Gis/GisPolygon.php
1693                 -
1694                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
1695                         count: 1
1696                         path: libraries/classes/Gis/GisPolygon.php
1698                 -
1699                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
1700                         count: 1
1701                         path: libraries/classes/Gis/GisPolygon.php
1703                 -
1704                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
1705                         count: 1
1706                         path: libraries/classes/Gis/GisPolygon.php
1708                 -
1709                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getPolygonForOpenLayers\\(\\) expects string, int given\\.$#"
1710                         count: 1
1711                         path: libraries/classes/Gis/GisPolygon.php
1713                 -
1714                         message: "#^Property PhpMyAdmin\\\\Gis\\\\GisVisualization\\:\\:\\$_modified_sql has no typehint specified\\.$#"
1715                         count: 1
1716                         path: libraries/classes/Gis/GisVisualization.php
1718                 -
1719                         message: "#^Parameter \\#1 \\$sql_query of class PhpMyAdmin\\\\Gis\\\\GisVisualization constructor expects string, null given\\.$#"
1720                         count: 1
1721                         path: libraries/classes/Gis/GisVisualization.php
1723                 -
1724                         message: "#^Parameter \\#3 \\$row of class PhpMyAdmin\\\\Gis\\\\GisVisualization constructor expects int, null given\\.$#"
1725                         count: 1
1726                         path: libraries/classes/Gis/GisVisualization.php
1728                 -
1729                         message: "#^Parameter \\#4 \\$pos of class PhpMyAdmin\\\\Gis\\\\GisVisualization constructor expects int, null given\\.$#"
1730                         count: 1
1731                         path: libraries/classes/Gis/GisVisualization.php
1733                 -
1734                         message: "#^Parameter \\#4 \\$results of method PhpMyAdmin\\\\Gis\\\\GisVisualization\\:\\:_prepareDataSet\\(\\) expects object, string given\\.$#"
1735                         count: 2
1736                         path: libraries/classes/Gis/GisVisualization.php
1738                 -
1739                         message: "#^Parameter \\#1 \\$im of function imagecolorallocate expects resource, resource\\|false given\\.$#"
1740                         count: 1
1741                         path: libraries/classes/Gis/GisVisualization.php
1743                 -
1744                         message: "#^Parameter \\#1 \\$im of function imagefilledrectangle expects resource, resource\\|false given\\.$#"
1745                         count: 1
1746                         path: libraries/classes/Gis/GisVisualization.php
1748                 -
1749                         message: "#^Parameter \\#4 \\$results of method PhpMyAdmin\\\\Gis\\\\GisVisualization\\:\\:_prepareDataSet\\(\\) expects object, resource\\|false given\\.$#"
1750                         count: 1
1751                         path: libraries/classes/Gis/GisVisualization.php
1753                 -
1754                         message: "#^Parameter \\#1 \\$str of function base64_encode expects string, string\\|false given\\.$#"
1755                         count: 1
1756                         path: libraries/classes/Gis/GisVisualization.php
1758                 -
1759                         message: "#^Parameter \\#5 \\$image of method PhpMyAdmin\\\\Gis\\\\GisGeometryCollection\\:\\:prepareRowAsPng\\(\\) expects resource, object\\|resource\\|string given\\.$#"
1760                         count: 1
1761                         path: libraries/classes/Gis/GisVisualization.php
1763                 -
1764                         message: "#^Parameter \\#5 \\$pdf of method PhpMyAdmin\\\\Gis\\\\GisGeometryCollection\\:\\:prepareRowAsPdf\\(\\) expects TCPDF, object\\|resource\\|string given\\.$#"
1765                         count: 1
1766                         path: libraries/classes/Gis/GisVisualization.php
1768                 -
1769                         message: "#^Parameter \\#1 \\$max_upload_size of static method PhpMyAdmin\\\\Util\\:\\:getFormattedMaximumUploadSize\\(\\) expects int, string given\\.$#"
1770                         count: 1
1771                         path: libraries/classes/Html/Forms/Fields/BrowseUploadFileBlock.php
1773                 -
1774                         message: "#^Parameter \\#1 \\$max_size of static method PhpMyAdmin\\\\Html\\\\Forms\\\\Fields\\\\MaxFileSize\\:\\:generate\\(\\) expects int, string given\\.$#"
1775                         count: 1
1776                         path: libraries/classes/Html/Forms/Fields/BrowseUploadFileBlock.php
1778                 -
1779                         message: "#^Parameter \\#1 \\$str of function nl2br expects string, array\\|string given\\.$#"
1780                         count: 1
1781                         path: libraries/classes/Html/Generator.php
1783                 -
1784                         message: "#^Parameter \\#4 \\$nbTotalPage of static method PhpMyAdmin\\\\Util\\:\\:pageselector\\(\\) expects int, float\\|int given\\.$#"
1785                         count: 1
1786                         path: libraries/classes/Html/Generator.php
1788                 -
1789                         message: "#^Parameter \\#3 \\$length of function substr expects int, int\\|false given\\.$#"
1790                         count: 1
1791                         path: libraries/classes/Import.php
1793                 -
1794                         message: "#^Parameter \\#1 \\$last_cumulative_size of method PhpMyAdmin\\\\Import\\:\\:getDecimalPrecision\\(\\) expects string, int\\|string given\\.$#"
1795                         count: 3
1796                         path: libraries/classes/Import.php
1798                 -
1799                         message: "#^Parameter \\#1 \\$last_cumulative_size of method PhpMyAdmin\\\\Import\\:\\:getDecimalScale\\(\\) expects string, int\\|string given\\.$#"
1800                         count: 2
1801                         path: libraries/classes/Import.php
1803                 -
1804                         message: "#^Offset int does not exist on array\\|null\\.$#"
1805                         count: 2
1806                         path: libraries/classes/Import.php
1808                 -
1809                         message: "#^Argument of an invalid type \\(array\\<int, string\\>\\|false\\) supplied for foreach, only iterables are supported\\.$#"
1810                         count: 2
1811                         path: libraries/classes/Import.php
1813                 -
1814                         message: "#^Parameter \\#1 \\$statement of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:getClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\Statement, object given\\.$#"
1815                         count: 4
1816                         path: libraries/classes/Import.php
1818                 -
1819                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, int given\\.$#"
1820                         count: 1
1821                         path: libraries/classes/Index.php
1823                 -
1824                         message: "#^Offset 0 does not exist on array\\|null\\.$#"
1825                         count: 1
1826                         path: libraries/classes/InsertEdit.php
1828                 -
1829                         message: "#^Offset 1 does not exist on array\\|null\\.$#"
1830                         count: 1
1831                         path: libraries/classes/InsertEdit.php
1833                 -
1834                         message: "#^Strict comparison using \\=\\=\\= between 'text' and 'time' will always evaluate to false\\.$#"
1835                         count: 1
1836                         path: libraries/classes/InsertEdit.php
1838                 -
1839                         message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#"
1840                         count: 1
1841                         path: libraries/classes/InsertEdit.php
1843                 -
1844                         message: "#^Parameter \\#4 \\$row of static method PhpMyAdmin\\\\Util\\:\\:getUniqueCondition\\(\\) expects array, array\\|bool given\\.$#"
1845                         count: 1
1846                         path: libraries/classes/InsertEdit.php
1848                 -
1849                         message: "#^Cannot access offset 'foreign_db' on array\\|bool\\.$#"
1850                         count: 4
1851                         path: libraries/classes/InsertEdit.php
1853                 -
1854                         message: "#^Cannot access offset 'foreign_table' on array\\|bool\\.$#"
1855                         count: 4
1856                         path: libraries/classes/InsertEdit.php
1858                 -
1859                         message: "#^Cannot access offset 'foreign_field' on array\\|bool\\.$#"
1860                         count: 2
1861                         path: libraries/classes/InsertEdit.php
1863                 -
1864                         message: "#^Cannot access offset mixed on array\\|bool\\.$#"
1865                         count: 2
1866                         path: libraries/classes/InsertEdit.php
1868                 -
1869                         message: "#^Cannot access offset mixed on array\\|true\\.$#"
1870                         count: 1
1871                         path: libraries/classes/InsertEdit.php
1873                 -
1874                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:escapeString\\(\\) expects string, string\\|null given\\.$#"
1875                         count: 1
1876                         path: libraries/classes/InsertEdit.php
1878                 -
1879                         message: "#^Cannot access offset 0 on \\(array\\)\\|true\\.$#"
1880                         count: 1
1881                         path: libraries/classes/InsertEdit.php
1883                 -
1884                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fieldLen\\(\\) expects object, array given\\.$#"
1885                         count: 1
1886                         path: libraries/classes/InsertEdit.php
1888                 -
1889                         message: "#^Parameter \\#1 \\$data of function bin2hex expects string, string\\|false given\\.$#"
1890                         count: 5
1891                         path: libraries/classes/IpAllowDeny.php
1893                 -
1894                         message: "#^Parameter \\#2 \\$ipToTest of method PhpMyAdmin\\\\IpAllowDeny\\:\\:ipMaskTest\\(\\) expects string, string\\|true given\\.$#"
1895                         count: 1
1896                         path: libraries/classes/IpAllowDeny.php
1898                 -
1899                         message: "#^Property PhpMyAdmin\\\\Language\\:\\:\\$code has no typehint specified\\.$#"
1900                         count: 1
1901                         path: libraries/classes/Language.php
1903                 -
1904                         message: "#^Property PhpMyAdmin\\\\Language\\:\\:\\$name has no typehint specified\\.$#"
1905                         count: 1
1906                         path: libraries/classes/Language.php
1908                 -
1909                         message: "#^Property PhpMyAdmin\\\\Language\\:\\:\\$native has no typehint specified\\.$#"
1910                         count: 1
1911                         path: libraries/classes/Language.php
1913                 -
1914                         message: "#^Property PhpMyAdmin\\\\Language\\:\\:\\$regex has no typehint specified\\.$#"
1915                         count: 1
1916                         path: libraries/classes/Language.php
1918                 -
1919                         message: "#^Property PhpMyAdmin\\\\Language\\:\\:\\$mysql has no typehint specified\\.$#"
1920                         count: 1
1921                         path: libraries/classes/Language.php
1923                 -
1924                         message: "#^Method PhpMyAdmin\\\\Language\\:\\:matchesAcceptLanguage\\(\\) should return bool but returns int\\|false\\.$#"
1925                         count: 1
1926                         path: libraries/classes/Language.php
1928                 -
1929                         message: "#^Method PhpMyAdmin\\\\Language\\:\\:matchesUserAgent\\(\\) should return bool but returns int\\|false\\.$#"
1930                         count: 1
1931                         path: libraries/classes/Language.php
1933                 -
1934                         message: "#^Property PhpMyAdmin\\\\LanguageManager\\:\\:\\$_available_locales has no typehint specified\\.$#"
1935                         count: 1
1936                         path: libraries/classes/LanguageManager.php
1938                 -
1939                         message: "#^Property PhpMyAdmin\\\\LanguageManager\\:\\:\\$_available_languages has no typehint specified\\.$#"
1940                         count: 1
1941                         path: libraries/classes/LanguageManager.php
1943                 -
1944                         message: "#^Property PhpMyAdmin\\\\LanguageManager\\:\\:\\$_lang_failed_cfg has no typehint specified\\.$#"
1945                         count: 1
1946                         path: libraries/classes/LanguageManager.php
1948                 -
1949                         message: "#^Property PhpMyAdmin\\\\LanguageManager\\:\\:\\$_lang_failed_cookie has no typehint specified\\.$#"
1950                         count: 1
1951                         path: libraries/classes/LanguageManager.php
1953                 -
1954                         message: "#^Property PhpMyAdmin\\\\LanguageManager\\:\\:\\$_lang_failed_request has no typehint specified\\.$#"
1955                         count: 1
1956                         path: libraries/classes/LanguageManager.php
1958                 -
1959                         message: "#^Instanceof between string and PhpMyAdmin\\\\SqlParser\\\\UtfString will always evaluate to false\\.$#"
1960                         count: 1
1961                         path: libraries/classes/Linter.php
1963                 -
1964                         message: "#^Right side of && is always true\\.$#"
1965                         count: 1
1966                         path: libraries/classes/Linter.php
1968                 -
1969                         message: "#^Method PhpMyAdmin\\\\Menu\\:\\:_getAllowedTabs\\(\\) should return array but returns array\\|null\\.$#"
1970                         count: 1
1971                         path: libraries/classes/Menu.php
1973                 -
1974                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fetchArray\\(\\) expects object, resource\\|true given\\.$#"
1975                         count: 1
1976                         path: libraries/classes/Navigation/Navigation.php
1978                 -
1979                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:freeResult\\(\\) expects object, bool\\|resource given\\.$#"
1980                         count: 1
1981                         path: libraries/classes/Navigation/Navigation.php
1983                 -
1984                         message: "#^Method PhpMyAdmin\\\\Navigation\\\\NavigationTree\\:\\:buildPath\\(\\) should return PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false but returns bool\\|PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\.$#"
1985                         count: 1
1986                         path: libraries/classes/Navigation/NavigationTree.php
1988                 -
1989                         message: "#^Strict comparison using \\=\\=\\= between PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeDatabase and false will always evaluate to false\\.$#"
1990                         count: 1
1991                         path: libraries/classes/Navigation/NavigationTree.php
1993                 -
1994                         message: "#^Strict comparison using \\=\\=\\= between PhpMyAdmin\\\\Navigation\\\\Nodes\\\\NodeTable and false will always evaluate to false\\.$#"
1995                         count: 1
1996                         path: libraries/classes/Navigation/NavigationTree.php
1998                 -
1999                         message: "#^Cannot access property \\$realName on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
2000                         count: 4
2001                         path: libraries/classes/Navigation/NavigationTree.php
2003                 -
2004                         message: "#^Cannot access property \\$parent on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
2005                         count: 1
2006                         path: libraries/classes/Navigation/NavigationTree.php
2008                 -
2009                         message: "#^Cannot call method addChild\\(\\) on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
2010                         count: 1
2011                         path: libraries/classes/Navigation/NavigationTree.php
2013                 -
2014                         message: "#^Cannot call method realParent\\(\\) on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
2015                         count: 2
2016                         path: libraries/classes/Navigation/NavigationTree.php
2018                 -
2019                         message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\|string given\\.$#"
2020                         count: 1
2021                         path: libraries/classes/Navigation/NavigationTree.php
2023                 -
2024                         message: "#^Argument of an invalid type array\\|string supplied for foreach, only iterables are supported\\.$#"
2025                         count: 1
2026                         path: libraries/classes/Navigation/NavigationTree.php
2028                 -
2029                         message: "#^Binary operation \"\\.\" between '\\<u\\>' and array\\|string results in an error\\.$#"
2030                         count: 1
2031                         path: libraries/classes/Navigation/NavigationTree.php
2033                 -
2034                         message: "#^Parameter \\#1 \\$object of function method_exists expects object\\|string, PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false given\\.$#"
2035                         count: 1
2036                         path: libraries/classes/Navigation/NavigationTree.php
2038                 -
2039                         message: "#^Cannot call method getPresence\\(\\) on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
2040                         count: 1
2041                         path: libraries/classes/Navigation/NavigationTree.php
2043                 -
2044                         message: "#^Property PhpMyAdmin\\\\Navigation\\\\NodeFactory\\:\\:\\$namespace has no typehint specified\\.$#"
2045                         count: 1
2046                         path: libraries/classes/Navigation/NodeFactory.php
2048                 -
2049                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
2050                         count: 1
2051                         path: libraries/classes/Navigation/Nodes/Node.php
2053                 -
2054                         message: "#^Cannot access property \\$realName on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
2055                         count: 1
2056                         path: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php
2058                 -
2059                         message: "#^Property PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\:\\:\\$title \\(string\\) does not accept bool\\|string\\.$#"
2060                         count: 1
2061                         path: libraries/classes/Navigation/Nodes/NodeTable.php
2063                 -
2064                         message: "#^Cannot access property \\$realName on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
2065                         count: 2
2066                         path: libraries/classes/Navigation/Nodes/NodeTable.php
2068                 -
2069                         message: "#^Cannot assign new offset to array\\|string\\.$#"
2070                         count: 5
2071                         path: libraries/classes/Navigation/Nodes/NodeTable.php
2073                 -
2074                         message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\|string given\\.$#"
2075                         count: 1
2076                         path: libraries/classes/Normalization.php
2078                 -
2079                         message: "#^Method PhpMyAdmin\\\\Normalization\\:\\:getHtmlContentsFor1NFStep3\\(\\) should return array\\<string\\> but returns array\\<string, string\\|false\\>\\.$#"
2080                         count: 1
2081                         path: libraries/classes/Normalization.php
2083                 -
2084                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Message\\:\\:rawError\\(\\) expects string, bool\\|string given\\.$#"
2085                         count: 3
2086                         path: libraries/classes/Normalization.php
2088                 -
2089                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, int\\|string given\\.$#"
2090                         count: 1
2091                         path: libraries/classes/Normalization.php
2093                 -
2094                         message: "#^Method PhpMyAdmin\\\\OpenDocument\\:\\:create\\(\\) should return string but returns bool\\|string\\.$#"
2095                         count: 1
2096                         path: libraries/classes/OpenDocument.php
2098                 -
2099                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:query\\(\\) expects string, string\\|null given\\.$#"
2100                         count: 1
2101                         path: libraries/classes/Operations.php
2103                 -
2104                         message: "#^Property PhpMyAdmin\\\\OutputBuffering\\:\\:\\$_instance has no typehint specified\\.$#"
2105                         count: 1
2106                         path: libraries/classes/OutputBuffering.php
2108                 -
2109                         message: "#^Property PhpMyAdmin\\\\OutputBuffering\\:\\:\\$_content has no typehint specified\\.$#"
2110                         count: 1
2111                         path: libraries/classes/OutputBuffering.php
2113                 -
2114                         message: "#^Property PhpMyAdmin\\\\Pdf\\:\\:\\$footerset has no typehint specified\\.$#"
2115                         count: 1
2116                         path: libraries/classes/Pdf.php
2118                 -
2119                         message: "#^Property PhpMyAdmin\\\\Pdf\\:\\:\\$Alias has no typehint specified\\.$#"
2120                         count: 1
2121                         path: libraries/classes/Pdf.php
2123                 -
2124                         message: "#^Method PhpMyAdmin\\\\Pdf\\:\\:Footer\\(\\) has no return typehint specified\\.$#"
2125                         count: 1
2126                         path: libraries/classes/Pdf.php
2128                 -
2129                         message: "#^Method PhpMyAdmin\\\\Pdf\\:\\:Error\\(\\) has no return typehint specified\\.$#"
2130                         count: 1
2131                         path: libraries/classes/Pdf.php
2133                 -
2134                         message: "#^Method PhpMyAdmin\\\\Pdf\\:\\:Error\\(\\) has parameter \\$error_message with no typehint specified\\.$#"
2135                         count: 1
2136                         path: libraries/classes/Pdf.php
2138                 -
2139                         message: "#^Parameter \\#1 \\$str of function mb_substr expects string, string\\|null given\\.$#"
2140                         count: 2
2141                         path: libraries/classes/Plugins.php
2143                 -
2144                         message: "#^Parameter \\#1 \\$name of static method PhpMyAdmin\\\\Plugins\\:\\:getString\\(\\) expects string, string\\|null given\\.$#"
2145                         count: 1
2146                         path: libraries/classes/Plugins.php
2148                 -
2149                         message: "#^Method PhpMyAdmin\\\\Plugins\\:\\:getHtmlForProperty\\(\\) should return string but returns string\\|null\\.$#"
2150                         count: 1
2151                         path: libraries/classes/Plugins.php
2153                 -
2154                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:\\$_cookie_iv has no typehint specified\\.$#"
2155                         count: 1
2156                         path: libraries/classes/Plugins/Auth/AuthenticationCookie.php
2158                 -
2159                         message: "#^Parameter \\#2 \\$remoteIp of method ReCaptcha\\\\ReCaptcha\\:\\:verify\\(\\) expects string\\|null, bool\\|string given\\.$#"
2160                         count: 1
2161                         path: libraries/classes/Plugins/Auth/AuthenticationCookie.php
2163                 -
2164                         message: "#^Parameter \\#1 \\$data of method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:cookieEncrypt\\(\\) expects string, string\\|false given\\.$#"
2165                         count: 1
2166                         path: libraries/classes/Plugins/Auth/AuthenticationCookie.php
2168                 -
2169                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:cookieEncrypt\\(\\) should return string but returns string\\|false\\.$#"
2170                         count: 1
2171                         path: libraries/classes/Plugins/Auth/AuthenticationCookie.php
2173                 -
2174                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:getIVSize\\(\\) should return int but returns int\\|false\\.$#"
2175                         count: 1
2176                         path: libraries/classes/Plugins/Auth/AuthenticationCookie.php
2178                 -
2179                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:createIV\\(\\) should return string but returns string\\|false\\.$#"
2180                         count: 1
2181                         path: libraries/classes/Plugins/Auth/AuthenticationCookie.php
2183                 -
2184                         message: "#^Parameter \\#1 \\$content of method PhpMyAdmin\\\\Response\\:\\:addHTML\\(\\) expects string, PhpMyAdmin\\\\Message given\\.$#"
2185                         count: 1
2186                         path: libraries/classes/Plugins/Auth/AuthenticationHttp.php
2188                 -
2189                         message: "#^Parameter \\#1 \\$options of function session_set_cookie_params expects array\\(\\)\\|array\\('lifetime' \\=\\> int, 'path' \\=\\> string, 'domain' \\=\\> string\\|null, 'secure' \\=\\> bool, 'httponly' \\=\\> bool\\), array given\\.$#"
2190                         count: 1
2191                         path: libraries/classes/Plugins/Auth/AuthenticationSignon.php
2193                 -
2194                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|null given\\.$#"
2195                         count: 1
2196                         path: libraries/classes/Plugins/Export/ExportCodegen.php
2198                 -
2199                         message: "#^Parameter \\#1 \\$str of function ucfirst expects string, string\\|null given\\.$#"
2200                         count: 1
2201                         path: libraries/classes/Plugins/Export/ExportCodegen.php
2203                 -
2204                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportCodegen\\:\\:cgMakeIdentifier\\(\\) should return string but returns string\\|null\\.$#"
2205                         count: 1
2206                         path: libraries/classes/Plugins/Export/ExportCodegen.php
2208                 -
2209                         message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
2210                         count: 1
2211                         path: libraries/classes/Plugins/Export/ExportCsv.php
2213                 -
2214                         message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
2215                         count: 1
2216                         path: libraries/classes/Plugins/Export/ExportHtmlword.php
2218                 -
2219                         message: "#^Cannot access offset mixed on array\\|bool\\.$#"
2220                         count: 1
2221                         path: libraries/classes/Plugins/Export/ExportHtmlword.php
2223                 -
2224                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportJson\\:\\:\\$first has no typehint specified\\.$#"
2225                         count: 1
2226                         path: libraries/classes/Plugins/Export/ExportJson.php
2228                 -
2229                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportJson\\:\\:encode\\(\\) should return string but returns string\\|false\\.$#"
2230                         count: 1
2231                         path: libraries/classes/Plugins/Export/ExportJson.php
2233                 -
2234                         message: "#^Cannot access offset mixed on array\\|bool\\.$#"
2235                         count: 1
2236                         path: libraries/classes/Plugins/Export/ExportLatex.php
2238                 -
2239                         message: "#^Parameter \\#3 \\$length of function mb_substr expects int\\|null, int\\|false given\\.$#"
2240                         count: 2
2241                         path: libraries/classes/Plugins/Export/ExportLatex.php
2243                 -
2244                         message: "#^Parameter \\#2 \\$start of function mb_substr expects int, int\\|false given\\.$#"
2245                         count: 2
2246                         path: libraries/classes/Plugins/Export/ExportLatex.php
2248                 -
2249                         message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
2250                         count: 1
2251                         path: libraries/classes/Plugins/Export/ExportOds.php
2253                 -
2254                         message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
2255                         count: 1
2256                         path: libraries/classes/Plugins/Export/ExportOdt.php
2258                 -
2259                         message: "#^Cannot access offset 'foreign_table' on \\(array\\)\\|true\\.$#"
2260                         count: 1
2261                         path: libraries/classes/Plugins/Export/ExportOdt.php
2263                 -
2264                         message: "#^Cannot access offset 'foreign_field' on \\(array\\)\\|true\\.$#"
2265                         count: 1
2266                         path: libraries/classes/Plugins/Export/ExportOdt.php
2268                 -
2269                         message: "#^Cannot access offset mixed on array\\|bool\\.$#"
2270                         count: 1
2271                         path: libraries/classes/Plugins/Export/ExportOdt.php
2273                 -
2274                         message: "#^Parameter \\#1 \\$doc of method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyOneItem\\:\\:setDoc\\(\\) expects string, array\\<int, string\\> given\\.$#"
2275                         count: 5
2276                         path: libraries/classes/Plugins/Export/ExportSql.php
2278                 -
2279                         message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
2280                         count: 1
2281                         path: libraries/classes/Plugins/Export/ExportSql.php
2283                 -
2284                         message: "#^Parameter \\#3 \\$length of function mb_substr expects int\\|null, int\\|false given\\.$#"
2285                         count: 1
2286                         path: libraries/classes/Plugins/Export/ExportSql.php
2288                 -
2289                         message: "#^Parameter \\#1 \\$create_query of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:_makeCreateTableMSSQLCompatible\\(\\) expects string, string\\|null given\\.$#"
2290                         count: 1
2291                         path: libraries/classes/Plugins/Export/ExportSql.php
2293                 -
2294                         message: "#^Argument of an invalid type array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\CreateDefinition\\>\\|PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj supplied for foreach, only iterables are supported\\.$#"
2295                         count: 2
2296                         path: libraries/classes/Plugins/Export/ExportSql.php
2298                 -
2299                         message: "#^Cannot access offset mixed on array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\CreateDefinition\\>\\|PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj\\.$#"
2300                         count: 4
2301                         path: libraries/classes/Plugins/Export/ExportSql.php
2303                 -
2304                         message: "#^Binary operation \"\\.\" between 'FOREIGN KEY ' and array\\|string results in an error\\.$#"
2305                         count: 1
2306                         path: libraries/classes/Plugins/Export/ExportSql.php
2308                 -
2309                         message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, \\(array\\)\\|true given\\.$#"
2310                         count: 1
2311                         path: libraries/classes/Plugins/Export/ExportSql.php
2313                 -
2314                         message: "#^Argument of an invalid type \\(array\\)\\|true supplied for foreach, only iterables are supported\\.$#"
2315                         count: 1
2316                         path: libraries/classes/Plugins/Export/ExportSql.php
2318                 -
2319                         message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
2320                         count: 1
2321                         path: libraries/classes/Plugins/Export/ExportSql.php
2323                 -
2324                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
2325                         count: 12
2326                         path: libraries/classes/Plugins/Export/ExportSql.php
2328                 -
2329                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:_makeCreateTableMSSQLCompatible\\(\\) should return string but returns string\\|null\\.$#"
2330                         count: 1
2331                         path: libraries/classes/Plugins/Export/ExportSql.php
2333                 -
2334                         message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\<PhpMyAdmin\\\\SqlParser\\\\Token\\>\\|string given\\.$#"
2335                         count: 1
2336                         path: libraries/classes/Plugins/Export/ExportSql.php
2338                 -
2339                         message: "#^Property PhpMyAdmin\\\\SqlParser\\\\Token\\:\\:\\$token \\(string\\) does not accept array\\|string\\.$#"
2340                         count: 1
2341                         path: libraries/classes/Plugins/Export/ExportSql.php
2343                 -
2344                         message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
2345                         count: 1
2346                         path: libraries/classes/Plugins/Export/ExportTexytext.php
2348                 -
2349                         message: "#^Cannot access offset mixed on array\\|bool\\.$#"
2350                         count: 1
2351                         path: libraries/classes/Plugins/Export/ExportTexytext.php
2353                 -
2354                         message: "#^Strict comparison using \\=\\=\\= between array and null will always evaluate to false\\.$#"
2355                         count: 1
2356                         path: libraries/classes/Plugins/Export/ExportXml.php
2358                 -
2359                         message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
2360                         count: 1
2361                         path: libraries/classes/Plugins/Export/ExportXml.php
2363                 -
2364                         message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
2365                         count: 1
2366                         path: libraries/classes/Plugins/Export/ExportYaml.php
2368                 -
2369                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$tablewidths has no typehint specified\\.$#"
2370                         count: 1
2371                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2373                 -
2374                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$headerset has no typehint specified\\.$#"
2375                         count: 1
2376                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2378                 -
2379                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$dataY has no typehint specified\\.$#"
2380                         count: 1
2381                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2383                 -
2384                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$cellFontSize has no typehint specified\\.$#"
2385                         count: 1
2386                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2388                 -
2389                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$titleFontSize has no typehint specified\\.$#"
2390                         count: 1
2391                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2393                 -
2394                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$titleText has no typehint specified\\.$#"
2395                         count: 1
2396                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2398                 -
2399                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$dbAlias has no typehint specified\\.$#"
2400                         count: 1
2401                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2403                 -
2404                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$tableAlias has no typehint specified\\.$#"
2405                         count: 1
2406                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2408                 -
2409                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$purpose has no typehint specified\\.$#"
2410                         count: 1
2411                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2413                 -
2414                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$colTitles has no typehint specified\\.$#"
2415                         count: 1
2416                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2418                 -
2419                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$results has no typehint specified\\.$#"
2420                         count: 1
2421                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2423                 -
2424                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$colAlign has no typehint specified\\.$#"
2425                         count: 1
2426                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2428                 -
2429                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$titleWidth has no typehint specified\\.$#"
2430                         count: 1
2431                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2433                 -
2434                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$colFits has no typehint specified\\.$#"
2435                         count: 1
2436                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2438                 -
2439                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$display_column has no typehint specified\\.$#"
2440                         count: 1
2441                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2443                 -
2444                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$numFields has no typehint specified\\.$#"
2445                         count: 1
2446                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2448                 -
2449                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$fields has no typehint specified\\.$#"
2450                         count: 1
2451                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2453                 -
2454                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$sColWidth has no typehint specified\\.$#"
2455                         count: 1
2456                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2458                 -
2459                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$currentDb has no typehint specified\\.$#"
2460                         count: 1
2461                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2463                 -
2464                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$currentTable has no typehint specified\\.$#"
2465                         count: 1
2466                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2468                 -
2469                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:\\$aliases has no typehint specified\\.$#"
2470                         count: 1
2471                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2473                 -
2474                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:Header\\(\\) has no return typehint specified\\.$#"
2475                         count: 1
2476                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2478                 -
2479                         message: "#^Cannot access offset mixed on array\\|bool\\.$#"
2480                         count: 1
2481                         path: libraries/classes/Plugins/Export/Helpers/Pdf.php
2483                 -
2484                         message: "#^Parameter \\#3 \\$length of function mb_substr expects int\\|null, int\\<1, max\\>\\|false given\\.$#"
2485                         count: 1
2486                         path: libraries/classes/Plugins/Export/Helpers/TableProperty.php
2488                 -
2489                         message: "#^Cannot access offset 'foreign_table' on \\(array\\)\\|true\\.$#"
2490                         count: 1
2491                         path: libraries/classes/Plugins/ExportPlugin.php
2493                 -
2494                         message: "#^Cannot access offset 'foreign_field' on \\(array\\)\\|true\\.$#"
2495                         count: 1
2496                         path: libraries/classes/Plugins/ExportPlugin.php
2498                 -
2499                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\IOTransformationsPlugin\\:\\:\\$success has no typehint specified\\.$#"
2500                         count: 1
2501                         path: libraries/classes/Plugins/IOTransformationsPlugin.php
2503                 -
2504                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\IOTransformationsPlugin\\:\\:\\$error has no typehint specified\\.$#"
2505                         count: 1
2506                         path: libraries/classes/Plugins/IOTransformationsPlugin.php
2508                 -
2509                         message: "#^Cannot call method addProperty\\(\\) on PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyMainGroup\\|void\\.$#"
2510                         count: 7
2511                         path: libraries/classes/Plugins/Import/ImportCsv.php
2513                 -
2514                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:showHint\\(\\) expects string, PhpMyAdmin\\\\Message given\\.$#"
2515                         count: 1
2516                         path: libraries/classes/Plugins/Import/ImportCsv.php
2518                 -
2519                         message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
2520                         count: 1
2521                         path: libraries/classes/Plugins/Import/ImportCsv.php
2523                 -
2524                         message: "#^Cannot call method addProperty\\(\\) on PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyMainGroup\\|void\\.$#"
2525                         count: 3
2526                         path: libraries/classes/Plugins/Import/ImportLdi.php
2528                 -
2529                         message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\<int, string\\>\\|false given\\.$#"
2530                         count: 1
2531                         path: libraries/classes/Plugins/Import/ImportLdi.php
2533                 -
2534                         message: "#^Cannot access offset int on array\\<int, string\\>\\|false\\.$#"
2535                         count: 1
2536                         path: libraries/classes/Plugins/Import/ImportLdi.php
2538                 -
2539                         message: "#^Parameter \\#1 \\$options of method PhpMyAdmin\\\\Properties\\\\Plugins\\\\PluginPropertyItem\\:\\:setOptions\\(\\) expects PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyRootGroup, array given\\.$#"
2540                         count: 1
2541                         path: libraries/classes/Plugins/Import/ImportMediawiki.php
2543                 -
2544                         message: "#^Comparison operation \"\\>\\=\" between 0 and 0 is always true\\.$#"
2545                         count: 1
2546                         path: libraries/classes/Plugins/Import/ImportOds.php
2548                 -
2549                         message: "#^Offset 'number\\-columns…' does not exist on SimpleXMLElement\\|null\\.$#"
2550                         count: 2
2551                         path: libraries/classes/Plugins/Import/ImportOds.php
2553                 -
2554                         message: "#^Parameter \\#1 \\$cell_attrs of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:getValue\\(\\) expects array, SimpleXMLElement\\|null given\\.$#"
2555                         count: 1
2556                         path: libraries/classes/Plugins/Import/ImportOds.php
2558                 -
2559                         message: "#^Parameter \\#2 \\$text of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:getValue\\(\\) expects array, SimpleXMLElement given\\.$#"
2560                         count: 1
2561                         path: libraries/classes/Plugins/Import/ImportOds.php
2563                 -
2564                         message: "#^Parameter \\#1 \\$str of function rtrim expects string, float\\|string given\\.$#"
2565                         count: 1
2566                         path: libraries/classes/Plugins/Import/ImportOds.php
2568                 -
2569                         message: "#^Parameter \\#2 \\$str2 of function strcmp expects string, float\\|string given\\.$#"
2570                         count: 1
2571                         path: libraries/classes/Plugins/Import/ImportOds.php
2573                 -
2574                         message: "#^Offset 'name' does not exist on SimpleXMLElement\\|null\\.$#"
2575                         count: 2
2576                         path: libraries/classes/Plugins/Import/ImportOds.php
2578                 -
2579                         message: "#^Parameter \\#1 \\$str1 of function strcmp expects string, array\\<int, array\\<int, float\\|string\\>\\|string\\>\\|string given\\.$#"
2580                         count: 1
2581                         path: libraries/classes/Plugins/Import/ImportOds.php
2583                 -
2584                         message: "#^Parameter \\#1 \\$options of method PhpMyAdmin\\\\Properties\\\\Plugins\\\\PluginPropertyItem\\:\\:setOptions\\(\\) expects PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyRootGroup, array given\\.$#"
2585                         count: 1
2586                         path: libraries/classes/Plugins/Import/ImportShp.php
2588                 -
2589                         message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#"
2590                         count: 1
2591                         path: libraries/classes/Plugins/Import/ImportShp.php
2593                 -
2594                         message: "#^Call to an undefined method PhpMyAdmin\\\\Gis\\\\GisMultiLineString\\|PhpMyAdmin\\\\Gis\\\\GisMultiPoint\\|PhpMyAdmin\\\\Gis\\\\GisPoint\\|PhpMyAdmin\\\\Gis\\\\GisPolygon\\:\\:getShape\\(\\)\\.$#"
2595                         count: 1
2596                         path: libraries/classes/Plugins/Import/ImportShp.php
2598                 -
2599                         message: "#^Parameter \\#1 \\$doc of method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyOneItem\\:\\:setDoc\\(\\) expects string, array\\<int, string\\> given\\.$#"
2600                         count: 2
2601                         path: libraries/classes/Plugins/Import/ImportSql.php
2603                 -
2604                         message: "#^Parameter \\#1 \\$options of method PhpMyAdmin\\\\Properties\\\\Plugins\\\\PluginPropertyItem\\:\\:setOptions\\(\\) expects PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyRootGroup, array given\\.$#"
2605                         count: 1
2606                         path: libraries/classes/Plugins/Import/ImportXml.php
2608                 -
2609                         message: "#^Comparison operation \"\\>\\=\" between 0 and 0 is always true\\.$#"
2610                         count: 1
2611                         path: libraries/classes/Plugins/Import/ImportXml.php
2613                 -
2614                         message: "#^Parameter \\#1 \\$ns of method SimpleXMLElement\\:\\:children\\(\\) expects string, string\\|null given\\.$#"
2615                         count: 1
2616                         path: libraries/classes/Plugins/Import/ImportXml.php
2618                 -
2619                         message: "#^Offset 'name' does not exist on SimpleXMLElement\\|null\\.$#"
2620                         count: 3
2621                         path: libraries/classes/Plugins/Import/ImportXml.php
2623                 -
2624                         message: "#^Offset 'collation' does not exist on SimpleXMLElement\\|null\\.$#"
2625                         count: 1
2626                         path: libraries/classes/Plugins/Import/ImportXml.php
2628                 -
2629                         message: "#^Offset 'charset' does not exist on SimpleXMLElement\\|null\\.$#"
2630                         count: 1
2631                         path: libraries/classes/Plugins/Import/ImportXml.php
2633                 -
2634                         message: "#^Strict comparison using \\=\\=\\= between string and null will always evaluate to false\\.$#"
2635                         count: 2
2636                         path: libraries/classes/Plugins/Import/ImportXml.php
2638                 -
2639                         message: "#^Left side of && is always true\\.$#"
2640                         count: 1
2641                         path: libraries/classes/Plugins/Import/ImportXml.php
2643                 -
2644                         message: "#^Function uploadprogress_get_info not found\\.$#"
2645                         count: 1
2646                         path: libraries/classes/Plugins/Import/Upload/UploadProgress.php
2648                 -
2649                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadSession\\:\\:getIdKey\\(\\) should return string but returns string\\|false\\.$#"
2650                         count: 1
2651                         path: libraries/classes/Plugins/Import/Upload/UploadSession.php
2653                 -
2654                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:\\$_topMargin has no typehint specified\\.$#"
2655                         count: 1
2656                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
2658                 -
2659                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:\\$_bottomMargin has no typehint specified\\.$#"
2660                         count: 1
2661                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
2663                 -
2664                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:\\$_leftMargin has no typehint specified\\.$#"
2665                         count: 1
2666                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
2668                 -
2669                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:\\$_rightMargin has no typehint specified\\.$#"
2670                         count: 1
2671                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
2673                 -
2674                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:\\$objectId has no typehint specified\\.$#"
2675                         count: 1
2676                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
2678                 -
2679                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:_addRelation\\(\\) expects string, int\\|string given\\.$#"
2680                         count: 1
2681                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
2683                 -
2684                         message: "#^Parameter \\#2 \\$master_table of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia constructor expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\TableStatsEps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg given\\.$#"
2685                         count: 1
2686                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
2688                 -
2689                         message: "#^Parameter \\#4 \\$foreign_table of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia constructor expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\TableStatsEps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg given\\.$#"
2690                         count: 1
2691                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
2693                 -
2694                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia\\:\\:\\$diagram has no typehint specified\\.$#"
2695                         count: 1
2696                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
2698                 -
2699                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia\\:\\:\\$srcConnPointsRight has no typehint specified\\.$#"
2700                         count: 1
2701                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
2703                 -
2704                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia\\:\\:\\$srcConnPointsLeft has no typehint specified\\.$#"
2705                         count: 1
2706                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
2708                 -
2709                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia\\:\\:\\$destConnPointsRight has no typehint specified\\.$#"
2710                         count: 1
2711                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
2713                 -
2714                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia\\:\\:\\$destConnPointsLeft has no typehint specified\\.$#"
2715                         count: 1
2716                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
2718                 -
2719                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia\\:\\:\\$masterTableId has no typehint specified\\.$#"
2720                         count: 1
2721                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
2723                 -
2724                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia\\:\\:\\$foreignTableId has no typehint specified\\.$#"
2725                         count: 1
2726                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
2728                 -
2729                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia\\:\\:\\$masterTablePos has no typehint specified\\.$#"
2730                         count: 1
2731                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
2733                 -
2734                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia\\:\\:\\$foreignTablePos has no typehint specified\\.$#"
2735                         count: 1
2736                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
2738                 -
2739                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia\\:\\:\\$referenceColor has no typehint specified\\.$#"
2740                         count: 1
2741                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
2743                 -
2744                         message: "#^Binary operation \"\\+\" between int\\|string\\|false and 12 results in an error\\.$#"
2745                         count: 4
2746                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
2748                 -
2749                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia\\:\\:\\$tableId has no typehint specified\\.$#"
2750                         count: 1
2751                         path: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php
2753                 -
2754                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia\\:\\:\\$tableColor has no typehint specified\\.$#"
2755                         count: 1
2756                         path: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php
2758                 -
2759                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\:\\:\\$font has no typehint specified\\.$#"
2760                         count: 1
2761                         path: libraries/classes/Plugins/Schema/Eps/Eps.php
2763                 -
2764                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\:\\:\\$fontSize has no typehint specified\\.$#"
2765                         count: 1
2766                         path: libraries/classes/Plugins/Schema/Eps/Eps.php
2768                 -
2769                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\:\\:\\$stringCommands has no typehint specified\\.$#"
2770                         count: 1
2771                         path: libraries/classes/Plugins/Schema/Eps/Eps.php
2773                 -
2774                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\EpsRelationSchema\\:\\:\\$_tablewidth has no typehint specified\\.$#"
2775                         count: 1
2776                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
2778                 -
2779                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\EpsRelationSchema\\:\\:_addRelation\\(\\) expects string, int\\|string given\\.$#"
2780                         count: 1
2781                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
2783                 -
2784                         message: "#^Parameter \\#2 \\$master_table of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\RelationStatsEps constructor expects string, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\TableStatsEps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg given\\.$#"
2785                         count: 1
2786                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
2788                 -
2789                         message: "#^Parameter \\#4 \\$foreign_table of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\RelationStatsEps constructor expects string, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\TableStatsEps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg given\\.$#"
2790                         count: 1
2791                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
2793                 -
2794                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\TableStatsEps\\:\\:\\$height has no typehint specified\\.$#"
2795                         count: 1
2796                         path: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php
2798                 -
2799                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\TableStatsEps\\:\\:\\$currentCell has no typehint specified\\.$#"
2800                         count: 1
2801                         path: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php
2803                 -
2804                         message: "#^Parameter \\#1 \\$diagram of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:__construct\\(\\) expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg, object given\\.$#"
2805                         count: 1
2806                         path: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php
2808                 -
2809                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\ExportRelationSchema\\:\\:\\$db has no typehint specified\\.$#"
2810                         count: 1
2811                         path: libraries/classes/Plugins/Schema/ExportRelationSchema.php
2813                 -
2814                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\ExportRelationSchema\\:\\:\\$diagram has no typehint specified\\.$#"
2815                         count: 1
2816                         path: libraries/classes/Plugins/Schema/ExportRelationSchema.php
2818                 -
2819                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\ExportRelationSchema\\:\\:\\$showColor has no typehint specified\\.$#"
2820                         count: 1
2821                         path: libraries/classes/Plugins/Schema/ExportRelationSchema.php
2823                 -
2824                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\ExportRelationSchema\\:\\:\\$tableDimension has no typehint specified\\.$#"
2825                         count: 1
2826                         path: libraries/classes/Plugins/Schema/ExportRelationSchema.php
2828                 -
2829                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\ExportRelationSchema\\:\\:\\$sameWide has no typehint specified\\.$#"
2830                         count: 1
2831                         path: libraries/classes/Plugins/Schema/ExportRelationSchema.php
2833                 -
2834                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\ExportRelationSchema\\:\\:\\$showKeys has no typehint specified\\.$#"
2835                         count: 1
2836                         path: libraries/classes/Plugins/Schema/ExportRelationSchema.php
2838                 -
2839                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\ExportRelationSchema\\:\\:\\$orientation has no typehint specified\\.$#"
2840                         count: 1
2841                         path: libraries/classes/Plugins/Schema/ExportRelationSchema.php
2843                 -
2844                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\ExportRelationSchema\\:\\:\\$paper has no typehint specified\\.$#"
2845                         count: 1
2846                         path: libraries/classes/Plugins/Schema/ExportRelationSchema.php
2848                 -
2849                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\ExportRelationSchema\\:\\:\\$pageNumber has no typehint specified\\.$#"
2850                         count: 1
2851                         path: libraries/classes/Plugins/Schema/ExportRelationSchema.php
2853                 -
2854                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\ExportRelationSchema\\:\\:\\$offline has no typehint specified\\.$#"
2855                         count: 1
2856                         path: libraries/classes/Plugins/Schema/ExportRelationSchema.php
2858                 -
2859                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$_xMin has no typehint specified\\.$#"
2860                         count: 1
2861                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2863                 -
2864                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$_yMin has no typehint specified\\.$#"
2865                         count: 1
2866                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2868                 -
2869                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$leftMargin has no typehint specified\\.$#"
2870                         count: 1
2871                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2873                 -
2874                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$topMargin has no typehint specified\\.$#"
2875                         count: 1
2876                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2878                 -
2879                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$scale has no typehint specified\\.$#"
2880                         count: 1
2881                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2883                 -
2884                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$PMA_links has no typehint specified\\.$#"
2885                         count: 1
2886                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2888                 -
2889                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$Outlines has no typehint specified\\.$#"
2890                         count: 1
2891                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2893                 -
2894                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$def_outlines has no typehint specified\\.$#"
2895                         count: 1
2896                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2898                 -
2899                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$widths has no typehint specified\\.$#"
2900                         count: 1
2901                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2903                 -
2904                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$cMargin has no typehint specified\\.$#"
2905                         count: 1
2906                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2908                 -
2909                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$_ff has no typehint specified\\.$#"
2910                         count: 1
2911                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2913                 -
2914                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:\\$_offline has no typehint specified\\.$#"
2915                         count: 1
2916                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2918                 -
2919                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:Header\\(\\) has no return typehint specified\\.$#"
2920                         count: 1
2921                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2923                 -
2924                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:Footer\\(\\) has no return typehint specified\\.$#"
2925                         count: 1
2926                         path: libraries/classes/Plugins/Schema/Pdf/Pdf.php
2928                 -
2929                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_showGrid has no typehint specified\\.$#"
2930                         count: 1
2931                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2933                 -
2934                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_withDoc has no typehint specified\\.$#"
2935                         count: 1
2936                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2938                 -
2939                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_tableOrder has no typehint specified\\.$#"
2940                         count: 1
2941                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2943                 -
2944                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_ff has no typehint specified\\.$#"
2945                         count: 1
2946                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2948                 -
2949                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_xMax has no typehint specified\\.$#"
2950                         count: 1
2951                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2953                 -
2954                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_yMax has no typehint specified\\.$#"
2955                         count: 1
2956                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2958                 -
2959                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_xMin has no typehint specified\\.$#"
2960                         count: 1
2961                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2963                 -
2964                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_yMin has no typehint specified\\.$#"
2965                         count: 1
2966                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2968                 -
2969                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_topMargin has no typehint specified\\.$#"
2970                         count: 1
2971                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2973                 -
2974                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_bottomMargin has no typehint specified\\.$#"
2975                         count: 1
2976                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2978                 -
2979                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_leftMargin has no typehint specified\\.$#"
2980                         count: 1
2981                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2983                 -
2984                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_rightMargin has no typehint specified\\.$#"
2985                         count: 1
2986                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2988                 -
2989                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_tablewidth has no typehint specified\\.$#"
2990                         count: 1
2991                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2993                 -
2994                         message: "#^Parameter \\#4 \\$fontSize of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf constructor expects int, null given\\.$#"
2995                         count: 3
2996                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
2998                 -
2999                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:_addRelation\\(\\) expects string, int\\|string given\\.$#"
3000                         count: 1
3001                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
3003                 -
3004                         message: "#^Parameter \\#2 \\$master_table of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\RelationStatsPdf constructor expects string, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf given\\.$#"
3005                         count: 1
3006                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
3008                 -
3009                         message: "#^Parameter \\#4 \\$foreign_table of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\RelationStatsPdf constructor expects string, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf given\\.$#"
3010                         count: 1
3011                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
3013                 -
3014                         message: "#^Parameter \\#1 \\$fontSize of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\:\\:tableDraw\\(\\) expects int, null given\\.$#"
3015                         count: 1
3016                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
3018                 -
3019                         message: "#^Cannot access offset 'foreign_db' on \\(array\\)\\|true\\.$#"
3020                         count: 2
3021                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
3023                 -
3024                         message: "#^Cannot access offset 'foreign_table' on \\(array\\)\\|true\\.$#"
3025                         count: 3
3026                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
3028                 -
3029                         message: "#^Cannot access offset 'foreign_field' on \\(array\\)\\|true\\.$#"
3030                         count: 3
3031                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
3033                 -
3034                         message: "#^Cannot access offset 'on_update' on \\(array\\)\\|true\\.$#"
3035                         count: 1
3036                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
3038                 -
3039                         message: "#^Cannot access offset mixed on array\\|bool\\.$#"
3040                         count: 1
3041                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
3043                 -
3044                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\:\\:\\$nb_fiels has no typehint specified\\.$#"
3045                         count: 1
3046                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
3048                 -
3049                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\:\\:\\$height has no typehint specified\\.$#"
3050                         count: 1
3051                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
3053                 -
3054                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\:\\:\\$_ff has no typehint specified\\.$#"
3055                         count: 1
3056                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
3058                 -
3059                         message: "#^Parameter \\#1 \\$diagram of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:__construct\\(\\) expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg, object given\\.$#"
3060                         count: 1
3061                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
3063                 -
3064                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\RelationStats\\:\\:\\$diagram has no typehint specified\\.$#"
3065                         count: 1
3066                         path: libraries/classes/Plugins/Schema/RelationStats.php
3068                 -
3069                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\RelationStats\\:\\:\\$xSrc has no typehint specified\\.$#"
3070                         count: 1
3071                         path: libraries/classes/Plugins/Schema/RelationStats.php
3073                 -
3074                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\RelationStats\\:\\:\\$ySrc has no typehint specified\\.$#"
3075                         count: 1
3076                         path: libraries/classes/Plugins/Schema/RelationStats.php
3078                 -
3079                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\RelationStats\\:\\:\\$srcDir has no typehint specified\\.$#"
3080                         count: 1
3081                         path: libraries/classes/Plugins/Schema/RelationStats.php
3083                 -
3084                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\RelationStats\\:\\:\\$destDir has no typehint specified\\.$#"
3085                         count: 1
3086                         path: libraries/classes/Plugins/Schema/RelationStats.php
3088                 -
3089                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\RelationStats\\:\\:\\$xDest has no typehint specified\\.$#"
3090                         count: 1
3091                         path: libraries/classes/Plugins/Schema/RelationStats.php
3093                 -
3094                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\RelationStats\\:\\:\\$yDest has no typehint specified\\.$#"
3095                         count: 1
3096                         path: libraries/classes/Plugins/Schema/RelationStats.php
3098                 -
3099                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\RelationStats\\:\\:\\$wTick has no typehint specified\\.$#"
3100                         count: 1
3101                         path: libraries/classes/Plugins/Schema/RelationStats.php
3103                 -
3104                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\RelationStats\\:\\:_getXy\\(\\) expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats, string given\\.$#"
3105                         count: 2
3106                         path: libraries/classes/Plugins/Schema/RelationStats.php
3108                 -
3109                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:\\$title has no typehint specified\\.$#"
3110                         count: 1
3111                         path: libraries/classes/Plugins/Schema/Svg/Svg.php
3113                 -
3114                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:\\$author has no typehint specified\\.$#"
3115                         count: 1
3116                         path: libraries/classes/Plugins/Schema/Svg/Svg.php
3118                 -
3119                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:\\$font has no typehint specified\\.$#"
3120                         count: 1
3121                         path: libraries/classes/Plugins/Schema/Svg/Svg.php
3123                 -
3124                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:\\$fontSize has no typehint specified\\.$#"
3125                         count: 1
3126                         path: libraries/classes/Plugins/Schema/Svg/Svg.php
3128                 -
3129                         message: "#^Parameter \\#2 \\$value of method XMLWriter\\:\\:writeAttribute\\(\\) expects string, int given\\.$#"
3130                         count: 4
3131                         path: libraries/classes/Plugins/Schema/Svg/Svg.php
3133                 -
3134                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:\\$_xMax has no typehint specified\\.$#"
3135                         count: 1
3136                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
3138                 -
3139                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:\\$_yMax has no typehint specified\\.$#"
3140                         count: 1
3141                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
3143                 -
3144                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:\\$_xMin has no typehint specified\\.$#"
3145                         count: 1
3146                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
3148                 -
3149                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:\\$_yMin has no typehint specified\\.$#"
3150                         count: 1
3151                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
3153                 -
3154                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:\\$_tablewidth has no typehint specified\\.$#"
3155                         count: 1
3156                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
3158                 -
3159                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:_setMinMax\\(\\) expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\TableStatsEps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg given\\.$#"
3160                         count: 3
3161                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
3163                 -
3164                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:_addRelation\\(\\) expects string, int\\|string given\\.$#"
3165                         count: 1
3166                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
3168                 -
3169                         message: "#^Parameter \\#2 \\$master_table of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\RelationStatsSvg constructor expects string, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\TableStatsEps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg given\\.$#"
3170                         count: 1
3171                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
3173                 -
3174                         message: "#^Parameter \\#4 \\$foreign_table of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\RelationStatsSvg constructor expects string, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\TableStatsEps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg given\\.$#"
3175                         count: 1
3176                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
3178                 -
3179                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg\\:\\:\\$height has no typehint specified\\.$#"
3180                         count: 1
3181                         path: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php
3183                 -
3184                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg\\:\\:\\$currentCell has no typehint specified\\.$#"
3185                         count: 1
3186                         path: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php
3188                 -
3189                         message: "#^Parameter \\#1 \\$diagram of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:__construct\\(\\) expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg, object given\\.$#"
3190                         count: 1
3191                         path: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php
3193                 -
3194                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$diagram has no typehint specified\\.$#"
3195                         count: 1
3196                         path: libraries/classes/Plugins/Schema/TableStats.php
3198                 -
3199                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$db has no typehint specified\\.$#"
3200                         count: 1
3201                         path: libraries/classes/Plugins/Schema/TableStats.php
3203                 -
3204                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$pageNumber has no typehint specified\\.$#"
3205                         count: 1
3206                         path: libraries/classes/Plugins/Schema/TableStats.php
3208                 -
3209                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$tableName has no typehint specified\\.$#"
3210                         count: 1
3211                         path: libraries/classes/Plugins/Schema/TableStats.php
3213                 -
3214                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$showKeys has no typehint specified\\.$#"
3215                         count: 1
3216                         path: libraries/classes/Plugins/Schema/TableStats.php
3218                 -
3219                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$tableDimension has no typehint specified\\.$#"
3220                         count: 1
3221                         path: libraries/classes/Plugins/Schema/TableStats.php
3223                 -
3224                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$displayfield has no typehint specified\\.$#"
3225                         count: 1
3226                         path: libraries/classes/Plugins/Schema/TableStats.php
3228                 -
3229                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$fields has no typehint specified\\.$#"
3230                         count: 1
3231                         path: libraries/classes/Plugins/Schema/TableStats.php
3233                 -
3234                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$primary has no typehint specified\\.$#"
3235                         count: 1
3236                         path: libraries/classes/Plugins/Schema/TableStats.php
3238                 -
3239                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$x has no typehint specified\\.$#"
3240                         count: 1
3241                         path: libraries/classes/Plugins/Schema/TableStats.php
3243                 -
3244                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$y has no typehint specified\\.$#"
3245                         count: 1
3246                         path: libraries/classes/Plugins/Schema/TableStats.php
3248                 -
3249                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$width has no typehint specified\\.$#"
3250                         count: 1
3251                         path: libraries/classes/Plugins/Schema/TableStats.php
3253                 -
3254                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$heightCell has no typehint specified\\.$#"
3255                         count: 1
3256                         path: libraries/classes/Plugins/Schema/TableStats.php
3258                 -
3259                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats\\:\\:\\$offline has no typehint specified\\.$#"
3260                         count: 1
3261                         path: libraries/classes/Plugins/Schema/TableStats.php
3263                 -
3264                         message: "#^Cannot access property \\$type on stdClass\\|null\\.$#"
3265                         count: 1
3266                         path: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
3268                 -
3269                         message: "#^Binary operation \"\\-\\=\" between int\\<0, max\\>\\|string\\|false and int results in an error\\.$#"
3270                         count: 1
3271                         path: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
3273                 -
3274                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
3275                         count: 1
3276                         path: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
3278                 -
3279                         message: "#^If condition is always true\\.$#"
3280                         count: 1
3281                         path: libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php
3283                 -
3284                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Transformations\\\\Output\\\\Text_Plain_Binarytoip\\:\\:applyTransformation\\(\\) should return string but returns string\\|false\\.$#"
3285                         count: 1
3286                         path: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php
3288                 -
3289                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\TwoFactor\\\\Application\\:\\:\\$_google2fa has no typehint specified\\.$#"
3290                         count: 1
3291                         path: libraries/classes/Plugins/TwoFactor/Application.php
3293                 -
3294                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\TwoFactor\\\\Invalid\\:\\:\\$showSubmit has no typehint specified\\.$#"
3295                         count: 1
3296                         path: libraries/classes/Plugins/TwoFactor/Invalid.php
3298                 -
3299                         message: "#^Property PhpMyAdmin\\\\Plugins\\\\TwoFactorPlugin\\:\\:\\$showSubmit has no typehint specified\\.$#"
3300                         count: 1
3301                         path: libraries/classes/Plugins/TwoFactorPlugin.php
3303                 -
3304                         message: "#^Cannot access offset 'scheme' on array\\(\\)\\|array\\('scheme' \\=\\> string, 'host' \\=\\> string, 'port' \\=\\> int, 'user' \\=\\> string, 'pass' \\=\\> string, 'path' \\=\\> string, 'query' \\=\\> string, 'fragment' \\=\\> string\\)\\|false\\.$#"
3305                         count: 2
3306                         path: libraries/classes/Plugins/TwoFactorPlugin.php
3308                 -
3309                         message: "#^Return type \\(bool\\) of method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyOneItem\\:\\:getForce\\(\\) should be compatible with return type \\(string\\) of method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyItem\\:\\:getForce\\(\\)$#"
3310                         count: 1
3311                         path: libraries/classes/Properties/Options/OptionsPropertyOneItem.php
3313                 -
3314                         message: "#^Parameter \\#1 \\$force \\(bool\\) of method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyOneItem\\:\\:setForce\\(\\) should be compatible with parameter \\$force \\(string\\) of method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyItem\\:\\:setForce\\(\\)$#"
3315                         count: 1
3316                         path: libraries/classes/Properties/Options/OptionsPropertyOneItem.php
3318                 -
3319                         message: "#^Property PhpMyAdmin\\\\Relation\\:\\:\\$dbi \\(PhpMyAdmin\\\\DatabaseInterface\\) does not accept PhpMyAdmin\\\\DatabaseInterface\\|null\\.$#"
3320                         count: 1
3321                         path: libraries/classes/Relation.php
3323                 -
3324                         message: "#^Method PhpMyAdmin\\\\Relation\\:\\:checkRelationsParam\\(\\) should return array\\<string\\> but returns array\\<string, string\\|false\\|null\\>\\.$#"
3325                         count: 1
3326                         path: libraries/classes/Relation.php
3328                 -
3329                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fetchRow\\(\\) expects object, resource\\|true given\\.$#"
3330                         count: 1
3331                         path: libraries/classes/Relation.php
3333                 -
3334                         message: "#^Cannot access offset 0 on \\(array\\)\\|true\\.$#"
3335                         count: 38
3336                         path: libraries/classes/Relation.php
3338                 -
3339                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:freeResult\\(\\) expects object, resource\\|true given\\.$#"
3340                         count: 2
3341                         path: libraries/classes/Relation.php
3343                 -
3344                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:numRows\\(\\) expects object, resource\\|true given\\.$#"
3345                         count: 3
3346                         path: libraries/classes/Relation.php
3348                 -
3349                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|false given\\.$#"
3350                         count: 1
3351                         path: libraries/classes/Relation.php
3353                 -
3354                         message: "#^Cannot access offset 'display_field' on array\\|bool\\.$#"
3355                         count: 1
3356                         path: libraries/classes/Relation.php
3358                 -
3359                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fetchAssoc\\(\\) expects object, resource\\|true given\\.$#"
3360                         count: 2
3361                         path: libraries/classes/Relation.php
3363                 -
3364                         message: "#^Cannot access offset 'comment' on array\\|bool\\.$#"
3365                         count: 1
3366                         path: libraries/classes/Relation.php
3368                 -
3369                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:freeResult\\(\\) expects object, bool\\|resource given\\.$#"
3370                         count: 2
3371                         path: libraries/classes/Relation.php
3373                 -
3374                         message: "#^Cannot access offset 'comment' on \\(array\\)\\|true\\.$#"
3375                         count: 1
3376                         path: libraries/classes/Relation.php
3378                 -
3379                         message: "#^Cannot access offset 'db_name' on \\(array\\)\\|true\\.$#"
3380                         count: 1
3381                         path: libraries/classes/Relation.php
3383                 -
3384                         message: "#^Method PhpMyAdmin\\\\Relation\\:\\:setDbComment\\(\\) should return bool but returns bool\\|resource\\.$#"
3385                         count: 1
3386                         path: libraries/classes/Relation.php
3388                 -
3389                         message: "#^Parameter \\#1 \\$foreigners of method PhpMyAdmin\\\\Relation\\:\\:searchColumnInForeigners\\(\\) expects array, \\(array\\)\\|true given\\.$#"
3390                         count: 1
3391                         path: libraries/classes/Relation.php
3393                 -
3394                         message: "#^Cannot access offset 'foreign_db' on \\(array\\)\\|true\\.$#"
3395                         count: 1
3396                         path: libraries/classes/Relation.php
3398                 -
3399                         message: "#^Cannot access offset 'foreign_table' on \\(array\\)\\|true\\.$#"
3400                         count: 1
3401                         path: libraries/classes/Relation.php
3403                 -
3404                         message: "#^Cannot access offset 'foreign_field' on \\(array\\)\\|true\\.$#"
3405                         count: 1
3406                         path: libraries/classes/Relation.php
3408                 -
3409                         message: "#^Method PhpMyAdmin\\\\Relation\\:\\:createPage\\(\\) should return int but returns bool\\|int\\.$#"
3410                         count: 1
3411                         path: libraries/classes/Relation.php
3413                 -
3414                         message: "#^Parameter \\#2 \\$str of function explode expects string, string\\|false given\\.$#"
3415                         count: 1
3416                         path: libraries/classes/Relation.php
3418                 -
3419                         message: "#^Cannot access offset 1 on \\(array\\)\\|true\\.$#"
3420                         count: 1
3421                         path: libraries/classes/Relation.php
3423                 -
3424                         message: "#^Parameter \\#1 \\$str of function mb_strtoupper expects string, string\\|null given\\.$#"
3425                         count: 1
3426                         path: libraries/classes/Replication.php
3428                 -
3429                         message: "#^Parameter \\#1 \\$name of static method PhpMyAdmin\\\\Core\\:\\:sanitizeMySQLHost\\(\\) expects string, string\\|null given\\.$#"
3430                         count: 1
3431                         path: libraries/classes/Replication.php
3433                 -
3434                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Message\\:\\:success\\(\\) expects string, string\\|null given\\.$#"
3435                         count: 1
3436                         path: libraries/classes/ReplicationGui.php
3438                 -
3439                         message: "#^Parameter \\#1 \\$string of static method PhpMyAdmin\\\\Message\\:\\:error\\(\\) expects string, string\\|null given\\.$#"
3440                         count: 1
3441                         path: libraries/classes/ReplicationGui.php
3443                 -
3444                         message: "#^Method PhpMyAdmin\\\\Response\\:\\:getCWD\\(\\) should return string but returns bool\\|string\\.$#"
3445                         count: 1
3446                         path: libraries/classes/Response.php
3448                 -
3449                         message: "#^Call to function is_array\\(\\) with string will always evaluate to false\\.$#"
3450                         count: 1
3451                         path: libraries/classes/Response.php
3453                 -
3454                         message: "#^Instanceof between string and PhpMyAdmin\\\\Message will always evaluate to false\\.$#"
3455                         count: 1
3456                         path: libraries/classes/Response.php
3458                 -
3459                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, string\\|null given\\.$#"
3460                         count: 1
3461                         path: libraries/classes/Rte/Events.php
3463                 -
3464                         message: "#^Parameter \\#3 \\$createStatement of method PhpMyAdmin\\\\Rte\\\\General\\:\\:checkResult\\(\\) expects string, string\\|null given\\.$#"
3465                         count: 1
3466                         path: libraries/classes/Rte/Events.php
3468                 -
3469                         message: "#^Cannot access offset 'item_name' on array\\|true\\.$#"
3470                         count: 1
3471                         path: libraries/classes/Rte/Events.php
3473                 -
3474                         message: "#^Cannot access offset 'item_original_name' on array\\|true\\.$#"
3475                         count: 1
3476                         path: libraries/classes/Rte/Events.php
3478                 -
3479                         message: "#^Parameter \\#2 \\$mode of method PhpMyAdmin\\\\Rte\\\\General\\:\\:sendEditor\\(\\) expects string, string\\|null given\\.$#"
3480                         count: 1
3481                         path: libraries/classes/Rte/Events.php
3483                 -
3484                         message: "#^Parameter \\#4 \\$title of method PhpMyAdmin\\\\Rte\\\\General\\:\\:sendEditor\\(\\) expects string, string\\|null given\\.$#"
3485                         count: 1
3486                         path: libraries/classes/Rte/Events.php
3488                 -
3489                         message: "#^Cannot access offset 'EVENT_NAME' on \\(array\\)\\|true\\.$#"
3490                         count: 1
3491                         path: libraries/classes/Rte/Events.php
3493                 -
3494                         message: "#^Cannot access offset 'STATUS' on \\(array\\)\\|true\\.$#"
3495                         count: 1
3496                         path: libraries/classes/Rte/Events.php
3498                 -
3499                         message: "#^Cannot access offset 'EVENT_TYPE' on \\(array\\)\\|true\\.$#"
3500                         count: 1
3501                         path: libraries/classes/Rte/Events.php
3503                 -
3504                         message: "#^Cannot access offset 'EXECUTE_AT' on \\(array\\)\\|true\\.$#"
3505                         count: 1
3506                         path: libraries/classes/Rte/Events.php
3508                 -
3509                         message: "#^Cannot access offset 'INTERVAL_VALUE' on \\(array\\)\\|true\\.$#"
3510                         count: 1
3511                         path: libraries/classes/Rte/Events.php
3513                 -
3514                         message: "#^Cannot access offset 'INTERVAL_FIELD' on \\(array\\)\\|true\\.$#"
3515                         count: 1
3516                         path: libraries/classes/Rte/Events.php
3518                 -
3519                         message: "#^Cannot access offset 'STARTS' on \\(array\\)\\|true\\.$#"
3520                         count: 1
3521                         path: libraries/classes/Rte/Events.php
3523                 -
3524                         message: "#^Cannot access offset 'ENDS' on \\(array\\)\\|true\\.$#"
3525                         count: 1
3526                         path: libraries/classes/Rte/Events.php
3528                 -
3529                         message: "#^Cannot access offset 'ON_COMPLETION' on \\(array\\)\\|true\\.$#"
3530                         count: 1
3531                         path: libraries/classes/Rte/Events.php
3533                 -
3534                         message: "#^Cannot access offset 'EVENT_DEFINITION' on \\(array\\)\\|true\\.$#"
3535                         count: 1
3536                         path: libraries/classes/Rte/Events.php
3538                 -
3539                         message: "#^Cannot access offset 'DEFINER' on \\(array\\)\\|true\\.$#"
3540                         count: 1
3541                         path: libraries/classes/Rte/Events.php
3543                 -
3544                         message: "#^Cannot access offset 'EVENT_COMMENT' on \\(array\\)\\|true\\.$#"
3545                         count: 1
3546                         path: libraries/classes/Rte/Events.php
3548                 -
3549                         message: "#^Else branch is unreachable because previous condition is always true\\.$#"
3550                         count: 1
3551                         path: libraries/classes/Rte/Export.php
3553                 -
3554                         message: "#^Parameter \\#1 \\$export_data of method PhpMyAdmin\\\\Rte\\\\Export\\:\\:handle\\(\\) expects string, string\\|false given\\.$#"
3555                         count: 2
3556                         path: libraries/classes/Rte/Export.php
3558                 -
3559                         message: "#^Parameter \\#2 \\$operation of method PhpMyAdmin\\\\Rte\\\\Events\\:\\:getEditorForm\\(\\) expects string, string\\|null given\\.$#"
3560                         count: 1
3561                         path: libraries/classes/Rte/General.php
3563                 -
3564                         message: "#^Else branch is unreachable because previous condition is always true\\.$#"
3565                         count: 1
3566                         path: libraries/classes/Rte/General.php
3568                 -
3569                         message: "#^Cannot access offset 'item_name' on array\\|true\\.$#"
3570                         count: 1
3571                         path: libraries/classes/Rte/Routines.php
3573                 -
3574                         message: "#^Cannot access offset 'item_original_name' on array\\|true\\.$#"
3575                         count: 1
3576                         path: libraries/classes/Rte/Routines.php
3578                 -
3579                         message: "#^Parameter \\#1 \\$mode of method PhpMyAdmin\\\\Rte\\\\Routines\\:\\:getEditorForm\\(\\) expects string, string\\|null given\\.$#"
3580                         count: 1
3581                         path: libraries/classes/Rte/Routines.php
3583                 -
3584                         message: "#^Parameter \\#3 \\$routine of method PhpMyAdmin\\\\Rte\\\\Routines\\:\\:getEditorForm\\(\\) expects array, array\\|null given\\.$#"
3585                         count: 1
3586                         path: libraries/classes/Rte/Routines.php
3588                 -
3589                         message: "#^Offset 'item_type' does not exist on array\\|null\\.$#"
3590                         count: 1
3591                         path: libraries/classes/Rte/Routines.php
3593                 -
3594                         message: "#^Parameter \\#2 \\$create_routine of method PhpMyAdmin\\\\Rte\\\\Routines\\:\\:create\\(\\) expects string, string\\|null given\\.$#"
3595                         count: 1
3596                         path: libraries/classes/Rte/Routines.php
3598                 -
3599                         message: "#^Cannot access offset 'SPECIFIC_NAME' on \\(array\\)\\|true\\.$#"
3600                         count: 2
3601                         path: libraries/classes/Rte/Routines.php
3603                 -
3604                         message: "#^Cannot access offset 'ROUTINE_TYPE' on \\(array\\)\\|true\\.$#"
3605                         count: 2
3606                         path: libraries/classes/Rte/Routines.php
3608                 -
3609                         message: "#^Cannot access offset 'DTD_IDENTIFIER' on \\(array\\)\\|true\\.$#"
3610                         count: 1
3611                         path: libraries/classes/Rte/Routines.php
3613                 -
3614                         message: "#^Cannot access offset 'ROUTINE_DEFINITION' on \\(array\\)\\|true\\.$#"
3615                         count: 1
3616                         path: libraries/classes/Rte/Routines.php
3618                 -
3619                         message: "#^Cannot access offset 'IS_DETERMINISTIC' on \\(array\\)\\|true\\.$#"
3620                         count: 1
3621                         path: libraries/classes/Rte/Routines.php
3623                 -
3624                         message: "#^Cannot access offset 'SECURITY_TYPE' on \\(array\\)\\|true\\.$#"
3625                         count: 2
3626                         path: libraries/classes/Rte/Routines.php
3628                 -
3629                         message: "#^Cannot access offset 'SQL_DATA_ACCESS' on \\(array\\)\\|true\\.$#"
3630                         count: 1
3631                         path: libraries/classes/Rte/Routines.php
3633                 -
3634                         message: "#^Cannot access offset 'ROUTINE_COMMENT' on \\(array\\)\\|true\\.$#"
3635                         count: 1
3636                         path: libraries/classes/Rte/Routines.php
3638                 -
3639                         message: "#^Cannot access offset 'item_num_params' on array\\|bool\\.$#"
3640                         count: 1
3641                         path: libraries/classes/Rte/Routines.php
3643                 -
3644                         message: "#^Cannot access offset 'item_param_name' on array\\|bool\\.$#"
3645                         count: 6
3646                         path: libraries/classes/Rte/Routines.php
3648                 -
3649                         message: "#^Cannot access offset 'item_type' on array\\|bool\\.$#"
3650                         count: 3
3651                         path: libraries/classes/Rte/Routines.php
3653                 -
3654                         message: "#^Cannot access offset 'item_param_dir' on array\\|bool\\.$#"
3655                         count: 2
3656                         path: libraries/classes/Rte/Routines.php
3658                 -
3659                         message: "#^Cannot access offset 'item_name' on array\\|bool\\.$#"
3660                         count: 4
3661                         path: libraries/classes/Rte/Routines.php
3663                 -
3664                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\Rte\\\\Routines\\:\\:browseRow\\(\\) expects array, \\(array\\)\\|true given\\.$#"
3665                         count: 1
3666                         path: libraries/classes/Rte/Routines.php
3668                 -
3669                         message: "#^Parameter \\#3 \\$number of function _ngettext expects int, int\\<0, max\\>\\|string given\\.$#"
3670                         count: 1
3671                         path: libraries/classes/Rte/Routines.php
3673                 -
3674                         message: "#^Parameter \\#1 \\$routine of method PhpMyAdmin\\\\Rte\\\\Routines\\:\\:getExecuteForm\\(\\) expects array, array\\|true given\\.$#"
3675                         count: 1
3676                         path: libraries/classes/Rte/Routines.php
3678                 -
3679                         message: "#^Method PhpMyAdmin\\\\Rte\\\\Routines\\:\\:browseRow\\(\\) should return string but returns string\\|null\\.$#"
3680                         count: 1
3681                         path: libraries/classes/Rte/Routines.php
3683                 -
3684                         message: "#^Cannot access offset 'create' on array\\|bool\\.$#"
3685                         count: 1
3686                         path: libraries/classes/Rte/Triggers.php
3688                 -
3689                         message: "#^Cannot access offset 'drop' on array\\|bool\\.$#"
3690                         count: 1
3691                         path: libraries/classes/Rte/Triggers.php
3693                 -
3694                         message: "#^Cannot access offset 'item_name' on array\\|true\\.$#"
3695                         count: 1
3696                         path: libraries/classes/Rte/Triggers.php
3698                 -
3699                         message: "#^Cannot access offset 'item_original_name' on array\\|true\\.$#"
3700                         count: 1
3701                         path: libraries/classes/Rte/Triggers.php
3703                 -
3704                         message: "#^Parameter \\#2 \\$mode of method PhpMyAdmin\\\\Rte\\\\General\\:\\:sendEditor\\(\\) expects string, string\\|null given\\.$#"
3705                         count: 1
3706                         path: libraries/classes/Rte/Triggers.php
3708                 -
3709                         message: "#^Parameter \\#4 \\$title of method PhpMyAdmin\\\\Rte\\\\General\\:\\:sendEditor\\(\\) expects string, string\\|null given\\.$#"
3710                         count: 1
3711                         path: libraries/classes/Rte/Triggers.php
3713                 -
3714                         message: "#^Parameter \\#3 \\$subject of function preg_replace_callback expects array\\|string, string\\|null given\\.$#"
3715                         count: 1
3716                         path: libraries/classes/Sanitize.php
3718                 -
3719                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, string\\|null given\\.$#"
3720                         count: 1
3721                         path: libraries/classes/Sanitize.php
3723                 -
3724                         message: "#^Method PhpMyAdmin\\\\Sanitize\\:\\:sanitizeMessage\\(\\) should return string but returns string\\|null\\.$#"
3725                         count: 1
3726                         path: libraries/classes/Sanitize.php
3728                 -
3729                         message: "#^Method PhpMyAdmin\\\\Sanitize\\:\\:sanitizeFilename\\(\\) should return string but returns string\\|null\\.$#"
3730                         count: 1
3731                         path: libraries/classes/Sanitize.php
3733                 -
3734                         message: "#^Method PhpMyAdmin\\\\Sanitize\\:\\:escapeJsString\\(\\) should return string but returns string\\|null\\.$#"
3735                         count: 1
3736                         path: libraries/classes/Sanitize.php
3738                 -
3739                         message: "#^Call to function is_bool\\(\\) with string will always evaluate to false\\.$#"
3740                         count: 1
3741                         path: libraries/classes/Sanitize.php
3743                 -
3744                         message: "#^If condition is always false\\.$#"
3745                         count: 1
3746                         path: libraries/classes/Sanitize.php
3748                 -
3749                         message: "#^Call to function is_int\\(\\) with string will always evaluate to false\\.$#"
3750                         count: 1
3751                         path: libraries/classes/Sanitize.php
3753                 -
3754                         message: "#^Offset 'criteriaColumn' does not exist on array\\|string\\.$#"
3755                         count: 1
3756                         path: libraries/classes/SavedSearches.php
3758                 -
3759                         message: "#^Cannot assign offset 'criteria'\\|'criteriaAndOrColumn'\\|'criteriaAndOrRow'\\|'criteriaColumn'\\|'criteriaShow'\\|'criteriaSort'\\|'rows'\\|'TableList' to array\\|string\\.$#"
3760                         count: 1
3761                         path: libraries/classes/SavedSearches.php
3763                 -
3764                         message: "#^Offset string does not exist on array\\|string\\.$#"
3765                         count: 1
3766                         path: libraries/classes/SavedSearches.php
3768                 -
3769                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\Server\\\\Plugins\\:\\:mapRowToPlugin\\(\\) expects array, \\(array\\)\\|true given\\.$#"
3770                         count: 1
3771                         path: libraries/classes/Server/Plugins.php
3773                 -
3774                         message: "#^Strict comparison using \\=\\=\\= between string and null will always evaluate to false\\.$#"
3775                         count: 1
3776                         path: libraries/classes/Server/Privileges.php
3778                 -
3779                         message: "#^Cannot access offset 'Type' on array\\|bool\\.$#"
3780                         count: 4
3781                         path: libraries/classes/Server/Privileges.php
3783                 -
3784                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fetchRow\\(\\) expects object, resource\\|true given\\.$#"
3785                         count: 1
3786                         path: libraries/classes/Server/Privileges.php
3788                 -
3789                         message: "#^Cannot access offset 0 on \\(array\\)\\|true\\.$#"
3790                         count: 11
3791                         path: libraries/classes/Server/Privileges.php
3793                 -
3794                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:freeResult\\(\\) expects object, bool\\|resource given\\.$#"
3795                         count: 2
3796                         path: libraries/classes/Server/Privileges.php
3798                 -
3799                         message: "#^Cannot access offset 'Table_priv' on array\\|true\\.$#"
3800                         count: 1
3801                         path: libraries/classes/Server/Privileges.php
3803                 -
3804                         message: "#^Cannot access offset 1 on \\(array\\)\\|true\\.$#"
3805                         count: 2
3806                         path: libraries/classes/Server/Privileges.php
3808                 -
3809                         message: "#^Cannot access offset 'PLUGIN_NAME' on \\(array\\)\\|true\\.$#"
3810                         count: 2
3811                         path: libraries/classes/Server/Privileges.php
3813                 -
3814                         message: "#^Cannot access offset 'PLUGIN_DESCRIPTION' on \\(array\\)\\|true\\.$#"
3815                         count: 2
3816                         path: libraries/classes/Server/Privileges.php
3818                 -
3819                         message: "#^Cannot access offset '@@old_passwords' on array\\|bool\\.$#"
3820                         count: 1
3821                         path: libraries/classes/Server/Privileges.php
3823                 -
3824                         message: "#^Call to an undefined method object\\:\\:bind_param\\(\\)\\.$#"
3825                         count: 1
3826                         path: libraries/classes/Server/Privileges.php
3828                 -
3829                         message: "#^Call to an undefined method object\\:\\:execute\\(\\)\\.$#"
3830                         count: 1
3831                         path: libraries/classes/Server/Privileges.php
3833                 -
3834                         message: "#^Call to an undefined method object\\:\\:get_result\\(\\)\\.$#"
3835                         count: 1
3836                         path: libraries/classes/Server/Privileges.php
3838                 -
3839                         message: "#^Call to an undefined method object\\:\\:close\\(\\)\\.$#"
3840                         count: 1
3841                         path: libraries/classes/Server/Privileges.php
3843                 -
3844                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, null given\\.$#"
3845                         count: 1
3846                         path: libraries/classes/Server/Privileges.php
3848                 -
3849                         message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge expects array, \\(array\\)\\|true given\\.$#"
3850                         count: 3
3851                         path: libraries/classes/Server/Privileges.php
3853                 -
3854                         message: "#^Cannot access offset 'Db'\\|'Routine_name'\\|'Table_name' on \\(array\\)\\|true\\.$#"
3855                         count: 4
3856                         path: libraries/classes/Server/Privileges.php
3858                 -
3859                         message: "#^Cannot access offset 'Db' on \\(array\\)\\|true\\.$#"
3860                         count: 4
3861                         path: libraries/classes/Server/Privileges.php
3863                 -
3864                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fetchAssoc\\(\\) expects object, array given\\.$#"
3865                         count: 1
3866                         path: libraries/classes/Server/Privileges.php
3868                 -
3869                         message: "#^Cannot access offset 'privs' on \\(array\\)\\|true\\.$#"
3870                         count: 1
3871                         path: libraries/classes/Server/Privileges.php
3873                 -
3874                         message: "#^Parameter \\#1 \\$row of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:extractPrivInfo\\(\\) expects array\\|null, \\(array\\)\\|true given\\.$#"
3875                         count: 3
3876                         path: libraries/classes/Server/Privileges.php
3878                 -
3879                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:freeResult\\(\\) expects object, array given\\.$#"
3880                         count: 1
3881                         path: libraries/classes/Server/Privileges.php
3883                 -
3884                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fetchAssoc\\(\\) expects object, resource\\|true given\\.$#"
3885                         count: 1
3886                         path: libraries/classes/Server/Privileges.php
3888                 -
3889                         message: "#^Cannot access offset 'usergroup' on \\(array\\)\\|true\\.$#"
3890                         count: 1
3891                         path: libraries/classes/Server/Privileges.php
3893                 -
3894                         message: "#^Cannot access offset 'username' on \\(array\\)\\|true\\.$#"
3895                         count: 1
3896                         path: libraries/classes/Server/Privileges.php
3898                 -
3899                         message: "#^Cannot access offset 'authentication…' on array\\|bool\\.$#"
3900                         count: 1
3901                         path: libraries/classes/Server/Privileges.php
3903                 -
3904                         message: "#^Cannot access offset 'Password' on array\\|bool\\.$#"
3905                         count: 1
3906                         path: libraries/classes/Server/Privileges.php
3908                 -
3909                         message: "#^Argument of an invalid type \\(array\\)\\|true supplied for foreach, only iterables are supported\\.$#"
3910                         count: 1
3911                         path: libraries/classes/Server/Privileges.php
3913                 -
3914                         message: "#^Cannot access offset 'Password' on \\(array\\)\\|true\\.$#"
3915                         count: 1
3916                         path: libraries/classes/Server/Privileges.php
3918                 -
3919                         message: "#^Cannot access offset 'password' on \\(array\\)\\|true\\.$#"
3920                         count: 2
3921                         path: libraries/classes/Server/Privileges.php
3923                 -
3924                         message: "#^Cannot access offset 'authentication…' on \\(array\\)\\|true\\.$#"
3925                         count: 3
3926                         path: libraries/classes/Server/Privileges.php
3928                 -
3929                         message: "#^Cannot access offset 'plugin' on \\(array\\)\\|true\\.$#"
3930                         count: 1
3931                         path: libraries/classes/Server/Privileges.php
3933                 -
3934                         message: "#^Parameter \\#6 \\$dbname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUserAndCreateDatabase\\(\\) expects string, array\\|string\\|null given\\.$#"
3935                         count: 1
3936                         path: libraries/classes/Server/Privileges.php
3938                 -
3939                         message: "#^Parameter \\#3 \\$length of function mb_substr expects int\\|null, int\\|false given\\.$#"
3940                         count: 1
3941                         path: libraries/classes/Server/Privileges.php
3943                 -
3944                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:freeResult\\(\\) expects object, mixed given\\.$#"
3945                         count: 1
3946                         path: libraries/classes/Server/Privileges.php
3948                 -
3949                         message: "#^Cannot access offset 'Table_name' on \\(array\\)\\|true\\.$#"
3950                         count: 2
3951                         path: libraries/classes/Server/Privileges.php
3953                 -
3954                         message: "#^Cannot access offset 'Column_priv' on \\(array\\)\\|true\\.$#"
3955                         count: 1
3956                         path: libraries/classes/Server/Privileges.php
3958                 -
3959                         message: "#^Cannot access offset 'Column_name' on \\(array\\)\\|true\\.$#"
3960                         count: 4
3961                         path: libraries/classes/Server/Privileges.php
3963                 -
3964                         message: "#^Cannot access offset 'Table_priv' on \\(array\\)\\|true\\.$#"
3965                         count: 1
3966                         path: libraries/classes/Server/Privileges.php
3968                 -
3969                         message: "#^Cannot access offset 'Grant_priv' on \\(array\\)\\|true\\.$#"
3970                         count: 1
3971                         path: libraries/classes/Server/Privileges.php
3973                 -
3974                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Message\\:\\:rawError\\(\\) expects string, bool\\|string given\\.$#"
3975                         count: 6
3976                         path: libraries/classes/Server/Privileges.php
3978                 -
3979                         message: "#^Cannot access offset 'password' on array\\|bool\\.$#"
3980                         count: 1
3981                         path: libraries/classes/Server/Privileges.php
3983                 -
3984                         message: "#^Cannot access offset 'Status' on \\(array\\)\\|true\\.$#"
3985                         count: 1
3986                         path: libraries/classes/Server/Privileges.php
3988                 -
3989                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$status has no typehint specified\\.$#"
3990                         count: 1
3991                         path: libraries/classes/Server/Status/Data.php
3993                 -
3994                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$sections has no typehint specified\\.$#"
3995                         count: 1
3996                         path: libraries/classes/Server/Status/Data.php
3998                 -
3999                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$variables has no typehint specified\\.$#"
4000                         count: 1
4001                         path: libraries/classes/Server/Status/Data.php
4003                 -
4004                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$used_queries has no typehint specified\\.$#"
4005                         count: 1
4006                         path: libraries/classes/Server/Status/Data.php
4008                 -
4009                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$allocationMap has no typehint specified\\.$#"
4010                         count: 1
4011                         path: libraries/classes/Server/Status/Data.php
4013                 -
4014                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$links has no typehint specified\\.$#"
4015                         count: 1
4016                         path: libraries/classes/Server/Status/Data.php
4018                 -
4019                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$db_isLocal has no typehint specified\\.$#"
4020                         count: 1
4021                         path: libraries/classes/Server/Status/Data.php
4023                 -
4024                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$section has no typehint specified\\.$#"
4025                         count: 1
4026                         path: libraries/classes/Server/Status/Data.php
4028                 -
4029                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$sectionUsed has no typehint specified\\.$#"
4030                         count: 1
4031                         path: libraries/classes/Server/Status/Data.php
4033                 -
4034                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$selfUrl has no typehint specified\\.$#"
4035                         count: 1
4036                         path: libraries/classes/Server/Status/Data.php
4038                 -
4039                         message: "#^Property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$dataLoaded has no typehint specified\\.$#"
4040                         count: 1
4041                         path: libraries/classes/Server/Status/Data.php
4043                 -
4044                         message: "#^Parameter \\#3 \\$length of function mb_substr expects int\\|null, int\\|false given\\.$#"
4045                         count: 1
4046                         path: libraries/classes/Server/Status/Monitor.php
4048                 -
4049                         message: "#^Cannot access offset 'sql_text' on \\(array\\)\\|true\\.$#"
4050                         count: 6
4051                         path: libraries/classes/Server/Status/Monitor.php
4053                 -
4054                         message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|null given\\.$#"
4055                         count: 2
4056                         path: libraries/classes/Server/Status/Monitor.php
4058                 -
4059                         message: "#^Cannot access offset 'argument' on \\(array\\)\\|true\\.$#"
4060                         count: 6
4061                         path: libraries/classes/Server/Status/Monitor.php
4063                 -
4064                         message: "#^Cannot access offset '\\#' on \\(array\\)\\|true\\.$#"
4065                         count: 2
4066                         path: libraries/classes/Server/Status/Monitor.php
4068                 -
4069                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, string\\|null given\\.$#"
4070                         count: 1
4071                         path: libraries/classes/Server/Status/Monitor.php
4073                 -
4074                         message: "#^Property PhpMyAdmin\\\\Server\\\\SysInfo\\\\Base\\:\\:\\$os has no typehint specified\\.$#"
4075                         count: 1
4076                         path: libraries/classes/Server/SysInfo/Base.php
4078                 -
4079                         message: "#^Property PhpMyAdmin\\\\Server\\\\SysInfo\\\\Linux\\:\\:\\$os has no typehint specified\\.$#"
4080                         count: 1
4081                         path: libraries/classes/Server/SysInfo/Linux.php
4083                 -
4084                         message: "#^Cannot access offset 1 on array\\<int, string\\>\\|false\\.$#"
4085                         count: 1
4086                         path: libraries/classes/Server/SysInfo/Linux.php
4088                 -
4089                         message: "#^Cannot access offset 2 on array\\<int, string\\>\\|false\\.$#"
4090                         count: 1
4091                         path: libraries/classes/Server/SysInfo/Linux.php
4093                 -
4094                         message: "#^Cannot access offset 3 on array\\<int, string\\>\\|false\\.$#"
4095                         count: 1
4096                         path: libraries/classes/Server/SysInfo/Linux.php
4098                 -
4099                         message: "#^Cannot access offset 4 on array\\<int, string\\>\\|false\\.$#"
4100                         count: 1
4101                         path: libraries/classes/Server/SysInfo/Linux.php
4103                 -
4104                         message: "#^Property PhpMyAdmin\\\\Server\\\\SysInfo\\\\SunOs\\:\\:\\$os has no typehint specified\\.$#"
4105                         count: 1
4106                         path: libraries/classes/Server/SysInfo/SunOs.php
4108                 -
4109                         message: "#^Property PhpMyAdmin\\\\Server\\\\SysInfo\\\\WindowsNt\\:\\:\\$_wmi has no typehint specified\\.$#"
4110                         count: 1
4111                         path: libraries/classes/Server/SysInfo/WindowsNt.php
4113                 -
4114                         message: "#^Property PhpMyAdmin\\\\Server\\\\SysInfo\\\\WindowsNt\\:\\:\\$os has no typehint specified\\.$#"
4115                         count: 1
4116                         path: libraries/classes/Server/SysInfo/WindowsNt.php
4118                 -
4119                         message: "#^Call to an undefined method COM\\:\\:ConnectServer\\(\\)\\.$#"
4120                         count: 1
4121                         path: libraries/classes/Server/SysInfo/WindowsNt.php
4123                 -
4124                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, int\\|string given\\.$#"
4125                         count: 1
4126                         path: libraries/classes/Server/UserGroups.php
4128                 -
4129                         message: "#^Argument of an invalid type array\\|null supplied for foreach, only iterables are supported\\.$#"
4130                         count: 3
4131                         path: libraries/classes/Server/UserGroups.php
4133                 -
4134                         message: "#^Parameter \\#1 \\$var_name of static method PhpMyAdmin\\\\Setup\\\\ConfigGenerator\\:\\:_getVarExport\\(\\) expects string, string\\|null given\\.$#"
4135                         count: 2
4136                         path: libraries/classes/Setup/ConfigGenerator.php
4138                 -
4139                         message: "#^Parameter \\#1 \\$canonicalPath of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getDefault\\(\\) expects string, string\\|null given\\.$#"
4140                         count: 1
4141                         path: libraries/classes/Setup/ConfigGenerator.php
4143                 -
4144                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, int\\|string given\\.$#"
4145                         count: 1
4146                         path: libraries/classes/Setup/ConfigGenerator.php
4148                 -
4149                         message: "#^Cannot call method save\\(\\) on PhpMyAdmin\\\\Bookmark\\|false\\.$#"
4150                         count: 2
4151                         path: libraries/classes/Sql.php
4153                 -
4154                         message: "#^Parameter \\#3 \\$is_modify_link of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects bool, string given\\.$#"
4155                         count: 1
4156                         path: libraries/classes/Sql.php
4158                 -
4159                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Menu\\:\\:setTable\\(\\) expects string, string\\|null given\\.$#"
4160                         count: 1
4161                         path: libraries/classes/Sql.php
4163                 -
4164                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:storeTheQueryAsBookmark\\(\\) expects string, string\\|null given\\.$#"
4165                         count: 1
4166                         path: libraries/classes/Sql.php
4168                 -
4169                         message: "#^Cannot access offset 'user' on array\\|bool\\.$#"
4170                         count: 1
4171                         path: libraries/classes/Sql.php
4173                 -
4174                         message: "#^Parameter \\#3 \\$db of method PhpMyAdmin\\\\Sql\\:\\:countQueryResults\\(\\) expects string, string\\|null given\\.$#"
4175                         count: 1
4176                         path: libraries/classes/Sql.php
4178                 -
4179                         message: "#^Parameter \\#4 \\$table of method PhpMyAdmin\\\\Sql\\:\\:countQueryResults\\(\\) expects string, string\\|null given\\.$#"
4180                         count: 1
4181                         path: libraries/classes/Sql.php
4183                 -
4184                         message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|null given\\.$#"
4185                         count: 2
4186                         path: libraries/classes/Sql.php
4188                 -
4189                         message: "#^Parameter \\#1 \\$table of static method PhpMyAdmin\\\\Index\\:\\:getHtmlForIndexes\\(\\) expects string, string\\|null given\\.$#"
4190                         count: 1
4191                         path: libraries/classes/Sql.php
4193                 -
4194                         message: "#^Parameter \\#2 \\$schema of static method PhpMyAdmin\\\\Index\\:\\:getHtmlForIndexes\\(\\) expects string, string\\|null given\\.$#"
4195                         count: 1
4196                         path: libraries/classes/Sql.php
4198                 -
4199                         message: "#^Parameter \\#1 \\$message_to_show of method PhpMyAdmin\\\\Sql\\:\\:getMessageForNoRowsReturned\\(\\) expects string, string\\|null given\\.$#"
4200                         count: 1
4201                         path: libraries/classes/Sql.php
4203                 -
4204                         message: "#^Parameter \\#2 \\$cfgBookmark of method PhpMyAdmin\\\\Sql\\:\\:getHtmlForBookmark\\(\\) expects array, \\(array\\)\\|true given\\.$#"
4205                         count: 2
4206                         path: libraries/classes/Sql.php
4208                 -
4209                         message: "#^Cannot access offset 'user' on \\(array\\)\\|true\\.$#"
4210                         count: 2
4211                         path: libraries/classes/Sql.php
4213                 -
4214                         message: "#^Parameter \\#1 \\$unlim_num_rows of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects int, int\\<1, max\\>\\|string given\\.$#"
4215                         count: 1
4216                         path: libraries/classes/Sql.php
4218                 -
4219                         message: "#^Parameter \\#15 \\$showtable of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects array, bool given\\.$#"
4220                         count: 2
4221                         path: libraries/classes/Sql.php
4223                 -
4224                         message: "#^Parameter \\#16 \\$printview of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects string, string\\|null given\\.$#"
4225                         count: 2
4226                         path: libraries/classes/Sql.php
4228                 -
4229                         message: "#^Parameter \\#7 \\$num_rows of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects int, int\\<1, max\\>\\|string given\\.$#"
4230                         count: 1
4231                         path: libraries/classes/Sql.php
4233                 -
4234                         message: "#^Call to function is_bool\\(\\) with object will always evaluate to false\\.$#"
4235                         count: 1
4236                         path: libraries/classes/Sql.php
4238                 -
4239                         message: "#^Call to function is_bool\\(\\) with object\\|null will always evaluate to false\\.$#"
4240                         count: 1
4241                         path: libraries/classes/Sql.php
4243                 -
4244                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\Sql\\:\\:sendResponseForGridEdit\\(\\) expects object, object\\|null given\\.$#"
4245                         count: 1
4246                         path: libraries/classes/Sql.php
4248                 -
4249                         message: "#^Right side of && is always true\\.$#"
4250                         count: 1
4251                         path: libraries/classes/Sql.php
4253                 -
4254                         message: "#^Right side of \\|\\| is always true\\.$#"
4255                         count: 1
4256                         path: libraries/classes/Sql.php
4258                 -
4259                         message: "#^Parameter \\#3 \\$sqlData of method PhpMyAdmin\\\\Sql\\:\\:getHtmlForPreviousUpdateQuery\\(\\) expects array, array\\|null given\\.$#"
4260                         count: 1
4261                         path: libraries/classes/Sql.php
4263                 -
4264                         message: "#^Parameter \\#4 \\$displayMessage of method PhpMyAdmin\\\\Sql\\:\\:getHtmlForPreviousUpdateQuery\\(\\) expects PhpMyAdmin\\\\Message\\|string, PhpMyAdmin\\\\Message\\|string\\|null given\\.$#"
4265                         count: 1
4266                         path: libraries/classes/Sql.php
4268                 -
4269                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:handleSortOrder\\(\\) expects string, string\\|null given\\.$#"
4270                         count: 1
4271                         path: libraries/classes/Sql.php
4273                 -
4274                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:handleSortOrder\\(\\) expects string, string\\|null given\\.$#"
4275                         count: 1
4276                         path: libraries/classes/Sql.php
4278                 -
4279                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:hasCurrentDbChanged\\(\\) expects string, string\\|null given\\.$#"
4280                         count: 1
4281                         path: libraries/classes/Sql.php
4283                 -
4284                         message: "#^Parameter \\#7 \\$sql_query_for_bookmark of method PhpMyAdmin\\\\Sql\\:\\:executeTheQuery\\(\\) expects string, string\\|null given\\.$#"
4285                         count: 1
4286                         path: libraries/classes/Sql.php
4288                 -
4289                         message: "#^Parameter \\#8 \\$extra_data of method PhpMyAdmin\\\\Sql\\:\\:executeTheQuery\\(\\) expects array, array\\|null given\\.$#"
4290                         count: 1
4291                         path: libraries/classes/Sql.php
4293                 -
4294                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Sql\\:\\:getQueryResponseForNoResultsReturned\\(\\) expects string, string\\|null given\\.$#"
4295                         count: 1
4296                         path: libraries/classes/Sql.php
4298                 -
4299                         message: "#^Parameter \\#3 \\$table of method PhpMyAdmin\\\\Sql\\:\\:getQueryResponseForNoResultsReturned\\(\\) expects string, string\\|null given\\.$#"
4300                         count: 1
4301                         path: libraries/classes/Sql.php
4303                 -
4304                         message: "#^Parameter \\#3 \\$db of method PhpMyAdmin\\\\Sql\\:\\:getQueryResponseForResultsReturned\\(\\) expects string, string\\|null given\\.$#"
4305                         count: 1
4306                         path: libraries/classes/Sql.php
4308                 -
4309                         message: "#^Parameter \\#4 \\$table of method PhpMyAdmin\\\\Sql\\:\\:getQueryResponseForResultsReturned\\(\\) expects string, string\\|null given\\.$#"
4310                         count: 1
4311                         path: libraries/classes/Sql.php
4313                 -
4314                         message: "#^Method PhpMyAdmin\\\\StorageEngine\\:\\:resolveTypeSize\\(\\) should return array but returns array\\|null\\.$#"
4315                         count: 1
4316                         path: libraries/classes/StorageEngine.php
4318                 -
4319                         message: "#^Cannot access offset 'table_name' on \\(array\\)\\|true\\.$#"
4320                         count: 1
4321                         path: libraries/classes/SystemDatabase.php
4323                 -
4324                         message: "#^Cannot access offset 'column_name' on \\(array\\)\\|true\\.$#"
4325                         count: 1
4326                         path: libraries/classes/SystemDatabase.php
4328                 -
4329                         message: "#^Cannot access offset 'comment' on \\(array\\)\\|true\\.$#"
4330                         count: 1
4331                         path: libraries/classes/SystemDatabase.php
4333                 -
4334                         message: "#^Cannot access offset 'mimetype' on \\(array\\)\\|true\\.$#"
4335                         count: 1
4336                         path: libraries/classes/SystemDatabase.php
4338                 -
4339                         message: "#^Cannot access offset 'transformation' on \\(array\\)\\|true\\.$#"
4340                         count: 1
4341                         path: libraries/classes/SystemDatabase.php
4343                 -
4344                         message: "#^Cannot access offset 'transformation…' on \\(array\\)\\|true\\.$#"
4345                         count: 1
4346                         path: libraries/classes/SystemDatabase.php
4348                 -
4349                         message: "#^Parameter \\#1 \\$collation of static method PhpMyAdmin\\\\Util\\:\\:getCharsetQueryPart\\(\\) expects string, string\\|null given\\.$#"
4350                         count: 1
4351                         path: libraries/classes/Table.php
4353                 -
4354                         message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
4355                         count: 1
4356                         path: libraries/classes/Table.php
4358                 -
4359                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fetchAssoc\\(\\) expects object, bool\\|resource given\\.$#"
4360                         count: 2
4361                         path: libraries/classes/Table.php
4363                 -
4364                         message: "#^Argument of an invalid type \\(array\\)\\|true supplied for foreach, only iterables are supported\\.$#"
4365                         count: 1
4366                         path: libraries/classes/Table.php
4368                 -
4369                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:freeResult\\(\\) expects object, bool\\|resource given\\.$#"
4370                         count: 2
4371                         path: libraries/classes/Table.php
4373                 -
4374                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, string\\|null given\\.$#"
4375                         count: 1
4376                         path: libraries/classes/Table.php
4378                 -
4379                         message: "#^Property PhpMyAdmin\\\\SqlParser\\\\Components\\\\AlterOperation\\:\\:\\$field \\(PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\) does not accept null\\.$#"
4380                         count: 2
4381                         path: libraries/classes/Table.php
4383                 -
4384                         message: "#^Cannot access offset 'column_name' on \\(array\\)\\|true\\.$#"
4385                         count: 1
4386                         path: libraries/classes/Table.php
4388                 -
4389                         message: "#^Cannot access offset 'comment' on \\(array\\)\\|true\\.$#"
4390                         count: 1
4391                         path: libraries/classes/Table.php
4393                 -
4394                         message: "#^Cannot access offset 'mimetype' on \\(array\\)\\|true\\.$#"
4395                         count: 1
4396                         path: libraries/classes/Table.php
4398                 -
4399                         message: "#^Cannot access offset 'transformation' on \\(array\\)\\|true\\.$#"
4400                         count: 1
4401                         path: libraries/classes/Table.php
4403                 -
4404                         message: "#^Cannot access offset 'transformation…' on \\(array\\)\\|true\\.$#"
4405                         count: 1
4406                         path: libraries/classes/Table.php
4408                 -
4409                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fetchArray\\(\\) expects object, bool\\|resource given\\.$#"
4410                         count: 1
4411                         path: libraries/classes/Table.php
4413                 -
4414                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:escapeString\\(\\) expects string, string\\|false given\\.$#"
4415                         count: 1
4416                         path: libraries/classes/Table.php
4418                 -
4419                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Message\\:\\:rawError\\(\\) expects string, bool\\|string given\\.$#"
4420                         count: 2
4421                         path: libraries/classes/Table.php
4423                 -
4424                         message: "#^Parameter \\#1 \\$str of function mb_substr expects string, string\\|null given\\.$#"
4425                         count: 1
4426                         path: libraries/classes/Table.php
4428                 -
4429                         message: "#^Parameter \\#1 \\$str of method PhpMyAdmin\\\\DatabaseInterface\\:\\:escapeString\\(\\) expects string, int given\\.$#"
4430                         count: 1
4431                         path: libraries/classes/Table.php
4433                 -
4434                         message: "#^Parameter \\#1 \\$str of function substr expects string, string\\|true given\\.$#"
4435                         count: 1
4436                         path: libraries/classes/Table.php
4438                 -
4439                         message: "#^Right side of && is always true\\.$#"
4440                         count: 1
4441                         path: libraries/classes/Table.php
4443                 -
4444                         message: "#^Cannot access offset 'row_count' on array\\|bool\\.$#"
4445                         count: 1
4446                         path: libraries/classes/Table.php
4448                 -
4449                         message: "#^Method PhpMyAdmin\\\\Table\\\\ColumnsDefinition\\:\\:displayForm\\(\\) has parameter \\$action with no typehint specified\\.$#"
4450                         count: 1
4451                         path: libraries/classes/Table/ColumnsDefinition.php
4453                 -
4454                         message: "#^Method PhpMyAdmin\\\\Table\\\\ColumnsDefinition\\:\\:displayForm\\(\\) has parameter \\$field_fulltext with no typehint specified\\.$#"
4455                         count: 1
4456                         path: libraries/classes/Table/ColumnsDefinition.php
4458                 -
4459                         message: "#^Method PhpMyAdmin\\\\Table\\\\ColumnsDefinition\\:\\:displayForm\\(\\) has parameter \\$fields_meta with no typehint specified\\.$#"
4460                         count: 1
4461                         path: libraries/classes/Table/ColumnsDefinition.php
4463                 -
4464                         message: "#^Method PhpMyAdmin\\\\Table\\\\ColumnsDefinition\\:\\:displayForm\\(\\) has parameter \\$num_fields with no typehint specified\\.$#"
4465                         count: 1
4466                         path: libraries/classes/Table/ColumnsDefinition.php
4468                 -
4469                         message: "#^Method PhpMyAdmin\\\\Table\\\\ColumnsDefinition\\:\\:displayForm\\(\\) has parameter \\$regenerate with no typehint specified\\.$#"
4470                         count: 1
4471                         path: libraries/classes/Table/ColumnsDefinition.php
4473                 -
4474                         message: "#^Method PhpMyAdmin\\\\Table\\\\ColumnsDefinition\\:\\:displayForm\\(\\) has parameter \\$selected with no typehint specified\\.$#"
4475                         count: 1
4476                         path: libraries/classes/Table/ColumnsDefinition.php
4478                 -
4479                         message: "#^Cannot access offset mixed on array\\|bool\\.$#"
4480                         count: 1
4481                         path: libraries/classes/Table/ColumnsDefinition.php
4483                 -
4484                         message: "#^Property PhpMyAdmin\\\\Theme\\:\\:\\$mtime_info \\(int\\) does not accept int\\|false\\.$#"
4485                         count: 1
4486                         path: libraries/classes/Theme.php
4488                 -
4489                         message: "#^Property PhpMyAdmin\\\\Theme\\:\\:\\$filesize_info \\(int\\) does not accept int\\|false\\.$#"
4490                         count: 1
4491                         path: libraries/classes/Theme.php
4493                 -
4494                         message: "#^Parameter \\#1 \\$theme of method PhpMyAdmin\\\\ThemeManager\\:\\:setActiveTheme\\(\\) expects string\\|null, string\\|true given\\.$#"
4495                         count: 1
4496                         path: libraries/classes/ThemeManager.php
4498                 -
4499                         message: "#^Parameter \\#1 \\$theme of method PhpMyAdmin\\\\ThemeManager\\:\\:checkTheme\\(\\) expects string, string\\|null given\\.$#"
4500                         count: 1
4501                         path: libraries/classes/ThemeManager.php
4503                 -
4504                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars expects string, string\\|null given\\.$#"
4505                         count: 1
4506                         path: libraries/classes/ThemeManager.php
4508                 -
4509                         message: "#^Property PhpMyAdmin\\\\ThemeManager\\:\\:\\$active_theme \\(string\\) does not accept string\\|null\\.$#"
4510                         count: 1
4511                         path: libraries/classes/ThemeManager.php
4513                 -
4514                         message: "#^Property PhpMyAdmin\\\\Tracker\\:\\:\\$enabled has no typehint specified\\.$#"
4515                         count: 1
4516                         path: libraries/classes/Tracker.php
4518                 -
4519                         message: "#^Property PhpMyAdmin\\\\Tracker\\:\\:\\$_tracking_cache has no typehint specified\\.$#"
4520                         count: 1
4521                         path: libraries/classes/Tracker.php
4523                 -
4524                         message: "#^Parameter \\#3 \\$version of static method PhpMyAdmin\\\\Tracker\\:\\:deactivateTracking\\(\\) expects string, int given\\.$#"
4525                         count: 1
4526                         path: libraries/classes/Tracker.php
4528                 -
4529                         message: "#^Method PhpMyAdmin\\\\Tracker\\:\\:createVersion\\(\\) should return int but returns bool\\|resource\\.$#"
4530                         count: 1
4531                         path: libraries/classes/Tracker.php
4533                 -
4534                         message: "#^Method PhpMyAdmin\\\\Tracker\\:\\:deleteTracking\\(\\) should return int but returns bool\\|resource\\.$#"
4535                         count: 1
4536                         path: libraries/classes/Tracker.php
4538                 -
4539                         message: "#^Method PhpMyAdmin\\\\Tracker\\:\\:createDatabaseVersion\\(\\) should return int but returns bool\\|resource\\.$#"
4540                         count: 1
4541                         path: libraries/classes/Tracker.php
4543                 -
4544                         message: "#^Method PhpMyAdmin\\\\Tracker\\:\\:_changeTracking\\(\\) should return int but returns bool\\|resource\\.$#"
4545                         count: 1
4546                         path: libraries/classes/Tracker.php
4548                 -
4549                         message: "#^Parameter \\#1 \\$str of function rtrim expects string, string\\|false given\\.$#"
4550                         count: 2
4551                         path: libraries/classes/Tracker.php
4553                 -
4554                         message: "#^Cannot access property \\$value on PhpMyAdmin\\\\SqlParser\\\\Token\\|string\\.$#"
4555                         count: 3
4556                         path: libraries/classes/Tracker.php
4558                 -
4559                         message: "#^Cannot access property \\$table on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|string\\.$#"
4560                         count: 1
4561                         path: libraries/classes/Tracker.php
4563                 -
4564                         message: "#^Method PhpMyAdmin\\\\Tracking\\:\\:getListOfVersionsOfTable\\(\\) should return array but returns bool\\|resource\\.$#"
4565                         count: 1
4566                         path: libraries/classes/Tracking.php
4568                 -
4569                         message: "#^Method PhpMyAdmin\\\\Tracking\\:\\:getSqlResultForSelectableTables\\(\\) should return array but returns bool\\|resource\\.$#"
4570                         count: 1
4571                         path: libraries/classes/Tracking.php
4573                 -
4574                         message: "#^Parameter \\#2 \\$filter_ts_from of method PhpMyAdmin\\\\Tracking\\:\\:filter\\(\\) expects string, int given\\.$#"
4575                         count: 2
4576                         path: libraries/classes/Tracking.php
4578                 -
4579                         message: "#^Parameter \\#3 \\$filter_ts_to of method PhpMyAdmin\\\\Tracking\\:\\:filter\\(\\) expects string, int given\\.$#"
4580                         count: 2
4581                         path: libraries/classes/Tracking.php
4583                 -
4584                         message: "#^Call to function is_object\\(\\) with bool\\|resource will always evaluate to false\\.$#"
4585                         count: 1
4586                         path: libraries/classes/Tracking.php
4588                 -
4589                         message: "#^Result of && is always false\\.$#"
4590                         count: 1
4591                         path: libraries/classes/Tracking.php
4593                 -
4594                         message: "#^If condition is always false\\.$#"
4595                         count: 1
4596                         path: libraries/classes/Tracking.php
4598                 -
4599                         message: "#^Parameter \\#4 \\$callback of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:toggleButton\\(\\) expects string, null given\\.$#"
4600                         count: 1
4601                         path: libraries/classes/Tracking.php
4603                 -
4604                         message: "#^Parameter \\#1 \\$str of function mb_substr expects string, string\\|null given\\.$#"
4605                         count: 1
4606                         path: libraries/classes/Transformations.php
4608                 -
4609                         message: "#^Parameter \\#1 \\$classname of function class_exists expects string, PhpMyAdmin\\\\Plugins\\\\TransformationsInterface given\\.$#"
4610                         count: 2
4611                         path: libraries/classes/Transformations.php
4613                 -
4614                         message: "#^Parameter \\#1 \\$str of function ucwords expects string, string\\|null given\\.$#"
4615                         count: 1
4616                         path: libraries/classes/Transformations.php
4618                 -
4619                         message: "#^Method PhpMyAdmin\\\\Transformations\\:\\:setMime\\(\\) should return bool but returns bool\\|resource\\.$#"
4620                         count: 1
4621                         path: libraries/classes/Transformations.php
4623                 -
4624                         message: "#^Parameter \\#1 \\$node of method Twig\\\\Compiler\\:\\:subcompile\\(\\) expects Twig\\\\Node\\\\Node, Twig\\\\Node\\\\Node\\|null given\\.$#"
4625                         count: 1
4626                         path: libraries/classes/Twig/I18n/NodeTrans.php
4628                 -
4629                         message: "#^Method PhpMyAdmin\\\\Types\\:\\:getColumns\\(\\) should return array\\<string\\> but returns array\\<int\\|string, array\\<int, string\\>\\|string\\>\\.$#"
4630                         count: 1
4631                         path: libraries/classes/Types.php
4633                 -
4634                         message: "#^Parameter \\#1 \\$haystack of function mb_strpos expects string, string\\|false given\\.$#"
4635                         count: 1
4636                         path: libraries/classes/Url.php
4638                 -
4639                         message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#"
4640                         count: 1
4641                         path: libraries/classes/Url.php
4643                 -
4644                         message: "#^Cannot access offset 0 on string\\|false\\.$#"
4645                         count: 1
4646                         path: libraries/classes/Url.php
4648                 -
4649                         message: "#^Strict comparison using \\=\\=\\= between float\\|int and null will always evaluate to false\\.$#"
4650                         count: 1
4651                         path: libraries/classes/Util.php
4653                 -
4654                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
4655                         count: 3
4656                         path: libraries/classes/Util.php
4658                 -
4659                         message: "#^Parameter \\#1 \\$format of function strftime expects string, string\\|null given\\.$#"
4660                         count: 1
4661                         path: libraries/classes/Util.php
4663                 -
4664                         message: "#^Strict comparison using \\=\\=\\= between string and false will always evaluate to false\\.$#"
4665                         count: 1
4666                         path: libraries/classes/Util.php
4668                 -
4669                         message: "#^Cannot access offset 'query' on array\\(\\)\\|array\\('scheme' \\=\\> string, 'host' \\=\\> string, 'port' \\=\\> int, 'user' \\=\\> string, 'pass' \\=\\> string, 'path' \\=\\> string, 'query' \\=\\> string, 'fragment' \\=\\> string\\)\\|false\\.$#"
4670                         count: 1
4671                         path: libraries/classes/Util.php
4673                 -
4674                         message: "#^Method PhpMyAdmin\\\\Util\\:\\:splitURLQuery\\(\\) should return array but returns array\\<int, string\\>\\|false\\.$#"
4675                         count: 1
4676                         path: libraries/classes/Util.php
4678                 -
4679                         message: "#^Offset 'statement' does not exist on array\\|null\\.$#"
4680                         count: 1
4681                         path: libraries/classes/Util.php
4683                 -
4684                         message: "#^Strict comparison using \\=\\=\\= between mixed and null will always evaluate to false\\.$#"
4685                         count: 1
4686                         path: libraries/classes/Util.php
4688                 -
4689                         message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
4690                         count: 2
4691                         path: libraries/classes/Util.php
4693                 -
4694                         message: "#^Trying to invoke array\\|string but it might not be a callable\\.$#"
4695                         count: 1
4696                         path: libraries/classes/Util.php
4698                 -
4699                         message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#"
4700                         count: 1
4701                         path: libraries/classes/Util.php
4703                 -
4704                         message: "#^Cannot access offset 0 on string\\|false\\.$#"
4705                         count: 1
4706                         path: libraries/classes/Util.php
4708                 -
4709                         message: "#^Cannot access offset 1 on string\\|false\\.$#"
4710                         count: 1
4711                         path: libraries/classes/Util.php
4713                 -
4714                         message: "#^Parameter \\#1 \\$str of function substr expects string, string\\|false given\\.$#"
4715                         count: 1
4716                         path: libraries/classes/Util.php
4718                 -
4719                         message: "#^Parameter \\#1 \\$array_arg of function reset expects array, array\\|object given\\.$#"
4720                         count: 1
4721                         path: libraries/classes/Util.php
4723                 -
4724                         message: "#^Parameter \\#1 \\$character of function ord expects string, string\\|false given\\.$#"
4725                         count: 1
4726                         path: libraries/classes/Util.php
4728                 -
4729                         message: "#^Property PhpMyAdmin\\\\Utils\\\\HttpRequest\\:\\:\\$proxyUrl has no typehint specified\\.$#"
4730                         count: 1
4731                         path: libraries/classes/Utils/HttpRequest.php
4733                 -
4734                         message: "#^Property PhpMyAdmin\\\\Utils\\\\HttpRequest\\:\\:\\$proxyUser has no typehint specified\\.$#"
4735                         count: 1
4736                         path: libraries/classes/Utils/HttpRequest.php
4738                 -
4739                         message: "#^Property PhpMyAdmin\\\\Utils\\\\HttpRequest\\:\\:\\$proxyPass has no typehint specified\\.$#"
4740                         count: 1
4741                         path: libraries/classes/Utils/HttpRequest.php
4743                 -
4744                         message: "#^Variable \\$http_response_header in isset\\(\\) always exists and is not nullable\\.$#"
4745                         count: 1
4746                         path: libraries/classes/Utils/HttpRequest.php
4748                 -
4749                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
4750                         count: 1
4751                         path: libraries/classes/Utils/HttpRequest.php
4753                 -
4754                         message: "#^Method PhpMyAdmin\\\\VersionInformation\\:\\:getLatestVersion\\(\\) should return stdClass\\|null but returns object\\.$#"
4755                         count: 1
4756                         path: libraries/classes/VersionInformation.php
4758                 -
4759                         message: "#^Parameter \\#2 \\$version2 of function version_compare expects string, string\\|null given\\.$#"
4760                         count: 1
4761                         path: libraries/classes/VersionInformation.php
4763                 -
4764                         message: "#^Parameter \\#2 \\$str2 of function strcmp expects string, string\\|false given\\.$#"
4765                         count: 1
4766                         path: libraries/classes/ZipExtension.php
4768                 -
4769                         message: "#^Parameter \\#2 \\$subject of function preg_match expects string, string\\|false given\\.$#"
4770                         count: 2
4771                         path: libraries/classes/ZipExtension.php
4773                 -
4774                         message: "#^Parameter \\#2 \\$start of function substr expects int, int\\|false given\\.$#"
4775                         count: 1
4776                         path: libraries/classes/ZipExtension.php
4778                 -
4779                         message: "#^Argument of an invalid type array\\|false supplied for foreach, only iterables are supported\\.$#"
4780                         count: 1
4781                         path: libraries/classes/ZipExtension.php
4783                 -
4784                         message: "#^Parameter \\#1 \\$str of function substr expects string, string\\|false given\\.$#"
4785                         count: 1
4786                         path: libraries/classes/ZipExtension.php
4788                 -
4789                         message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#"
4790                         count: 1
4791                         path: libraries/classes/ZipExtension.php
4793                 -
4794                         message: "#^Strict comparison using \\=\\=\\= between PhpMyAdmin\\\\DatabaseInterface and false will always evaluate to false\\.$#"
4795                         count: 1
4796                         path: libraries/common.inc.php
4798                 -
4799                         message: "#^Parameter \\#3 \\$subject of function preg_replace expects array\\|string, string\\|null given\\.$#"
4800                         count: 1
4801                         path: setup/index.php
4803                 -
4804                         message: "#^Cannot call method activate\\(\\) on PhpMyAdmin\\\\Language\\|false\\.$#"
4805                         count: 1
4806                         path: test/bootstrap-dist.php
4808                 -
4809                         message: "#^Result of \\|\\| is always true\\.$#"
4810                         count: 1
4811                         path: test/classes/AdvisorTest.php
4813                 -
4814                         message: "#^Cannot call method save\\(\\) on PhpMyAdmin\\\\Bookmark\\|false\\.$#"
4815                         count: 1
4816                         path: test/classes/BookmarkTest.php
4818                 -
4819                         message: "#^Property PhpMyAdmin\\\\Tests\\\\BrowseForeignersTest\\:\\:\\$browseForeigners has no typehint specified\\.$#"
4820                         count: 1
4821                         path: test/classes/BrowseForeignersTest.php
4823                 -
4824                         message: "#^Property PhpMyAdmin\\\\Tests\\\\CentralColumnsTest\\:\\:\\$centralColumns has no typehint specified\\.$#"
4825                         count: 1
4826                         path: test/classes/CentralColumnsTest.php
4828                 -
4829                         message: "#^Property PhpMyAdmin\\\\Tests\\\\CentralColumnsTest\\:\\:\\$columnData has no typehint specified\\.$#"
4830                         count: 1
4831                         path: test/classes/CentralColumnsTest.php
4833                 -
4834                         message: "#^Property PhpMyAdmin\\\\Tests\\\\CentralColumnsTest\\:\\:\\$modifiedColumnData has no typehint specified\\.$#"
4835                         count: 1
4836                         path: test/classes/CentralColumnsTest.php
4838                 -
4839                         message: "#^Parameter \\#4 \\$nbTotalPage of static method PhpMyAdmin\\\\Util\\:\\:pageselector\\(\\) expects int, float\\|int given\\.$#"
4840                         count: 1
4841                         path: test/classes/CentralColumnsTest.php
4843                 -
4844                         message: "#^Empty array passed to foreach\\.$#"
4845                         count: 1
4846                         path: test/classes/Config/DescriptionTest.php
4848                 -
4849                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, null given\\.$#"
4850                         count: 5
4851                         path: test/classes/Config/FormDisplayTest.php
4853                 -
4854                         message: "#^Property PhpMyAdmin\\\\Tests\\\\ConfigTest\\:\\:\\$backupGlobals has no typehint specified\\.$#"
4855                         count: 1
4856                         path: test/classes/ConfigTest.php
4858                 -
4859                         message: "#^Parameter \\#1 \\$str of function strip_tags expects string, string\\|false given\\.$#"
4860                         count: 1
4861                         path: test/classes/ConfigTest.php
4863                 -
4864                         message: "#^Parameter \\#1 \\$directory of function chdir expects string, string\\|false given\\.$#"
4865                         count: 5
4866                         path: test/classes/ConfigTest.php
4868                 -
4869                         message: "#^Strict comparison using \\=\\=\\= between array and null will always evaluate to false\\.$#"
4870                         count: 1
4871                         path: test/classes/ConfigTest.php
4873                 -
4874                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with int and bool will always evaluate to false\\.$#"
4875                         count: 1
4876                         path: test/classes/CoreTest.php
4878                 -
4879                         message: "#^Parameter \\#2 \\$whitelist of static method PhpMyAdmin\\\\Core\\:\\:checkPageValidity\\(\\) expects array, array\\|null given\\.$#"
4880                         count: 1
4881                         path: test/classes/CoreTest.php
4883                 -
4884                         message: "#^Offset 'x' does not exist on array\\(\\)\\.$#"
4885                         count: 1
4886                         path: test/classes/CoreTest.php
4888                 -
4889                         message: "#^Parameter \\#1 \\$haystack of function mb_strpos expects string, string\\|false given\\.$#"
4890                         count: 1
4891                         path: test/classes/CoreTest.php
4893                 -
4894                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Database\\\\QbeTest\\:\\:\\$object has no typehint specified\\.$#"
4895                         count: 1
4896                         path: test/classes/Database/QbeTest.php
4898                 -
4899                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Database\\\\SearchTest\\:\\:\\$object has no typehint specified\\.$#"
4900                         count: 1
4901                         path: test/classes/Database/SearchTest.php
4903                 -
4904                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\Dbal\\\\DbiMysqli\\:\\:numRows\\(\\) expects mysqli_result, false given\\.$#"
4905                         count: 1
4906                         path: test/classes/Dbal/DbiMysqliTest.php
4908                 -
4909                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Display\\\\ExportTest\\:\\:\\$export has no typehint specified\\.$#"
4910                         count: 1
4911                         path: test/classes/Display/ExportTest.php
4913                 -
4914                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Display\\\\ResultsTest\\:\\:\\$object has no typehint specified\\.$#"
4915                         count: 1
4916                         path: test/classes/Display/ResultsTest.php
4918                 -
4919                         message: "#^Parameter \\#1 \\$fp of function fwrite expects resource, resource\\|false given\\.$#"
4920                         count: 1
4921                         path: test/classes/EncodingTest.php
4923                 -
4924                         message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
4925                         count: 1
4926                         path: test/classes/EncodingTest.php
4928                 -
4929                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Engines\\\\BdbTest\\:\\:\\$object has no typehint specified\\.$#"
4930                         count: 1
4931                         path: test/classes/Engines/BdbTest.php
4933                 -
4934                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Engines\\\\BinlogTest\\:\\:\\$object has no typehint specified\\.$#"
4935                         count: 1
4936                         path: test/classes/Engines/BinlogTest.php
4938                 -
4939                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Engines\\\\InnodbTest\\:\\:\\$object has no typehint specified\\.$#"
4940                         count: 1
4941                         path: test/classes/Engines/InnodbTest.php
4943                 -
4944                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Engines\\\\MemoryTest\\:\\:\\$object has no typehint specified\\.$#"
4945                         count: 1
4946                         path: test/classes/Engines/MemoryTest.php
4948                 -
4949                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Engines\\\\MrgMyisamTest\\:\\:\\$object has no typehint specified\\.$#"
4950                         count: 1
4951                         path: test/classes/Engines/MrgMyisamTest.php
4953                 -
4954                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Engines\\\\MyisamTest\\:\\:\\$object has no typehint specified\\.$#"
4955                         count: 1
4956                         path: test/classes/Engines/MyisamTest.php
4958                 -
4959                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Engines\\\\NdbclusterTest\\:\\:\\$object has no typehint specified\\.$#"
4960                         count: 1
4961                         path: test/classes/Engines/NdbclusterTest.php
4963                 -
4964                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Engines\\\\PbxtTest\\:\\:\\$object has no typehint specified\\.$#"
4965                         count: 1
4966                         path: test/classes/Engines/PbxtTest.php
4968                 -
4969                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertNull\\(\\) with string and 'Error when trying…' will always evaluate to false\\.$#"
4970                         count: 1
4971                         path: test/classes/EnvironmentTest.php
4973                 -
4974                         message: "#^Property PhpMyAdmin\\\\Tests\\\\ErrorHandlerTest\\:\\:\\$object has no typehint specified\\.$#"
4975                         count: 1
4976                         path: test/classes/ErrorHandlerTest.php
4978                 -
4979                         message: "#^Parameter \\#1 \\$input of function array_values expects array, array\\|bool given\\.$#"
4980                         count: 1
4981                         path: test/classes/FileListingTest.php
4983                 -
4984                         message: "#^Parameter \\#1 \\$data of function bin2hex expects string, string\\|false given\\.$#"
4985                         count: 1
4986                         path: test/classes/FileTest.php
4988                 -
4989                         message: "#^Property PhpMyAdmin\\\\Tests\\\\FooterTest\\:\\:\\$object has no typehint specified\\.$#"
4990                         count: 1
4991                         path: test/classes/FooterTest.php
4993                 -
4994                         message: "#^Parameter \\#1 \\$expected of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) expects class\\-string\\<object\\>, string given\\.$#"
4995                         count: 1
4996                         path: test/classes/Gis/GisFactoryTest.php
4998                 -
4999                         message: "#^Unable to resolve the template type ExpectedType in call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\)$#"
5000                         count: 1
5001                         path: test/classes/Gis/GisFactoryTest.php
5003                 -
5004                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Gis\\\\GisGeomTestCase\\:\\:\\$object has no typehint specified\\.$#"
5005                         count: 1
5006                         path: test/classes/Gis/GisGeomTestCase.php
5008                 -
5009                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Gis\\\\GisGeometryCollectionTest\\:\\:\\$object has no typehint specified\\.$#"
5010                         count: 1
5011                         path: test/classes/Gis/GisGeometryCollectionTest.php
5013                 -
5014                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Gis\\\\GisGeometryTest\\:\\:\\$object has no typehint specified\\.$#"
5015                         count: 1
5016                         path: test/classes/Gis/GisGeometryTest.php
5018                 -
5019                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisPolygon\\:\\:isPointInsidePolygon\\(\\) expects array, array\\|bool given\\.$#"
5020                         count: 1
5021                         path: test/classes/Gis/GisPolygonTest.php
5023                 -
5024                         message: "#^Parameter \\#3 \\$active_choice of static method PhpMyAdmin\\\\Html\\\\Forms\\\\Fields\\\\DropDown\\:\\:generate\\(\\) expects string, null given\\.$#"
5025                         count: 2
5026                         path: test/classes/Html/Forms/Fields/DropDownTest.php
5028                 -
5029                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Import\\:\\:getColumnNumberFromName\\(\\) expects string, string\\|null given\\.$#"
5030                         count: 1
5031                         path: test/classes/ImportTest.php
5033                 -
5034                         message: "#^Parameter \\#1 \\$last_cumulative_size of method PhpMyAdmin\\\\Import\\:\\:getDecimalPrecision\\(\\) expects string, string\\|null given\\.$#"
5035                         count: 1
5036                         path: test/classes/ImportTest.php
5038                 -
5039                         message: "#^Parameter \\#1 \\$last_cumulative_size of method PhpMyAdmin\\\\Import\\:\\:getDecimalScale\\(\\) expects string, string\\|null given\\.$#"
5040                         count: 1
5041                         path: test/classes/ImportTest.php
5043                 -
5044                         message: "#^Parameter \\#1 \\$cell of method PhpMyAdmin\\\\Import\\:\\:getDecimalSize\\(\\) expects string, string\\|null given\\.$#"
5045                         count: 1
5046                         path: test/classes/ImportTest.php
5048                 -
5049                         message: "#^Property PhpMyAdmin\\\\Tests\\\\IndexTest\\:\\:\\$_params has no typehint specified\\.$#"
5050                         count: 1
5051                         path: test/classes/IndexTest.php
5053                 -
5054                         message: "#^Property PhpMyAdmin\\\\Tests\\\\InsertEditTest\\:\\:\\$insertEdit has no typehint specified\\.$#"
5055                         count: 1
5056                         path: test/classes/InsertEditTest.php
5058                 -
5059                         message: "#^Cannot call method activate\\(\\) on PhpMyAdmin\\\\Language\\|false\\.$#"
5060                         count: 2
5061                         path: test/classes/LanguageTest.php
5063                 -
5064                         message: "#^Cannot call method getEnglishName\\(\\) on PhpMyAdmin\\\\Language\\|false\\.$#"
5065                         count: 1
5066                         path: test/classes/LanguageTest.php
5068                 -
5069                         message: "#^Cannot call method getNativeName\\(\\) on PhpMyAdmin\\\\Language\\|false\\.$#"
5070                         count: 1
5071                         path: test/classes/LanguageTest.php
5073                 -
5074                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5075                         count: 1
5076                         path: test/classes/Navigation/NavigationTreeTest.php
5078                 -
5079                         message: "#^Parameter \\#2 \\$name of static method PhpMyAdmin\\\\Navigation\\\\NodeFactory\\:\\:getInstance\\(\\) expects string, array\\<string, string\\> given\\.$#"
5080                         count: 1
5081                         path: test/classes/Navigation/Nodes/NodeColumnTest.php
5083                 -
5084                         message: "#^Property PhpMyAdmin\\\\Tests\\\\NormalizationTest\\:\\:\\$normalization has no typehint specified\\.$#"
5085                         count: 1
5086                         path: test/classes/NormalizationTest.php
5088                 -
5089                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Auth\\\\AuthenticationConfigTest\\:\\:\\$object has no typehint specified\\.$#"
5090                         count: 1
5091                         path: test/classes/Plugins/Auth/AuthenticationConfigTest.php
5093                 -
5094                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5095                         count: 4
5096                         path: test/classes/Plugins/Auth/AuthenticationConfigTest.php
5098                 -
5099                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5100                         count: 16
5101                         path: test/classes/Plugins/Auth/AuthenticationCookieTest.php
5103                 -
5104                         message: "#^Parameter \\#1 \\$data of method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:cookieEncrypt\\(\\) expects string, string\\|false given\\.$#"
5105                         count: 1
5106                         path: test/classes/Plugins/Auth/AuthenticationCookieTest.php
5108                 -
5109                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5110                         count: 1
5111                         path: test/classes/Plugins/Auth/AuthenticationHttpTest.php
5113                 -
5114                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Auth\\\\AuthenticationSignonTest\\:\\:\\$object has no typehint specified\\.$#"
5115                         count: 1
5116                         path: test/classes/Plugins/Auth/AuthenticationSignonTest.php
5118                 -
5119                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5120                         count: 1
5121                         path: test/classes/Plugins/Auth/AuthenticationSignonTest.php
5123                 -
5124                         message: "#^Parameter \\#1 \\$version1 of function version_compare expects string, string\\|false given\\.$#"
5125                         count: 1
5126                         path: test/classes/Plugins/Auth/AuthenticationSignonTest.php
5128                 -
5129                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5130                         count: 4
5131                         path: test/classes/Plugins/Export/ExportCodegenTest.php
5133                 -
5134                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportCsvTest\\:\\:\\$object has no typehint specified\\.$#"
5135                         count: 1
5136                         path: test/classes/Plugins/Export/ExportCsvTest.php
5138                 -
5139                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportExcelTest\\:\\:\\$object has no typehint specified\\.$#"
5140                         count: 1
5141                         path: test/classes/Plugins/Export/ExportExcelTest.php
5143                 -
5144                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportHtmlwordTest\\:\\:\\$object has no typehint specified\\.$#"
5145                         count: 1
5146                         path: test/classes/Plugins/Export/ExportHtmlwordTest.php
5148                 -
5149                         message: "#^Parameter \\#1 \\$string of function htmlspecialchars_decode expects string, string\\|false given\\.$#"
5150                         count: 1
5151                         path: test/classes/Plugins/Export/ExportHtmlwordTest.php
5153                 -
5154                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportJsonTest\\:\\:\\$object has no typehint specified\\.$#"
5155                         count: 1
5156                         path: test/classes/Plugins/Export/ExportJsonTest.php
5158                 -
5159                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportLatexTest\\:\\:\\$object has no typehint specified\\.$#"
5160                         count: 1
5161                         path: test/classes/Plugins/Export/ExportLatexTest.php
5163                 -
5164                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5165                         count: 5
5166                         path: test/classes/Plugins/Export/ExportLatexTest.php
5168                 -
5169                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportMediawikiTest\\:\\:\\$object has no typehint specified\\.$#"
5170                         count: 1
5171                         path: test/classes/Plugins/Export/ExportMediawikiTest.php
5173                 -
5174                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportOdsTest\\:\\:\\$object has no typehint specified\\.$#"
5175                         count: 1
5176                         path: test/classes/Plugins/Export/ExportOdsTest.php
5178                 -
5179                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportOdtTest\\:\\:\\$object has no typehint specified\\.$#"
5180                         count: 1
5181                         path: test/classes/Plugins/Export/ExportOdtTest.php
5183                 -
5184                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportPdfTest\\:\\:\\$object has no typehint specified\\.$#"
5185                         count: 1
5186                         path: test/classes/Plugins/Export/ExportPdfTest.php
5188                 -
5189                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportPhparrayTest\\:\\:\\$object has no typehint specified\\.$#"
5190                         count: 1
5191                         path: test/classes/Plugins/Export/ExportPhparrayTest.php
5193                 -
5194                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5195                         count: 3
5196                         path: test/classes/Plugins/Export/ExportPhparrayTest.php
5198                 -
5199                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportSqlTest\\:\\:\\$object has no typehint specified\\.$#"
5200                         count: 1
5201                         path: test/classes/Plugins/Export/ExportSqlTest.php
5203                 -
5204                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5205                         count: 35
5206                         path: test/classes/Plugins/Export/ExportSqlTest.php
5208                 -
5209                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportTexytextTest\\:\\:\\$object has no typehint specified\\.$#"
5210                         count: 1
5211                         path: test/classes/Plugins/Export/ExportTexytextTest.php
5213                 -
5214                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5215                         count: 3
5216                         path: test/classes/Plugins/Export/ExportTexytextTest.php
5218                 -
5219                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportXmlTest\\:\\:\\$object has no typehint specified\\.$#"
5220                         count: 1
5221                         path: test/classes/Plugins/Export/ExportXmlTest.php
5223                 -
5224                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5225                         count: 11
5226                         path: test/classes/Plugins/Export/ExportXmlTest.php
5228                 -
5229                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\ExportYamlTest\\:\\:\\$object has no typehint specified\\.$#"
5230                         count: 1
5231                         path: test/classes/Plugins/Export/ExportYamlTest.php
5233                 -
5234                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5235                         count: 1
5236                         path: test/classes/Plugins/Export/ExportYamlTest.php
5238                 -
5239                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Export\\\\Helpers\\\\TablePropertyTest\\:\\:\\$object has no typehint specified\\.$#"
5240                         count: 1
5241                         path: test/classes/Plugins/Export/Helpers/TablePropertyTest.php
5243                 -
5244                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Import\\\\ImportLdiTest\\:\\:\\$object has no typehint specified\\.$#"
5245                         count: 1
5246                         path: test/classes/Plugins/Import/ImportLdiTest.php
5248                 -
5249                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Import\\\\ImportMediawikiTest\\:\\:\\$object has no typehint specified\\.$#"
5250                         count: 1
5251                         path: test/classes/Plugins/Import/ImportMediawikiTest.php
5253                 -
5254                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Import\\\\ImportOdsTest\\:\\:\\$object has no typehint specified\\.$#"
5255                         count: 1
5256                         path: test/classes/Plugins/Import/ImportOdsTest.php
5258                 -
5259                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Import\\\\ImportSqlTest\\:\\:\\$object has no typehint specified\\.$#"
5260                         count: 1
5261                         path: test/classes/Plugins/Import/ImportSqlTest.php
5263                 -
5264                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Import\\\\ImportXmlTest\\:\\:\\$object has no typehint specified\\.$#"
5265                         count: 1
5266                         path: test/classes/Plugins/Import/ImportXmlTest.php
5268                 -
5269                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Schema\\\\DiaRelationSchemaTest\\:\\:\\$object has no typehint specified\\.$#"
5270                         count: 1
5271                         path: test/classes/Plugins/Schema/DiaRelationSchemaTest.php
5273                 -
5274                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Schema\\\\EpsRelationSchemaTest\\:\\:\\$object has no typehint specified\\.$#"
5275                         count: 1
5276                         path: test/classes/Plugins/Schema/EpsRelationSchemaTest.php
5278                 -
5279                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Schema\\\\ExportRelationSchemaTest\\:\\:\\$object has no typehint specified\\.$#"
5280                         count: 1
5281                         path: test/classes/Plugins/Schema/ExportRelationSchemaTest.php
5283                 -
5284                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Schema\\\\PdfRelationSchemaTest\\:\\:\\$object has no typehint specified\\.$#"
5285                         count: 1
5286                         path: test/classes/Plugins/Schema/PdfRelationSchemaTest.php
5288                 -
5289                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Plugins\\\\Schema\\\\SvgRelationSchemaTest\\:\\:\\$object has no typehint specified\\.$#"
5290                         count: 1
5291                         path: test/classes/Plugins/Schema/SvgRelationSchemaTest.php
5293                 -
5294                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyMainGroupTest\\:\\:\\$object has no typehint specified\\.$#"
5295                         count: 1
5296                         path: test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php
5298                 -
5299                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyRootGroupTest\\:\\:\\$object has no typehint specified\\.$#"
5300                         count: 1
5301                         path: test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php
5303                 -
5304                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertySubgroupTest\\:\\:\\$object has no typehint specified\\.$#"
5305                         count: 1
5306                         path: test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php
5308                 -
5309                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Properties\\\\Options\\\\OptionsPropertyGroupTest\\:\\:\\$stub has no typehint specified\\.$#"
5310                         count: 1
5311                         path: test/classes/Properties/Options/OptionsPropertyGroupTest.php
5313                 -
5314                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Properties\\\\Options\\\\OptionsPropertyItemTest\\:\\:\\$stub has no typehint specified\\.$#"
5315                         count: 1
5316                         path: test/classes/Properties/Options/OptionsPropertyItemTest.php
5318                 -
5319                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Properties\\\\Options\\\\OptionsPropertyOneItemTest\\:\\:\\$stub has no typehint specified\\.$#"
5320                         count: 1
5321                         path: test/classes/Properties/Options/OptionsPropertyOneItemTest.php
5323                 -
5324                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Properties\\\\Plugins\\\\ExportPluginPropertiesTest\\:\\:\\$object has no typehint specified\\.$#"
5325                         count: 1
5326                         path: test/classes/Properties/Plugins/ExportPluginPropertiesTest.php
5328                 -
5329                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Properties\\\\Plugins\\\\ImportPluginPropertiesTest\\:\\:\\$object has no typehint specified\\.$#"
5330                         count: 1
5331                         path: test/classes/Properties/Plugins/ImportPluginPropertiesTest.php
5333                 -
5334                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Properties\\\\Plugins\\\\PluginPropertyItemTest\\:\\:\\$stub has no typehint specified\\.$#"
5335                         count: 1
5336                         path: test/classes/Properties/Plugins/PluginPropertyItemTest.php
5338                 -
5339                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Properties\\\\PropertyItemTest\\:\\:\\$stub has no typehint specified\\.$#"
5340                         count: 1
5341                         path: test/classes/Properties/PropertyItemTest.php
5343                 -
5344                         message: "#^Parameter \\#1 \\$needle of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, array given\\.$#"
5345                         count: 2
5346                         path: test/classes/Rte/EventsTest.php
5348                 -
5349                         message: "#^Parameter \\#1 \\$expectedCount of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects int, array given\\.$#"
5350                         count: 1
5351                         path: test/classes/Rte/EventsTest.php
5353                 -
5354                         message: "#^Parameter \\#1 \\$needle of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, array given\\.$#"
5355                         count: 8
5356                         path: test/classes/Rte/RoutinesTest.php
5358                 -
5359                         message: "#^Parameter \\#1 \\$needle of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, array given\\.$#"
5360                         count: 3
5361                         path: test/classes/Rte/TriggersTest.php
5363                 -
5364                         message: "#^Parameter \\#1 \\$expectedCount of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects int, string given\\.$#"
5365                         count: 1
5366                         path: test/classes/Rte/TriggersTest.php
5368                 -
5369                         message: "#^Parameter \\#1 \\$message of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:getMessage\\(\\) expects PhpMyAdmin\\\\Message\\|string, null given\\.$#"
5370                         count: 1
5371                         path: test/classes/Server/PrivilegesTest.php
5373                 -
5374                         message: "#^Parameter \\#1 \\$needle of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, bool\\|string given\\.$#"
5375                         count: 1
5376                         path: test/classes/Server/PrivilegesTest.php
5378                 -
5379                         message: "#^Parameter \\#2 \\$haystack of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertStringContainsString\\(\\) expects string, string\\|false given\\.$#"
5380                         count: 4
5381                         path: test/classes/Setup/FormProcessingTest.php
5383                 -
5384                         message: "#^Property PhpMyAdmin\\\\Tests\\\\StorageEngineTest\\:\\:\\$object has no typehint specified\\.$#"
5385                         count: 1
5386                         path: test/classes/StorageEngineTest.php
5388                 -
5389                         message: "#^Parameter \\#1 \\$expected of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) expects class\\-string\\<object\\>, string given\\.$#"
5390                         count: 1
5391                         path: test/classes/StorageEngineTest.php
5393                 -
5394                         message: "#^Unable to resolve the template type ExpectedType in call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\)$#"
5395                         count: 1
5396                         path: test/classes/StorageEngineTest.php
5398                 -
5399                         message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
5400                         count: 1
5401                         path: test/classes/Stubs/DbiDummy.php
5403                 -
5404                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Stubs\\\\DbiDummy\\:\\:fetchArray\\(\\) should return array but returns array\\|bool\\.$#"
5405                         count: 1
5406                         path: test/classes/Stubs/DbiDummy.php
5408                 -
5409                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Stubs\\\\DbiDummy\\:\\:fetchAssoc\\(\\) should return array but returns array\\|bool\\.$#"
5410                         count: 1
5411                         path: test/classes/Stubs/DbiDummy.php
5413                 -
5414                         message: "#^Method PhpMyAdmin\\\\Tests\\\\Stubs\\\\DbiDummy\\:\\:fetchRow\\(\\) should return array but returns array\\|bool\\.$#"
5415                         count: 1
5416                         path: test/classes/Stubs/DbiDummy.php
5418                 -
5419                         message: "#^Call to function is_bool\\(\\) with object will always evaluate to false\\.$#"
5420                         count: 1
5421                         path: test/classes/Stubs/DbiDummy.php
5423                 -
5424                         message: "#^Comparison operation \"\\>\\=\" between object and 1000 results in an error\\.$#"
5425                         count: 1
5426                         path: test/classes/Stubs/DbiDummy.php
5428                 -
5429                         message: "#^Binary operation \"\\-\" between object and 1000 results in an error\\.$#"
5430                         count: 1
5431                         path: test/classes/Stubs/DbiDummy.php
5433                 -
5434                         message: "#^Invalid array key type object\\.$#"
5435                         count: 1
5436                         path: test/classes/Stubs/DbiDummy.php
5438                 -
5439                         message: "#^Call to function is_array\\(\\) with string will always evaluate to false\\.$#"
5440                         count: 1
5441                         path: test/classes/Stubs/Response.php
5443                 -
5444                         message: "#^Instanceof between string and PhpMyAdmin\\\\Message will always evaluate to false\\.$#"
5445                         count: 1
5446                         path: test/classes/Stubs/Response.php
5448                 -
5449                         message: "#^Parameter \\#1 \\$pma_transformation_data of method PhpMyAdmin\\\\SystemDatabase\\:\\:getNewTransformationDataSql\\(\\) expects object, array given\\.$#"
5450                         count: 1
5451                         path: test/classes/SystemDatabaseTest.php
5453                 -
5454                         message: "#^Access to private property PhpMyAdmin\\\\DatabaseInterface&PHPUnit\\\\Framework\\\\MockObject\\\\MockObject\\:\\:\\$_table_cache\\.$#"
5455                         count: 1
5456                         path: test/classes/TableTest.php
5458                 -
5459                         message: "#^Parameter \\#1 \\$table_name of class PhpMyAdmin\\\\Table constructor expects string, null given\\.$#"
5460                         count: 2
5461                         path: test/classes/TableTest.php
5463                 -
5464                         message: "#^Parameter \\#2 \\$db_name of class PhpMyAdmin\\\\Table constructor expects string, null given\\.$#"
5465                         count: 2
5466                         path: test/classes/TableTest.php
5468                 -
5469                         message: "#^Parameter \\#8 \\$default_value of static method PhpMyAdmin\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, int given\\.$#"
5470                         count: 14
5471                         path: test/classes/TableTest.php
5473                 -
5474                         message: "#^Property PhpMyAdmin\\\\Theme\\:\\:\\$mtime_info \\(int\\) does not accept int\\|false\\.$#"
5475                         count: 1
5476                         path: test/classes/ThemeTest.php
5478                 -
5479                         message: "#^Parameter \\#4 \\$new_state of method PhpMyAdmin\\\\Tests\\\\TrackerTest\\:\\:testChangeTracking\\(\\) expects string, int given\\.$#"
5480                         count: 1
5481                         path: test/classes/TrackerTest.php
5483                 -
5484                         message: "#^Parameter \\#2 \\$filter_ts_from of method PhpMyAdmin\\\\Tracking\\:\\:filter\\(\\) expects string, int given\\.$#"
5485                         count: 1
5486                         path: test/classes/TrackingTest.php
5488                 -
5489                         message: "#^Parameter \\#3 \\$filter_ts_to of method PhpMyAdmin\\\\Tracking\\:\\:filter\\(\\) expects string, int given\\.$#"
5490                         count: 1
5491                         path: test/classes/TrackingTest.php
5493                 -
5494                         message: "#^Parameter \\#1 \\$sql_result of method PhpMyAdmin\\\\Tracking\\:\\:getTableLastVersionNumber\\(\\) expects array, string given\\.$#"
5495                         count: 1
5496                         path: test/classes/TrackingTest.php
5498                 -
5499                         message: "#^Parameter \\#3 \\$selection_schema of method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects bool, array given\\.$#"
5500                         count: 1
5501                         path: test/classes/TrackingTest.php
5503                 -
5504                         message: "#^Parameter \\#4 \\$selection_data of method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects bool, array given\\.$#"
5505                         count: 1
5506                         path: test/classes/TrackingTest.php
5508                 -
5509                         message: "#^Parameter \\#5 \\$selection_both of method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects bool, array given\\.$#"
5510                         count: 1
5511                         path: test/classes/TrackingTest.php
5513                 -
5514                         message: "#^Parameter \\#6 \\$filter_ts_to of method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects int, array given\\.$#"
5515                         count: 1
5516                         path: test/classes/TrackingTest.php
5518                 -
5519                         message: "#^Parameter \\#7 \\$filter_ts_from of method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects int, array given\\.$#"
5520                         count: 1
5521                         path: test/classes/TrackingTest.php
5523                 -
5524                         message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'PhpMyAdmin\\\\\\\\Message' and true will always evaluate to false\\.$#"
5525                         count: 1
5526                         path: test/classes/UserPreferencesTest.php
5528                 -
5529                         message: "#^Parameter \\#1 \\$formatted_size of static method PhpMyAdmin\\\\Util\\:\\:extractValueFromFormattedSize\\(\\) expects string, int\\|string given\\.$#"
5530                         count: 1
5531                         path: test/classes/UtilTest.php
5533                 -
5534                         message: "#^Offset 0 does not exist on array\\|null\\.$#"
5535                         count: 1
5536                         path: test/classes/UtilTest.php
5538                 -
5539                         message: "#^Parameter \\#2 \\$newvalue of function ini_set expects string, string\\|false given\\.$#"
5540                         count: 1
5541                         path: test/classes/UtilTest.php
5543                 -
5544                         message: "#^Property PhpMyAdmin\\\\Tests\\\\VersionInformationTest\\:\\:\\$_releases has no typehint specified\\.$#"
5545                         count: 1
5546                         path: test/classes/VersionInformationTest.php
5548                 -
5549                         message: "#^Cannot access property \\$version on stdClass\\|null\\.$#"
5550                         count: 1
5551                         path: test/classes/VersionInformationTest.php
5553                 -
5554                         message: "#^Cannot access property \\$date on stdClass\\|null\\.$#"
5555                         count: 1
5556                         path: test/classes/VersionInformationTest.php
5558                 -
5559                         message: "#^Offset 'version' does not exist on array\\|null\\.$#"
5560                         count: 3
5561                         path: test/classes/VersionInformationTest.php
5563                 -
5564                         message: "#^Parameter \\#1 \\$filename of function fopen expects string, string\\|false given\\.$#"
5565                         count: 2
5566                         path: test/classes/ZipExtensionTest.php
5568                 -
5569                         message: "#^Parameter \\#1 \\$fp of function fwrite expects resource, resource\\|false given\\.$#"
5570                         count: 2
5571                         path: test/classes/ZipExtensionTest.php
5573                 -
5574                         message: "#^Parameter \\#2 \\$str of function fwrite expects string, bool\\|string given\\.$#"
5575                         count: 2
5576                         path: test/classes/ZipExtensionTest.php
5578                 -
5579                         message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
5580                         count: 2
5581                         path: test/classes/ZipExtensionTest.php
5583                 -
5584                         message: "#^Parameter \\#1 \\$source of method ZipArchive\\:\\:open\\(\\) expects string, string\\|false given\\.$#"
5585                         count: 2
5586                         path: test/classes/ZipExtensionTest.php
5588                 -
5589                         message: "#^Parameter \\#1 \\$filename of function unlink expects string, string\\|false given\\.$#"
5590                         count: 2
5591                         path: test/classes/ZipExtensionTest.php
5593                 -
5594                         message: "#^Cannot access property \\$num_rows on bool\\|mysqli_result\\|void\\.$#"
5595                         count: 2
5596                         path: test/selenium/CreateDropDatabaseTest.php
5598                 -
5599                         message: "#^Parameter \\#1 \\$element of method PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:moveto\\(\\) expects Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement, Facebook\\\\WebDriver\\\\WebDriverElement given\\.$#"
5600                         count: 1
5601                         path: test/selenium/CreateRemoveUserTest.php
5603                 -
5604                         message: "#^Cannot access property \\$num_rows on bool\\|mysqli_result\\|void\\.$#"
5605                         count: 2
5606                         path: test/selenium/Database/EventsTest.php
5608                 -
5609                         message: "#^Cannot call method fetch_assoc\\(\\) on bool\\|mysqli_result\\|void\\.$#"
5610                         count: 2
5611                         path: test/selenium/Database/EventsTest.php
5613                 -
5614                         message: "#^Offset 'val' does not exist on array\\<string, string\\>\\|null\\.$#"
5615                         count: 2
5616                         path: test/selenium/Database/EventsTest.php
5618                 -
5619                         message: "#^Cannot access property \\$num_rows on bool\\|mysqli_result\\|void\\.$#"
5620                         count: 3
5621                         path: test/selenium/Database/OperationsTest.php
5623                 -
5624                         message: "#^Cannot call method fetch_all\\(\\) on bool\\|mysqli_result\\|void\\.$#"
5625                         count: 2
5626                         path: test/selenium/Database/ProceduresTest.php
5628                 -
5629                         message: "#^Cannot access property \\$num_rows on bool\\|mysqli_result\\|void\\.$#"
5630                         count: 2
5631                         path: test/selenium/Database/ProceduresTest.php
5633                 -
5634                         message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|null given\\.$#"
5635                         count: 1
5636                         path: test/selenium/Database/QueryByExampleTest.php
5638                 -
5639                         message: "#^Cannot call method fetch_assoc\\(\\) on bool\\|mysqli_result\\|void\\.$#"
5640                         count: 1
5641                         path: test/selenium/Database/StructureTest.php
5643                 -
5644                         message: "#^Offset 'c' does not exist on array\\<string, string\\>\\|null\\.$#"
5645                         count: 1
5646                         path: test/selenium/Database/StructureTest.php
5648                 -
5649                         message: "#^Cannot access property \\$num_rows on bool\\|mysqli_result\\|void\\.$#"
5650                         count: 1
5651                         path: test/selenium/Database/StructureTest.php
5653                 -
5654                         message: "#^Cannot access property \\$num_rows on bool\\|mysqli_result\\|void\\.$#"
5655                         count: 2
5656                         path: test/selenium/Database/TriggersTest.php
5658                 -
5659                         message: "#^Cannot call method fetch_assoc\\(\\) on bool\\|mysqli_result\\|void\\.$#"
5660                         count: 3
5661                         path: test/selenium/Database/TriggersTest.php
5663                 -
5664                         message: "#^Offset 'val' does not exist on array\\<string, string\\>\\|null\\.$#"
5665                         count: 3
5666                         path: test/selenium/Database/TriggersTest.php
5668                 -
5669                         message: "#^Cannot access property \\$num_rows on bool\\|mysqli_result\\|void\\.$#"
5670                         count: 3
5671                         path: test/selenium/ImportTest.php
5673                 -
5674                         message: "#^Parameter \\#1 \\$element of method PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:moveto\\(\\) expects Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement, Facebook\\\\WebDriver\\\\WebDriverElement given\\.$#"
5675                         count: 2
5676                         path: test/selenium/ServerSettingsTest.php
5678                 -
5679                         message: "#^Parameter \\#1 \\$element of method PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:moveto\\(\\) expects Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement, Facebook\\\\WebDriver\\\\WebDriverElement given\\.$#"
5680                         count: 4
5681                         path: test/selenium/Table/BrowseTest.php
5683                 -
5684                         message: "#^Parameter \\#1 \\$element of method PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:moveto\\(\\) expects Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement, Facebook\\\\WebDriver\\\\WebDriverElement given\\.$#"
5685                         count: 1
5686                         path: test/selenium/Table/CreateTest.php
5688                 -
5689                         message: "#^Cannot call method fetch_assoc\\(\\) on bool\\|mysqli_result\\|void\\.$#"
5690                         count: 4
5691                         path: test/selenium/Table/OperationsTest.php
5693                 -
5694                         message: "#^Offset string does not exist on array\\<string, string\\>\\|null\\.$#"
5695                         count: 2
5696                         path: test/selenium/Table/OperationsTest.php
5698                 -
5699                         message: "#^Offset 'c' does not exist on array\\<string, string\\>\\|null\\.$#"
5700                         count: 2
5701                         path: test/selenium/Table/OperationsTest.php
5703                 -
5704                         message: "#^Cannot access property \\$num_rows on bool\\|mysqli_result\\|void\\.$#"
5705                         count: 1
5706                         path: test/selenium/Table/OperationsTest.php
5708                 -
5709                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
5710                         count: 4
5711                         path: test/selenium/TestBase.php
5713                 -
5714                         message: "#^Parameter \\#1 \\$selenium_server_url of static method Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebDriver\\:\\:create\\(\\) expects string, string\\|null given\\.$#"
5715                         count: 1
5716                         path: test/selenium/TestBase.php
5718                 -
5719                         message: "#^Cannot call method free\\(\\) on mysqli_result\\|void\\|true\\.$#"
5720                         count: 1
5721                         path: test/selenium/TestBase.php
5723                 -
5724                         message: "#^Property PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:\\$_mysqli \\(mysqli\\) does not accept null\\.$#"
5725                         count: 1
5726                         path: test/selenium/TestBase.php
5728                 -
5729                         message: "#^Parameter \\#1 \\$json of function json_decode expects string, bool\\|string given\\.$#"
5730                         count: 1
5731                         path: test/selenium/TestBase.php
5733                 -
5734                         message: "#^Else branch is unreachable because previous condition is always true\\.$#"
5735                         count: 1
5736                         path: test/selenium/TestBase.php
5738                 -
5739                         message: "#^Parameter \\#1 \\$element of method PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:moveto\\(\\) expects Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement, Facebook\\\\WebDriver\\\\WebDriverElement given\\.$#"
5740                         count: 1
5741                         path: test/selenium/TrackingTest.php