Commit b147e651 by Qiang Xue

minor CS fixes [skip ci]

parent dca2a84c
......@@ -52,10 +52,10 @@ class Schema extends \yii\db\Schema
// does nothing as Oracle does not support this
}
/**
* @inheritdoc
*/
public function quoteSimpleTableName($name)
/**
* @inheritdoc
*/
public function quoteSimpleTableName($name)
{
return strpos($name, '"') !== false ? $name : '"' . $name . '"';
}
......
......@@ -99,7 +99,7 @@ class LinkPager extends Widget
*/
public $registerLinkTags = false;
/**
* @var boolean Hide widget when only one page exist. Defaults to `false`.
* @var boolean Hide widget when only one page exist.
*/
public $hideOnSinglePage = true;
......
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