Skip to content

Commit

Permalink
DevKit updates (sonata-project#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Oct 14, 2016
1 parent 0d18923 commit 2bb48f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
preset: symfony

enabled:
- class_keyword_remove
- combine_consecutive_unsets
- long_array_syntax
- newline_after_open_tag
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ matrix:
env: TARGET=lint
- php: '5.3'
env: COMPOSER_FLAGS="--prefer-lowest"
- php: '5.6'
env: SYMFONY=2.3.*
- php: '5.6'
env: SYMFONY=2.7.*
- php: '5.6'
env: SYMFONY=2.8.*
- php: '5.6'
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ namespace Foo;

interface BarInterface
{

// NEXT_MAJOR: Uncomment this method
/**
* NEXT_MAJOR: Uncomment this method
*
* This method does useful stuff.
*/
// public function usefulMethod();
Expand Down

0 comments on commit 2bb48f5

Please sign in to comment.