Completed
Pull Request — master (#136)
by Serhii
14:31
created
src/AppBundle/Entity/PerformanceEvent.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
     }
224 224
 
225 225
     /**
226
-     * @return mixed
226
+     * @return string
227 227
      */
228 228
     public function getYear()
229 229
     {
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
     }
240 240
 
241 241
     /**
242
-     * @return int
242
+     * @return string
243 243
      */
244 244
     public function getMonth()
245 245
     {
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
     }
256 256
 
257 257
     /**
258
-     * @return int
258
+     * @return string
259 259
      */
260 260
     public function getDay()
261 261
     {
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
     }
326 326
 
327 327
     /**
328
-     * @return Collection
328
+     * @return PriceCategory[]
329 329
      */
330 330
     public function getPriceCategories()
331 331
     {
Please login to merge, or discard this patch.