| 1 | <?php declare(strict_types = 1); |
||
| 18 | class Scope extends ScopeConfigurator implements CollectionConfiguratorInterface |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Scope annotation configurator constructor. |
||
| 22 | * |
||
| 23 | * @param string|array $valueOrValues Service unique name |
||
| 24 | * |
||
| 25 | * @throws \InvalidArgumentException |
||
| 26 | */ |
||
| 27 | public function __construct($valueOrValues) |
||
| 35 | } |
||
| 36 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.