Skip to content

Commit b111986

Browse files
committed
add empty line
1 parent cd9a801 commit b111986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Bindings/AliasBinding.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function bind($jsonDecoder, $jsonData, $propertyAccessor)
5353
{
5454
if (array_key_exists($this->jsonField, $jsonData)) {
5555
$propertyAccessor->set($jsonData[$this->jsonField]);
56+
5657
return;
5758
}
5859

0 commit comments

Comments
 (0)