for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class PointsOfInterestLayer extends DataObject
{
private static $db = array(
'Name' => 'Varchar',
'ShowGuideMarkers' => 'Boolean',
);
private static $many_many = array('PointsOfInterest' => 'PointOfInterest');
private static $has_one = array(
$has_one
This check marks private properties in classes that are never used. Those properties can be removed.
'DefaultIcon' => 'Image',
}
This check marks private properties in classes that are never used. Those properties can be removed.