Completed
Push — master ( 862a8f...752fb5 )
by Christian
02:19
created
Test/Functional/StatementRepositoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.