|
@@ -51,8 +51,8 @@ discard block |
|
|
block discarded – undo |
|
51
|
51
|
private array $tags = []; |
|
52
|
52
|
private array $pageDataPropertiesChanged = []; |
|
53
|
53
|
private PropertyAccessor $propertyAccessor; |
|
54
|
|
- private ObjectRepository|EntityRepository $collectionRepository; |
|
55
|
|
- private ObjectRepository|EntityRepository $positionRepository; |
|
|
54
|
+ private ObjectRepository | EntityRepository $collectionRepository; |
|
|
55
|
+ private ObjectRepository | EntityRepository $positionRepository; |
|
56
|
56
|
|
|
57
|
57
|
public function __construct(PurgerInterface $purger, IriConverterInterface $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ManagerRegistry $entityManager) |
|
58
|
58
|
{ |
|
@@ -187,7 +187,7 @@ discard block |
|
|
block discarded – undo |
|
187
|
187
|
if (!\in_array($resourceIri, $this->resourceIris, true)) { |
|
188
|
188
|
$this->resourceIris[] = $resourceIri; |
|
189
|
189
|
} |
|
190
|
|
- } catch (OperationNotFoundException|InvalidArgumentException $e) { |
|
|
190
|
+ } catch (OperationNotFoundException | InvalidArgumentException $e) { |
|
191
|
191
|
} |
|
192
|
192
|
} |
|
193
|
193
|
|
Please login to merge, or discard this patch.