We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4dc38 commit 20fad45Copy full SHA for 20fad45
src/lib/CustomSpecAttr.php
@@ -58,6 +58,8 @@ class CustomSpecAttr
58
public const ROUTE = 'x-route';
59
60
61
- // TODO docs here + in README.md
+ /**
62
+ * Generate migrations for changed description of property. More docs is present in README.md file
63
+ */
64
public const DESC_IS_COMMENT = 'x-description-is-comment';
65
}
0 commit comments