@@ -25,6 +25,7 @@ |
||
25 | 25 | * |
26 | 26 | * @param \TheSportsDb\Entity\LeagueInterface $league |
27 | 27 | * The league to add. |
28 | + * @return void |
|
28 | 29 | */ |
29 | 30 | public function addLeague(LeagueInterface $league); |
30 | 31 | } |
@@ -137,8 +137,6 @@ |
||
137 | 137 | * The source value of the id property. |
138 | 138 | * @param \stdClass $context |
139 | 139 | * The source object representing this season. |
140 | - * @param EntityManagerInterface $entityManager |
|
141 | - * The entity manager. |
|
142 | 140 | * |
143 | 141 | * @return string |
144 | 142 | * The unique identifier. |
@@ -265,8 +265,6 @@ |
||
265 | 265 | /** |
266 | 266 | * Get events by name. |
267 | 267 | * |
268 | - * @param string $eventName |
|
269 | - * The event name. |
|
270 | 268 | * |
271 | 269 | * @return \TheSportsDb\Entity\EventInterface[] |
272 | 270 | * The events. |