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 ClassWithProtectedMethod implements EmptyInterface
{
* Unused private method
protected function unused()
}