Passed
Pull Request — master (#240)
by Dmitriy
02:51
created
src/DefinitionStorage.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,8 +134,8 @@
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-    * @return mixed|object
138
-    */
137
+     * @return mixed|object
138
+     */
139 139
     public function getDefinition(string $id)
140 140
     {
141 141
         return $this->definitions[$id];
Please login to merge, or discard this patch.