for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PHPSemVerChecker\Operation;
class FunctionRemoved extends FunctionOperationUnary
{
/**
* @var string
*/
protected $code = 'V001';
protected $reason = 'Function has been removed.';
}