Merge pull request #326 from kachar/patch-1

Fix YiiRequirementChecker.php typo
This commit is contained in:
Paul Klimov
2013-05-21 01:48:54 -07:00

View File

@@ -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.
*