Skip to content

Commit 489f0f5

Browse files
committed
Fix style
1 parent df27231 commit 489f0f5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/lib/AttributeResolver.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,8 @@ protected function resolveHasMany2ManyTableProperty(PropertySchema $property, bo
197197
protected function resolveProperty(
198198
PropertySchema $property,
199199
bool $isRequired,
200-
$nullableValue = 'ARG_ABSENT'
201-
): void
202-
{
200+
$nullableValue = 'ARG_ABSENT'
201+
): void {
203202
if ($nullableValue === 'ARG_ABSENT') {
204203
$nullableValue = $property->getProperty()->getSerializableData()->nullable ?? null;
205204
}
@@ -358,8 +357,7 @@ protected function catchManyToMany(
358357
string $relatedSchemaName,
359358
string $relatedTableName,
360359
ComponentSchema $refSchema
361-
): bool
362-
{
360+
): bool {
363361
if (strtolower(Inflector::id2camel($propertyName, '_'))
364362
!== strtolower(Inflector::pluralize($relatedSchemaName))) {
365363
return false;

0 commit comments

Comments
 (0)