1 | <?php |
||
23 | class SubjectNameIdAction extends AbstractAssertionAction |
||
24 | { |
||
25 | /** @var NameIDProviderInterface */ |
||
26 | protected $nameIdProvider; |
||
27 | |||
28 | /** |
||
29 | * @param LoggerInterface $logger |
||
30 | * @param NameIDProviderInterface $nameIdProvider |
||
31 | */ |
||
32 | public function __construct(LoggerInterface $logger, NameIdProviderInterface $nameIdProvider) |
||
38 | |||
39 | /** |
||
40 | * @param AssertionContext $context |
||
41 | * |
||
42 | * @return void |
||
43 | */ |
||
44 | protected function doExecute(AssertionContext $context) |
||
54 | } |
||
55 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..