Skip to content

Commit 55b222d

Browse files
authored
Merge pull request #105 from hms5232/fix-indent
fix wrong indent level
2 parents 329136f + dfd023b commit 55b222d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

migration-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class Demo
272272
#[Poink('narf'), Narf('poink')]
273273
public function setFoo(#[Beep] Foo $new): void
274274
{
275-
// ...
275+
// ...
276276
}
277277

278278
#[Complex(

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ class Demo
15051505
#[Poink('narf'), Narf('poink')]
15061506
public function setFoo(#[Beep] Foo $new): void
15071507
{
1508-
// ...
1508+
// ...
15091509
}
15101510

15111511
#[Complex(

0 commit comments

Comments
 (0)