@@ -96,7 +96,7 @@ |
||
| 96 | 96 | */ |
| 97 | 97 | public function testCreatedStatementCanBeRetrievedByGeneratedId(Statement $statement) |
| 98 | 98 | { |
| 99 | - $statement =$statement->withId(null); |
|
| 99 | + $statement = $statement->withId(null); |
|
| 100 | 100 | $statementId = $this->statementRepository->storeStatement($statement); |
| 101 | 101 | $fetchedStatement = $this->statementRepository->findStatementById($statementId); |
| 102 | 102 | |