for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace keeko\core\domain;
use keeko\framework\foundation\AbstractDomain;
use keeko\core\model\ApiQuery;
use keeko\core\domain\base\ApiDomainTrait;
/**
*/
class ApiDomain extends AbstractDomain {
use ApiDomainTrait;
* @param ApiQuery $query
* @param mixed $filter
protected function applyFilter(ApiQuery $query, $filter) {
$query
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$filter
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.