Skip to content

Commit

Permalink
fixed pint testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
shivendra-webkul committed Dec 2, 2024
1 parent 815fbef commit 0f7c722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@php
if (!empty($value)) {
if (! empty($value)) {
if ($value instanceof \Carbon\Carbon) {
$value = $value->format('Y-m-d');
} elseif (is_string($value)) {
Expand Down

0 comments on commit 0f7c722

Please sign in to comment.