Commit Graph

73 Commits

Author SHA1 Message Date
Alexander Mohorev
c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 2014-03-03 20:50:44 +03:00
Carsten Brandt
074ec7dd20 fixed exclude paths in phpdoc command
fixes #2184
2014-01-28 00:04:25 +01:00
John Was
62a7e397e0 fix the _only_ option in calls to FileHelper::findFiles() 2014-01-27 21:04:49 +01:00
Luciano Baraglia
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
Qiang Xue
135f06413a fixed phpdoc command.
fixed Markdown::process() to make it compatible with parent declaration.
2014-01-11 17:33:48 -05:00
Qiang Xue
ab47d58c69 path fixes. 2014-01-10 21:58:50 -05:00
Qiang Xue
03a88e4f38 Adjusted composer for faker extension. 2014-01-02 22:47:21 -05:00
Qiang Xue
943bf88904 doc fix. 2013-12-29 23:36:19 -05:00
Carsten Brandt
8be4f3778a updated properties of extensions 2013-11-25 15:33:59 +01:00
Carsten Brandt
913eb62294 updated phpdoc and fixed generator read/write-only annotation 2013-11-08 12:24:03 +01:00
Alexander Mohorev
51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 2013-10-28 23:51:48 +03:00
Alexander Makarov
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
Alexander Makarov
b873f9f242 Fixes #915: helper classes renamed again 2013-09-28 16:25:43 +04:00
Alexander Makarov
558f499439 Renamed YiiBase to AbstractYii 2013-09-28 02:50:33 +04:00
Carsten Brandt
91c16782ef finalized PhpDocController
- cleanup API and usage, add documetation link
- introduced @property feature in getter or setter which has precedence
  over @return or @param tag if present
2013-08-28 18:58:59 +02:00
Carsten Brandt
c582e589d2 added note about differing property types 2013-08-28 15:18:13 +02:00
Carsten Brandt
8366cb6e67 allow [] in property doc type 2013-08-28 14:54:00 +02:00
Carsten Brandt
6405c4f349 added proper word wrapping and note about read/writeonly properties 2013-08-28 14:40:31 +02:00
Carsten Brandt
f870162535 fixed indentation of PhpDocController and sort properties alphabetically 2013-08-28 12:09:04 +02:00
Carsten Brandt
1c9b9681a7 phpdoc command skip classes that do not extend Object 2013-08-28 11:59:34 +02:00
Carsten Brandt
df21e10c5d fixed postioning of property tags in php-doc command 2013-08-28 11:51:19 +02:00
Carsten Brandt
14181b2be0 Update PHPDoc command to update classfiles automatically 2013-08-28 11:36:25 +02:00
Carsten Brandt
fa2a48c684 ported @property phpdoc generator from yii 1.1
fixes #822
2013-08-28 07:29:59 +02:00