Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
kryysler authored and StyleCIBot committed Nov 21, 2016
1 parent 07be7e1 commit 0be442a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/_support/Mock/MockAccessToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class MockAccessToken
/**
* @return array
*/
public static function toArray() {
public static function toArray()
{
return [
'access_token' => self::$accessToken,
'token_type' => self::$tokenType,
Expand Down

0 comments on commit 0be442a

Please sign in to comment.