Skip to content

Commit

Permalink
fix namespace typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcansado committed Oct 2, 2017
1 parent 81e5147 commit 78b29a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validation/Validation.php
Expand Up @@ -498,7 +498,7 @@ public static function time($check)
* @param string|int|null $format any format accepted by IntlDateFormatter
* @return bool Success
* @throws \InvalidArgumentException when unsupported $type given
* @see \Cake\I18N\Time::parseDate(), \Cake\I18N\Time::parseTime(), \Cake\I18N\Time::parseDateTime()
* @see \Cake\I18n\Time::parseDate(), \Cake\I18n\Time::parseTime(), \Cake\I18n\Time::parseDateTime()
*/
public static function localizedTime($check, $type = 'datetime', $format = null)
{
Expand Down

0 comments on commit 78b29a4

Please sign in to comment.