Skip to content

Commit

Permalink
Issue #110: Reformat line breaks in calls to ->withDedicatedExporter().
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Dec 2, 2024
1 parent 927cba5 commit cdbf383
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/src/ServicesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ public function testTaggedServicesAsRecorded(): void {
*/
protected function createExporter(): Exporter_ToYamlArray {
return (new Exporter_ToYamlArray())
->withDedicatedExporter(ContainerBuilder::class, fn (
ContainerBuilder $builder,
) => ['class' => \get_class($builder)]);
->withDedicatedExporter(
ContainerBuilder::class,
fn (ContainerBuilder $builder) => ['class' => \get_class($builder)],
);
}

}

0 comments on commit cdbf383

Please sign in to comment.