Skip to content

Commit

Permalink
Removed one of validation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
chajr committed Jun 27, 2017
1 parent c25e529 commit 1b76e83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Check/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class Validator
'hex2' => '#^0x[\\da-f]+$#i',
'octal' => '#^0[0-7]+$#',
'binary' => '#^b[0-1]+$#i',
'week' => '#^[\\d]{4}-[\\d]{2}$#'
];

/**
Expand Down Expand Up @@ -89,7 +88,6 @@ class Validator
* 'hex2' => '#^0x[\\da-f]+$#i',
* 'octal' => '#^0[0-7]+$#',
* 'binary' => '#^b[0-1]+$#i',
* 'week' => '#^[\\d]{4}-[\\d]{2}$#'
*
* @param mixed $value value to check
* @param string $type validation type
Expand Down

0 comments on commit 1b76e83

Please sign in to comment.