| 1 | <?php |
||
| 16 | class SiteConfigExtension extends DataExtension |
||
| 17 | { |
||
| 18 | private static $db = [ |
||
|
1 ignored issue
–
show
|
|||
| 19 | 'MapsBrowserKey' => 'Varchar(255)', |
||
| 20 | 'MapsServerKey' => 'Varchar(255)', |
||
| 21 | ]; |
||
| 22 | |||
| 23 | public function updateCMSFields(FieldList $fields) |
||
| 38 | } |
||
| 39 |
This check marks private properties in classes that are never used. Those properties can be removed.