Completed
Push — master ( 14ba7e...22062d )
by Jan Philip
02:13 queued 01:06
created
src/JPBernius/FMeat/Entities/Week.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@  discard block
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @param string $jsonString
32 31
      * @return Week
33 32
      */
34 33
     public static function fromJson(\stdClass $jsonObject): self
@@ -61,7 +60,7 @@  discard block
 block discarded – undo
61 60
 
62 61
     /**
63 62
      * @param int $dayOfWeek
64
-     * @return mixed|null
63
+     * @return Day
65 64
      */
66 65
     public function getDay(int $dayOfWeek): Day
67 66
     {
Please login to merge, or discard this patch.
src/JPBernius/FMeat/Entities/Year.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@  discard block
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @param string $jsonString
34 33
      * @return Year
35 34
      */
36 35
     public static function fromJson(\stdClass $jsonObject): self
@@ -39,7 +38,7 @@  discard block
 block discarded – undo
39 38
     }
40 39
 
41 40
     /**
42
-     * @return mixed
41
+     * @return integer
43 42
      */
44 43
     public function getYearNumber(): int
45 44
     {
Please login to merge, or discard this patch.