Completed
Push — master ( 9a341d...f10304 )
by Thierry
01:44
created
src/Utils/Validation/Validator.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
      *
29 29
      * @param string        $sName            The function name
30 30
      *
31
-     * @return bool            True if the function name is valid, and false if not
31
+     * @return integer            True if the function name is valid, and false if not
32 32
      */
33 33
     public function validateFunction($sName)
34 34
     {
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      *
41 41
      * @param string        $sName            The event name
42 42
      *
43
-     * @return bool            True if the event name is valid, and false if not
43
+     * @return integer            True if the event name is valid, and false if not
44 44
      */
45 45
     public function validateEvent($sName)
46 46
     {
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      *
53 53
      * @param string        $sName            The class name
54 54
      *
55
-     * @return bool            True if the class name is valid, and false if not
55
+     * @return integer            True if the class name is valid, and false if not
56 56
      */
57 57
     public function validateClass($sName)
58 58
     {
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
      *
65 65
      * @param string        $sName            The function name
66 66
      *
67
-     * @return bool            True if the method name is valid, and false if not
67
+     * @return integer            True if the method name is valid, and false if not
68 68
      */
69 69
     public function validateMethod($sName)
70 70
     {
Please login to merge, or discard this patch.