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.
src/JPBernius/FMeat/Entities/Day.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 use DateTime;
7 7
 use DateTimeInterface;
8 8
 use IteratorAggregate;
9
-use Traversable;
10 9
 use JPBernius\FMeat\Exeptions\DishNotFoundException;
10
+use Traversable;
11 11
 
12 12
 /**
13 13
  * Class Day
Please login to merge, or discard this patch.