@@ -59,7 +59,7 @@ |
||
| 59 | 59 | { |
| 60 | 60 | $snapshot = $this->snapshotRepository->retrieve($aggregateRootId); |
| 61 | 61 | |
| 62 | - if (!$snapshot instanceof Snapshot) { |
|
| 62 | + if ( ! $snapshot instanceof Snapshot) { |
|
| 63 | 63 | return $this->retrieve($aggregateRootId); |
| 64 | 64 | } |
| 65 | 65 | |