| 1 | <?php |
||
| 6 | class ESM |
||
| 7 | { |
||
| 8 | use Shortcuts\Banner; |
||
| 9 | use Shortcuts\Client; |
||
| 10 | use Shortcuts\Templates; |
||
| 11 | |||
| 12 | public $responseData; |
||
| 13 | public $options; |
||
| 14 | private $client; |
||
| 15 | private $response; |
||
|
|
|||
| 16 | |||
| 17 | 3 | public function __construct($options) |
|
| 24 | |||
| 25 | 1 | public function testConnection() |
|
| 29 | |||
| 30 | 3 | public function getRequestData($JsonDecode = true) |
|
| 38 | |||
| 39 | 3 | public function __toArray($data) |
|
| 43 | |||
| 44 | 3 | private function get($endpoint) |
|
| 57 | } |
||
| 58 |
This check marks private properties in classes that are never used. Those properties can be removed.