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

Commit

Permalink
Merge pull request zendframework/zendframework#7081 from samsonasik/d…
Browse files Browse the repository at this point in the history
…ev-cs-try-fix

try fix travis cs develop again
  • Loading branch information
Ocramius committed Dec 30, 2014
3 parents 6ad6fb3 + e4c74e6 + d144ca8 commit a4174c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydrator/Strategy/DateTimeFormatterStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function extract($value)
public function hydrate($value)
{
if ($value === '' || $value === null) {
return null;
return;
}

if ($this->timezone) {
Expand Down

0 comments on commit a4174c6

Please sign in to comment.