@@ -290,6 +290,9 @@ |
||
| 290 | 290 | return $this; |
| 291 | 291 | } |
| 292 | 292 | |
| 293 | + /** |
|
| 294 | + * @param string $className |
|
| 295 | + */ |
|
| 293 | 296 | protected function createDescriptor($name, ResolverInterface $resolver, $className = null): Descriptor |
| 294 | 297 | { |
| 295 | 298 | $this->destroy($name); |
@@ -13,6 +13,9 @@ |
||
| 13 | 13 | /** @var string */ |
| 14 | 14 | protected $className; |
| 15 | 15 | |
| 16 | + /** |
|
| 17 | + * @param string $className |
|
| 18 | + */ |
|
| 16 | 19 | public function __construct($className) |
| 17 | 20 | { |
| 18 | 21 | $this->className = $className; |