| 1 | <?php |
||
| 19 | final class NullObjectDependency implements DependencyInterface |
||
| 20 | { |
||
| 21 | /** @var string */ |
||
| 22 | private $interface; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param class-string $interface |
||
|
|
|||
| 26 | */ |
||
| 27 | public function __construct(string $interface) |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | public function __toString(): string |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritdoc} |
||
| 42 | */ |
||
| 43 | public function inject(Container $container) |
||
| 52 | |||
| 53 | /** |
||
| 54 | * {@inheritdoc} |
||
| 55 | * |
||
| 56 | * @return void |
||
| 57 | */ |
||
| 58 | public function register(array &$container, Bind $bind) |
||
| 62 | |||
| 63 | /** |
||
| 64 | * {@inheritdoc} |
||
| 65 | */ |
||
| 66 | public function setScope($scope) |
||
| 69 | |||
| 70 | public function toNull(): Dependency |
||
| 78 | } |
||
| 79 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.