Commit 254937b0 by Ilko

Fix YiiRequirementChecker.php typo

parent ff386fc4
...@@ -47,7 +47,7 @@ if (version_compare(PHP_VERSION, '4.3', '<')) { ...@@ -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 * 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. * @property array|null $result the check results, this property is for internal usage only.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment