mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 06:17:56 +08:00
Merge pull request #10472 from thehereward/add-throws-tags-to-php-docs
Add @throws tags to PHPDocs.
This commit is contained in:
@@ -230,6 +230,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
|
||||
* @param Query $values
|
||||
* @param array $params
|
||||
* @return string SQL
|
||||
* @throws NotSupportedException
|
||||
*/
|
||||
protected function buildSubqueryInCondition($operator, $columns, $values, &$params)
|
||||
{
|
||||
|
||||
@@ -243,6 +243,7 @@ class Schema extends \yii\db\Schema
|
||||
/**
|
||||
* Collects the foreign key column details for the given table.
|
||||
* @param TableSchema $table the table metadata
|
||||
* @throws \Exception
|
||||
*/
|
||||
protected function findConstraints($table)
|
||||
{
|
||||
|
||||
@@ -315,6 +315,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
|
||||
* @param Query $values
|
||||
* @param array $params
|
||||
* @return string SQL
|
||||
* @throws NotSupportedException
|
||||
*/
|
||||
protected function buildSubqueryInCondition($operator, $columns, $values, &$params)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user