Completed
Pull Request — develop (#108)
by
unknown
04:55
created
src/GitElephant/Objects/Commit.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -351,7 +351,7 @@  discard block
 block discarded – undo
351 351
      *
352 352
      * @param bool $short short version
353 353
      *
354
-     * @return mixed
354
+     * @return string
355 355
      */
356 356
     public function getSha($short = false)
357 357
     {
@@ -361,7 +361,7 @@  discard block
 block discarded – undo
361 361
     /**
362 362
      * tree getter
363 363
      *
364
-     * @return mixed
364
+     * @return string
365 365
      */
366 366
     public function getTree()
367 367
     {
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
     /**
372 372
      * datetimeAuthor getter
373 373
      *
374
-     * @return mixed
374
+     * @return \DateTime
375 375
      */
376 376
     public function getDatetimeAuthor()
377 377
     {
Please login to merge, or discard this patch.