Completed
Pull Request — master (#292)
by De Cramer
07:27 queued 01:23
created
src/eXpansion/Framework/Core/Plugins/Gui/ScriptVariableUpdateFactory.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@  discard block
 block discarded – undo
42 42
      * @param                      $name
43 43
      * @param array                $variables
44 44
      * @param int                  $maxUpdateFrequency
45
-     * @param Group                $playerGroup
46 45
      * @param WidgetFactoryContext $context
47 46
      */
48 47
     public function __construct($name, array  $variables, int $maxUpdateFrequency = 1, WidgetFactoryContext $context)
@@ -91,7 +90,7 @@  discard block
 block discarded – undo
91 90
     /**
92 91
      * Get a variable.
93 92
      *
94
-     * @param $variable
93
+     * @param string $variable
95 94
      *
96 95
      * @return Variable
97 96
      */
Please login to merge, or discard this patch.