update github action and fix code style #2
coding-standards.yml
on: push
PHP CS & Static Analysis
29s
Annotations
10 errors
|
PHP CS & Static Analysis:
src/Listeners/AuditModelChanges.php#L42
Only booleans are allowed in a ternary operator condition, array|null given.
|
|
PHP CS & Static Analysis:
src/Drivers/MySQLDriver.php#L152
Only booleans are allowed in a negated boolean, mixed given.
|
|
PHP CS & Static Analysis:
src/Drivers/MySQLDriver.php#L49
Only booleans are allowed in a ternary operator condition, array|null given.
|
|
PHP CS & Static Analysis:
src/Drivers/MySQLDriver.php#L48
Only booleans are allowed in a ternary operator condition, array|null given.
|
|
PHP CS & Static Analysis:
src/Drivers/MongoDBDriver.php#L141
Only booleans are allowed in a negated boolean, mixed given.
|
|
PHP CS & Static Analysis:
src/Drivers/MongoDBDriver.php#L121
Call to an undefined method Illuminate\Database\Connection::listCollections().
|
|
PHP CS & Static Analysis:
src/Drivers/MongoDBDriver.php#L81
Call to an undefined method Illuminate\Database\Connection::collection().
|
|
PHP CS & Static Analysis:
src/Drivers/MongoDBDriver.php#L72
Offset 'created_at' on array{entity_id: string, action?: mixed} on left side of ?? does not exist.
|
|
PHP CS & Static Analysis:
src/Drivers/MongoDBDriver.php#L40
Only booleans are allowed in a ternary operator condition, int|string|null given.
|
|
PHP CS & Static Analysis:
src/Drivers/MongoDBDriver.php#L34
Call to an undefined method Illuminate\Database\Connection::collection().
|