managlea/EntityManager

View on GitHub

Showing 2 of 2 total issues

Method getCollection has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function getCollection(string $objectName, array $filters = array(), int $limit = 20, int $offset = 0, array $order = null) : array;
Severity: Minor
Found in src/EntityManagerInterface.php - About 35 mins to fix

    Method getCollection has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function getCollection(string $objectName, array $filters = array(), int $limit = 20, int $offset = 0, array $order = null) : array
    Severity: Minor
    Found in src/EntityManager/DoctrineEntityManager.php - About 35 mins to fix
      Severity
      Category
      Status
      Source
      Language