Completed
Pull Request — master (#136)
by
unknown
12:23
created
src/AppBundle/Entity/PerformanceEvent.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
     }
209 209
 
210 210
     /**
211
-     * @return mixed
211
+     * @return string
212 212
      */
213 213
     public function getYear()
214 214
     {
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
     }
225 225
 
226 226
     /**
227
-     * @return int
227
+     * @return string
228 228
      */
229 229
     public function getMonth()
230 230
     {
@@ -240,7 +240,7 @@  discard block
 block discarded – undo
240 240
     }
241 241
 
242 242
     /**
243
-     * @return int
243
+     * @return string
244 244
      */
245 245
     public function getDay()
246 246
     {
Please login to merge, or discard this patch.