Passed
Pull Request — 1.0.0 (#7)
by
unknown
08:21
created
tests/Collection/IdCollectionTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
         $idCollection->add($id2);
69 69
         $idCollection->add($id3);
70 70
 
71
-       // Assert
71
+        // Assert
72 72
         $this->assertEquals($idStringArray, $idCollection->toStringArray());
73 73
     }
74 74
 
Please login to merge, or discard this patch.