[Pkg-owncloud-commits] [php-sabre-vobject] 284/341: Removing phpcs.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit b641b8cf0a57aa75ed60770c5b896b3698f872dd
Author: Evert Pot <me at evertpot.com>
Date:   Tue Jun 23 12:54:59 2015 -0400

    Removing phpcs.
---
 .travis.yml  | 1 -
 CHANGELOG.md | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dbd54dd..56f89f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,6 @@ matrix:
 
 script:
   - phpunit --configuration tests/phpunit.xml
-  - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
   - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
 
 before_script: composer install
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bbfb53a..73df3f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ ChangeLog
   potentially have big implications if you manipulate Date objects anywhere.
 * #161: Simplified `ElementList` by extending `ArrayIterator`.
 * Removed `RecurrenceIterator` (use Recur\EventIterator instead).
+* Now using php-cs-fixer to automatically enforce and correct CS.
 
 
 3.4.5 (2015-06-02)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list