Completed
Push — master ( 74550a...fd8b47 )
by Rémy
02:17
created
src/Model/PriceDetail.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
     }
79 79
 
80 80
     /**
81
-     * @return string
81
+     * @return boolean
82 82
      */
83 83
     public function getIsIncluded()
84 84
     {
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
 
100 100
     /**
101
-     * @return string
101
+     * @return boolean
102 102
      */
103 103
     public function getIsPerNight()
104 104
     {
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     }
119 119
 
120 120
     /**
121
-     * @return string
121
+     * @return boolean
122 122
      */
123 123
     public function getIsPerPerson()
124 124
     {
Please login to merge, or discard this patch.