@@ -68,6 +68,7 @@ discard block |
||
68 | 68 | } |
69 | 69 | } |
70 | 70 | /** |
71 | + * @param boolean $keepMultipleUnderscores |
|
71 | 72 | * @return string |
72 | 73 | */ |
73 | 74 | public function getNameWithSeparatedWords($keepMultipleUnderscores) |
@@ -110,7 +111,7 @@ discard block |
||
110 | 111 | * Returns the index which has to be added at the end of natural constant name defined with the value cleaned |
111 | 112 | * Allows to avoid multiple constant name to be indentic |
112 | 113 | * @param string $structName the struct name |
113 | - * @param string|int|float $value the value |
|
114 | + * @param string $value the value |
|
114 | 115 | * @param int $index the position of the value |
115 | 116 | * @return int |
116 | 117 | */ |