Completed
Pull Request — master (#75)
by
unknown
02:24
created
src/eXpansion/Framework/Core/Helpers/ChatNotification.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,10 +64,10 @@
 block discarded – undo
64 64
      * Usage: used for retrieving partials for chat messages
65 65
      *  * defaults to English locale, without parameters
66 66
      *
67
-     * @param $messageId
67
+     * @param string $messageId
68 68
      * @param array $parameters
69 69
      * @param string $locale
70
-     * @return mixed
70
+     * @return string
71 71
      */
72 72
     public function getMessage($messageId, $parameters = [], $locale = "en")
73 73
     {
Please login to merge, or discard this patch.
src/eXpansion/Framework/Core/Model/Gui/Widget.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
     /**
123 123
      * Recursive search all dome tree in order to find all translatable labels.
124 124
      *
125
-     * @param Container|\FML\ManiaLink $control
125
+     * @param \FML\ManiaLink $control
126 126
      * @param $translations
127 127
      */
128 128
     protected function getDictionaryInformation($control, &$translations)
Please login to merge, or discard this patch.
src/eXpansion/Bundle/Maps/Plugins/Maps.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @return array
65
+     * @return Map[]
66 66
      */
67 67
     public function getMaps()
68 68
     {
Please login to merge, or discard this patch.