Completed
Push — master ( 1940ea...1c21f6 )
by Jelle
04:16
created
src/Entity/EntityManagerConsumerInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -25,6 +25,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Entity/Season.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -137,8 +137,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
src/TheSportsDb.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -265,8 +265,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.