Skip to content

Commit dfd023b

Browse files
authored
fix wrong indent level
1 parent db4e4e2 commit dfd023b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

migration-2.0.md

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ class Demo
14971497
#[Poink('narf'), Narf('poink')]
14981498
public function setFoo(#[Beep] Foo $new): void
14991499
{
1500-
// ...
1500+
// ...
15011501
}
15021502

15031503
#[Complex(

0 commit comments

Comments
 (0)