Completed
Push — master ( 3d278d...dde9ea )
by Jelle
37:17
created
src/Entity/Entity.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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()) {
Please login to merge, or discard this patch.
src/Entity/EntityInterface.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.