@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace JPBernius\FMeat; |
| 4 | 4 | |
| 5 | +use DI\ContainerBuilder; |
|
| 5 | 6 | use JPBernius\FMeat\Configurations\Locations; |
| 6 | 7 | use JPBernius\FMeat\Entities\Week; |
| 7 | 8 | use JPBernius\FMeat\Services\CachedNetworkService; |
| 8 | 9 | use JPBernius\FMeat\Services\NetworkService; |
| 9 | 10 | use JPBernius\FMeat\Utilities\YearWeekUtil; |
| 10 | -use DI\ContainerBuilder; |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * Class FMeatClient |
@@ -37,8 +37,6 @@ discard block |
||
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | - * @param int $week |
|
| 41 | - * @param int $year |
|
| 42 | 40 | * @param string $location |
| 43 | 41 | * @return Week |
| 44 | 42 | */ |
@@ -64,8 +62,6 @@ discard block |
||
| 64 | 62 | |
| 65 | 63 | /** |
| 66 | 64 | * @param string $location |
| 67 | - * @param int $year |
|
| 68 | - * @param int $week |
|
| 69 | 65 | * @return string |
| 70 | 66 | */ |
| 71 | 67 | private function buildCacheKey(string $location, CalendarWeek $calendarWeek): string |
@@ -43,8 +43,6 @@ |
||
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | - * @param int $week |
|
| 47 | - * @param int $year |
|
| 48 | 46 | * @param string $location |
| 49 | 47 | * @return Week |
| 50 | 48 | * @throws NetworkingException |