Browse Source

Fixing style errors.

stickler-ci 8 years ago
parent
commit
58cff55c61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Event/Event.php

+ 1 - 1
src/Event/Event.php

@@ -87,7 +87,7 @@ class Event implements EventInterface
         if (!in_array($attribute, ['name', 'subject', 'data', 'result'])) {
             return $this->{$attribute};
         }
-        
+
         $method = 'get' . ucfirst($attribute);
         deprecationWarning(
             "Event::\${$attribute} is deprecated. " .