Skip to content

Commit

Permalink
#203 - added the validation section to the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
alphadevx committed Sep 30, 2015
1 parent 0a1d2f7 commit aacafd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ If you want to use the feed classes directly in your application, you can do so:

### Validation

TODO
A validation class is provided for handling typical type checks or for testing for common string patterns (email address, URLs etc.). The class in question is _Alpha\Util\Helper\Validator_, check the _Alpha\Test\Util\Helper\ValidatorTest_ unit test for lots of code examples on how to use this class.

### HTTP

Expand Down
2 changes: 0 additions & 2 deletions test/Alpha/Test/Util/Helper/ValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
*
* @author John Collins <dev@alphaframework.org>
*
* @version $Id$
*
* @license http://www.opensource.org/licenses/bsd-license.php The BSD License
* @copyright Copyright (c) 2015, John Collins (founder of Alpha Framework).
* All rights reserved.
Expand Down

0 comments on commit aacafd7

Please sign in to comment.