Passed
Pull Request — master (#240)
by Dmitriy
02:26
created
src/DefinitionStorage.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
                 }
132 132
 
133 133
                 /** @psalm-suppress RedundantPropertyInitializationCheck */
134
-                if (!($this->has($typeName) || (isset($this->delegateContainer) ? $this->delegateContainer->has($typeName): false))) {
134
+                if (!($this->has($typeName) || (isset($this->delegateContainer) ? $this->delegateContainer->has($typeName) : false))) {
135 135
                     $isResolvable = false;
136 136
                     break;
137 137
                 }
Please login to merge, or discard this patch.