Skip to content

Commit 7364950

Browse files
Fixed code-style
1 parent 92b918b commit 7364950

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/snippets/invokable_status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
return new class extends Operation {
99
public function __invoke(): void
1010
{
11-
//
11+
// some
1212
}
1313

1414
public function success(): void

docs/snippets/success_status.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
return new class extends Operation {
99
public function up(): void
1010
{
11-
//
11+
// some
1212
}
1313

1414
public function down(): void
1515
{
16-
//
16+
// some
1717
}
1818

1919
public function success(): void

0 commit comments

Comments
 (0)