Translated using Weblate (Slovenian)
[phpmyadmin.git] / phpstan-baseline.neon
blobbe9d1ab2f445996465106040f293b1394c95ef1c
1 parameters:
2         ignoreErrors:
3                 -
4                         message: "#^Strict comparison using \\=\\=\\= between array\\<int, string\\>&nonEmpty and false will always evaluate to false\\.$#"
5                         count: 1
6                         path: libraries/classes/Charsets.php
8                 -
9                         message: "#^Method PhpMyAdmin\\\\Config\\:\\:getUploadTempDir\\(\\) should return string\\|null but returns string\\|false\\.$#"
10                         count: 1
11                         path: libraries/classes/Config.php
13                 -
14                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|false\\|null given\\.$#"
15                         count: 1
16                         path: libraries/classes/Config.php
18                 -
19                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$defaultSourceMtime \\(int\\) does not accept int\\|false\\.$#"
20                         count: 1
21                         path: libraries/classes/Config.php
23                 -
24                         message: "#^Property PhpMyAdmin\\\\Config\\:\\:\\$sourceMtime \\(int\\) does not accept int\\|false\\.$#"
25                         count: 1
26                         path: libraries/classes/Config.php
28                 -
29                         message: "#^Empty array passed to foreach\\.$#"
30                         count: 1
31                         path: libraries/classes/Config/ConfigFile.php
33                 -
34                         message: "#^Method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getCanonicalPath\\(\\) should return string but returns string\\|null\\.$#"
35                         count: 1
36                         path: libraries/classes/Config/ConfigFile.php
38                 -
39                         message: "#^Parameter \\#2 \\$array of static method PhpMyAdmin\\\\Core\\:\\:arrayRead\\(\\) expects array, array\\|null given\\.$#"
40                         count: 1
41                         path: libraries/classes/Config/ConfigFile.php
43                 -
44                         message: "#^Empty array passed to foreach\\.$#"
45                         count: 1
46                         path: libraries/classes/Config/Form.php
48                 -
49                         message: "#^Method PhpMyAdmin\\\\Config\\\\Form\\:\\:getOptionValueList\\(\\) should return array but returns array\\|false\\.$#"
50                         count: 1
51                         path: libraries/classes/Config/Form.php
53                 -
54                         message: "#^Property PhpMyAdmin\\\\Config\\\\Form\\:\\:\\$index \\(int\\) does not accept int\\|null\\.$#"
55                         count: 1
56                         path: libraries/classes/Config/Form.php
58                 -
59                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getValue\\(\\) expects string, int\\|string\\|false given\\.$#"
60                         count: 1
61                         path: libraries/classes/Config/FormDisplay.php
63                 -
64                         message: "#^Parameter \\#1 \\$path of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:set\\(\\) expects string, int\\|string given\\.$#"
65                         count: 1
66                         path: libraries/classes/Config/FormDisplay.php
68                 -
69                         message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, int\\|string\\|false given\\.$#"
70                         count: 1
71                         path: libraries/classes/Config/FormDisplay.php
73                 -
74                         message: "#^Parameter \\#4 \\$workPath of method PhpMyAdmin\\\\Config\\\\FormDisplay\\:\\:displayFieldInput\\(\\) expects string, int\\|string\\|false given\\.$#"
75                         count: 1
76                         path: libraries/classes/Config/FormDisplay.php
78                 -
79                         message: "#^Cannot call static method getFields\\(\\) on string\\|null\\.$#"
80                         count: 1
81                         path: libraries/classes/Config/Forms/BaseFormList.php
83                 -
84                         message: "#^Argument of an invalid type array\\|object supplied for foreach, only iterables are supported\\.$#"
85                         count: 1
86                         path: libraries/classes/Config/Validator.php
88                 -
89                         message: "#^Else branch is unreachable because previous condition is always true\\.$#"
90                         count: 1
91                         path: libraries/classes/Config/Validator.php
93                 -
94                         message: "#^Parameter \\#1 \\$function of function call_user_func_array expects callable\\(\\)\\: mixed, string given\\.$#"
95                         count: 1
96                         path: libraries/classes/Config/Validator.php
98                 -
99                         message: "#^Parameter \\#2 \\.\\.\\.\\$args of function array_merge expects array, array\\|false given\\.$#"
100                         count: 2
101                         path: libraries/classes/Config/Validator.php
103                 -
104                         message: "#^Parameter \\#5 \\$port of function mysqli_connect expects int, string\\|null given\\.$#"
105                         count: 1
106                         path: libraries/classes/Config/Validator.php
108                 -
109                         message: "#^Parameter \\#5 \\$foreign_limit of method PhpMyAdmin\\\\Relation\\:\\:getForeignData\\(\\) expects string, string\\|null given\\.$#"
110                         count: 1
111                         path: libraries/classes/Controllers/BrowseForeignersController.php
113                 -
114                         message: "#^Argument of an invalid type array\\|null supplied for foreach, only iterables are supported\\.$#"
115                         count: 1
116                         path: libraries/classes/Controllers/Database/DesignerController.php
118                 -
119                         message: "#^Parameter \\#1 \\$state of method PhpMyAdmin\\\\Response\\:\\:setRequestStatus\\(\\) expects bool, bool\\|string given\\.$#"
120                         count: 1
121                         path: libraries/classes/Controllers/Database/DesignerController.php
123                 -
124                         message: "#^Parameter \\#1 \\$state of method PhpMyAdmin\\\\Response\\:\\:setRequestStatus\\(\\) expects bool, bool\\|string\\|null given\\.$#"
125                         count: 1
126                         path: libraries/classes/Controllers/Database/DesignerController.php
128                 -
129                         message: "#^Parameter \\#9 \\$selectedPage of method PhpMyAdmin\\\\Database\\\\Designer\\:\\:getHtmlForMain\\(\\) expects string, string\\|null given\\.$#"
130                         count: 1
131                         path: libraries/classes/Controllers/Database/DesignerController.php
133                 -
134                         message: "#^Negated boolean expression is always true\\.$#"
135                         count: 6
136                         path: libraries/classes/Controllers/Database/OperationsController.php
138                 -
139                         message: "#^Parameter \\#4 \\$formattedSize of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getValuesForAriaTable\\(\\) expects int, string given\\.$#"
140                         count: 1
141                         path: libraries/classes/Controllers/Database/StructureController.php
143                 -
144                         message: "#^Parameter \\#6 \\$formattedOverhead of method PhpMyAdmin\\\\Controllers\\\\Database\\\\StructureController\\:\\:getValuesForAriaTable\\(\\) expects int, string given\\.$#"
145                         count: 1
146                         path: libraries/classes/Controllers/Database/StructureController.php
148                 -
149                         message: "#^Expression \"null\" on a separate line does not do anything\\.$#"
150                         count: 1
151                         path: libraries/classes/Controllers/ExportController.php
153                 -
154                         message: "#^Elseif condition is always false\\.$#"
155                         count: 1
156                         path: libraries/classes/Controllers/ImportController.php
158                 -
159                         message: "#^If condition is always false\\.$#"
160                         count: 1
161                         path: libraries/classes/Controllers/ImportController.php
163                 -
164                         message: "#^Left side of && is always false\\.$#"
165                         count: 1
166                         path: libraries/classes/Controllers/ImportController.php
168                 -
169                         message: "#^Negated boolean expression is always true\\.$#"
170                         count: 1
171                         path: libraries/classes/Controllers/ImportController.php
173                 -
174                         message: "#^Parameter \\#1 \\$file_name of method PhpMyAdmin\\\\UserPreferences\\:\\:redirect\\(\\) expects string, string\\|false given\\.$#"
175                         count: 1
176                         path: libraries/classes/Controllers/Preferences/ManageController.php
178                 -
179                         message: "#^Argument of an invalid type array\\|null supplied for foreach, only iterables are supported\\.$#"
180                         count: 1
181                         path: libraries/classes/Controllers/Server/CollationsController.php
183                 -
184                         message: "#^Offset string does not exist on array\\|null\\.$#"
185                         count: 1
186                         path: libraries/classes/Controllers/Server/CollationsController.php
188                 -
189                         message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|null given\\.$#"
190                         count: 7
191                         path: libraries/classes/Controllers/Server/Status/StatusController.php
193                 -
194                         message: "#^Offset 1 does not exist on array\\|null\\.$#"
195                         count: 3
196                         path: libraries/classes/Controllers/Server/VariablesController.php
198                 -
199                         message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|null given\\.$#"
200                         count: 2
201                         path: libraries/classes/Controllers/Server/VariablesController.php
203                 -
204                         message: "#^Parameter \\#1 \\$server of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getServerDSN\\(\\) expects int, int\\|null given\\.$#"
205                         count: 1
206                         path: libraries/classes/Controllers/Setup/ServersController.php
208                 -
209                         message: "#^Comparison operation \"\\>\" between 0 and 0 is always false\\.$#"
210                         count: 1
211                         path: libraries/classes/Controllers/Table/ChangeController.php
213                 -
214                         message: "#^Parameter \\#1 \\$messages of method PhpMyAdmin\\\\Message\\:\\:addMessagesString\\(\\) expects array\\<string\\>, array\\<int, PhpMyAdmin\\\\Message\\|string\\|null\\> given\\.$#"
215                         count: 1
216                         path: libraries/classes/Controllers/Table/ReplaceController.php
218                 -
219                         message: "#^Method PhpMyAdmin\\\\Controllers\\\\Table\\\\SearchController\\:\\:getColumnMinMax\\(\\) should return array but returns array\\|null\\.$#"
220                         count: 1
221                         path: libraries/classes/Controllers/Table/SearchController.php
223                 -
224                         message: "#^Cannot cast ''\\|int to int\\.$#"
225                         count: 1
226                         path: libraries/classes/Controllers/Table/StructureController.php
228                 -
229                         message: "#^Parameter \\#3 \\$length of function substr expects int, int\\<0, max\\>\\|false given\\.$#"
230                         count: 2
231                         path: libraries/classes/Controllers/Table/StructureController.php
233                 -
234                         message: "#^Parameter \\#2 \\$column_index of method PhpMyAdmin\\\\Controllers\\\\Table\\\\ZoomSearchController\\:\\:getColumnProperties\\(\\) expects int, int\\|string\\|false given\\.$#"
235                         count: 1
236                         path: libraries/classes/Controllers/Table/ZoomSearchController.php
238                 -
239                         message: "#^Offset 'pass'\\|'port'\\|'user' does not exist on array\\(\\?'scheme' \\=\\> string, 'host' \\=\\> string, \\?'port' \\=\\> int, \\?'user' \\=\\> string, \\?'pass' \\=\\> string, \\?'path' \\=\\> string, \\?'query' \\=\\> string, \\?'fragment' \\=\\> string\\)\\.$#"
240                         count: 1
241                         path: libraries/classes/Core.php
243                 -
244                         message: "#^Offset 'DCN' does not exist on array\\('C_NAME' \\=\\> array\\<int, string\\>, \\?'DCN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'DTN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'SCN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'STN' \\=\\> array\\<int, string\\>&nonEmpty\\)\\.$#"
245                         count: 1
246                         path: libraries/classes/Database/Designer/Common.php
248                 -
249                         message: "#^Offset 'DTN' does not exist on array\\('C_NAME' \\=\\> array\\<int, string\\>, \\?'DCN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'DTN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'SCN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'STN' \\=\\> array\\<int, string\\>&nonEmpty\\)\\.$#"
250                         count: 1
251                         path: libraries/classes/Database/Designer/Common.php
253                 -
254                         message: "#^Offset 'SCN' does not exist on array\\('C_NAME' \\=\\> array\\<int, string\\>, \\?'DCN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'DTN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'SCN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'STN' \\=\\> array\\<int, string\\>&nonEmpty\\)\\.$#"
255                         count: 1
256                         path: libraries/classes/Database/Designer/Common.php
258                 -
259                         message: "#^Offset 'STN' does not exist on array\\('C_NAME' \\=\\> array\\<int, string\\>, \\?'DCN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'DTN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'SCN' \\=\\> array\\<int, string\\>&nonEmpty, \\?'STN' \\=\\> array\\<int, string\\>&nonEmpty\\)\\.$#"
260                         count: 2
261                         path: libraries/classes/Database/Designer/Common.php
263                 -
264                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, string\\|null given\\.$#"
265                         count: 1
266                         path: libraries/classes/Database/Events.php
268                 -
269                         message: "#^Parameter \\#2 \\$sortOrder of method PhpMyAdmin\\\\Database\\\\Qbe\\:\\:getSortOrderSelectCell\\(\\) expects int, null given\\.$#"
270                         count: 1
271                         path: libraries/classes/Database/Qbe.php
273                 -
274                         message: "#^Property PhpMyAdmin\\\\Database\\\\Qbe\\:\\:\\$currentSearch \\(PhpMyAdmin\\\\SavedSearches\\) does not accept PhpMyAdmin\\\\SavedSearches\\|null\\.$#"
275                         count: 1
276                         path: libraries/classes/Database/Qbe.php
278                 -
279                         message: "#^Strict comparison using \\=\\=\\= between array and null will always evaluate to false\\.$#"
280                         count: 1
281                         path: libraries/classes/Database/Qbe.php
283                 -
284                         message: "#^Offset 'item_name' does not exist on array\\|null\\.$#"
285                         count: 1
286                         path: libraries/classes/Database/Routines.php
288                 -
289                         message: "#^Offset 'item_type' does not exist on array\\|null\\.$#"
290                         count: 1
291                         path: libraries/classes/Database/Routines.php
293                 -
294                         message: "#^Parameter \\#1 \\$mode of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:getEditorForm\\(\\) expects string, string\\|null given\\.$#"
295                         count: 1
296                         path: libraries/classes/Database/Routines.php
298                 -
299                         message: "#^Parameter \\#2 \\$create_routine of method PhpMyAdmin\\\\Database\\\\Routines\\:\\:create\\(\\) expects string, string\\|null given\\.$#"
300                         count: 1
301                         path: libraries/classes/Database/Routines.php
303                 -
304                         message: "#^Offset 'create' does not exist on array\\|null\\.$#"
305                         count: 1
306                         path: libraries/classes/Database/Triggers.php
308                 -
309                         message: "#^Offset 'drop' does not exist on array\\|null\\.$#"
310                         count: 1
311                         path: libraries/classes/Database/Triggers.php
313                 -
314                         message: "#^Comparison operation \"\\<\\=\\>\" between \\(array\\|float\\|int\\) and \\(array\\|float\\|int\\) results in an error\\.$#"
315                         count: 1
316                         path: libraries/classes/DatabaseInterface.php
318                 -
319                         message: "#^Method PhpMyAdmin\\\\DatabaseInterface\\:\\:getProtoInfo\\(\\) should return bool\\|int but returns int\\|string\\.$#"
320                         count: 1
321                         path: libraries/classes/DatabaseInterface.php
323                 -
324                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Query\\\\Cache\\:\\:cacheTableData\\(\\) expects bool\\|string, array\\|string given\\.$#"
325                         count: 1
326                         path: libraries/classes/DatabaseInterface.php
328                 -
329                         message: "#^Call to an undefined method object\\:\\:getMIMESubtype\\(\\)\\.$#"
330                         count: 1
331                         path: libraries/classes/Display/Results.php
333                 -
334                         message: "#^Call to an undefined method object\\:\\:getMIMEtype\\(\\)\\.$#"
335                         count: 1
336                         path: libraries/classes/Display/Results.php
338                 -
339                         message: "#^Left side of && is always true\\.$#"
340                         count: 1
341                         path: libraries/classes/Display/Results.php
343                 -
344                         message: "#^Offset 0 does not exist on array\\|null\\.$#"
345                         count: 1
346                         path: libraries/classes/Display/Results.php
348                 -
349                         message: "#^Offset 1 does not exist on array\\|null\\.$#"
350                         count: 1
351                         path: libraries/classes/Display/Results.php
353                 -
354                         message: "#^Parameter \\#2 \\$sortOrder of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getSortingUrlParams\\(\\) expects string, string\\|null given\\.$#"
355                         count: 1
356                         path: libraries/classes/Display/Results.php
358                 -
359                         message: "#^Parameter \\#4 \\$sortExpressionNoDirection of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getTableHeadersForColumns\\(\\) expects array, array\\|string given\\.$#"
360                         count: 1
361                         path: libraries/classes/Display/Results.php
363                 -
364                         message: "#^Parameter \\#5 \\$defaultFunction of method PhpMyAdmin\\\\Display\\\\Results\\:\\:handleNonPrintableContents\\(\\) expects string, array\\<int, string\\> given\\.$#"
365                         count: 2
366                         path: libraries/classes/Display/Results.php
368                 -
369                         message: "#^Parameter \\#8 \\$defaultFunction of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getDataCellForGeometryColumns\\(\\) expects string, array\\<int, string\\> given\\.$#"
370                         count: 1
371                         path: libraries/classes/Display/Results.php
373                 -
374                         message: "#^Parameter \\#8 \\$defaultFunction of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getDataCellForNonNumericColumns\\(\\) expects string, array\\<int, string\\> given\\.$#"
375                         count: 1
376                         path: libraries/classes/Display/Results.php
378                 -
379                         message: "#^Parameter \\#9 \\$defaultFunction of method PhpMyAdmin\\\\Display\\\\Results\\:\\:getDataCellForNumericColumns\\(\\) expects string, array\\<int, string\\> given\\.$#"
380                         count: 1
381                         path: libraries/classes/Display/Results.php
383                 -
384                         message: "#^Trying to invoke string but it might not be a callable\\.$#"
385                         count: 5
386                         path: libraries/classes/Display/Results.php
388                 -
389                         message: "#^Method PhpMyAdmin\\\\Encoding\\:\\:convertString\\(\\) should return string but returns string\\|false\\.$#"
390                         count: 1
391                         path: libraries/classes/Encoding.php
393                 -
394                         message: "#^Parameter \\#1 \\$fp of function fclose expects resource, resource\\|false given\\.$#"
395                         count: 2
396                         path: libraries/classes/Encoding.php
398                 -
399                         message: "#^Parameter \\#1 \\$fp of function feof expects resource, resource\\|false given\\.$#"
400                         count: 1
401                         path: libraries/classes/Encoding.php
403                 -
404                         message: "#^Parameter \\#1 \\$fp of function fgets expects resource, resource\\|false given\\.$#"
405                         count: 1
406                         path: libraries/classes/Encoding.php
408                 -
409                         message: "#^Parameter \\#1 \\$fp of function fwrite expects resource, resource\\|false given\\.$#"
410                         count: 1
411                         path: libraries/classes/Encoding.php
413                 -
414                         message: "#^Parameter \\#1 \\$str of static method PhpMyAdmin\\\\Encoding\\:\\:kanjiStrConv\\(\\) expects string, string\\|false given\\.$#"
415                         count: 1
416                         path: libraries/classes/Encoding.php
418                 -
419                         message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|null given\\.$#"
420                         count: 1
421                         path: libraries/classes/Engines/Innodb.php
423                 -
424                         message: "#^Method PhpMyAdmin\\\\Engines\\\\Pbxt\\:\\:resolveTypeSize\\(\\) should return array but returns array\\|null\\.$#"
425                         count: 1
426                         path: libraries/classes/Engines/Pbxt.php
428                 -
429                         message: "#^Parameter \\#1 \\$callback of function set_error_handler expects \\(callable\\(int, string, string, int, array\\)\\: bool\\)\\|null, array\\(\\$this\\(PhpMyAdmin\\\\ErrorHandler\\), 'handleError'\\) given\\.$#"
430                         count: 1
431                         path: libraries/classes/ErrorHandler.php
433                 -
434                         message: "#^Parameter \\#2 \\$error_type of function trigger_error expects int, int\\|null given\\.$#"
435                         count: 1
436                         path: libraries/classes/ErrorHandler.php
438                 -
439                         message: "#^Strict comparison using \\=\\=\\= between string and null will always evaluate to false\\.$#"
440                         count: 1
441                         path: libraries/classes/ErrorReport.php
443                 -
444                         message: "#^Parameter \\#1 \\$str of static method PhpMyAdmin\\\\Encoding\\:\\:kanjiStrConv\\(\\) expects string, string\\|null given\\.$#"
445                         count: 1
446                         path: libraries/classes/Export.php
448                 -
449                         message: "#^Parameter \\#2 \\$haystack of function in_array expects array, array\\|false given\\.$#"
450                         count: 1
451                         path: libraries/classes/Export.php
453                 -
454                         message: "#^Parameter \\#2 \\$pieces of function implode expects array, array\\|string given\\.$#"
455                         count: 1
456                         path: libraries/classes/Export.php
458                 -
459                         message: "#^Parameter \\#3 \\$what of static method PhpMyAdmin\\\\Encoding\\:\\:convertString\\(\\) expects string, string\\|null given\\.$#"
460                         count: 1
461                         path: libraries/classes/Export.php
463                 -
464                         message: "#^Result of \\|\\| is always false\\.$#"
465                         count: 1
466                         path: libraries/classes/Export.php
468                 -
469                         message: "#^Strict comparison using \\=\\=\\= between PhpMyAdmin\\\\Plugins\\\\SchemaPlugin and null will always evaluate to false\\.$#"
470                         count: 1
471                         path: libraries/classes/Export.php
473                 -
474                         message: "#^Method PhpMyAdmin\\\\File\\:\\:getCompression\\(\\) should return string but returns string\\|false\\.$#"
475                         count: 1
476                         path: libraries/classes/File.php
478                 -
479                         message: "#^Parameter \\#1 \\$bz of function bzread expects resource, resource\\|null given\\.$#"
480                         count: 1
481                         path: libraries/classes/File.php
483                 -
484                         message: "#^Parameter \\#1 \\$file of function bzopen expects resource\\|string, string\\|null given\\.$#"
485                         count: 1
486                         path: libraries/classes/File.php
488                 -
489                         message: "#^Parameter \\#1 \\$file of method PhpMyAdmin\\\\ZipExtension\\:\\:getContents\\(\\) expects string, string\\|null given\\.$#"
490                         count: 1
491                         path: libraries/classes/File.php
493                 -
494                         message: "#^Parameter \\#1 \\$fp of function fread expects resource, resource\\|null given\\.$#"
495                         count: 1
496                         path: libraries/classes/File.php
498                 -
499                         message: "#^Parameter \\#1 \\$zp of function gzread expects resource, resource\\|null given\\.$#"
500                         count: 1
501                         path: libraries/classes/File.php
503                 -
504                         message: "#^Property PhpMyAdmin\\\\File\\:\\:\\$content \\(string\\) does not accept string\\|false\\.$#"
505                         count: 1
506                         path: libraries/classes/File.php
508                 -
509                         message: "#^Property PhpMyAdmin\\\\File\\:\\:\\$handle \\(resource\\|null\\) does not accept resource\\|false\\.$#"
510                         count: 4
511                         path: libraries/classes/File.php
513                 -
514                         message: "#^Negated boolean expression is always false\\.$#"
515                         count: 1
516                         path: libraries/classes/Gis/GisGeometryCollection.php
518                 -
519                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
520                         count: 1
521                         path: libraries/classes/Gis/GisLineString.php
523                 -
524                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
525                         count: 1
526                         path: libraries/classes/Gis/GisLineString.php
528                 -
529                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getLineForOpenLayers\\(\\) expects string, int given\\.$#"
530                         count: 1
531                         path: libraries/classes/Gis/GisLineString.php
533                 -
534                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
535                         count: 1
536                         path: libraries/classes/Gis/GisLineString.php
538                 -
539                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
540                         count: 1
541                         path: libraries/classes/Gis/GisLineString.php
543                 -
544                         message: "#^Parameter \\#6 \\$col of function imageline expects int, int\\|false given\\.$#"
545                         count: 1
546                         path: libraries/classes/Gis/GisLineString.php
548                 -
549                         message: "#^Parameter \\#6 \\$col of function imagestring expects int, int\\|false given\\.$#"
550                         count: 1
551                         path: libraries/classes/Gis/GisLineString.php
553                 -
554                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
555                         count: 1
556                         path: libraries/classes/Gis/GisMultiLineString.php
558                 -
559                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
560                         count: 1
561                         path: libraries/classes/Gis/GisMultiLineString.php
563                 -
564                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getLineArrayForOpenLayers\\(\\) expects string, int given\\.$#"
565                         count: 1
566                         path: libraries/classes/Gis/GisMultiLineString.php
568                 -
569                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
570                         count: 1
571                         path: libraries/classes/Gis/GisMultiLineString.php
573                 -
574                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
575                         count: 1
576                         path: libraries/classes/Gis/GisMultiLineString.php
578                 -
579                         message: "#^Parameter \\#6 \\$col of function imageline expects int, int\\|false given\\.$#"
580                         count: 1
581                         path: libraries/classes/Gis/GisMultiLineString.php
583                 -
584                         message: "#^Parameter \\#6 \\$col of function imagestring expects int, int\\|false given\\.$#"
585                         count: 1
586                         path: libraries/classes/Gis/GisMultiLineString.php
588                 -
589                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
590                         count: 1
591                         path: libraries/classes/Gis/GisMultiPoint.php
593                 -
594                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
595                         count: 1
596                         path: libraries/classes/Gis/GisMultiPoint.php
598                 -
599                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisMultiPoint\\:\\:getPointsArrayForOpenLayers\\(\\) expects string, int given\\.$#"
600                         count: 1
601                         path: libraries/classes/Gis/GisMultiPoint.php
603                 -
604                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
605                         count: 1
606                         path: libraries/classes/Gis/GisMultiPoint.php
608                 -
609                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
610                         count: 1
611                         path: libraries/classes/Gis/GisMultiPoint.php
613                 -
614                         message: "#^Parameter \\#6 \\$col of function imagestring expects int, int\\|false given\\.$#"
615                         count: 1
616                         path: libraries/classes/Gis/GisMultiPoint.php
618                 -
619                         message: "#^Parameter \\#8 \\$col of function imagearc expects int, int\\|false given\\.$#"
620                         count: 1
621                         path: libraries/classes/Gis/GisMultiPoint.php
623                 -
624                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
625                         count: 1
626                         path: libraries/classes/Gis/GisMultiPolygon.php
628                 -
629                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
630                         count: 1
631                         path: libraries/classes/Gis/GisMultiPolygon.php
633                 -
634                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getPolygonArrayForOpenLayers\\(\\) expects string, int given\\.$#"
635                         count: 1
636                         path: libraries/classes/Gis/GisMultiPolygon.php
638                 -
639                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
640                         count: 1
641                         path: libraries/classes/Gis/GisMultiPolygon.php
643                 -
644                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
645                         count: 1
646                         path: libraries/classes/Gis/GisMultiPolygon.php
648                 -
649                         message: "#^Parameter \\#4 \\$col of function imagefilledpolygon expects int, int\\|false given\\.$#"
650                         count: 1
651                         path: libraries/classes/Gis/GisMultiPolygon.php
653                 -
654                         message: "#^Parameter \\#6 \\$col of function imagestring expects int, int\\|false given\\.$#"
655                         count: 1
656                         path: libraries/classes/Gis/GisMultiPolygon.php
658                 -
659                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
660                         count: 1
661                         path: libraries/classes/Gis/GisPoint.php
663                 -
664                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
665                         count: 1
666                         path: libraries/classes/Gis/GisPoint.php
668                 -
669                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getPointForOpenLayers\\(\\) expects string, int given\\.$#"
670                         count: 1
671                         path: libraries/classes/Gis/GisPoint.php
673                 -
674                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
675                         count: 1
676                         path: libraries/classes/Gis/GisPoint.php
678                 -
679                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
680                         count: 1
681                         path: libraries/classes/Gis/GisPoint.php
683                 -
684                         message: "#^Parameter \\#6 \\$col of function imagestring expects int, int\\|false given\\.$#"
685                         count: 1
686                         path: libraries/classes/Gis/GisPoint.php
688                 -
689                         message: "#^Parameter \\#8 \\$col of function imagearc expects int, int\\|false given\\.$#"
690                         count: 1
691                         path: libraries/classes/Gis/GisPoint.php
693                 -
694                         message: "#^Parameter \\#1 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getBoundsForOl\\(\\) expects string, int given\\.$#"
695                         count: 1
696                         path: libraries/classes/Gis/GisPolygon.php
698                 -
699                         message: "#^Parameter \\#2 \\$red of function imagecolorallocate expects int, float\\|int given\\.$#"
700                         count: 1
701                         path: libraries/classes/Gis/GisPolygon.php
703                 -
704                         message: "#^Parameter \\#2 \\$srid of method PhpMyAdmin\\\\Gis\\\\GisGeometry\\:\\:getPolygonForOpenLayers\\(\\) expects string, int given\\.$#"
705                         count: 1
706                         path: libraries/classes/Gis/GisPolygon.php
708                 -
709                         message: "#^Parameter \\#3 \\$green of function imagecolorallocate expects int, float\\|int given\\.$#"
710                         count: 1
711                         path: libraries/classes/Gis/GisPolygon.php
713                 -
714                         message: "#^Parameter \\#4 \\$blue of function imagecolorallocate expects int, float\\|int given\\.$#"
715                         count: 1
716                         path: libraries/classes/Gis/GisPolygon.php
718                 -
719                         message: "#^Parameter \\#4 \\$col of function imagefilledpolygon expects int, int\\|false given\\.$#"
720                         count: 1
721                         path: libraries/classes/Gis/GisPolygon.php
723                 -
724                         message: "#^Parameter \\#6 \\$col of function imagestring expects int, int\\|false given\\.$#"
725                         count: 1
726                         path: libraries/classes/Gis/GisPolygon.php
728                 -
729                         message: "#^Parameter \\#1 \\$im of function imagecolorallocate expects resource, resource\\|false given\\.$#"
730                         count: 1
731                         path: libraries/classes/Gis/GisVisualization.php
733                 -
734                         message: "#^Parameter \\#1 \\$im of function imagefilledrectangle expects resource, resource\\|false given\\.$#"
735                         count: 1
736                         path: libraries/classes/Gis/GisVisualization.php
738                 -
739                         message: "#^Parameter \\#1 \\$sql_query of class PhpMyAdmin\\\\Gis\\\\GisVisualization constructor expects string, null given\\.$#"
740                         count: 1
741                         path: libraries/classes/Gis/GisVisualization.php
743                 -
744                         message: "#^Parameter \\#3 \\$row of class PhpMyAdmin\\\\Gis\\\\GisVisualization constructor expects int, null given\\.$#"
745                         count: 1
746                         path: libraries/classes/Gis/GisVisualization.php
748                 -
749                         message: "#^Parameter \\#4 \\$pos of class PhpMyAdmin\\\\Gis\\\\GisVisualization constructor expects int, null given\\.$#"
750                         count: 1
751                         path: libraries/classes/Gis/GisVisualization.php
753                 -
754                         message: "#^Parameter \\#6 \\$col of function imagefilledrectangle expects int, int\\|false given\\.$#"
755                         count: 1
756                         path: libraries/classes/Gis/GisVisualization.php
758                 -
759                         message: "#^Cannot access offset 1 on array\\|false\\.$#"
760                         count: 2
761                         path: libraries/classes/Git.php
763                 -
764                         message: "#^Cannot access offset 256 on array\\|false\\.$#"
765                         count: 1
766                         path: libraries/classes/Git.php
768                 -
769                         message: "#^Cannot access offset int on array\\|false\\.$#"
770                         count: 2
771                         path: libraries/classes/Git.php
773                 -
774                         message: "#^Offset int does not exist on array\\|null\\.$#"
775                         count: 2
776                         path: libraries/classes/Import.php
778                 -
779                         message: "#^Parameter \\#1 \\$lastCumulativeSize of method PhpMyAdmin\\\\Import\\:\\:getDecimalPrecision\\(\\) expects string, int\\|string given\\.$#"
780                         count: 3
781                         path: libraries/classes/Import.php
783                 -
784                         message: "#^Parameter \\#1 \\$lastCumulativeSize of method PhpMyAdmin\\\\Import\\:\\:getDecimalScale\\(\\) expects string, int\\|string given\\.$#"
785                         count: 2
786                         path: libraries/classes/Import.php
788                 -
789                         message: "#^Parameter \\#1 \\$statement of static method PhpMyAdmin\\\\SqlParser\\\\Utils\\\\Query\\:\\:getClause\\(\\) expects PhpMyAdmin\\\\SqlParser\\\\Statement, object given\\.$#"
790                         count: 4
791                         path: libraries/classes/Import.php
793                 -
794                         message: "#^Cannot call method getScripts\\(\\) on class\\-string\\|object\\.$#"
795                         count: 1
796                         path: libraries/classes/InsertEdit.php
798                 -
799                         message: "#^Else branch is unreachable because ternary operator condition is always true\\.$#"
800                         count: 1
801                         path: libraries/classes/InsertEdit.php
803                 -
804                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fieldLen\\(\\) expects object, array given\\.$#"
805                         count: 1
806                         path: libraries/classes/InsertEdit.php
808                 -
809                         message: "#^Strict comparison using \\=\\=\\= between 'text' and 'time' will always evaluate to false\\.$#"
810                         count: 1
811                         path: libraries/classes/InsertEdit.php
813                 -
814                         message: "#^Parameter \\#2 \\$ipToTest of method PhpMyAdmin\\\\IpAllowDeny\\:\\:ipMaskTest\\(\\) expects string, string\\|true given\\.$#"
815                         count: 1
816                         path: libraries/classes/IpAllowDeny.php
818                 -
819                         message: "#^Method PhpMyAdmin\\\\Language\\:\\:matchesAcceptLanguage\\(\\) should return bool but returns int\\|false\\.$#"
820                         count: 1
821                         path: libraries/classes/Language.php
823                 -
824                         message: "#^Method PhpMyAdmin\\\\Language\\:\\:matchesUserAgent\\(\\) should return bool but returns int\\|false\\.$#"
825                         count: 1
826                         path: libraries/classes/Language.php
828                 -
829                         message: "#^Method PhpMyAdmin\\\\LanguageManager\\:\\:availableLocales\\(\\) should return array but returns array\\|false\\.$#"
830                         count: 1
831                         path: libraries/classes/LanguageManager.php
833                 -
834                         message: "#^Property PhpMyAdmin\\\\LanguageManager\\:\\:\\$availableLocales \\(array\\) does not accept array\\|false\\.$#"
835                         count: 1
836                         path: libraries/classes/LanguageManager.php
838                 -
839                         message: "#^Right side of && is always true\\.$#"
840                         count: 1
841                         path: libraries/classes/Linter.php
843                 -
844                         message: "#^Method PhpMyAdmin\\\\Menu\\:\\:getAllowedTabs\\(\\) should return array but returns array\\|null\\.$#"
845                         count: 1
846                         path: libraries/classes/Menu.php
848                 -
849                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
850                         count: 1
851                         path: libraries/classes/Navigation/Nodes/Node.php
853                 -
854                         message: "#^Cannot access property \\$realName on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
855                         count: 1
856                         path: libraries/classes/Navigation/Nodes/NodeDatabaseChild.php
858                 -
859                         message: "#^Cannot access property \\$realName on PhpMyAdmin\\\\Navigation\\\\Nodes\\\\Node\\|false\\.$#"
860                         count: 2
861                         path: libraries/classes/Navigation/Nodes/NodeTable.php
863                 -
864                         message: "#^Method PhpMyAdmin\\\\Normalization\\:\\:getHtmlContentsFor1NFStep3\\(\\) should return array\\<string\\> but returns array\\<string, string\\|false\\>\\.$#"
865                         count: 1
866                         path: libraries/classes/Normalization.php
868                 -
869                         message: "#^Method PhpMyAdmin\\\\OpenDocument\\:\\:create\\(\\) should return string but returns bool\\|string\\.$#"
870                         count: 1
871                         path: libraries/classes/OpenDocument.php
873                 -
874                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:query\\(\\) expects string, string\\|null given\\.$#"
875                         count: 1
876                         path: libraries/classes/Operations.php
878                 -
879                         message: "#^Property PhpMyAdmin\\\\OutputBuffering\\:\\:\\$content \\(string\\) does not accept string\\|false\\.$#"
880                         count: 1
881                         path: libraries/classes/OutputBuffering.php
883                 -
884                         message: "#^Method PhpMyAdmin\\\\Plugins\\:\\:getHtmlForProperty\\(\\) should return string but returns string\\|null\\.$#"
885                         count: 1
886                         path: libraries/classes/Plugins.php
888                 -
889                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:cookieEncrypt\\(\\) should return string but returns string\\|false\\.$#"
890                         count: 1
891                         path: libraries/classes/Plugins/Auth/AuthenticationCookie.php
893                 -
894                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:createIV\\(\\) should return string but returns string\\|false\\.$#"
895                         count: 1
896                         path: libraries/classes/Plugins/Auth/AuthenticationCookie.php
898                 -
899                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:getIVSize\\(\\) should return int but returns int\\|false\\.$#"
900                         count: 1
901                         path: libraries/classes/Plugins/Auth/AuthenticationCookie.php
903                 -
904                         message: "#^Parameter \\#1 \\$data of method PhpMyAdmin\\\\Plugins\\\\Auth\\\\AuthenticationCookie\\:\\:cookieEncrypt\\(\\) expects string, string\\|false given\\.$#"
905                         count: 1
906                         path: libraries/classes/Plugins/Auth/AuthenticationCookie.php
908                 -
909                         message: "#^Parameter \\#2 \\$remoteIp of method ReCaptcha\\\\ReCaptcha\\:\\:verify\\(\\) expects string\\|null, bool\\|string given\\.$#"
910                         count: 1
911                         path: libraries/classes/Plugins/Auth/AuthenticationCookie.php
913                 -
914                         message: "#^Parameter \\#1 \\$newname of function session_name expects string, string\\|false given\\.$#"
915                         count: 1
916                         path: libraries/classes/Plugins/Auth/AuthenticationSignon.php
918                 -
919                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportJson\\:\\:encode\\(\\) should return string but returns string\\|false\\.$#"
920                         count: 1
921                         path: libraries/classes/Plugins/Export/ExportJson.php
923                 -
924                         message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
925                         count: 1
926                         path: libraries/classes/Plugins/Export/ExportSql.php
928                 -
929                         message: "#^Binary operation \"\\.\" between 'FOREIGN KEY ' and array\\|string results in an error\\.$#"
930                         count: 1
931                         path: libraries/classes/Plugins/Export/ExportSql.php
933                 -
934                         message: "#^Cannot access offset mixed on array\\<PhpMyAdmin\\\\SqlParser\\\\Components\\\\CreateDefinition\\>\\|PhpMyAdmin\\\\SqlParser\\\\Components\\\\ArrayObj\\.$#"
935                         count: 4
936                         path: libraries/classes/Plugins/Export/ExportSql.php
938                 -
939                         message: "#^Parameter \\#1 \\$createQuery of method PhpMyAdmin\\\\Plugins\\\\Export\\\\ExportSql\\:\\:makeCreateTableMSSQLCompatible\\(\\) expects string, string\\|null given\\.$#"
940                         count: 1
941                         path: libraries/classes/Plugins/Export/ExportSql.php
943                 -
944                         message: "#^Parameter \\#1 \\$doc of method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyOneItem\\:\\:setDoc\\(\\) expects string, array\\<int, string\\> given\\.$#"
945                         count: 5
946                         path: libraries/classes/Plugins/Export/ExportSql.php
948                 -
949                         message: "#^Property PhpMyAdmin\\\\SqlParser\\\\Token\\:\\:\\$token \\(string\\) does not accept array\\|string\\.$#"
950                         count: 1
951                         path: libraries/classes/Plugins/Export/ExportSql.php
953                 -
954                         message: "#^Strict comparison using \\=\\=\\= between array and null will always evaluate to false\\.$#"
955                         count: 1
956                         path: libraries/classes/Plugins/Export/ExportXml.php
958                 -
959                         message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
960                         count: 1
961                         path: libraries/classes/Plugins/Import/ImportCsv.php
963                 -
964                         message: "#^Cannot call method addProperty\\(\\) on PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyMainGroup\\|void\\.$#"
965                         count: 7
966                         path: libraries/classes/Plugins/Import/ImportCsv.php
968                 -
969                         message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, array\\|false given\\.$#"
970                         count: 2
971                         path: libraries/classes/Plugins/Import/ImportCsv.php
973                 -
974                         message: "#^Cannot call method addProperty\\(\\) on PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyMainGroup\\|void\\.$#"
975                         count: 3
976                         path: libraries/classes/Plugins/Import/ImportLdi.php
978                 -
979                         message: "#^Negated boolean expression is always true\\.$#"
980                         count: 1
981                         path: libraries/classes/Plugins/Import/ImportMediawiki.php
983                 -
984                         message: "#^Parameter \\#1 \\$options of method PhpMyAdmin\\\\Properties\\\\Plugins\\\\PluginPropertyItem\\:\\:setOptions\\(\\) expects PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyRootGroup, array given\\.$#"
985                         count: 1
986                         path: libraries/classes/Plugins/Import/ImportMediawiki.php
988                 -
989                         message: "#^Comparison operation \"\\>\\=\" between 0 and 0 is always true\\.$#"
990                         count: 1
991                         path: libraries/classes/Plugins/Import/ImportOds.php
993                 -
994                         message: "#^Offset 'name' does not exist on SimpleXMLElement\\|null\\.$#"
995                         count: 2
996                         path: libraries/classes/Plugins/Import/ImportOds.php
998                 -
999                         message: "#^Offset 'number\\-columns…' does not exist on SimpleXMLElement\\|null\\.$#"
1000                         count: 2
1001                         path: libraries/classes/Plugins/Import/ImportOds.php
1003                 -
1004                         message: "#^Parameter \\#1 \\$cell_attrs of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:getValue\\(\\) expects array, SimpleXMLElement\\|null given\\.$#"
1005                         count: 1
1006                         path: libraries/classes/Plugins/Import/ImportOds.php
1008                 -
1009                         message: "#^Parameter \\#2 \\$text of method PhpMyAdmin\\\\Plugins\\\\Import\\\\ImportOds\\:\\:getValue\\(\\) expects array, SimpleXMLElement given\\.$#"
1010                         count: 1
1011                         path: libraries/classes/Plugins/Import/ImportOds.php
1013                 -
1014                         message: "#^Call to an undefined method PhpMyAdmin\\\\Gis\\\\GisMultiLineString\\|PhpMyAdmin\\\\Gis\\\\GisMultiPoint\\|PhpMyAdmin\\\\Gis\\\\GisPoint\\|PhpMyAdmin\\\\Gis\\\\GisPolygon\\:\\:getShape\\(\\)\\.$#"
1015                         count: 1
1016                         path: libraries/classes/Plugins/Import/ImportShp.php
1018                 -
1019                         message: "#^Parameter \\#1 \\$options of method PhpMyAdmin\\\\Properties\\\\Plugins\\\\PluginPropertyItem\\:\\:setOptions\\(\\) expects PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyRootGroup, array given\\.$#"
1020                         count: 1
1021                         path: libraries/classes/Plugins/Import/ImportShp.php
1023                 -
1024                         message: "#^Parameter \\#1 \\$doc of method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyOneItem\\:\\:setDoc\\(\\) expects string, array\\<int, string\\> given\\.$#"
1025                         count: 2
1026                         path: libraries/classes/Plugins/Import/ImportSql.php
1028                 -
1029                         message: "#^Comparison operation \"\\>\\=\" between 0 and 0 is always true\\.$#"
1030                         count: 1
1031                         path: libraries/classes/Plugins/Import/ImportXml.php
1033                 -
1034                         message: "#^Offset 'charset' does not exist on SimpleXMLElement\\|null\\.$#"
1035                         count: 1
1036                         path: libraries/classes/Plugins/Import/ImportXml.php
1038                 -
1039                         message: "#^Offset 'collation' does not exist on SimpleXMLElement\\|null\\.$#"
1040                         count: 1
1041                         path: libraries/classes/Plugins/Import/ImportXml.php
1043                 -
1044                         message: "#^Offset 'name' does not exist on SimpleXMLElement\\|null\\.$#"
1045                         count: 3
1046                         path: libraries/classes/Plugins/Import/ImportXml.php
1048                 -
1049                         message: "#^Parameter \\#1 \\$options of method PhpMyAdmin\\\\Properties\\\\Plugins\\\\PluginPropertyItem\\:\\:setOptions\\(\\) expects PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertyRootGroup, array given\\.$#"
1050                         count: 1
1051                         path: libraries/classes/Plugins/Import/ImportXml.php
1053                 -
1054                         message: "#^Function uploadprogress_get_info not found\\.$#"
1055                         count: 1
1056                         path: libraries/classes/Plugins/Import/Upload/UploadProgress.php
1058                 -
1059                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Import\\\\Upload\\\\UploadSession\\:\\:getIdKey\\(\\) should return string but returns string\\|false\\.$#"
1060                         count: 1
1061                         path: libraries/classes/Plugins/Import/Upload/UploadSession.php
1063                 -
1064                         message: "#^Cannot call method endDiaDoc\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1065                         count: 1
1066                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
1068                 -
1069                         message: "#^Cannot call method showOutput\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1070                         count: 1
1071                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
1073                 -
1074                         message: "#^Cannot call method startDiaDoc\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1075                         count: 1
1076                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
1078                 -
1079                         message: "#^Parameter \\#1 \\$diagram of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\RelationStatsDia constructor expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null given\\.$#"
1080                         count: 1
1081                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
1083                 -
1084                         message: "#^Parameter \\#1 \\$diagram of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\TableStatsDia constructor expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null given\\.$#"
1085                         count: 3
1086                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
1088                 -
1089                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\DiaRelationSchema\\:\\:addRelation\\(\\) expects string, int\\|string given\\.$#"
1090                         count: 1
1091                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
1093                 -
1094                         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\\.$#"
1095                         count: 1
1096                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
1098                 -
1099                         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\\.$#"
1100                         count: 1
1101                         path: libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
1103                 -
1104                         message: "#^Binary operation \"\\+\" between int\\|string\\|false and 12 results in an error\\.$#"
1105                         count: 4
1106                         path: libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
1108                 -
1109                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:endElement\\(\\)\\.$#"
1110                         count: 2
1111                         path: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php
1113                 -
1114                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:startElement\\(\\)\\.$#"
1115                         count: 2
1116                         path: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php
1118                 -
1119                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:writeAttribute\\(\\)\\.$#"
1120                         count: 4
1121                         path: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php
1123                 -
1124                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:writeRaw\\(\\)\\.$#"
1125                         count: 3
1126                         path: libraries/classes/Plugins/Schema/Dia/TableStatsDia.php
1128                 -
1129                         message: "#^Cannot call method endEpsDoc\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1130                         count: 1
1131                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1133                 -
1134                         message: "#^Cannot call method getFont\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1135                         count: 3
1136                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1138                 -
1139                         message: "#^Cannot call method getFontSize\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1140                         count: 3
1141                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1143                 -
1144                         message: "#^Cannot call method setAuthor\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1145                         count: 1
1146                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1148                 -
1149                         message: "#^Cannot call method setDate\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1150                         count: 1
1151                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1153                 -
1154                         message: "#^Cannot call method setFont\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1155                         count: 1
1156                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1158                 -
1159                         message: "#^Cannot call method setOrientation\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1160                         count: 1
1161                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1163                 -
1164                         message: "#^Cannot call method setTitle\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1165                         count: 1
1166                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1168                 -
1169                         message: "#^Cannot call method showOutput\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1170                         count: 1
1171                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1173                 -
1174                         message: "#^Parameter \\#1 \\$diagram of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\RelationStatsEps constructor expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null given\\.$#"
1175                         count: 1
1176                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1178                 -
1179                         message: "#^Parameter \\#1 \\$diagram of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\TableStatsEps constructor expects object, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null given\\.$#"
1180                         count: 3
1181                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1183                 -
1184                         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\\.$#"
1185                         count: 1
1186                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1188                 -
1189                         message: "#^Parameter \\#3 \\$fontSize of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\EpsRelationSchema\\:\\:addRelation\\(\\) expects int, current\\|int\\|string given\\.$#"
1190                         count: 2
1191                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1193                 -
1194                         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\\.$#"
1195                         count: 1
1196                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1198                 -
1199                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\EpsRelationSchema\\:\\:addRelation\\(\\) expects string, int\\|string given\\.$#"
1200                         count: 1
1201                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1203                 -
1204                         message: "#^Parameter \\#5 \\$fontSize of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\TableStatsEps constructor expects int, current\\|int\\|string given\\.$#"
1205                         count: 1
1206                         path: libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
1208                 -
1209                         message: "#^Call to an undefined method object\\:\\:line\\(\\)\\.$#"
1210                         count: 7
1211                         path: libraries/classes/Plugins/Schema/Eps/RelationStatsEps.php
1213                 -
1214                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:rect\\(\\)\\.$#"
1215                         count: 2
1216                         path: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php
1218                 -
1219                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:showXY\\(\\)\\.$#"
1220                         count: 2
1221                         path: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php
1223                 -
1224                         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\\.$#"
1225                         count: 1
1226                         path: libraries/classes/Plugins/Schema/Eps/TableStatsEps.php
1228                 -
1229                         message: "#^Cannot access property \\$customLinks on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1230                         count: 15
1231                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1233                 -
1234                         message: "#^Cannot call method AddLink\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1235                         count: 5
1236                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1238                 -
1239                         message: "#^Cannot call method AddPage\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1240                         count: 3
1241                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1243                 -
1244                         message: "#^Cannot call method Bookmark\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1245                         count: 3
1246                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1248                 -
1249                         message: "#^Cannot call method Cell\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1250                         count: 31
1251                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1253                 -
1254                         message: "#^Cannot call method Ln\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1255                         count: 3
1256                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1258                 -
1259                         message: "#^Cannot call method Open\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1260                         count: 1
1261                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1263                 -
1264                         message: "#^Cannot call method PageNo\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1265                         count: 2
1266                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1268                 -
1269                         message: "#^Cannot call method SetAutoPageBreak\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1270                         count: 4
1271                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1273                 -
1274                         message: "#^Cannot call method SetDrawColor\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1275                         count: 1
1276                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1278                 -
1279                         message: "#^Cannot call method SetFont\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1280                         count: 5
1281                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1283                 -
1284                         message: "#^Cannot call method SetFontSize\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1285                         count: 1
1286                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1288                 -
1289                         message: "#^Cannot call method SetLink\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1290                         count: 3
1291                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1293                 -
1294                         message: "#^Cannot call method SetMargins\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1295                         count: 1
1296                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1298                 -
1299                         message: "#^Cannot call method SetTitle\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1300                         count: 1
1301                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1303                 -
1304                         message: "#^Cannot call method SetX\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1305                         count: 5
1306                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1308                 -
1309                         message: "#^Cannot call method SetXY\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1310                         count: 2
1311                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1313                 -
1314                         message: "#^Cannot call method download\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1315                         count: 1
1316                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1318                 -
1319                         message: "#^Cannot call method getPageHeight\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1320                         count: 3
1321                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1323                 -
1324                         message: "#^Cannot call method getPageWidth\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1325                         count: 3
1326                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1328                 -
1329                         message: "#^Cannot call method line\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1330                         count: 2
1331                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1333                 -
1334                         message: "#^Cannot call method row\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1335                         count: 1
1336                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1338                 -
1339                         message: "#^Cannot call method setAlias\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1340                         count: 2
1341                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1343                 -
1344                         message: "#^Cannot call method setCMargin\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1345                         count: 3
1346                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1348                 -
1349                         message: "#^Cannot call method setFontSizeScale\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1350                         count: 1
1351                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1353                 -
1354                         message: "#^Cannot call method setLineWidthScale\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1355                         count: 1
1356                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1358                 -
1359                         message: "#^Cannot call method setOffline\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1360                         count: 1
1361                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1363                 -
1364                         message: "#^Cannot call method setScale\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1365                         count: 1
1366                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1368                 -
1369                         message: "#^Cannot call method setWidths\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1370                         count: 2
1371                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1373                 -
1374                         message: "#^Parameter \\#1 \\$diagram of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\RelationStatsPdf constructor expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null given\\.$#"
1375                         count: 1
1376                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1378                 -
1379                         message: "#^Parameter \\#1 \\$diagram of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf constructor expects object, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null given\\.$#"
1380                         count: 3
1381                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1383                 -
1384                         message: "#^Parameter \\#1 \\$fontSize of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf\\:\\:tableDraw\\(\\) expects int, null given\\.$#"
1385                         count: 1
1386                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1388                 -
1389                         message: "#^Parameter \\#2 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:addRelation\\(\\) expects string, int\\|string given\\.$#"
1390                         count: 1
1391                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1393                 -
1394                         message: "#^Parameter \\#2 \\$master_table of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\RelationStatsPdf constructor expects string, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf given\\.$#"
1395                         count: 1
1396                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1398                 -
1399                         message: "#^Parameter \\#4 \\$fontSize of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf constructor expects int, null given\\.$#"
1400                         count: 3
1401                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1403                 -
1404                         message: "#^Parameter \\#4 \\$foreign_table of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\RelationStatsPdf constructor expects string, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\TableStatsPdf given\\.$#"
1405                         count: 1
1406                         path: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
1408                 -
1409                         message: "#^Call to an undefined method object\\:\\:SetDrawColor\\(\\)\\.$#"
1410                         count: 3
1411                         path: libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php
1413                 -
1414                         message: "#^Call to an undefined method object\\:\\:lineScale\\(\\)\\.$#"
1415                         count: 7
1416                         path: libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php
1418                 -
1419                         message: "#^Call to an undefined method object\\:\\:setLineWidthScale\\(\\)\\.$#"
1420                         count: 2
1421                         path: libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php
1423                 -
1424                         message: "#^Access to an undefined property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:\\$customLinks\\.$#"
1425                         count: 6
1426                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
1428                 -
1429                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:GetStringWidth\\(\\)\\.$#"
1430                         count: 3
1431                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
1433                 -
1434                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:SetFillColor\\(\\)\\.$#"
1435                         count: 5
1436                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
1438                 -
1439                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:SetFont\\(\\)\\.$#"
1440                         count: 4
1441                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
1443                 -
1444                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:SetLink\\(\\)\\.$#"
1445                         count: 2
1446                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
1448                 -
1449                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:SetTextColor\\(\\)\\.$#"
1450                         count: 2
1451                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
1453                 -
1454                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:cellScale\\(\\)\\.$#"
1455                         count: 2
1456                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
1458                 -
1459                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:setXScale\\(\\)\\.$#"
1460                         count: 2
1461                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
1463                 -
1464                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:setXyScale\\(\\)\\.$#"
1465                         count: 1
1466                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
1468                 -
1469                         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\\.$#"
1470                         count: 1
1471                         path: libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
1473                 -
1474                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\RelationStats\\:\\:getXy\\(\\) expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\TableStats, string given\\.$#"
1475                         count: 2
1476                         path: libraries/classes/Plugins/Schema/RelationStats.php
1478                 -
1479                         message: "#^Call to an undefined method object\\:\\:printElementLine\\(\\)\\.$#"
1480                         count: 7
1481                         path: libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php
1483                 -
1484                         message: "#^Cannot call method SetAuthor\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1485                         count: 1
1486                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1488                 -
1489                         message: "#^Cannot call method endSvgDoc\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1490                         count: 1
1491                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1493                 -
1494                         message: "#^Cannot call method getFont\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1495                         count: 3
1496                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1498                 -
1499                         message: "#^Cannot call method getFontSize\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1500                         count: 3
1501                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1503                 -
1504                         message: "#^Cannot call method setFont\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1505                         count: 1
1506                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1508                 -
1509                         message: "#^Cannot call method setFontSize\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1510                         count: 1
1511                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1513                 -
1514                         message: "#^Cannot call method setTitle\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1515                         count: 1
1516                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1518                 -
1519                         message: "#^Cannot call method showOutput\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1520                         count: 1
1521                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1523                 -
1524                         message: "#^Cannot call method startSvgDoc\\(\\) on PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null\\.$#"
1525                         count: 1
1526                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1528                 -
1529                         message: "#^Parameter \\#1 \\$diagram of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\RelationStatsSvg constructor expects PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null given\\.$#"
1530                         count: 1
1531                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1533                 -
1534                         message: "#^Parameter \\#1 \\$diagram of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg constructor expects object, PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\|null given\\.$#"
1535                         count: 3
1536                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1538                 -
1539                         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\\.$#"
1540                         count: 1
1541                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1543                 -
1544                         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\\.$#"
1545                         count: 1
1546                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1548                 -
1549                         message: "#^Parameter \\#3 \\$fontSize of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:addRelation\\(\\) expects int, current\\|int\\|string given\\.$#"
1550                         count: 2
1551                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1553                 -
1554                         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\\.$#"
1555                         count: 1
1556                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1558                 -
1559                         message: "#^Parameter \\#4 \\$masterField of method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\SvgRelationSchema\\:\\:addRelation\\(\\) expects string, int\\|string given\\.$#"
1560                         count: 1
1561                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1563                 -
1564                         message: "#^Parameter \\#5 \\$fontSize of class PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\TableStatsSvg constructor expects int, current\\|int\\|string given\\.$#"
1565                         count: 1
1566                         path: libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
1568                 -
1569                         message: "#^Call to an undefined method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Dia\\\\Dia\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Eps\\\\Eps\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\|PhpMyAdmin\\\\Plugins\\\\Schema\\\\Svg\\\\Svg\\:\\:printElement\\(\\)\\.$#"
1570                         count: 4
1571                         path: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php
1573                 -
1574                         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\\.$#"
1575                         count: 1
1576                         path: libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php
1578                 -
1579                         message: "#^Binary operation \"\\-\\=\" between int\\<0, max\\>\\|string\\|false and int results in an error\\.$#"
1580                         count: 1
1581                         path: libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
1583                 -
1584                         message: "#^Unreachable statement \\- code above always terminates\\.$#"
1585                         count: 1
1586                         path: libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
1588                 -
1589                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\Transformations\\\\Output\\\\Text_Plain_Binarytoip\\:\\:applyTransformation\\(\\) should return string but returns string\\|false\\.$#"
1590                         count: 1
1591                         path: libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php
1593                 -
1594                         message: "#^Method PhpMyAdmin\\\\Plugins\\\\TwoFactor\\\\Application\\:\\:check\\(\\) should return bool but returns bool\\|int\\.$#"
1595                         count: 1
1596                         path: libraries/classes/Plugins/TwoFactor/Application.php
1598                 -
1599                         message: "#^Method PhpMyAdmin\\\\Relation\\:\\:checkRelationsParam\\(\\) should return array\\<string\\> but returns array\\<string, bool\\|string\\|null\\>\\.$#"
1600                         count: 1
1601                         path: libraries/classes/Relation.php
1603                 -
1604                         message: "#^Method PhpMyAdmin\\\\Relation\\:\\:createPage\\(\\) should return int but returns bool\\|int\\.$#"
1605                         count: 1
1606                         path: libraries/classes/Relation.php
1608                 -
1609                         message: "#^Offset 'comment' does not exist on array\\|null\\.$#"
1610                         count: 1
1611                         path: libraries/classes/Relation.php
1613                 -
1614                         message: "#^Parameter \\#1 \\$foreigners of method PhpMyAdmin\\\\Relation\\:\\:searchColumnInForeigners\\(\\) expects array, array\\|true given\\.$#"
1615                         count: 1
1616                         path: libraries/classes/Relation.php
1618                 -
1619                         message: "#^Property PhpMyAdmin\\\\Relation\\:\\:\\$dbi \\(PhpMyAdmin\\\\DatabaseInterface\\) does not accept PhpMyAdmin\\\\DatabaseInterface\\|null\\.$#"
1620                         count: 1
1621                         path: libraries/classes/Relation.php
1623                 -
1624                         message: "#^Parameter \\#1 \\$name of static method PhpMyAdmin\\\\Core\\:\\:sanitizeMySQLHost\\(\\) expects string, string\\|null given\\.$#"
1625                         count: 1
1626                         path: libraries/classes/Replication.php
1628                 -
1629                         message: "#^Method PhpMyAdmin\\\\Sanitize\\:\\:escapeJsString\\(\\) should return string but returns string\\|null\\.$#"
1630                         count: 1
1631                         path: libraries/classes/Sanitize.php
1633                 -
1634                         message: "#^Method PhpMyAdmin\\\\Sanitize\\:\\:sanitizeFilename\\(\\) should return string but returns string\\|null\\.$#"
1635                         count: 1
1636                         path: libraries/classes/Sanitize.php
1638                 -
1639                         message: "#^Cannot assign offset 'criteria'\\|'criteriaAndOrColumn'\\|'criteriaAndOrRow'\\|'criteriaColumn'\\|'criteriaShow'\\|'criteriaSort'\\|'rows'\\|'TableList' to array\\|string\\.$#"
1640                         count: 1
1641                         path: libraries/classes/SavedSearches.php
1643                 -
1644                         message: "#^Offset 'criteriaColumn' does not exist on array\\|string\\.$#"
1645                         count: 1
1646                         path: libraries/classes/SavedSearches.php
1648                 -
1649                         message: "#^Offset string does not exist on array\\|string\\.$#"
1650                         count: 1
1651                         path: libraries/classes/SavedSearches.php
1653                 -
1654                         message: "#^Offset '@@old_passwords' does not exist on array\\|null\\.$#"
1655                         count: 1
1656                         path: libraries/classes/Server/Privileges.php
1658                 -
1659                         message: "#^Offset 'Type' does not exist on array\\|null\\.$#"
1660                         count: 4
1661                         path: libraries/classes/Server/Privileges.php
1663                 -
1664                         message: "#^Offset 'password' does not exist on array\\|null\\.$#"
1665                         count: 1
1666                         path: libraries/classes/Server/Privileges.php
1668                 -
1669                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:fetchAssoc\\(\\) expects object, array given\\.$#"
1670                         count: 1
1671                         path: libraries/classes/Server/Privileges.php
1673                 -
1674                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:freeResult\\(\\) expects object, array given\\.$#"
1675                         count: 1
1676                         path: libraries/classes/Server/Privileges.php
1678                 -
1679                         message: "#^Parameter \\#1 \\$result of method PhpMyAdmin\\\\DatabaseInterface\\:\\:freeResult\\(\\) expects object, array\\|float\\|int\\|string\\|false\\|null given\\.$#"
1680                         count: 1
1681                         path: libraries/classes/Server/Privileges.php
1683                 -
1684                         message: "#^Parameter \\#6 \\$dbname of method PhpMyAdmin\\\\Server\\\\Privileges\\:\\:addUserAndCreateDatabase\\(\\) expects string, array\\|string\\|null given\\.$#"
1685                         count: 1
1686                         path: libraries/classes/Server/Privileges.php
1688                 -
1689                         message: "#^Parameter \\#1 \\$query of method PhpMyAdmin\\\\DatabaseInterface\\:\\:tryQuery\\(\\) expects string, string\\|null given\\.$#"
1690                         count: 1
1691                         path: libraries/classes/Server/Status/Monitor.php
1693                 -
1694                         message: "#^Call to an undefined method COM\\:\\:ConnectServer\\(\\)\\.$#"
1695                         count: 1
1696                         path: libraries/classes/Server/SysInfo/WindowsNt.php
1698                 -
1699                         message: "#^Cannot call method Get\\(\\) on COM\\|null\\.$#"
1700                         count: 1
1701                         path: libraries/classes/Server/SysInfo/WindowsNt.php
1703                 -
1704                         message: "#^Argument of an invalid type array\\|null supplied for foreach, only iterables are supported\\.$#"
1705                         count: 3
1706                         path: libraries/classes/Server/UserGroups.php
1708                 -
1709                         message: "#^Parameter \\#1 \\$canonicalPath of method PhpMyAdmin\\\\Config\\\\ConfigFile\\:\\:getDefault\\(\\) expects string, string\\|null given\\.$#"
1710                         count: 1
1711                         path: libraries/classes/Setup/ConfigGenerator.php
1713                 -
1714                         message: "#^Parameter \\#1 \\$var_name of static method PhpMyAdmin\\\\Setup\\\\ConfigGenerator\\:\\:getVarExport\\(\\) expects string, string\\|null given\\.$#"
1715                         count: 2
1716                         path: libraries/classes/Setup/ConfigGenerator.php
1718                 -
1719                         message: "#^Cannot call method save\\(\\) on PhpMyAdmin\\\\Bookmark\\|false\\.$#"
1720                         count: 1
1721                         path: libraries/classes/Sql.php
1723                 -
1724                         message: "#^Method PhpMyAdmin\\\\Sql\\:\\:getNumberOfRowsAffectedOrChanged\\(\\) should return int but returns bool\\|int\\|string\\.$#"
1725                         count: 1
1726                         path: libraries/classes/Sql.php
1728                 -
1729                         message: "#^Offset 0 does not exist on array\\|null\\.$#"
1730                         count: 2
1731                         path: libraries/classes/Sql.php
1733                 -
1734                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:handleSortOrder\\(\\) expects string, string\\|null given\\.$#"
1735                         count: 1
1736                         path: libraries/classes/Sql.php
1738                 -
1739                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:hasCurrentDbChanged\\(\\) expects string, string\\|null given\\.$#"
1740                         count: 1
1741                         path: libraries/classes/Sql.php
1743                 -
1744                         message: "#^Parameter \\#1 \\$db of method PhpMyAdmin\\\\Sql\\:\\:storeTheQueryAsBookmark\\(\\) expects string, string\\|null given\\.$#"
1745                         count: 1
1746                         path: libraries/classes/Sql.php
1748                 -
1749                         message: "#^Parameter \\#1 \\$messageToShow of method PhpMyAdmin\\\\Sql\\:\\:getMessageForNoRowsReturned\\(\\) expects string, string\\|null given\\.$#"
1750                         count: 1
1751                         path: libraries/classes/Sql.php
1753                 -
1754                         message: "#^Parameter \\#1 \\$table of method PhpMyAdmin\\\\Menu\\:\\:setTable\\(\\) expects string, string\\|null given\\.$#"
1755                         count: 1
1756                         path: libraries/classes/Sql.php
1758                 -
1759                         message: "#^Parameter \\#1 \\$unlimNumRows of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects int, int\\<1, max\\>\\|string given\\.$#"
1760                         count: 1
1761                         path: libraries/classes/Sql.php
1763                 -
1764                         message: "#^Parameter \\#14 \\$showTable of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects array, bool given\\.$#"
1765                         count: 2
1766                         path: libraries/classes/Sql.php
1768                 -
1769                         message: "#^Parameter \\#15 \\$printView of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects string, string\\|null given\\.$#"
1770                         count: 2
1771                         path: libraries/classes/Sql.php
1773                 -
1774                         message: "#^Parameter \\#2 \\$db of method PhpMyAdmin\\\\Sql\\:\\:getQueryResponseForNoResultsReturned\\(\\) expects string, string\\|null given\\.$#"
1775                         count: 1
1776                         path: libraries/classes/Sql.php
1778                 -
1779                         message: "#^Parameter \\#2 \\$error of method PhpMyAdmin\\\\Sql\\:\\:handleQueryExecuteError\\(\\) expects string, string\\|true given\\.$#"
1780                         count: 1
1781                         path: libraries/classes/Sql.php
1783                 -
1784                         message: "#^Parameter \\#2 \\$table of method PhpMyAdmin\\\\Sql\\:\\:handleSortOrder\\(\\) expects string, string\\|null given\\.$#"
1785                         count: 1
1786                         path: libraries/classes/Sql.php
1788                 -
1789                         message: "#^Parameter \\#3 \\$db of method PhpMyAdmin\\\\Sql\\:\\:countQueryResults\\(\\) expects string, string\\|null given\\.$#"
1790                         count: 1
1791                         path: libraries/classes/Sql.php
1793                 -
1794                         message: "#^Parameter \\#3 \\$isModifyLink of static method PhpMyAdmin\\\\Html\\\\Generator\\:\\:mysqlDie\\(\\) expects bool, string given\\.$#"
1795                         count: 1
1796                         path: libraries/classes/Sql.php
1798                 -
1799                         message: "#^Parameter \\#3 \\$sqlData of method PhpMyAdmin\\\\Sql\\:\\:getHtmlForPreviousUpdateQuery\\(\\) expects array, array\\|null given\\.$#"
1800                         count: 1
1801                         path: libraries/classes/Sql.php
1803                 -
1804                         message: "#^Parameter \\#3 \\$table of method PhpMyAdmin\\\\Sql\\:\\:getQueryResponseForNoResultsReturned\\(\\) expects string, string\\|null given\\.$#"
1805                         count: 1
1806                         path: libraries/classes/Sql.php
1808                 -
1809                         message: "#^Parameter \\#4 \\$table of method PhpMyAdmin\\\\Sql\\:\\:countQueryResults\\(\\) expects string, string\\|null given\\.$#"
1810                         count: 1
1811                         path: libraries/classes/Sql.php
1813                 -
1814                         message: "#^Parameter \\#4 \\$table of method PhpMyAdmin\\\\Sql\\:\\:getQueryResponseForResultsReturned\\(\\) expects string, string\\|null given\\.$#"
1815                         count: 1
1816                         path: libraries/classes/Sql.php
1818                 -
1819                         message: "#^Parameter \\#7 \\$numRows of method PhpMyAdmin\\\\Display\\\\Results\\:\\:setProperties\\(\\) expects int, int\\<1, max\\>\\|string given\\.$#"
1820                         count: 1
1821                         path: libraries/classes/Sql.php
1823                 -
1824                         message: "#^Parameter \\#7 \\$sqlQueryForBookmark of method PhpMyAdmin\\\\Sql\\:\\:executeTheQuery\\(\\) expects string, string\\|null given\\.$#"
1825                         count: 1
1826                         path: libraries/classes/Sql.php
1828                 -
1829                         message: "#^Parameter \\#8 \\$extraData of method PhpMyAdmin\\\\Sql\\:\\:executeTheQuery\\(\\) expects array, array\\|null given\\.$#"
1830                         count: 1
1831                         path: libraries/classes/Sql.php
1833                 -
1834                         message: "#^Method PhpMyAdmin\\\\StorageEngine\\:\\:resolveTypeSize\\(\\) should return array but returns array\\|null\\.$#"
1835                         count: 1
1836                         path: libraries/classes/StorageEngine.php
1838                 -
1839                         message: "#^Property PhpMyAdmin\\\\SqlParser\\\\Components\\\\AlterOperation\\:\\:\\$field \\(PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\) does not accept null\\.$#"
1840                         count: 2
1841                         path: libraries/classes/Table.php
1843                 -
1844                         message: "#^Property PhpMyAdmin\\\\Theme\\:\\:\\$filesizeInfo \\(int\\) does not accept int\\|false\\.$#"
1845                         count: 1
1846                         path: libraries/classes/Theme.php
1848                 -
1849                         message: "#^Property PhpMyAdmin\\\\Theme\\:\\:\\$mtimeInfo \\(int\\) does not accept int\\|false\\.$#"
1850                         count: 1
1851                         path: libraries/classes/Theme.php
1853                 -
1854                         message: "#^Property PhpMyAdmin\\\\ThemeManager\\:\\:\\$activeTheme \\(string\\) does not accept string\\|null\\.$#"
1855                         count: 1
1856                         path: libraries/classes/ThemeManager.php
1858                 -
1859                         message: "#^Cannot access property \\$table on PhpMyAdmin\\\\SqlParser\\\\Components\\\\Expression\\|string\\.$#"
1860                         count: 1
1861                         path: libraries/classes/Tracker.php
1863                 -
1864                         message: "#^Cannot access property \\$value on PhpMyAdmin\\\\SqlParser\\\\Token\\|string\\.$#"
1865                         count: 3
1866                         path: libraries/classes/Tracker.php
1868                 -
1869                         message: "#^Parameter \\#3 \\$version of static method PhpMyAdmin\\\\Tracker\\:\\:deactivateTracking\\(\\) expects string, int given\\.$#"
1870                         count: 1
1871                         path: libraries/classes/Tracker.php
1873                 -
1874                         message: "#^Parameter \\#2 \\$filter_ts_from of method PhpMyAdmin\\\\Tracking\\:\\:filter\\(\\) expects string, int given\\.$#"
1875                         count: 2
1876                         path: libraries/classes/Tracking.php
1878                 -
1879                         message: "#^Parameter \\#3 \\$filter_ts_to of method PhpMyAdmin\\\\Tracking\\:\\:filter\\(\\) expects string, int given\\.$#"
1880                         count: 2
1881                         path: libraries/classes/Tracking.php
1883                 -
1884                         message: "#^Parameter \\#1 \\$classname of function class_exists expects string, PhpMyAdmin\\\\Plugins\\\\TransformationsInterface given\\.$#"
1885                         count: 2
1886                         path: libraries/classes/Transformations.php
1888                 -
1889                         message: "#^Parameter \\#1 \\$stack of function array_push expects array, array\\<int, string\\>\\|string given\\.$#"
1890                         count: 1
1891                         path: libraries/classes/Types.php
1893                 -
1894                         message: "#^Offset 'header' does not exist on array\\('proxy' \\=\\> string, 'request_fulluri' \\=\\> true\\)\\.$#"
1895                         count: 1
1896                         path: libraries/classes/Utils/HttpRequest.php
1898                 -
1899                         message: "#^Variable \\$http_response_header in isset\\(\\) always exists and is not nullable\\.$#"
1900                         count: 1
1901                         path: libraries/classes/Utils/HttpRequest.php
1903                 -
1904                         message: "#^Comparison operation \"\\>\\=\" between int\\<1, max\\> and 1 is always true\\.$#"
1905                         count: 1
1906                         path: libraries/classes/VersionInformation.php
1908                 -
1909                         message: "#^Method PhpMyAdmin\\\\VersionInformation\\:\\:getLatestVersion\\(\\) should return stdClass\\|null but returns object\\.$#"
1910                         count: 1
1911                         path: libraries/classes/VersionInformation.php
1913                 -
1914                         message: "#^Argument of an invalid type array\\|false supplied for foreach, only iterables are supported\\.$#"
1915                         count: 1
1916                         path: libraries/classes/ZipExtension.php
1918                 -
1919                         message: "#^Cannot call method save\\(\\) on PhpMyAdmin\\\\Bookmark\\|false\\.$#"
1920                         count: 1
1921                         path: test/classes/BookmarkTest.php
1923                 -
1924                         message: "#^Empty array passed to foreach\\.$#"
1925                         count: 1
1926                         path: test/classes/Config/DescriptionTest.php
1928                 -
1929                         message: "#^Strict comparison using \\=\\=\\= between array and null will always evaluate to false\\.$#"
1930                         count: 1
1931                         path: test/classes/ConfigTest.php
1933                 -
1934                         message: "#^Parameter \\#3 \\$empty of method PhpMyAdmin\\\\Gis\\\\GisGeometryCollection\\:\\:generateWkt\\(\\) expects string, string\\|null given\\.$#"
1935                         count: 1
1936                         path: test/classes/Gis/GisGeometryCollectionTest.php
1938                 -
1939                         message: "#^Parameter \\#1 \\$point of method PhpMyAdmin\\\\Gis\\\\GisPolygon\\:\\:isPointInsidePolygon\\(\\) expects array, array\\|false given\\.$#"
1940                         count: 1
1941                         path: test/classes/Gis/GisPolygonTest.php
1943                 -
1944                         message: "#^Parameter \\#1 \\$cell of method PhpMyAdmin\\\\Import\\:\\:getDecimalSize\\(\\) expects string, string\\|null given\\.$#"
1945                         count: 1
1946                         path: test/classes/ImportTest.php
1948                 -
1949                         message: "#^Parameter \\#1 \\$lastCumulativeSize of method PhpMyAdmin\\\\Import\\:\\:getDecimalPrecision\\(\\) expects string, string\\|null given\\.$#"
1950                         count: 1
1951                         path: test/classes/ImportTest.php
1953                 -
1954                         message: "#^Parameter \\#1 \\$lastCumulativeSize of method PhpMyAdmin\\\\Import\\:\\:getDecimalScale\\(\\) expects string, string\\|null given\\.$#"
1955                         count: 1
1956                         path: test/classes/ImportTest.php
1958                 -
1959                         message: "#^Parameter \\#1 \\$name of method PhpMyAdmin\\\\Import\\:\\:getColumnNumberFromName\\(\\) expects string, string\\|null given\\.$#"
1960                         count: 1
1961                         path: test/classes/ImportTest.php
1963                 -
1964                         message: "#^Parameter \\#1 \\$whereClause of method PhpMyAdmin\\\\InsertEdit\\:\\:determineInsertOrEdit\\(\\) expects string, null given\\.$#"
1965                         count: 1
1966                         path: test/classes/InsertEditTest.php
1968                 -
1969                         message: "#^Parameter \\#11 \\$key of method PhpMyAdmin\\\\InsertEdit\\:\\:getQueryValuesForInsertAndUpdateInMultipleEdit\\(\\) expects string, int given\\.$#"
1970                         count: 1
1971                         path: test/classes/InsertEditTest.php
1973                 -
1974                         message: "#^Cannot call method activate\\(\\) on PhpMyAdmin\\\\Language\\|false\\.$#"
1975                         count: 2
1976                         path: test/classes/LanguageTest.php
1978                 -
1979                         message: "#^Cannot call method getEnglishName\\(\\) on PhpMyAdmin\\\\Language\\|false\\.$#"
1980                         count: 1
1981                         path: test/classes/LanguageTest.php
1983                 -
1984                         message: "#^Cannot call method getNativeName\\(\\) on PhpMyAdmin\\\\Language\\|false\\.$#"
1985                         count: 1
1986                         path: test/classes/LanguageTest.php
1988                 -
1989                         message: "#^Parameter \\#1 \\$subgroupHeader of method PhpMyAdmin\\\\Properties\\\\Options\\\\Groups\\\\OptionsPropertySubgroup\\:\\:setSubgroupHeader\\(\\) expects PhpMyAdmin\\\\Properties\\\\PropertyItem, string given\\.$#"
1990                         count: 1
1991                         path: test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php
1993                 -
1994                         message: "#^Parameter \\#1 \\$property of method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyGroup\\:\\:addProperty\\(\\) expects PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyItem, int given\\.$#"
1995                         count: 1
1996                         path: test/classes/Properties/Options/OptionsPropertyGroupTest.php
1998                 -
1999                         message: "#^Parameter \\#1 \\$property of method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyGroup\\:\\:addProperty\\(\\) expects PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyItem, string given\\.$#"
2000                         count: 1
2001                         path: test/classes/Properties/Options/OptionsPropertyGroupTest.php
2003                 -
2004                         message: "#^Parameter \\#1 \\$property of method PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyGroup\\:\\:removeProperty\\(\\) expects PhpMyAdmin\\\\Properties\\\\Options\\\\OptionsPropertyItem, string given\\.$#"
2005                         count: 1
2006                         path: test/classes/Properties/Options/OptionsPropertyGroupTest.php
2008                 -
2009                         message: "#^Parameter \\#1 \\$transformationData of method PhpMyAdmin\\\\SystemDatabase\\:\\:getNewTransformationDataSql\\(\\) expects object, array given\\.$#"
2010                         count: 1
2011                         path: test/classes/SystemDatabaseTest.php
2013                 -
2014                         message: "#^Parameter \\#1 \\$tableName of class PhpMyAdmin\\\\Table constructor expects string, null given\\.$#"
2015                         count: 2
2016                         path: test/classes/TableTest.php
2018                 -
2019                         message: "#^Parameter \\#2 \\$dbName of class PhpMyAdmin\\\\Table constructor expects string, null given\\.$#"
2020                         count: 2
2021                         path: test/classes/TableTest.php
2023                 -
2024                         message: "#^Parameter \\#8 \\$defaultValue of static method PhpMyAdmin\\\\Table\\:\\:generateFieldSpec\\(\\) expects string, int given\\.$#"
2025                         count: 7
2026                         path: test/classes/TableTest.php
2028                 -
2029                         message: "#^Property PhpMyAdmin\\\\Theme\\:\\:\\$mtimeInfo \\(int\\) does not accept int\\|false\\.$#"
2030                         count: 1
2031                         path: test/classes/ThemeTest.php
2033                 -
2034                         message: "#^Parameter \\#2 \\$filter_ts_from of method PhpMyAdmin\\\\Tracking\\:\\:filter\\(\\) expects string, int given\\.$#"
2035                         count: 1
2036                         path: test/classes/TrackingTest.php
2038                 -
2039                         message: "#^Parameter \\#3 \\$filter_ts_to of method PhpMyAdmin\\\\Tracking\\:\\:filter\\(\\) expects string, int given\\.$#"
2040                         count: 1
2041                         path: test/classes/TrackingTest.php
2043                 -
2044                         message: "#^Parameter \\#3 \\$selection_schema of method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects bool, array given\\.$#"
2045                         count: 1
2046                         path: test/classes/TrackingTest.php
2048                 -
2049                         message: "#^Parameter \\#4 \\$selection_data of method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects bool, array given\\.$#"
2050                         count: 1
2051                         path: test/classes/TrackingTest.php
2053                 -
2054                         message: "#^Parameter \\#5 \\$selection_both of method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects bool, array given\\.$#"
2055                         count: 1
2056                         path: test/classes/TrackingTest.php
2058                 -
2059                         message: "#^Parameter \\#6 \\$filter_ts_to of method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects int, array given\\.$#"
2060                         count: 1
2061                         path: test/classes/TrackingTest.php
2063                 -
2064                         message: "#^Parameter \\#7 \\$filter_ts_from of method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects int, array given\\.$#"
2065                         count: 1
2066                         path: test/classes/TrackingTest.php
2068                 -
2069                         message: "#^Parameter \\#1 \\$element of method PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:moveto\\(\\) expects Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement, Facebook\\\\WebDriver\\\\WebDriverElement given\\.$#"
2070                         count: 1
2071                         path: test/selenium/CreateRemoveUserTest.php
2073                 -
2074                         message: "#^Parameter \\#1 \\$element of method PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:moveto\\(\\) expects Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement, Facebook\\\\WebDriver\\\\WebDriverElement given\\.$#"
2075                         count: 2
2076                         path: test/selenium/ServerSettingsTest.php
2078                 -
2079                         message: "#^Parameter \\#1 \\$element of method PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:moveto\\(\\) expects Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement, Facebook\\\\WebDriver\\\\WebDriverElement given\\.$#"
2080                         count: 4
2081                         path: test/selenium/Table/BrowseTest.php
2083                 -
2084                         message: "#^Parameter \\#1 \\$element of method PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:moveto\\(\\) expects Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement, Facebook\\\\WebDriver\\\\WebDriverElement given\\.$#"
2085                         count: 1
2086                         path: test/selenium/Table/CreateTest.php
2088                 -
2089                         message: "#^Parameter \\#1 \\$element of method PhpMyAdmin\\\\Tests\\\\Selenium\\\\TestBase\\:\\:moveto\\(\\) expects Facebook\\\\WebDriver\\\\Remote\\\\RemoteWebElement, Facebook\\\\WebDriver\\\\WebDriverElement given\\.$#"
2090                         count: 1
2091                         path: test/selenium/TrackingTest.php