Skip to content

Commit e6ca609

Browse files
harm-lessharm-less
harm-less
authored and
harm-less
committed
Pre Composer register
1 parent b1e119c commit e6ca609

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "harm-less/file-query",
33
"type": "library",
4-
"description": "Allows loading assets across multiple extended but individual applications",
5-
"keywords": ["loading", "assets", "autoloading"],
4+
"description": "Allows loading/including assets across multiple extended, but individually set up, applications",
5+
"keywords": ["loading", "autoloading", "include", "require"],
66
"homepage": "http://github.com/harm-less/file-query",
77
"license": "MIT",
88
"authors": [

src/FQ/query/FilesQueryRequirements.php

-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ protected function requirementLast(FilesQuery $query) {
214214
}
215215

216216
if (!$oneExists) {
217-
var_dump($lastRootDirId);
218217
if ($lastRootDirId === null) {
219218
return new FileQueryRequirementsException('Query requires at least one file to exist in at least one child directory, but there isn\'t even a root directory. Make sure you have at least one root directory in your query');
220219
}

0 commit comments

Comments
 (0)