Correction of many errors code inspection.

Adjustments code according to the standards.
Adding missing PHPDoc comment.
This commit is contained in:
Thiago Talma
2014-04-16 19:29:07 -03:00
parent 664d2aa007
commit c1445871f4
24 changed files with 127 additions and 61 deletions

View File

@ -15,6 +15,8 @@ namespace yii\base;
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*
* @property array $data
*/
trait ArrayAccessTrait
{