It seems like $nameIdProvider of type object<LightSaml\Provide...ameIdProviderInterface> is incompatible with the declared type object<LightSaml\Idp\Act...ameIDProviderInterface> of property $nameIdProvider.
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..
Loading history...
37
}
38
39
/**
40
* @param AssertionContext $context
41
*
42
* @return void
43
*/
44
protected function doExecute(AssertionContext $context)
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..