Test Failed
Pull Request — master (#240)
by Dmitriy
02:23
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
 
112 112
     //**
113 113
     * @param string $id class name, interface name or alias name
114
-    */
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.