| 1 | <?php |
||
| 8 | class HostedPage extends Client |
||
| 9 | { |
||
| 10 | public function listHostedPages(): array |
||
| 16 | |||
| 17 | public function createSubscription(array $data): array |
||
| 23 | |||
| 24 | public function updateSubscription(array $data): array |
||
| 30 | |||
| 31 | public function updateCard(array $data): array |
||
| 37 | |||
| 38 | public function buyOneTimeAddon(array $data): array |
||
| 44 | } |
||
| 45 |
This check marks access to variables or properties that have not been declared yet. While PHP has no explicit notion of declaring a variable, accessing it before a value is assigned to it is most likely a bug.