Completed
Pull Request — master (#258)
by De Cramer
07:37
created
src/eXpansion/Bundle/Maps/Plugins/ManiaExchange.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -388,7 +388,7 @@
 block discarded – undo
388 388
      * Remove special characters from map name
389 389
      *
390 390
      * @param string $string
391
-     * @return mixed
391
+     * @return string
392 392
      */
393 393
     protected function cleanString($string)
394 394
     {
Please login to merge, or discard this patch.
src/eXpansion/Framework/Gui/Components/uiLabel.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -87,6 +87,9 @@
 block discarded – undo
87 87
         return $this;
88 88
     }
89 89
 
90
+    /**
91
+     * @param string $textId
92
+     */
90 93
     public function setTextId($textId)
91 94
     {
92 95
         $this->setText($textId);
Please login to merge, or discard this patch.