Skip to content

Commit

Permalink
never return
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Apr 25, 2020
1 parent b671e04 commit 193ebc5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ public function testGetDateTimeTypeDeclarationSql() : void

/**
* {@inheritDoc}
*
* @psalm-return array
*/
public function getCreateTableColumnCommentsSQL() : array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ public function testCreateTableColumnTypeComments() : void

/**
* @return string[]
*
* @psalm-return never-return
*/
public function getCreateTableColumnCommentsSQL() : array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ public function testModifyLimitQueryWithEmptyOffset() : void

/**
* {@inheritDoc}
*
* @psalm-return array
*/
public function getCreateTableColumnCommentsSQL() : array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ public function testAlterTableWithSchemaUpdateColumnComments() : void
* {@inheritDoc}
*
* @group DBAL-543
* @psalm-return array
*/
public function getCreateTableColumnCommentsSQL() : array
{
Expand Down
2 changes: 2 additions & 0 deletions tests/Doctrine/Tests/DBAL/Platforms/DB2PlatformTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ protected function getBitOrComparisonExpressionSql(string $value1, string $value

/**
* {@inheritDoc}
*
* @psalm-return array
*/
public function getCreateTableColumnCommentsSQL() : array
{
Expand Down
2 changes: 2 additions & 0 deletions tests/Doctrine/Tests/DBAL/Platforms/OraclePlatformTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ public function testGenerateTableWithAutoincrement() : void

/**
* {@inheritDoc}
*
* @psalm-return array
*/
public function getCreateTableColumnCommentsSQL() : array
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ protected function getQuotedColumnInPrimaryKeySQL() : array

/**
* {@inheritDoc}
*
* @psalm-return array
*/
public function getCreateTableColumnCommentsSQL() : array
{
Expand Down

0 comments on commit 193ebc5

Please sign in to comment.