@@ -44,7 +44,7 @@ |
||
44 | 44 | /** |
45 | 45 | * Get the services provided by the provider. |
46 | 46 | * |
47 | - * @return array |
|
47 | + * @return string[] |
|
48 | 48 | */ |
49 | 49 | public function provides() |
50 | 50 | { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | /** |
11 | 11 | * Creates an \Burthorpe\Runescape\RS3\Stats\Repository instance from a raw feed directly from Jagex |
12 | 12 | * |
13 | - * @param $rawFeed string Raw feed directly from Jagex |
|
13 | + * @param \Psr\Http\Message\StreamInterface $rawFeed string Raw feed directly from Jagex |
|
14 | 14 | * @return \Burthorpe\Runescape\RS3\Stats\Repository |
15 | 15 | */ |
16 | 16 | public static function factory($rawFeed) |