Skip to content

Commit dddece3

Browse files
edwildechrispenny
authored andcommitted
Change output from 4 space indent to 2
As per convention in `editorconfig`
1 parent 6048285 commit dddece3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/FixtureService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function addDataObject(DataObject $dataObject): void
7474
*/
7575
public function outputFixture(): string
7676
{
77-
return Yaml::dump($this->toArray(), 4);
77+
return Yaml::dump($this->toArray(), 4, 2);
7878
}
7979

8080
private function toArray(): array

0 commit comments

Comments
 (0)