Implement getValuesForCsvTable #931
Annotations
11 errors and 1 warning
Analyse files with Psalm
Process completed with exit code 2.
|
Analyse files with PHPStan:
libraries/classes/Controllers/Database/StructureController.php#L273
Ignored error pattern #^Parameter \#2 \$table_name of method PhpMyAdmin\\DatabaseInterface\:\:getTable\(\) expects string, mixed given\.$# in path /home/runner/work/phpmyadmin/phpmyadmin/libraries/classes/Controllers/Database/StructureController.php is expected to occur 4 times, but occurred 5 times.
|
Analyse files with PHPStan:
libraries/classes/Controllers/Database/StructureController.php#L361
Ignored error pattern #^Parameter \#1 \$identifier of static method PhpMyAdmin\\Util\:\:backquote\(\) expects string\|Stringable\|null, mixed given\.$# in path /home/runner/work/phpmyadmin/phpmyadmin/libraries/classes/Controllers/Database/StructureController.php is expected to occur 2 times, but occurred 3 times.
|
Analyse files with PHPStan:
libraries/classes/Controllers/Database/StructureController.php#L827
Ignored error pattern #^Cannot use array destructuring on array\|null\.$# in path /home/runner/work/phpmyadmin/phpmyadmin/libraries/classes/Controllers/Database/StructureController.php is expected to occur 4 times, but occurred 5 times.
|
Analyse files with PHPStan:
libraries/classes/Controllers/Database/StructureController.php#L865
Ignored error pattern #^Cannot access offset 'MaxExactCount' on mixed\.$# in path /home/runner/work/phpmyadmin/phpmyadmin/libraries/classes/Controllers/Database/StructureController.php is expected to occur 1 time, but occurred 2 times.
|
Analyse files with PHPStan:
libraries/classes/Controllers/Database/StructureController.php#L902
Method PhpMyAdmin\Controllers\Database\StructureController::getValuesForCsvTable() has parameter $currentTable with no value type specified in iterable type array.
|
Analyse files with PHPStan:
libraries/classes/Controllers/Database/StructureController.php#L902
Method PhpMyAdmin\Controllers\Database\StructureController::getValuesForCsvTable() return type has no value type specified in iterable type array.
|
Analyse files with PHPStan:
libraries/classes/Controllers/Database/StructureController.php#L910
Cannot access offset 'MaxExactCount' on mixed.
|
Analyse files with PHPStan:
libraries/classes/Controllers/Database/StructureController.php#L915
Parameter #2 $table_name of method PhpMyAdmin\DatabaseInterface::getTable() expects string, mixed given.
|
Analyse files with PHPStan:
libraries/classes/Controllers/Database/StructureController.php#L926
Parameter #1 $str of method PhpMyAdmin\DatabaseInterface::escapeString() expects string, mixed given.
|
Analyse files with PHPStan:
libraries/classes/Controllers/Database/StructureController.php#L933
Parameter #1 $str of method PhpMyAdmin\DatabaseInterface::escapeString() expects string, mixed given.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading