| 1 | <?php |
||
| 33 | class InformativePriceUpsellWithoutPNR16 extends InformativePricingWithoutPNR13 |
||
| 34 | { |
||
| 35 | /** |
||
| 36 | * InformativeBestPricingWithoutPNR13 constructor. |
||
| 37 | * |
||
| 38 | * @param FareInformativeBestPricingWithoutPnrOptions|null $options |
||
|
|
|||
| 39 | */ |
||
| 40 | public function __construct(FarePriceUpsellWithoutPNROptions $options = null) |
||
| 44 | } |
||
| 45 |
This check looks for
@paramannotations where the type inferred by our type inference engine differs from the declared type.It makes a suggestion as to what type it considers more descriptive.
Most often this is a case of a parameter that can be null in addition to its declared types.