Completed
Pull Request — master (#2)
by Ondrej
01:50
created
src/VotingDecisionEnum.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
 
41 41
     /**
42
-     * @param $string
42
+     * @param string $string
43 43
      * @return self
44 44
      */
45 45
     private static function instance($string)
Please login to merge, or discard this patch.
src/StrategyEnum.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
 
41 41
     /**
42
-     * @param $string
42
+     * @param string $string
43 43
      * @return self
44 44
      */
45 45
     private static function instance($string)
Please login to merge, or discard this patch.