Completed
Push — master ( 6d0c10...fc190e )
by kna
06:34
created
src/Controller/SampleController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,6 @@
 block discarded – undo
164 164
      * deal with type check within the action method and throuw exceptions
165 165
      * when the expected type is not met.
166 166
      *
167
-     * @param mixed $value with a default string.
168 167
      *
169 168
      * @return string
170 169
      */
Please login to merge, or discard this patch.
src/Validate/Validate.php 1 patch
Doc Comments   +2 added lines, -7 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@  discard block
 block discarded – undo
20 20
     /**
21 21
      * Set the view to be used for the layout.
22 22
      *
23
-     * @param array $view configuration to create up the view.
24 23
      *
25 24
      * @return $this
26 25
      */
@@ -33,7 +32,6 @@  discard block
 block discarded – undo
33 32
     /**
34 33
      * Set the view to be used for the layout.
35 34
      *
36
-     * @param array $view configuration to create up the view.
37 35
      *
38 36
      * @return $this
39 37
      */
@@ -46,9 +44,8 @@  discard block
 block discarded – undo
46 44
     /**
47 45
      * Set the view to be used for the layout.
48 46
      *
49
-     * @param array $view configuration to create up the view.
50 47
      *
51
-     * @return $this
48
+     * @return string
52 49
      */
53 50
     public function validateIp($ip)
54 51
     {
@@ -69,9 +66,8 @@  discard block
 block discarded – undo
69 66
     /**
70 67
      * Set the view to be used for the layout.
71 68
      *
72
-     * @param array $view configuration to create up the view.
73 69
      *
74
-     * @return $this
70
+     * @return string
75 71
      */
76 72
     public function getDomain($ip)
77 73
     {
@@ -91,7 +87,6 @@  discard block
 block discarded – undo
91 87
     /**
92 88
      * Set the view to be used for the layout.
93 89
      *
94
-     * @param array $view configuration to create up the view.
95 90
      *
96 91
      * @return $this
97 92
      */
Please login to merge, or discard this patch.