It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
It seems like $attribute of type object<PhpAbac\Model\AbstractAttribute> is incompatible with the declared type object<PhpAbac\Model\Php...odel\AbstractAttribute> of property $attribute.
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...
24
25
3
return $this;
26
}
27
28
/**
29
* @return \PhpAbac\Model\AbstractAttribute
30
*/
31
3
public function getAttribute()
32
{
33
3
return $this->attribute;
34
}
35
36
/**
37
* @param string $comparisonType
38
*
39
* @return \PhpAbac\Model\PolicyRuleAttribute
40
*/
41
3
public function setComparisonType($comparisonType)
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..