Skip to content

Commit

Permalink
Remove broken links from php doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
abuhamza authored and derrabus committed Oct 10, 2024
1 parent f1d0dbc commit 1eda573
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 @@ -107,8 +107,6 @@ protected function _getPortableTableDefinition($table)

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

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

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

0 comments on commit 1eda573

Please sign in to comment.