| 1 | <?php |
||
| 20 | final class NullObjectDependency implements DependencyInterface |
||
| 21 | { |
||
| 22 | /** @var class-string */ |
||
| 23 | private $interface; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param class-string $interface |
||
|
|
|||
| 27 | */ |
||
| 28 | public function __construct(string $interface) |
||
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritdoc} |
||
| 35 | */ |
||
| 36 | public function __toString(): string |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | public function inject(Container $container) |
||
| 48 | |||
| 49 | /** |
||
| 50 | * {@inheritdoc} |
||
| 51 | * |
||
| 52 | * @return void |
||
| 53 | */ |
||
| 54 | public function register(array &$container, Bind $bind) |
||
| 58 | |||
| 59 | /** |
||
| 60 | * {@inheritdoc} |
||
| 61 | */ |
||
| 62 | public function setScope($scope) |
||
| 65 | |||
| 66 | public function toNull(string $scriptDir): Dependency |
||
| 73 | } |
||
| 74 |
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.