@@ -902,7 +902,7 @@ private function givenEntityWithNoRelations(): EntityWithNoRelations
902902 }
903903
904904 private function givenEntityWithManyToOneEntityWithNoRelations (
905- EntityWithNoRelations $ entityWithNoRelations
905+ EntityWithNoRelations $ entityWithNoRelations,
906906 ): EntityWithManyToOneEntityWithNoRelations
907907 {
908908 $ entityWithManyToOneEntityWithNoRelations = new EntityWithManyToOneEntityWithNoRelations ($ entityWithNoRelations );
@@ -920,7 +920,7 @@ private function givenChildEntityWithNoRelationsA(): ChildEntityWithNoRelationsA
920920 }
921921
922922 private function givenEntityWithManyToOneAbstractEntityWithNoRelations (
923- AbstractEntityWithNoRelations $ abstractEntityWithNoRelations
923+ AbstractEntityWithNoRelations $ abstractEntityWithNoRelations,
924924 ): EntityWithManyToOneAbstractEntityWithNoRelations
925925 {
926926 $ entityWithManyToOneAbstractEntityWithNoRelations = new EntityWithManyToOneAbstractEntityWithNoRelations ($ abstractEntityWithNoRelations );
@@ -930,7 +930,7 @@ private function givenEntityWithManyToOneAbstractEntityWithNoRelations(
930930 }
931931
932932 private function givenEntityWithManyToOneOfManyToOneAbstractEntities (
933- EntityWithManyToOneAbstractEntityWithNoRelations $ entityWithManyToOneAbstractEntityWithNoRelations
933+ EntityWithManyToOneAbstractEntityWithNoRelations $ entityWithManyToOneAbstractEntityWithNoRelations,
934934 ): EntityWithManyToOneOfManyToOneAbstractEntities
935935 {
936936 $ entityWithManyToOneOfManyToOneAbstractEntities = new EntityWithManyToOneOfManyToOneAbstractEntities ($ entityWithManyToOneAbstractEntityWithNoRelations );
@@ -969,7 +969,7 @@ private function thenExpectedQueriesArePerformed(array $expectedQueries): void
969969 }
970970
971971 private function givenConcreteEntityWithOptionalManyToOneItselfRelation (
972- ?ConcreteStiEntityWithOptionalManyToOneOfItselfRelation $ parent
972+ ?ConcreteStiEntityWithOptionalManyToOneOfItselfRelation $ parent,
973973 ): ConcreteStiEntityWithOptionalManyToOneOfItselfRelation
974974 {
975975 $ entity = new ConcreteStiEntityWithOptionalManyToOneOfItselfRelation ($ parent );
@@ -980,7 +980,7 @@ private function givenConcreteEntityWithOptionalManyToOneItselfRelation(
980980 }
981981
982982 private function givenWithManyToOneOfManyToOneItselfRelation (
983- ConcreteStiEntityWithOptionalManyToOneOfItselfRelation $ currentEntityWithRelationToItself
983+ ConcreteStiEntityWithOptionalManyToOneOfItselfRelation $ currentEntityWithRelationToItself,
984984 ): EntityWithManyToOneOfManyToOneItselfStiRelation
985985 {
986986 $ entityWithManyToOneOfManyToOneItselfRelation = new EntityWithManyToOneOfManyToOneItselfStiRelation ($ currentEntityWithRelationToItself );
@@ -991,7 +991,7 @@ private function givenWithManyToOneOfManyToOneItselfRelation(
991991 }
992992
993993 private function givenWithManyToOneOfManyToOneOfManyToOneItselfRelation (
994- EntityWithManyToOneOfManyToOneItselfStiRelation $ entityWithManyToOneOfManyToOneItselfRelation
994+ EntityWithManyToOneOfManyToOneItselfStiRelation $ entityWithManyToOneOfManyToOneItselfRelation,
995995 ): EntityWithManyToOneOfManyToOneOfManyToOneItselfRelation
996996 {
997997 $ entityWithManyToOneOfManyToOneOfManyToOneItselfRelation = new EntityWithManyToOneOfManyToOneOfManyToOneItselfRelation ($ entityWithManyToOneOfManyToOneItselfRelation );
0 commit comments