Completed
Branch full-rewrite (4754d3)
by Thibaud
03:13
created
src/Resource/ResourceUri.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
      */
133 133
     public function getChainedResource()
134 134
     {
135
-       return new self($this->resource);
135
+        return new self($this->resource);
136 136
     }
137 137
 
138 138
     /**
Please login to merge, or discard this patch.
src/Package/Iterator/AbstractIterator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 abstract class AbstractIterator implements PackagedResourceIterator
8 8
 {
9 9
 
10
-   /**
10
+    /**
11 11
      * @return \Iterator
12 12
      */
13 13
     abstract protected function buildIterator();
Please login to merge, or discard this patch.