Commit 370b0564 by Qiang Xue

doc fix.

parent c239afbf
......@@ -117,7 +117,8 @@ class YiiRequirementChecker
/**
* Return the check results.
* @return array|null check results in format:
* <code>
*
* ```php
* array(
* 'summary' => array(
* 'total' => total number of checks,
......@@ -133,7 +134,7 @@ class YiiRequirementChecker
* ...
* ),
* )
* </code>
* ```
*/
function getResult()
{
......
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