* remove flexbox on root element and replace style used for the `::af… #34
Annotations
10 errors
app/Console/Commands/BatchTableSQLGenerator.php#L8
app/Console/Commands/BatchTableSQLGenerator.php:8:7: UnusedClass: Class App\Console\Commands\BatchTableSQLGenerator is never used (see https://psalm.dev/075)
|
app/Console/Commands/BatchTableSQLGenerator.php#L21
app/Console/Commands/BatchTableSQLGenerator.php:21:9: MixedAssignment: Unable to determine the type that $input is being assigned to (see https://psalm.dev/032)
|
app/Console/Commands/BatchTableSQLGenerator.php#L34
app/Console/Commands/BatchTableSQLGenerator.php:34:40: MixedMethodCall: Cannot determine the type of the object on the left hand side of this expression (see https://psalm.dev/015)
|
app/Console/Commands/BatchTableSQLGenerator.php#L34
app/Console/Commands/BatchTableSQLGenerator.php:34:49: MixedAssignment: Unable to determine the type that $forum is being assigned to (see https://psalm.dev/032)
|
app/Console/Commands/BatchTableSQLGenerator.php#L36
app/Console/Commands/BatchTableSQLGenerator.php:36:58: MixedPropertyFetch: Cannot fetch property on mixed var $forum (see https://psalm.dev/034)
|
app/Console/Commands/BatchTableSQLGenerator.php#L36
app/Console/Commands/BatchTableSQLGenerator.php:36:58: MixedArgument: Argument 2 of str_replace cannot be mixed, expecting array<array-key, float|int|string>|string (see https://psalm.dev/030)
|
app/Console/Commands/BatchTableSQLGenerator.php#L37
app/Console/Commands/BatchTableSQLGenerator.php:37:84: MixedArgument: Argument 3 of str_replace cannot be mixed, expecting array<array-key, float|int|string>|string (see https://psalm.dev/030)
|
app/Console/Commands/BatchTableSQLGenerator.php#L39
app/Console/Commands/BatchTableSQLGenerator.php:39:25: PossiblyInvalidCast: array<array-key, string> cannot be cast to string (see https://psalm.dev/190)
|
app/Console/Commands/BatchTableSQLGenerator.php#L39
app/Console/Commands/BatchTableSQLGenerator.php:39:25: PossiblyInvalidArgument: Argument 1 of App\Console\Commands\BatchTableSQLGenerator::warn expects string, but possibly different type array<array-key, string>|string provided (see https://psalm.dev/092)
|
app/Console/Commands/BatchTableSQLGenerator.php#L44
app/Console/Commands/BatchTableSQLGenerator.php:44:52: PossiblyInvalidCast: array<array-key, string> cannot be cast to string (see https://psalm.dev/190)
|
This job failed
Loading