Skip to content

Commit 2158cfa

Browse files
committed
fix snapshot after style changes
1 parent 9826ce4 commit 2158cfa

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

tests/Console/ModelsCommand/GeneratePhpdocModelIncludeCamelCaseAttributeVersion/__snapshots__/Test__test__1.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function stringValue(): Attribute
5050
}
5151
public function getBoolValueAttribute(): bool
5252
{
53-
return (bool) rand(0,1);
53+
return (bool) rand(0, 1);
5454
}
5555

5656
public function arrayValue(): Attribute
@@ -68,7 +68,8 @@ public function setStdClassValueAttribute(stdClass $stdClass): stdClass
6868
public function voidValue(): Attribute
6969
{
7070
return new Attribute(
71-
set: function (): void {}
71+
set: function (): void {
72+
}
7273
);
7374
}
7475
}

0 commit comments

Comments
 (0)