Completed
Push — master ( 18696f...4ea9b4 )
by Serhii
04:47 queued 11s
created
src/Entity/Performance.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
     /**
374 374
      * Get performanceEvents
375 375
      *
376
-     * @return \Doctrine\Common\Collections\Collection
376
+     * @return PerformanceEvent[]
377 377
      */
378 378
     public function getPerformanceEvents()
379 379
     {
@@ -468,7 +468,7 @@  discard block
 block discarded – undo
468 468
     /**
469 469
      * Get galleryHasMedia
470 470
      *
471
-     * @return \Doctrine\Common\Collections\Collection
471
+     * @return GalleryHasMedia
472 472
      */
473 473
     public function getGalleryHasMedia()
474 474
     {
@@ -476,7 +476,7 @@  discard block
 block discarded – undo
476 476
     }
477 477
 
478 478
     /**
479
-     * @return Festival
479
+     * @return History
480 480
      */
481 481
     public function getFestival()
482 482
     {
Please login to merge, or discard this patch.
src/EventListener/AddSeasonSubscriber.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use App\Entity\PerformanceEvent;
6 6
 use App\Entity\RepertoireSeason;
7
-use App\Repository\RepertoireSeasonRepository;
8 7
 use Doctrine\Common\EventSubscriber;
9 8
 use Doctrine\ORM\Event\OnFlushEventArgs;
10 9
 use Doctrine\ORM\Events;
Please login to merge, or discard this patch.