emteknetnz / docblock-writer
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=8.1
- silverstripe/framework: ^5
Requires (Dev)
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2024-10-15 05:58:31 UTC
README
This module contains a task DocblockTagWriterTask
that automatically writes docblock @method
tag's on DataObject
's and Extension
's.
This is only intended to be used on Silverstripe modules that are either commercially supported, or managed by the Silverstripe CMS squad either in a dev or a CI environment. It is not intended to be used on regular projects.
Usage
composer install --dev silverstripe/docblock-writer
vendor/bin/sake dev/tasks/SilverStripe-DocblockWriter-Tasks-DocblockTagWriterTask <path>