Commit a94b2778 by AlexGx

fix phpDoc LuaScriptBuilder build @throws

parent 61b64d75
...@@ -133,6 +133,7 @@ class LuaScriptBuilder extends \yii\base\Object ...@@ -133,6 +133,7 @@ class LuaScriptBuilder extends \yii\base\Object
* @param ActiveQuery $query the query used to build the script * @param ActiveQuery $query the query used to build the script
* @param string $buildResult the lua script for building the result * @param string $buildResult the lua script for building the result
* @param string $return the lua variable that should be returned * @param string $return the lua variable that should be returned
* @throws yii\base\NotSupportedException when query contains unsupported order by condition
* @return string * @return string
*/ */
private function build($query, $buildResult, $return) private function build($query, $buildResult, $return)
......
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