for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PHPSemVerChecker\Operation;
class FunctionParameterNameChanged extends FunctionOperationDelta
{
/**
* @var string
*/
protected $code = 'V067';
protected $reason = 'Function parameter name changed.';
}