Skip to content

Commit 8fec68d

Browse files
committed
feat(HasOptions): Add HasOptionsDocCommentRector for generating doc comments
1 parent a5dc6a5 commit 8fec68d

File tree

7 files changed

+945
-1643
lines changed

7 files changed

+945
-1643
lines changed

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,9 @@
178178
"composer-updater-dry-run": "@composer-updater --dry-run",
179179
"composer-validate": "@composer validate --check-lock --strict --ansi -v",
180180
"dump-soar": [
181-
"@dump-soar-docblock",
182181
"@dump-soar-php-config",
183182
"@dump-soar-yaml-config"
184183
],
185-
"dump-soar-docblock": "Guanguans\\SoarPHP\\Support\\ComposerScripts::dumpSoarDocblock",
186184
"dump-soar-php-config": "Guanguans\\SoarPHP\\Support\\ComposerScripts::dumpSoarConfig",
187185
"dump-soar-yaml-config": "./bin/soar.darwin-amd64 -print-config -verbose > examples/soar.options.example.yaml",
188186
"facade-lint": "@facade-update --lint",

0 commit comments

Comments
 (0)