Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
cebe committed Apr 23, 2014
1 parent 119f0f0 commit 3f7779a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/controllers/PhpDocController.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class PhpDocController extends Controller
public $updateFiles = true;

/**
* Generates `@property annotations` in class files from getters and setters
* Generates `@property` annotations in class files from getters and setters
*
* Property description will be taken from getter or setter or from an `@property annotation`
* Property description will be taken from getter or setter or from an `@property` annotation
* in the getters docblock if there is one defined.
*
* See https://github.com/yiisoft/yii2/wiki/Core-framework-code-style#documentation for details.
Expand Down

0 comments on commit 3f7779a

Please sign in to comment.