PHPixie/Database

View on GitHub
src/PHPixie/Database/Type/Document/Query/Implementation/Builder.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function addSubarrayItemPlaceholder($field, $logic = 'and', $negate = false, $allowEmpty = true, $containerName = null)
Severity: Minor
Found in src/PHPixie/Database/Type/Document/Query/Implementation/Builder.php - About 35 mins to fix

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

        public function addSubdocumentPlaceholder($field, $logic = 'and', $negate = false, $allowEmpty = true, $containerName = null)
    Severity: Minor
    Found in src/PHPixie/Database/Type/Document/Query/Implementation/Builder.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status