for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace LAG\AdminBundle\Tests\Fixtures;
use LAG\AdminBundle\Configuration\AdminConfiguration;
use LAG\AdminBundle\Resource\AdminResource;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
class FakeAdmin
{
public function __construct(
AdminResource $resource,
$resource
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
AdminConfiguration $configuration,
$configuration
EventDispatcherInterface $eventDispatcher
$eventDispatcher
) {
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.