Browse Source

Fixed typo in phpdoc

tags/2.0.2
Veaceslav Medvedev 10 years ago
parent
commit
89406502ad
  1. 2
      framework/db/ActiveQuery.php

2
framework/db/ActiveQuery.php

@ -98,7 +98,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
/** /**
* Constructor. * Constructor.
* @param array $modelClass the model class associated with this query * @param string $modelClass the model class associated with this query
* @param array $config configurations to be applied to the newly created query object * @param array $config configurations to be applied to the newly created query object
*/ */
public function __construct($modelClass, $config = []) public function __construct($modelClass, $config = [])

Loading…
Cancel
Save