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 methods except for a constructor
*/
class ClassWithConstructor implements EmptyInterface
{
* Constructor.
public function __construct()
}