@@ -373,7 +373,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 476 | 476 | } |
| 477 | 477 | |
| 478 | 478 | /** |
| 479 | - * @return Festival |
|
| 479 | + * @return History |
|
| 480 | 480 | */ |
| 481 | 481 | public function getFestival() |
| 482 | 482 | { |
@@ -4,7 +4,6 @@ |
||
| 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; |