.changelog | |
|
|
.codeclimate.json | |
|
|
.github/CODE_OF_CONDUCT.md | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/SECURITY.md | |
|
|
.github/SUPPORT.md | |
|
|
.github/dependabot.yml | |
|
|
.github/labeler.yml | |
|
|
.github/workflows/ci.yml | |
|
|
.github/workflows/github-release.yml | |
|
|
.github/workflows/issue-branch.yml | |
|
|
.github/workflows/label.yml | |
|
|
.github/workflows/lock.yml | |
|
|
.github/workflows/package-release.yml | |
|
|
.github/workflows/stale.yml | |
|
|
.gitignore | |
|
|
.php-cs-fixer.dist.php | 148 | A 0 mins |
|
CHANGELOG.md | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
composer.json | |
|
|
phpunit.xml.dist | |
|
|
src/Exception/EmptyQueryResultException.php | 11 | A 0 mins |
|
src/Exception/IncompatibleModificationException.php | 12 | A 0 mins |
|
src/Exception/ItemNotFoundInQueryResultException.php | 11 | A 0 mins |
|
src/Exception/NotSingleItemException.php | 14 | A 0 mins |
|
src/Exception/QueryRuntimeException.php | 6 | A 0 mins |
|
src/Operation/Filter/Check/IsArray.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsEmpty.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsFalse.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsFalsy.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsInt.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsNull.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsNumeric.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsObject.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsScalar.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsString.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsTrue.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsTruthy.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsValidDirectory.php | 11 | A 0 mins |
|
src/Operation/Filter/Check/IsValidFilePath.php | 11 | A 0 mins |
|
src/Operation/Filter/Comparison/Equals.php | 11 | A 0 mins |
|
src/Operation/Filter/Comparison/GreaterThan.php | 11 | A 0 mins |
|
src/Operation/Filter/Comparison/GreaterThanOrEqual.php | 11 | A 0 mins |
|
src/Operation/Filter/Comparison/Identical.php | 11 | A 0 mins |
|
src/Operation/Filter/Comparison/LessThan.php | 11 | A 0 mins |
|
src/Operation/Filter/Comparison/LessThanOrEqual.php | 11 | A 0 mins |
|
src/Operation/Filter/Comparison/LessThanOrEqualToOrGreaterThan.php | 11 | A 0 mins |
|