Draft: #3487284
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -66,11 +66,7 @@ class PropShapeRepositoryTest extends KernelTestBase {
@@ -66,11 +66,7 @@ class PropShapeRepositoryTest extends KernelTestBase {
@@ -448,22 +444,24 @@ class PropShapeRepositoryTest extends KernelTestBase {
@@ -448,22 +444,24 @@ class PropShapeRepositoryTest extends KernelTestBase {
$unique_storable_prop_shapes[$prop_shape->uniquePropSchemaKey()] = $prop_shape->getStorage() ?? $prop_shape;
$unstorable_prop_shapes = array_filter($unique_storable_prop_shapes, fn ($s) => $s instanceof PropShape);
$unique_storable_prop_shapes = array_filter($unique_storable_prop_shapes, fn ($s) => $s instanceof StorablePropShape);
return array_filter($unique_storable_prop_shapes, fn ($prop_shape) => $prop_shape instanceof StorablePropShape);