Skip to content

Commit 61446f0

Browse files
authored
Remove broken links from php doc block (#6541)
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | #6538
1 parent f1d0dbc commit 61446f0

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

src/Platforms/OraclePlatform.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,6 @@ protected function _getCreateTableSQL($name, array $columns, array $options = []
473473
* @deprecated The SQL used for schema introspection is an implementation detail and should not be relied upon.
474474
*
475475
* {@inheritDoc}
476-
*
477-
* @link http://ezcomponents.org/docs/api/trunk/DatabaseSchema/ezcDbSchemaOracleReader.html
478476
*/
479477
public function getListTableIndexesSQL($table, $database = null)
480478
{

src/Platforms/PostgreSQLPlatform.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,6 @@ public function getListTableConstraintsSQL($table)
405405
* @deprecated The SQL used for schema introspection is an implementation detail and should not be relied upon.
406406
*
407407
* {@inheritDoc}
408-
*
409-
* @link http://ezcomponents.org/docs/api/trunk/DatabaseSchema/ezcDbSchemaPgsqlReader.html
410408
*/
411409
public function getListTableIndexesSQL($table, $database = null)
412410
{

src/Schema/OracleSchemaManager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ protected function _getPortableTableDefinition($table)
107107

108108
/**
109109
* {@inheritDoc}
110-
*
111-
* @link http://ezcomponents.org/docs/api/trunk/DatabaseSchema/ezcDbSchemaPgsqlReader.html
112110
*/
113111
protected function _getPortableTableIndexesList($tableIndexes, $tableName = null)
114112
{

src/Schema/PostgreSQLSchemaManager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,6 @@ protected function _getPortableTableDefinition($table)
287287

288288
/**
289289
* {@inheritDoc}
290-
*
291-
* @link http://ezcomponents.org/docs/api/trunk/DatabaseSchema/ezcDbSchemaPgsqlReader.html
292290
*/
293291
protected function _getPortableTableIndexesList($tableIndexes, $tableName = null)
294292
{

src/Schema/SqliteSchemaManager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ protected function _getPortableTableDefinition($table)
222222

223223
/**
224224
* {@inheritDoc}
225-
*
226-
* @link http://ezcomponents.org/docs/api/trunk/DatabaseSchema/ezcDbSchemaPgsqlReader.html
227225
*/
228226
protected function _getPortableTableIndexesList($tableIndexes, $tableName = null)
229227
{

0 commit comments

Comments
 (0)