Added PHP7 return type statements.

This commit is contained in:
James Cole
2016-02-06 10:17:41 +01:00
parent aa38b31015
commit d1a184e3f2
3 changed files with 17 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ class Steam
*
* @return string
*/
public function balance(Account $account, Carbon $date, $ignoreVirtualBalance = false)
public function balance(Account $account, Carbon $date, $ignoreVirtualBalance = false): string
{
// abuse chart properties: