| 1 | <?php |
||
| 18 | class RegCode { |
||
| 19 | |||
| 20 | |||
| 21 | /* |
||
| 22 | * @var string $reg_code |
||
| 23 | */ |
||
| 24 | private $reg_code; |
||
| 25 | |||
| 26 | |||
| 27 | |||
| 28 | /** |
||
| 29 | * RegCode constructor. |
||
| 30 | * |
||
| 31 | * @param RegUrlLink $reg_url_link |
||
| 32 | * @param \EE_Transaction $transaction |
||
| 33 | * @param \EE_Ticket $ticket |
||
| 34 | */ |
||
| 35 | public function __construct( |
||
| 56 | |||
| 57 | |||
| 58 | |||
| 59 | /** |
||
| 60 | * Return the object as a string |
||
| 61 | * |
||
| 62 | * @return string |
||
| 63 | */ |
||
| 64 | public function __toString() { |
||
| 67 | |||
| 68 | |||
| 69 | } |
||
| 70 | // End of file RegCode.php |
||
| 71 | // Location: /RegCode.php |
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..