@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | $resourceClass = $this->resourceClassResolver->getResourceClass($entity); |
| 45 | 45 | $resourceIri = $this->iriConverter->getIriFromResource($resourceClass, UrlGeneratorInterface::ABS_PATH, (new GetCollection())->withClass($resourceClass)); |
| 46 | 46 | $this->collectIri([$resourceIri]); |
| 47 | - } catch (OperationNotFoundException|InvalidArgumentException $e) { |
|
| 47 | + } catch (OperationNotFoundException | InvalidArgumentException $e) { |
|
| 48 | 48 | } |
| 49 | 49 | } |
| 50 | 50 | |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | try { |
| 75 | 75 | $iri = $this->iriConverter->getIriFromResource($item); |
| 76 | 76 | $this->collectIri([$iri]); |
| 77 | - } catch (InvalidArgumentException|RuntimeException $e) { |
|
| 77 | + } catch (InvalidArgumentException | RuntimeException $e) { |
|
| 78 | 78 | } |
| 79 | 79 | } |
| 80 | 80 | |