for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace tomzx\Profiler;
class ProfileTickInfo
{
/**
* @var int
*/
private $line;
$line
This check marks private properties in classes that are never used. Those properties can be removed.
private $ticks;
$ticks
}
This check marks private properties in classes that are never used. Those properties can be removed.