Skip to content

Commit

Permalink
updated php-cs-fixer to v1.10
Browse files Browse the repository at this point in the history
Manuel Andreo Garcia committed Jul 28, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d06aefa commit e44523b
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file based on the

### Improvements
- Update Elasticsearch dependency to 1.7.0 and update plugin dependencies
- Update php-cs-fixer to 1.10 [#898](https://github.com/ruflin/Elastica/pull/898)

### Deprecated

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ RUN composer global require "mayflower/php-codebrowser=~1.1"
RUN composer global require "sebastian/phpcpd=~2.0"
RUN composer global require "squizlabs/php_codesniffer=~2.3"
RUN composer global require "phploc/phploc=~2.1"
RUN composer global require "fabpot/php-cs-fixer=1.8.1"
RUN composer global require "fabpot/php-cs-fixer=1.10.*"


# Documentor dependencies
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
elastica:
#build: . # In case the image must be built locally
image: ruflin/elastica
image: ruflin/elastica # comment out to build locally
ports:
- "9200:9200"
volumes:
2 changes: 1 addition & 1 deletion lib/Elastica/Aggregation/ReverseNested.php
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ public function setPath($path)
}

/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function toArray()
{

0 comments on commit e44523b

Please sign in to comment.