Completed
Push — master ( 6abc16...16c08e )
by Korotkov
01:50
created
src/Container.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -230,11 +230,11 @@
 block discarded – undo
230 230
         }
231 231
     }
232 232
 
233
-     /**
234
-     * @param string $key
235
-     *
236
-     * @return mixed|string
237
-     */
233
+        /**
234
+         * @param string $key
235
+         *
236
+         * @return mixed|string
237
+         */
238 238
     public function getBinding(string $key)
239 239
     {
240 240
         return $this->bind[$key] ?? $key;
Please login to merge, or discard this patch.