Passed
Push — master ( 7296e4...67ee08 )
by Hector Luis
03:49
created
src/Application/Service/Provider/Package/Package.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     {
65 65
         $result = unserialize($this->package->getDepartureDays());
66 66
 
67
-        return array_map(function ($value) {
67
+        return array_map(function($value) {
68 68
             return $value - 1;
69 69
         }, $result);
70 70
     }
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      */
75 75
     public function getNumberOfNights(): int
76 76
     {
77
-        return (int)$this->package->getNumberOfNights();
77
+        return (int) $this->package->getNumberOfNights();
78 78
     }
79 79
 
80 80
     /**
Please login to merge, or discard this patch.