Skip to content

Commit 755df84

Browse files
committed
formatting.
1 parent 31addc3 commit 755df84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Hydratable.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ protected function hydrateField(string $field, $value): void
5151
// if the property has a scalar default value, hydrate it as such.
5252
$this->hydrateScalar($field, $value, false);
5353
} else {
54-
// if we fall down here, try to set the value as-is. if this barfs, it indicates we have a bug to be squished.
54+
// if we fall down here, try to set the value as-is. if this barfs, it indicates we have a bug to be
55+
// squished.
5556
// todo: should this be an exception?
5657
$this->{$field} = $value;
5758
}

0 commit comments

Comments
 (0)