We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf9967 commit 382b931Copy full SHA for 382b931
README.md
@@ -53,8 +53,8 @@ No configuration is required.
53
54
### ForbidAfterRule
55
56
-Forbids using Laravel’s after() column modifier in migrations.
+Forbids using Laravel’s `after()` column modifier in migrations.
57
58
-Using after() can force a full table rewrite or long locks (engine-dependent), which is unsafe for large or production tables.
+Using `after()` can force a full table rewrite or long locks (engine-dependent), which is unsafe for large or production tables.
59
60
No configuration is required.
0 commit comments