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