Skip to content
Snippets Groups Projects
Commit 5212d2d0 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2606258 by heykarthikwithu: Number::validStep, add @param values in the comment docblocks

(cherry picked from commit 3bbea427)
parent 5546aacc
No related branches found
No related tags found
No related merge requests found
......@@ -21,11 +21,11 @@ class Number {
*
* This is based on the number/range verification methods of webkit.
*
* @param numeric $value
* @param float $value
* The value that needs to be checked.
* @param numeric $step
* @param float $step
* The step scale factor. Must be positive.
* @param numeric $offset
* @param float $offset
* (optional) An offset, to which the difference must be a multiple of the
* given step.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment