Commit b25f1f65 by Qiang Xue

added more ignores.

parent 1e754273
...@@ -140,7 +140,7 @@ class LuaScriptBuilder extends \yii\base\Object ...@@ -140,7 +140,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 * @throws 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