Skip to content

Commit b059976

Browse files
committed
Fix linter error
1 parent 788faa4 commit b059976

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ClassBindings.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ public function decode($data, $instance)
6464

6565
if (!$binding->validate($data)) {
6666
throw new JsonValueException(
67-
sprintf('Unable to bind required property "%s" because JSON data is missing or invalid', $propertyName)
67+
sprintf(
68+
'Unable to bind required property "%s" because JSON data is missing or invalid',
69+
$propertyName
70+
)
6871
);
6972
}
7073

0 commit comments

Comments
 (0)