Completed
Push — master ( 9b95c3...b81b9c )
by Raffael
04:43
created
src/StreamIterator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      */
66 66
     public function __toString()
67 67
     {
68
-       try {
68
+        try {
69 69
             if($this->position !== 0) {
70 70
                 $this->iterator->rewind();
71 71
             }
Please login to merge, or discard this patch.