Completed
Push — master ( a0a921...d48278 )
by Ondrej
9s
created
src/StrategyEnum.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
 
50 50
     /**
51
-     * @param $string
51
+     * @param string $string
52 52
      * @return self
53 53
      */
54 54
     private static function instance($string)
Please login to merge, or discard this patch.
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.