Add annotated methods.

This commit is contained in:
James Cole
2018-07-15 10:00:08 +02:00
parent 7b41c5b301
commit ac8776aea4
13 changed files with 63 additions and 14 deletions

View File

@@ -302,11 +302,11 @@ class Steam
}
/**
* @param $string
* @param string $string
*
* @return int
*/
public function phpBytes($string): int
public function phpBytes(string $string): int
{
$string = strtolower($string);