mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 14:57:23 +08:00
Merge pull request #326 from kachar/patch-1
Fix YiiRequirementChecker.php typo
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user