Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/7412'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 4, 2015
2 parents 0ce8c1b + 3b7b46a commit c82c1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validator/DateTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public function isValid($value)
*/
protected function getIntlDateFormatter()
{
if ($this->formatter == null || $this->invalidateFormatter) {
if ($this->formatter === null || $this->invalidateFormatter) {
$this->formatter = new IntlDateFormatter(
$this->getLocale(),
$this->getDateType(),
Expand Down

0 comments on commit c82c1ea

Please sign in to comment.