Skip to content

Commit

Permalink
Apply fixes from StyleCI (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Nov 6, 2017
1 parent a8efb4b commit e4a7cd4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/FacebookAudioDriver.php
Expand Up @@ -90,7 +90,7 @@ public function isConfigured()

/**
* @return bool
*/
*/
public function hasMatchingEvent()
{
return false;
Expand Down
2 changes: 1 addition & 1 deletion src/FacebookFileDriver.php
Expand Up @@ -90,7 +90,7 @@ public function isConfigured()

/**
* @return bool
*/
*/
public function hasMatchingEvent()
{
return false;
Expand Down
2 changes: 1 addition & 1 deletion src/FacebookImageDriver.php
Expand Up @@ -90,7 +90,7 @@ public function isConfigured()

/**
* @return bool
*/
*/
public function hasMatchingEvent()
{
return false;
Expand Down
2 changes: 1 addition & 1 deletion src/FacebookLocationDriver.php
Expand Up @@ -90,7 +90,7 @@ public function isConfigured()

/**
* @return bool
*/
*/
public function hasMatchingEvent()
{
return false;
Expand Down
2 changes: 1 addition & 1 deletion src/FacebookVideoDriver.php
Expand Up @@ -90,7 +90,7 @@ public function isConfigured()

/**
* @return bool
*/
*/
public function hasMatchingEvent()
{
return false;
Expand Down

0 comments on commit e4a7cd4

Please sign in to comment.