| 1 | <?php |
||
| 14 | class ApiKeySecurity extends ClassStructure { |
||
| 15 | /** @var string */ |
||
| 16 | public $type; |
||
| 17 | |||
| 18 | /** @var string */ |
||
| 19 | public $name; |
||
| 20 | |||
| 21 | /** @var string */ |
||
| 22 | public $in; |
||
| 23 | |||
| 24 | /** @var string */ |
||
| 25 | public $description; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param Properties|static $properties |
||
| 29 | * @param JsonBasicSchema $ownerSchema |
||
| 30 | */ |
||
| 31 | public static function setUpProperties($properties, JsonBasicSchema $ownerSchema) |
||
| 54 | } |
||
| 55 | |||
| 56 |
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..