@@ -101,7 +101,7 @@ |
||
| 101 | 101 | */ |
| 102 | 102 | public function testCreatedStatementCanBeRetrievedByGeneratedId(Statement $statement) |
| 103 | 103 | { |
| 104 | - $statement =$statement->withId(null); |
|
| 104 | + $statement = $statement->withId(null); |
|
| 105 | 105 | $statementId = $this->statementRepository->storeStatement($statement); |
| 106 | 106 | |
| 107 | 107 | if ($statement->getVerb()->isVoidVerb()) { |