for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace WebStream\Exception\Test\Fixtures;
class InjectedClass
{
public function handled1($params)
$params
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
echo "handled";
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.