Skip to content

Commit

Permalink
Merge pull request #60 from joelbutcher/analysis-kajNOa
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
joelbutcher authored Jan 29, 2021
2 parents 5970d1b + f015fe5 commit 0a01999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Features.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static function createsAccountsOnFirstLogin()

/**
* Determine if the application should remember the users session om login.
*
*
* @return bool
*/
public static function shouldRememberSession()
Expand All @@ -48,7 +48,7 @@ public static function createAccountOnFirstLogin()

/**
* Enable the remember session feature for logging in.
*
*
* @return string
*/
public static function rememberSession()
Expand Down
2 changes: 1 addition & 1 deletion src/Socialstream.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static function hasSupportFor(string $service)

/**
* Determine if the application should remember the users session om login.
*
*
* @return bool
*/
public static function shouldRememberSession()
Expand Down

0 comments on commit 0a01999

Please sign in to comment.