Completed
Push — master ( ff3199...9ab95e )
by De Cramer
9s
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/Command/UpdateCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@
 block discarded – undo
89 89
         }
90 90
     }
91 91
 
92
+    /**
93
+     * @param string $command
94
+     */
92 95
     protected function runCommand($command, $playerLogin, SymfonyStyle $sfs)
93 96
     {
94 97
         $process = new Process($command);
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
@@ -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.