for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Hgraca\MicroOrm\Test\Stub;
final class Bar
{
private $propA;
$propA
This check marks private properties in classes that are never used. Those properties can be removed.
private $propB;
$propB
}
This check marks private properties in classes that are never used. Those properties can be removed.