Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1463 in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
GeeH committed Apr 26, 2015
2 parents d4b164c + 9946425 commit 07c8287
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/modules/zend.validator.step.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. _zend.validate.step:
.. _zend.validator.step:

Step Validator
==============

``Zend\Validator\Step`` allows you to validate if a given value is a valid step value. This validator requires the
value to be a numeric value (either string, int or float).

.. _zend.validate.step.options:
.. _zend.validator.step.options:

Supported options for Zend\\Validator\\Step
-------------------------------------------
Expand All @@ -17,7 +17,7 @@ The following options are supported for ``Zend\Validator\Step``:

- **step**: This is the step value. This option defaults to ``1``

.. _zend.validate.step.basic:
.. _zend.validator.step.basic:

Basic usage
-----------
Expand All @@ -35,7 +35,7 @@ A basic example is the following one:
// false
}
.. _zend.validate.step.floatingvalues:
.. _zend.validator.step.floatingvalues:

Using floating-point values
---------------------------
Expand Down

0 comments on commit 07c8287

Please sign in to comment.