src/Controller.php
Method doFetch
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doFetch(string $path, string $orderBy = null, string $order = self::ORDER_BY_ASC, int $limit = null, callable $mappingFunction)
Method doFindOneBy
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doFindOneBy(string $path, array $criteria, string $orderBy = null, string $order = self::ORDER_BY_ASC, callable $mappingFunction)