Completed
Push — feature/issue-44 ( cdce8d...269bb1 )
by Mikaël
23:35
created
src/Model/StructValue.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,6 +68,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.