Skip to content

Commit 2a3469b

Browse files
committed
php-cs-fixer it up
1 parent 93be484 commit 2a3469b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Util/ClassSourceManipulatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public function getAddManyToOneRelationTests(): \Generator
438438
targetPropertyName: 'foods',
439439
mapInverseRelation: false,
440440
))
441-
->setIsNullable(true)
441+
->setIsNullable(true),
442442
];
443443
}
444444

0 commit comments

Comments
 (0)