Skip to content

Commit

Permalink
DevKit updates (#4170)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Oct 14, 2016
1 parent 114ee15 commit 21dcda3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 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 21dcda3

Please sign in to comment.