Completed
Pull Request — master (#628)
by Amrouche
04:13
created
src/Documentation/Documentation.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -66,8 +66,8 @@
 block discarded – undo
66 66
         return $this->title;
67 67
     }
68 68
 
69
-   public function getResourceNameCollection(): ResourceNameCollection {
70
-       return $this->resourceNameCollection;
71
-   }
69
+    public function getResourceNameCollection(): ResourceNameCollection {
70
+        return $this->resourceNameCollection;
71
+    }
72 72
 
73 73
 }
74 74
\ No newline at end of file
Please login to merge, or discard this patch.