@@ -112,10 +112,10 @@ |
||
| 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) { |