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