Merge branch '4.6' #6341
ci.yaml
on: push
Matrix: Tests
Matrix: Run code style check
Matrix: MySQL integration tests
Matrix: PostgreSQL integration tests
Annotations
6 errors and 1 warning
Run code style check (8.3)
Process completed with exit code 1.
|
Tests (8.3):
src/bundle/Controller/ObjectStateController.php#L1
Ignored error pattern #^Property Ibexa\\Contracts\\Core\\Repository\\Values\\ObjectState\\ObjectStateCreateStruct\:\:\$names \(array\<string\>\) does not accept array\<int\|string, string\|null\>\.$# in path /home/runner/work/admin-ui/admin-ui/src/bundle/Controller/ObjectStateController.php was not matched in reported errors.
|
Tests (8.3):
src/bundle/Controller/ObjectStateController.php#L150
Property Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateCreateStruct::$names (array<string>) does not accept array<string|null>.
|
Tests (8.3):
src/bundle/Controller/ObjectStateGroupController.php#L1
Ignored error pattern #^Property Ibexa\\Contracts\\Core\\Repository\\Values\\ObjectState\\ObjectStateGroupCreateStruct\:\:\$names \(array\<string\>\) does not accept array\<int\|string, string\|null\>\.$# in path /home/runner/work/admin-ui/admin-ui/src/bundle/Controller/ObjectStateGroupController.php was not matched in reported errors.
|
Tests (8.3):
src/bundle/Controller/ObjectStateGroupController.php#L129
Property Ibexa\Contracts\Core\Repository\Values\ObjectState\ObjectStateGroupCreateStruct::$names (array<string>) does not accept array<string|null>.
|
Tests (8.3)
Process completed with exit code 1.
|
Run code style check (8.3):
tests/lib/Form/DataTransformer/DateTimePickerTransformerTest.php#L1
Found violation(s) of type: php_unit_test_case_static_method_calls
|