for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace FinalizerTestAsset\Finalizable;
use FinalizerTestAsset\EmptyInterface;
/**
* A class that can be made final and has no public methods
*/
class ClassWithPrivateMethod implements EmptyInterface
{
* Unused private method
private function unused()
}