Completed
Push — master ( 346425...6beaf7 )
by Jan Philip
05:33
created
src/JPBernius/FMeat/FMeatClient.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/JPBernius/FMeat/Services/CachedNetworkService.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -37,8 +37,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
src/JPBernius/FMeat/Services/NetworkService.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.