Passed
Pull Request — master (#240)
by Dmitriy
03:33
created
src/Container.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,10 +112,10 @@
 block discarded – undo
112 112
     }
113 113
 
114 114
     /**
115
-    * @param string $id class name, interface name or alias name
116
-    *
117
-    * @throws CircularReferenceException
118
-    */
115
+     * @param string $id class name, interface name or alias name
116
+     *
117
+     * @throws CircularReferenceException
118
+     */
119 119
     private function isResolvable($id): bool
120 120
     {
121 121
         if (isset($this->definitions[$id]) || $id === StateResetter::class) {
Please login to merge, or discard this patch.