Completed
Pull Request — master (#233)
by De Cramer
10:00
created
src/eXpansion/Bundle/Menu/DataProviders/MenuItemProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-     * @return ParentItem|null
50
+     * @return ItemInterface|null
51 51
      */
52 52
     public function getRootItem()
53 53
     {
Please login to merge, or discard this patch.
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.