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