@@ -114,7 +114,7 @@ |
||
114 | 114 | return new AccessToken( |
115 | 115 | strval($row['access_token']), |
116 | 116 | new DateTime(strval($row['expires_at'])), |
117 | - is_numeric($row['client_id'])? intval($row['client_id']) : strval($row['client_id']), |
|
117 | + is_numeric($row['client_id']) ? intval($row['client_id']) : strval($row['client_id']), |
|
118 | 118 | is_null($row['user_id']) ? null : strval($row['user_id']), |
119 | 119 | array_map('strval', array_keys($scopes)) |
120 | 120 | ); |