Browse Source

Fix YiiRequirementChecker.php typo

tags/2.0.0-alpha
Ilko 12 years ago
parent
commit
254937b069
  1. 2
      yii/requirements/YiiRequirementChecker.php

2
yii/requirements/YiiRequirementChecker.php

@ -47,7 +47,7 @@ if (version_compare(PHP_VERSION, '4.3', '<')) {
* ~~~
*
* Note: this class definition does not match ordinary Yii style, because it should match PHP 4.3
* and should not use features from the older PHP version!
* and should not use features from newer PHP versions!
*
* @property array|null $result the check results, this property is for internal usage only.
*

Loading…
Cancel
Save