Completed
Pull Request — master (#342)
by
unknown
05:13
created
src/eXpansion/Framework/Core/Storage/GameDataStorage.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
 
147 147
     /**
148 148
      * Get titlepack name such as TMStadium@nadeo
149
-     * @return mixed
149
+     * @return string
150 150
      */
151 151
     public function getTitle()
152 152
     {
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     }
187 187
 
188 188
     /**
189
-     * @param Systeminfos $systemInfo
189
+     * @param SystemInfos $systemInfo
190 190
      */
191 191
     public function setSystemInfo(Systeminfos $systemInfo)
192 192
     {
Please login to merge, or discard this patch.