Skip to content

Commit

Permalink
phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed May 18, 2016
1 parent c067346 commit b607b02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Event/Decorator/BaseDecorator.php
Expand Up @@ -14,7 +14,8 @@
*/
namespace Cake\Event\Decorator;

class BaseDecorator {
class BaseDecorator
{

/**
* Callable
Expand Down
3 changes: 2 additions & 1 deletion src/Event/Decorator/ConditionDecorator.php
Expand Up @@ -20,7 +20,8 @@
/**
* Event Condition Decorator
*/
class ConditionDecorator extends BaseDecorator {
class ConditionDecorator extends BaseDecorator
{

/**
* @inheritdoc
Expand Down
3 changes: 2 additions & 1 deletion src/Event/Decorator/SubjectFilterDecorator.php
Expand Up @@ -20,7 +20,8 @@
/**
* Event Subject Filter Decorator
*/
class SubjectFilterDecorator extends BaseDecorator {
class SubjectFilterDecorator extends BaseDecorator
{

/**
* @inheritdoc
Expand Down

0 comments on commit b607b02

Please sign in to comment.