for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DoctrineModuleTest\Stdlib\Hydrator\Asset;
class SimplePrivateEntity
{
private function setPrivate($value)
$value
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
throw new \Exception('Should never be called');
}
private function getPrivate()
protected function setProtected($value)
protected function getProtected()