Skip to content

Commit

Permalink
Refer to correct method
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Aug 2, 2017
1 parent e5be622 commit 68c5671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validation/Validator.php
Expand Up @@ -1580,7 +1580,7 @@ public function isArray($field, $message = null, $when = null)
* @param string|null $message The error message when the rule fails.
* @param string|callable|null $when Either 'create' or 'update' or a callable that returns
* true when the validation rule should be applied.
* @see \Cake\Validation\Validation::color()
* @see \Cake\Validation\Validation::hexColor()
* @return $this
*/
public function hexColor($field, $message = null, $when = null)
Expand Down

0 comments on commit 68c5671

Please sign in to comment.