Completed
Pull Request — master (#628)
by Amrouche
03:50
created
src/Documentation/Documentation.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,8 +29,8 @@
 block discarded – undo
29 29
         $this->resourceNameCollection = $resourceNameCollection;
30 30
     }
31 31
 
32
-   public function getResourceNameCollection() {
33
-       return $this->resourceNameCollection;
34
-   }
32
+    public function getResourceNameCollection() {
33
+        return $this->resourceNameCollection;
34
+    }
35 35
 
36 36
 }
37 37
\ No newline at end of file
Please login to merge, or discard this patch.