@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | * sportsdb api this property is from. |
| 129 | 129 | * @param EntityManagerInterface $entityManager |
| 130 | 130 | * The entity manager. |
| 131 | - * @param type $entityType |
|
| 131 | + * @param string $entityType |
|
| 132 | 132 | * The enitity type to transform this value to. |
| 133 | 133 | * @param string $idName |
| 134 | 134 | * The name of the identifier property as defined by the sportsdb api. |
@@ -159,7 +159,7 @@ discard block |
||
| 159 | 159 | * @param array $contextPropertyMap |
| 160 | 160 | * Extra properties to map from the context |
| 161 | 161 | * |
| 162 | - * @return \stdClass |
|
| 162 | + * @return string |
|
| 163 | 163 | * The raw data representing the entity. |
| 164 | 164 | */ |
| 165 | 165 | public static function transformHelper($value, $context, $idName, array $contextPropertyMap = array()) { |
@@ -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 | } |