Passed
Pull Request — master (#240)
by Dmitriy
02:21
created
src/Container.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,8 +110,8 @@
 block discarded – undo
110 110
     }
111 111
 
112 112
     /**
113
-    * @param string $id class name, interface name or alias name
114
-    */
113
+     * @param string $id class name, interface name or alias name
114
+     */
115 115
     public function isResolvable($id): bool
116 116
     {
117 117
         if (isset($this->definitions[$id]) || $id === StateResetter::class) {
Please login to merge, or discard this patch.