Passed
Pull Request — master (#240)
by Dmitriy
02:26
created
src/DefinitionStorage.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,8 +148,8 @@
 block discarded – undo
148 148
     }
149 149
 
150 150
     /**
151
-    * @return mixed|object
152
-    */
151
+     * @return mixed|object
152
+     */
153 153
     public function get(string $id)
154 154
     {
155 155
         return $this->definitions[$id];
Please login to merge, or discard this patch.