Skip to content

Commit 382b931

Browse files
committed
Improve documentation
1 parent acf9967 commit 382b931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ No configuration is required.
5353

5454
### ForbidAfterRule
5555

56-
Forbids using Laravel’s after() column modifier in migrations.
56+
Forbids using Laravel’s `after()` column modifier in migrations.
5757

58-
Using after() can force a full table rewrite or long locks (engine-dependent), which is unsafe for large or production tables.
58+
Using `after()` can force a full table rewrite or long locks (engine-dependent), which is unsafe for large or production tables.
5959

6060
No configuration is required.

0 commit comments

Comments
 (0)