Skip to content

Commit 9826ce4

Browse files
committed
apply composer fix-style changes
1 parent bcbd6a5 commit 9826ce4

File tree

1 file changed

+3
-2
lines changed
  • tests/Console/ModelsCommand/GeneratePhpdocModelIncludeCamelCaseAttributeVersion/Models

1 file changed

+3
-2
lines changed

tests/Console/ModelsCommand/GeneratePhpdocModelIncludeCamelCaseAttributeVersion/Models/Simple.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function stringValue(): Attribute
3030
}
3131
public function getBoolValueAttribute(): bool
3232
{
33-
return (bool) rand(0,1);
33+
return (bool) rand(0, 1);
3434
}
3535

3636
public function arrayValue(): Attribute
@@ -48,7 +48,8 @@ public function setStdClassValueAttribute(stdClass $stdClass): stdClass
4848
public function voidValue(): Attribute
4949
{
5050
return new Attribute(
51-
set: function (): void {}
51+
set: function (): void {
52+
}
5253
);
5354
}
5455
}

0 commit comments

Comments
 (0)