| 1 | <?php |
||
| 14 | class BasicAuthenticationSecurity extends ClassStructure { |
||
| 15 | /** @var string */ |
||
| 16 | public $type; |
||
| 17 | |||
| 18 | /** @var string */ |
||
| 19 | public $description; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param Properties|static $properties |
||
| 23 | * @param JsonBasicSchema $ownerSchema |
||
| 24 | */ |
||
| 25 | public static function setUpProperties($properties, JsonBasicSchema $ownerSchema) |
||
| 40 | } |
||
| 41 | |||
| 42 |
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..