Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Nov 4, 2024
1 parent 4a367eb commit 2952a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ function (mixed $value) {
*/
function (mixed $value) {
if (is_null($value)) {
return null;
return;
}
try {
$value = new \DateTime($value);
Expand Down

0 comments on commit 2952a8f

Please sign in to comment.