We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composer fix-style
1 parent bcbd6a5 commit 9826ce4Copy full SHA for 9826ce4
tests/Console/ModelsCommand/GeneratePhpdocModelIncludeCamelCaseAttributeVersion/Models/Simple.php
@@ -30,7 +30,7 @@ public function stringValue(): Attribute
30
}
31
public function getBoolValueAttribute(): bool
32
{
33
- return (bool) rand(0,1);
+ return (bool) rand(0, 1);
34
35
36
public function arrayValue(): Attribute
@@ -48,7 +48,8 @@ public function setStdClassValueAttribute(stdClass $stdClass): stdClass
48
public function voidValue(): Attribute
49
50
return new Attribute(
51
- set: function (): void {}
+ set: function (): void {
52
+ }
53
);
54
55
0 commit comments