updated @property annotations

This commit is contained in:
Carsten Brandt
2014-03-11 16:21:25 +01:00
parent 7570afdeea
commit 40cb98bb02
16 changed files with 37 additions and 14 deletions

View File

@@ -18,6 +18,8 @@ use Yii;
* This command can render documentation stored as markdown files such as the yii guide
* or your own applications documentation setup.
*
* @author Carsten Brandt <mail@cebe.cc>
* @since 2.0
*/
class GuideController extends BaseController
{