mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7898 from worikgh/patch-3
Remove deprecated @package and @subpackage
This commit is contained in:
commit
2943158351
@ -90,7 +90,6 @@ public function getTitle()
|
||||
Use [phpdoc](http://phpdoc.org/) syntax before each definition (see [tutorial](http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.quickstart.pkg.html)
|
||||
and [tag overview](http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.pkg.html)).
|
||||
|
||||
* All class definitions and PHP files should have `@package` and `@subpackage`.
|
||||
* Methods should include at least `@param` and `@return`.
|
||||
* Include a blank line after the description.
|
||||
* Use `{@link MyOtherClass}` and `{@link MyOtherClass->otherMethod}` for inline references.
|
||||
|
Loading…
Reference in New Issue
Block a user