Completed
Branch master (d48038)
by Màrius
30:42
created
src/Model/Entity/Auxiliary/Evolution.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace Meteocat\Model\Entity\Auxiliary;
6 6
 
7
-use Datetime;
8 7
 use Meteocat\Model\Common\Entity;
9 8
 use stdClass;
10 9
 
Please login to merge, or discard this patch.
src/Model/Entity/Auxiliary/ForecastCityDay.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace Meteocat\Model\Entity\Auxiliary;
6 6
 
7
-use Datetime;
8 7
 use Meteocat\Model\Common\Entity;
9 8
 use stdClass;
10 9
 
Please login to merge, or discard this patch.
src/Model/Entity/Auxiliary/PyreneesZone.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     }
50 50
 
51 51
     /**
52
-     * @return int|mixed|null
52
+     * @return integer
53 53
      */
54 54
     public function getId()
55 55
     {
Please login to merge, or discard this patch.