Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Globally remove trailing whitespace
Browse files Browse the repository at this point in the history
Using php-cs-fixer - http://cs.sensiolabs.org/

php-cs-fixer fix --fixers=trailing_spaces .
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/EventManager.php
Expand Up @@ -102,10 +102,10 @@ public function unsetSharedManager()
/**
* Get shared event manager
*
* If one is not defined, but we have a static instance in
* If one is not defined, but we have a static instance in
* StaticEventManager, that one will be used and set in this instance.
*
* If none is available in the StaticEventManager, a boolean false is
* If none is available in the StaticEventManager, a boolean false is
* returned.
*
* @return false|SharedEventManagerInterface
Expand Down
6 changes: 3 additions & 3 deletions src/StaticEventManager.php
Expand Up @@ -58,8 +58,8 @@ public static function getInstance()

/**
* Set the singleton to a specific SharedEventManagerInterface instance
*
* @param SharedEventManagerInterface $instance
*
* @param SharedEventManagerInterface $instance
* @return void
*/
public static function setInstance(SharedEventManagerInterface $instance)
Expand All @@ -69,7 +69,7 @@ public static function setInstance(SharedEventManagerInterface $instance)

/**
* Is a singleton instance defined?
*
*
* @return bool
*/
public static function hasInstance()
Expand Down

0 comments on commit e5983dd

Please sign in to comment.