Skip to content

Commit

Permalink
Formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Wolf committed Apr 20, 2016
1 parent 8360d00 commit 5114bdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm

env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"doctrine/orm": "~2.5",
"doctrine/mongodb-odm": "1.0.*@dev",
"knplabs/doctrine-behaviors": "~1.1",
"ramsey/uuid": "~2.8.1"
"ramsey/uuid": "~2.8"
},
"suggest": {
"detailnet/dfw-commanding": "For usage of the Doctrine ORM/ODM based repositories",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ protected function createSelectQuery(
$alias = $this->getEntityAlias();
$query = $this->createQuery($alias, $select);

if ($criteria !== null && count($criteria) > 0) {;
if ($criteria !== null && count($criteria) > 0) {
$this->applyCriteriaToQuery($query, $criteria);
}

Expand Down

0 comments on commit 5114bdd

Please sign in to comment.