Commit 370b0564 by Qiang Xue

doc fix.

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