Completed
Pull Request — master (#336)
by
unknown
03:38
created
src/eXpansion/Bundle/WidgetBestCheckpoints/Plugins/BestCheckpoints.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@
 block discarded – undo
42 42
     /**
43 43
      * BestCheckpoints constructor.
44 44
      *
45
-     * @param Factory $factory
46 45
      * @param PlayerStorage $playerStorage
47 46
      * @param BestCheckpointsWidgetFactory $widget
48 47
      * @param UpdaterWidgetFactory $updater
Please login to merge, or discard this patch.
src/eXpansion/Framework/Config/Ui/Fields/TextListField.php 1 patch
Doc Comments   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,8 +85,8 @@  discard block
 block discarded – undo
85 85
      * @param $config
86 86
      * @param $manialink
87 87
      * @param $element
88
-     * @param $width
89
-     * @param $manialinkFactory
88
+     * @param double $width
89
+     * @param ManialinkFactory $manialinkFactory
90 90
      *
91 91
      * @return \eXpansion\Framework\Gui\Layouts\LayoutLine
92 92
      */
@@ -102,6 +102,10 @@  discard block
 block discarded – undo
102 102
             ->setAction(
103 103
                 $this->actionFactory->createManialinkAction(
104 104
                     $manialink,
105
+
106
+                    /**
107
+                     * @param double $args
108
+                     */
105 109
                     function (ManialinkInterface $manialink, $login, $entries, $args) use ($manialinkFactory) {
106 110
                         /** @var TextListConfig $config */
107 111
                         $config = $args['config'];
Please login to merge, or discard this patch.
src/eXpansion/Framework/Core/Storage/GameDataStorage.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
     /**
129 129
      * Get the title name, this returns a simplified title name such as TM
130 130
      *
131
-     * @return mixed
131
+     * @return string
132 132
      */
133 133
     public function getTitle()
134 134
     {
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     }
169 169
 
170 170
     /**
171
-     * @param Systeminfos $systemInfo
171
+     * @param SystemInfos $systemInfo
172 172
      */
173 173
     public function setSystemInfo(Systeminfos $systemInfo)
174 174
     {
Please login to merge, or discard this patch.