Completed
Push — master ( 76469b...99b48b )
by Jan Philip
12:47
created
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.