Skip to content

Commit 3e8e332

Browse files
committed
remove comment
1 parent 375a488 commit 3e8e332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ValuePreparer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function prepare($data, $contextParams = [])
4444
} else if(is_string($data) || is_numeric($data)) {
4545
$value = $data;
4646
}
47-
//
47+
4848
if ($this->defaultValue !== null && $this->isEmpty($value)) {
4949
$value = $this->defaultValue;
5050
}

0 commit comments

Comments
 (0)