for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SilverStripe\ContentReview\Extensions;
use SilverStripe\CMS\Model\SiteTree;
use SilverStripe\ORM\DataExtension;
/**
* Description of GroupContentReview.
*/
class ContentReviewOwner extends DataExtension
{
* @var array
private static $many_many = array(
$many_many
This check marks private properties in classes that are never used. Those properties can be removed.
"SiteTreeContentReview" => SiteTree::class,
);
}
This check marks private properties in classes that are never used. Those properties can be removed.