Skip to content

Commit

Permalink
Merge branch '3.9.x' into 4.2.x
Browse files Browse the repository at this point in the history
* 3.9.x:
  Remove broken links from php doc block (#6541)
  • Loading branch information
derrabus committed Oct 10, 2024
2 parents b4a1c16 + 61446f0 commit dadd353
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Schema/OracleSchemaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ protected function _getPortableTableDefinition(array $table): string

/**
* {@inheritDoc}
*
* @link http://ezcomponents.org/docs/api/trunk/DatabaseSchema/ezcDbSchemaPgsqlReader.html
*/
protected function _getPortableTableIndexesList(array $tableIndexes, string $tableName): array
{
Expand Down
2 changes: 0 additions & 2 deletions src/Schema/PostgreSQLSchemaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ protected function _getPortableTableDefinition(array $table): string

/**
* {@inheritDoc}
*
* @link http://ezcomponents.org/docs/api/trunk/DatabaseSchema/ezcDbSchemaPgsqlReader.html
*/
protected function _getPortableTableIndexesList(array $tableIndexes, string $tableName): array
{
Expand Down
2 changes: 0 additions & 2 deletions src/Schema/SQLiteSchemaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ protected function _getPortableTableDefinition(array $table): string

/**
* {@inheritDoc}
*
* @link http://ezcomponents.org/docs/api/trunk/DatabaseSchema/ezcDbSchemaPgsqlReader.html
*/
protected function _getPortableTableIndexesList(array $tableIndexes, string $tableName): array
{
Expand Down

0 comments on commit dadd353

Please sign in to comment.