From 72b4e777543e19a67c9b94edb3f23d7b3e523be5 Mon Sep 17 00:00:00 2001 From: Sergei Morozov Date: Sun, 7 Oct 2018 14:30:03 -0700 Subject: [PATCH] Removed link to www.doctrine-project.org from doc blocks --- bin/doctrine-dbal.php | 17 ----------------- lib/Doctrine/DBAL/Connection.php | 2 -- lib/Doctrine/DBAL/ConnectionException.php | 3 --- lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php | 2 -- .../DBAL/Driver/AbstractDriverException.php | 2 -- .../DBAL/Driver/AbstractMySQLDriver.php | 2 -- .../DBAL/Driver/AbstractOracleDriver.php | 2 -- .../DBAL/Driver/AbstractPostgreSQLDriver.php | 2 -- .../DBAL/Driver/AbstractSQLAnywhereDriver.php | 2 -- .../DBAL/Driver/AbstractSQLServerDriver.php | 2 -- .../DBAL/Driver/AbstractSQLiteDriver.php | 2 -- lib/Doctrine/DBAL/Driver/DriverException.php | 2 -- .../DBAL/Driver/ExceptionConverterDriver.php | 2 -- lib/Doctrine/DBAL/Driver/PDOException.php | 2 -- lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php | 2 -- .../DBAL/Driver/PingableConnection.php | 2 -- .../DBAL/Driver/SQLAnywhere/Driver.php | 2 -- .../SQLAnywhere/SQLAnywhereConnection.php | 2 -- .../SQLAnywhere/SQLAnywhereException.php | 2 -- .../SQLAnywhere/SQLAnywhereStatement.php | 2 -- .../DBAL/Driver/ServerInfoAwareConnection.php | 2 -- lib/Doctrine/DBAL/Driver/Statement.php | 2 -- .../DBAL/Event/ConnectionEventArgs.php | 2 -- .../DBAL/Event/Listeners/MysqlSessionInit.php | 2 -- .../DBAL/Event/Listeners/OracleSessionInit.php | 2 -- .../DBAL/Event/Listeners/SQLSessionInit.php | 2 -- .../SchemaAlterTableAddColumnEventArgs.php | 2 -- .../SchemaAlterTableChangeColumnEventArgs.php | 2 -- .../DBAL/Event/SchemaAlterTableEventArgs.php | 2 -- .../SchemaAlterTableRemoveColumnEventArgs.php | 2 -- .../SchemaAlterTableRenameColumnEventArgs.php | 2 -- .../Event/SchemaColumnDefinitionEventArgs.php | 2 -- .../Event/SchemaCreateTableColumnEventArgs.php | 2 -- .../DBAL/Event/SchemaCreateTableEventArgs.php | 2 -- .../DBAL/Event/SchemaDropTableEventArgs.php | 2 -- lib/Doctrine/DBAL/Event/SchemaEventArgs.php | 2 -- .../Event/SchemaIndexDefinitionEventArgs.php | 2 -- .../DBAL/Exception/ConnectionException.php | 2 -- .../Exception/ConstraintViolationException.php | 2 -- .../DatabaseObjectExistsException.php | 2 -- .../DatabaseObjectNotFoundException.php | 2 -- .../DBAL/Exception/DeadlockException.php | 2 -- .../DBAL/Exception/DriverException.php | 2 -- .../ForeignKeyConstraintViolationException.php | 2 -- .../Exception/InvalidArgumentException.php | 2 -- .../Exception/InvalidFieldNameException.php | 2 -- .../Exception/LockWaitTimeoutException.php | 2 -- .../Exception/NonUniqueFieldNameException.php | 2 -- .../NotNullConstraintViolationException.php | 2 -- .../DBAL/Exception/ReadOnlyException.php | 2 -- .../DBAL/Exception/RetryableException.php | 2 -- .../DBAL/Exception/ServerException.php | 2 -- .../DBAL/Exception/SyntaxErrorException.php | 2 -- .../DBAL/Exception/TableExistsException.php | 2 -- .../DBAL/Exception/TableNotFoundException.php | 2 -- .../UniqueConstraintViolationException.php | 2 -- lib/Doctrine/DBAL/LockMode.php | 2 -- lib/Doctrine/DBAL/Logging/DebugStack.php | 2 -- lib/Doctrine/DBAL/Logging/EchoSQLLogger.php | 2 -- lib/Doctrine/DBAL/Logging/LoggerChain.php | 2 -- lib/Doctrine/DBAL/Logging/SQLLogger.php | 2 -- .../DBAL/Platforms/AbstractPlatform.php | 4 +--- .../DBAL/Platforms/Keywords/DB2Keywords.php | 2 -- .../DBAL/Platforms/Keywords/KeywordList.php | 2 -- .../Platforms/Keywords/MySQL57Keywords.php | 2 -- .../Platforms/Keywords/MySQL80Keywords.php | 2 -- .../DBAL/Platforms/Keywords/MySQLKeywords.php | 2 -- .../DBAL/Platforms/Keywords/OracleKeywords.php | 2 -- .../Keywords/PostgreSQL91Keywords.php | 2 -- .../Keywords/PostgreSQL92Keywords.php | 2 -- .../Keywords/PostgreSQL94Keywords.php | 2 -- .../Platforms/Keywords/PostgreSQLKeywords.php | 2 -- .../DBAL/Platforms/Keywords/SQLiteKeywords.php | 2 -- .../DBAL/Platforms/MariaDb1027Platform.php | 2 -- .../DBAL/Platforms/MySQL57Platform.php | 2 -- .../DBAL/Platforms/MySQL80Platform.php | 2 -- .../DBAL/Platforms/PostgreSQL91Platform.php | 2 -- .../DBAL/Platforms/PostgreSQL92Platform.php | 2 -- .../DBAL/Platforms/PostgreSQL94Platform.php | 2 -- .../DBAL/Platforms/SQLAnywhere11Platform.php | 2 -- .../DBAL/Platforms/SQLAnywhere12Platform.php | 2 -- .../DBAL/Platforms/SQLAnywhere16Platform.php | 2 -- .../DBAL/Platforms/SQLAnywherePlatform.php | 2 -- lib/Doctrine/DBAL/Portability/Connection.php | 2 -- lib/Doctrine/DBAL/Portability/Statement.php | 2 -- .../Query/Expression/CompositeExpression.php | 2 -- .../Query/Expression/ExpressionBuilder.php | 2 -- lib/Doctrine/DBAL/Query/QueryBuilder.php | 2 -- lib/Doctrine/DBAL/SQLParserUtils.php | 2 -- lib/Doctrine/DBAL/SQLParserUtilsException.php | 2 -- lib/Doctrine/DBAL/Schema/AbstractAsset.php | 2 -- lib/Doctrine/DBAL/Schema/Column.php | 2 -- lib/Doctrine/DBAL/Schema/ColumnDiff.php | 2 -- lib/Doctrine/DBAL/Schema/Comparator.php | 2 -- lib/Doctrine/DBAL/Schema/Constraint.php | 2 -- lib/Doctrine/DBAL/Schema/DB2SchemaManager.php | 2 -- .../DBAL/Schema/ForeignKeyConstraint.php | 2 -- lib/Doctrine/DBAL/Schema/Identifier.php | 2 -- .../DBAL/Schema/SQLAnywhereSchemaManager.php | 2 -- lib/Doctrine/DBAL/Schema/Schema.php | 2 -- lib/Doctrine/DBAL/Schema/SchemaConfig.php | 2 -- lib/Doctrine/DBAL/Schema/SchemaDiff.php | 2 -- lib/Doctrine/DBAL/Schema/Sequence.php | 2 -- lib/Doctrine/DBAL/Schema/Table.php | 2 -- lib/Doctrine/DBAL/Schema/TableDiff.php | 2 -- lib/Doctrine/DBAL/Schema/View.php | 2 -- .../Schema/Visitor/DropSchemaSqlCollector.php | 2 -- .../DBAL/Schema/Visitor/NamespaceVisitor.php | 2 -- .../DBAL/Schema/Visitor/SchemaDiffVisitor.php | 2 -- lib/Doctrine/DBAL/Schema/Visitor/Visitor.php | 2 -- .../Tools/Console/Command/ImportCommand.php | 2 -- .../Tools/Console/Command/RunSqlCommand.php | 2 -- .../Tools/Console/Helper/ConnectionHelper.php | 2 -- .../DBAL/Types/ConversionException.php | 9 +++------ lib/Doctrine/DBAL/Types/DateTimeTzType.php | 2 -- lib/Doctrine/DBAL/Types/VarDateTimeType.php | 2 -- lib/Doctrine/DBAL/Version.php | 2 -- .../DBAL/VersionAwarePlatformDriver.php | 2 -- .../Tests/DBAL/Schema/ComparatorTest.php | 3 --- .../DBAL/Sharding/PoolingShardManagerTest.php | 18 +----------------- 120 files changed, 5 insertions(+), 277 deletions(-) diff --git a/bin/doctrine-dbal.php b/bin/doctrine-dbal.php index f785c1b12a2..f3e064ffd62 100644 --- a/bin/doctrine-dbal.php +++ b/bin/doctrine-dbal.php @@ -1,21 +1,4 @@ . - */ use Doctrine\DBAL\Tools\Console\ConsoleRunner; use Symfony\Component\Console\Helper\HelperSet; diff --git a/lib/Doctrine/DBAL/Connection.php b/lib/Doctrine/DBAL/Connection.php index afe4382b6de..85761fcca9b 100644 --- a/lib/Doctrine/DBAL/Connection.php +++ b/lib/Doctrine/DBAL/Connection.php @@ -34,8 +34,6 @@ * A wrapper around a Doctrine\DBAL\Driver\Connection that adds features like * events, transaction isolation levels, configuration, emulated transaction nesting, * lazy connecting and more. - * - * @link www.doctrine-project.org */ class Connection implements DriverConnection { diff --git a/lib/Doctrine/DBAL/ConnectionException.php b/lib/Doctrine/DBAL/ConnectionException.php index 3d9c841bec8..d3d11bc6743 100644 --- a/lib/Doctrine/DBAL/ConnectionException.php +++ b/lib/Doctrine/DBAL/ConnectionException.php @@ -2,9 +2,6 @@ namespace Doctrine\DBAL; -/** - * @link www.doctrine-project.org - */ class ConnectionException extends DBALException { /** diff --git a/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php b/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php index a58fc339802..c6e0565343a 100644 --- a/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php +++ b/lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php @@ -9,8 +9,6 @@ /** * Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for IBM DB2 based drivers. - * - * @link www.doctrine-project.org */ abstract class AbstractDB2Driver implements Driver { diff --git a/lib/Doctrine/DBAL/Driver/AbstractDriverException.php b/lib/Doctrine/DBAL/Driver/AbstractDriverException.php index b42159181b3..d9af92d1744 100644 --- a/lib/Doctrine/DBAL/Driver/AbstractDriverException.php +++ b/lib/Doctrine/DBAL/Driver/AbstractDriverException.php @@ -6,8 +6,6 @@ /** * Abstract base implementation of the {@link DriverException} interface. - * - * @link www.doctrine-project.org */ abstract class AbstractDriverException extends Exception implements DriverException { diff --git a/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php b/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php index 97d97b57d62..c46ddc63dd7 100644 --- a/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php +++ b/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php @@ -18,8 +18,6 @@ /** * Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for MySQL based drivers. - * - * @link www.doctrine-project.org */ abstract class AbstractMySQLDriver implements Driver, ExceptionConverterDriver, VersionAwarePlatformDriver { diff --git a/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php b/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php index cda69bb29aa..dcbaaf097f7 100644 --- a/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php +++ b/lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php @@ -11,8 +11,6 @@ /** * Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for Oracle based drivers. - * - * @link www.doctrine-project.org */ abstract class AbstractOracleDriver implements Driver, ExceptionConverterDriver { diff --git a/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php b/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php index bab33e0f95f..916d924980c 100644 --- a/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php +++ b/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php @@ -19,8 +19,6 @@ /** * Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for PostgreSQL based drivers. - * - * @link www.doctrine-project.org */ abstract class AbstractPostgreSQLDriver implements Driver, ExceptionConverterDriver, VersionAwarePlatformDriver { diff --git a/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php b/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php index 2d5d196238a..88f26ce7def 100644 --- a/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php +++ b/lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php @@ -17,8 +17,6 @@ /** * Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for SAP Sybase SQL Anywhere based drivers. - * - * @link www.doctrine-project.org */ abstract class AbstractSQLAnywhereDriver implements Driver, ExceptionConverterDriver, VersionAwarePlatformDriver { diff --git a/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php b/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php index c3e6c450f12..421d82b3951 100644 --- a/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php +++ b/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php @@ -16,8 +16,6 @@ /** * Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for Microsoft SQL Server based drivers. - * - * @link www.doctrine-project.org */ abstract class AbstractSQLServerDriver implements Driver, VersionAwarePlatformDriver { diff --git a/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php b/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php index a5a22b12ea9..582f7cae20a 100644 --- a/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php +++ b/lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php @@ -11,8 +11,6 @@ /** * Abstract base implementation of the {@link Doctrine\DBAL\Driver} interface for SQLite based drivers. - * - * @link www.doctrine-project.org */ abstract class AbstractSQLiteDriver implements Driver, ExceptionConverterDriver { diff --git a/lib/Doctrine/DBAL/Driver/DriverException.php b/lib/Doctrine/DBAL/Driver/DriverException.php index d23cc3f3081..79480ac72be 100644 --- a/lib/Doctrine/DBAL/Driver/DriverException.php +++ b/lib/Doctrine/DBAL/Driver/DriverException.php @@ -9,8 +9,6 @@ * * Driver exceptions provide the SQLSTATE of the driver * and the driver specific error code at the time the error occurred. - * - * @link www.doctrine-project.org */ interface DriverException extends Throwable { diff --git a/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php b/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php index fd594c2ad79..9b79e240c4e 100644 --- a/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php +++ b/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php @@ -4,8 +4,6 @@ /** * Contract for a driver that is capable of converting DBAL driver exceptions into standardized DBAL driver exceptions. - * - * @link www.doctrine-project.org */ interface ExceptionConverterDriver { diff --git a/lib/Doctrine/DBAL/Driver/PDOException.php b/lib/Doctrine/DBAL/Driver/PDOException.php index ee677e3832b..277d7a62500 100644 --- a/lib/Doctrine/DBAL/Driver/PDOException.php +++ b/lib/Doctrine/DBAL/Driver/PDOException.php @@ -4,8 +4,6 @@ /** * Tiny wrapper for PDOException instances to implement the {@link DriverException} interface. - * - * @link www.doctrine-project.org */ class PDOException extends \PDOException implements DriverException { diff --git a/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php b/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php index efd4269cbb2..4291e1e17f0 100644 --- a/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php +++ b/lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php @@ -7,8 +7,6 @@ /** * Driver for the PDO IBM extension. - * - * @link www.doctrine-project.org */ class Driver extends AbstractDB2Driver { diff --git a/lib/Doctrine/DBAL/Driver/PingableConnection.php b/lib/Doctrine/DBAL/Driver/PingableConnection.php index 8586bce2239..06bfb9a7f26 100644 --- a/lib/Doctrine/DBAL/Driver/PingableConnection.php +++ b/lib/Doctrine/DBAL/Driver/PingableConnection.php @@ -4,8 +4,6 @@ /** * An interface for connections which support a "native" ping method. - * - * @link www.doctrine-project.org */ interface PingableConnection { diff --git a/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php b/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php index d4b73a4723c..294d5c7a5e9 100644 --- a/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php +++ b/lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php @@ -10,8 +10,6 @@ /** * A Doctrine DBAL driver for the SAP Sybase SQL Anywhere PHP extension. - * - * @link www.doctrine-project.org */ class Driver extends AbstractSQLAnywhereDriver { diff --git a/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php b/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php index 8e977e2d077..00295a2af1a 100644 --- a/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php +++ b/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php @@ -25,8 +25,6 @@ /** * SAP Sybase SQL Anywhere implementation of the Connection interface. - * - * @link www.doctrine-project.org */ class SQLAnywhereConnection implements Connection, ServerInfoAwareConnection { diff --git a/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php b/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php index dfe9187bb93..9f8aac0608d 100644 --- a/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php +++ b/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php @@ -13,8 +13,6 @@ /** * SAP Sybase SQL Anywhere driver exception. - * - * @link www.doctrine-project.org */ class SQLAnywhereException extends AbstractDriverException { diff --git a/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php b/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php index 5290509fef5..0ed2d454624 100644 --- a/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php +++ b/lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php @@ -38,8 +38,6 @@ /** * SAP SQL Anywhere implementation of the Statement interface. - * - * @link www.doctrine-project.org */ class SQLAnywhereStatement implements IteratorAggregate, Statement { diff --git a/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php b/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php index 35bf9ebd094..c97a60fa356 100644 --- a/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php +++ b/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php @@ -4,8 +4,6 @@ /** * Contract for a connection that is able to provide information about the server it is connected to. - * - * @link www.doctrine-project.org */ interface ServerInfoAwareConnection { diff --git a/lib/Doctrine/DBAL/Driver/Statement.php b/lib/Doctrine/DBAL/Driver/Statement.php index 3bfeb6a4c42..a3ea74a4df5 100644 --- a/lib/Doctrine/DBAL/Driver/Statement.php +++ b/lib/Doctrine/DBAL/Driver/Statement.php @@ -9,8 +9,6 @@ * Drivers must implement this interface. * * This resembles (a subset of) the PDOStatement interface. - * - * @link www.doctrine-project.org */ interface Statement extends ResultStatement { diff --git a/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php b/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php index 07620e9e40d..bb0ca886d99 100644 --- a/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php +++ b/lib/Doctrine/DBAL/Event/ConnectionEventArgs.php @@ -10,8 +10,6 @@ /** * Event Arguments used when a Driver connection is established inside Doctrine\DBAL\Connection. - * - * @link www.doctrine-project.org */ class ConnectionEventArgs extends EventArgs { diff --git a/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php b/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php index 53bc6e36479..9e722904050 100644 --- a/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php +++ b/lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php @@ -10,8 +10,6 @@ * MySQL Session Init Event Subscriber which allows to set the Client Encoding of the Connection. * * @deprecated Use "charset" option to PDO MySQL Connection instead. - * - * @link www.doctrine-project.org */ class MysqlSessionInit implements EventSubscriber { diff --git a/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php b/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php index e694432600b..19f2b3fd335 100644 --- a/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php +++ b/lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php @@ -20,8 +20,6 @@ * NLS_DATE_FORMAT="YYYY-MM-DD HH24:MI:SS" * NLS_TIMESTAMP_FORMAT="YYYY-MM-DD HH24:MI:SS" * NLS_TIMESTAMP_TZ_FORMAT="YYYY-MM-DD HH24:MI:SS TZH:TZM" - * - * @link www.doctrine-project.org */ class OracleSessionInit implements EventSubscriber { diff --git a/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php b/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php index 8b25489ca7f..ea63cab43d7 100644 --- a/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php +++ b/lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php @@ -8,8 +8,6 @@ /** * Session init listener for executing a single SQL statement right after a connection is opened. - * - * @link www.doctrine-project.org */ class SQLSessionInit implements EventSubscriber { diff --git a/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php index 8ec240a50d8..2f9edfea688 100644 --- a/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaAlterTableAddColumnEventArgs.php @@ -10,8 +10,6 @@ /** * Event Arguments used when SQL queries for adding table columns are generated inside Doctrine\DBAL\Platform\*Platform. - * - * @link www.doctrine-project.org */ class SchemaAlterTableAddColumnEventArgs extends SchemaEventArgs { diff --git a/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php index c1283471c2a..55661d5d307 100644 --- a/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php @@ -10,8 +10,6 @@ /** * Event Arguments used when SQL queries for changing table columns are generated inside Doctrine\DBAL\Platform\*Platform. - * - * @link www.doctrine-project.org */ class SchemaAlterTableChangeColumnEventArgs extends SchemaEventArgs { diff --git a/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php index de6af93f44e..8f5f0ecf563 100644 --- a/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php @@ -9,8 +9,6 @@ /** * Event Arguments used when SQL queries for creating tables are generated inside Doctrine\DBAL\Platform\*Platform. - * - * @link www.doctrine-project.org */ class SchemaAlterTableEventArgs extends SchemaEventArgs { diff --git a/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php index ac57c8c3be6..1bc9f590187 100644 --- a/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php @@ -10,8 +10,6 @@ /** * Event Arguments used when SQL queries for removing table columns are generated inside Doctrine\DBAL\Platform\*Platform. - * - * @link www.doctrine-project.org */ class SchemaAlterTableRemoveColumnEventArgs extends SchemaEventArgs { diff --git a/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php index 74f7022becb..911ea8b4ab6 100644 --- a/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php @@ -10,8 +10,6 @@ /** * Event Arguments used when SQL queries for renaming table columns are generated inside Doctrine\DBAL\Platform\*Platform. - * - * @link www.doctrine-project.org */ class SchemaAlterTableRenameColumnEventArgs extends SchemaEventArgs { diff --git a/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php index 906ba1d3487..19d9f93a329 100644 --- a/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php @@ -8,8 +8,6 @@ /** * Event Arguments used when the portable column definition is generated inside Doctrine\DBAL\Schema\AbstractSchemaManager. - * - * @link www.doctrine-project.org */ class SchemaColumnDefinitionEventArgs extends SchemaEventArgs { diff --git a/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php index 5e1d9afe0df..9d24b8b9049 100644 --- a/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php @@ -10,8 +10,6 @@ /** * Event Arguments used when SQL queries for creating table columns are generated inside Doctrine\DBAL\Platform\AbstractPlatform. - * - * @link www.doctrine-project.org */ class SchemaCreateTableColumnEventArgs extends SchemaEventArgs { diff --git a/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php index fc8ab830460..538617cc328 100644 --- a/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php @@ -10,8 +10,6 @@ /** * Event Arguments used when SQL queries for creating tables are generated inside Doctrine\DBAL\Platform\AbstractPlatform. - * - * @link www.doctrine-project.org */ class SchemaCreateTableEventArgs extends SchemaEventArgs { diff --git a/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php index 97888b3f60a..900b9fbfd71 100644 --- a/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php @@ -9,8 +9,6 @@ /** * Event Arguments used when the SQL query for dropping tables are generated inside Doctrine\DBAL\Platform\AbstractPlatform. - * - * @link www.doctrine-project.org */ class SchemaDropTableEventArgs extends SchemaEventArgs { diff --git a/lib/Doctrine/DBAL/Event/SchemaEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaEventArgs.php index 30e1e65e24e..0db0689c5ad 100644 --- a/lib/Doctrine/DBAL/Event/SchemaEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaEventArgs.php @@ -6,8 +6,6 @@ /** * Base class for schema related events. - * - * @link www.doctrine-project.org */ class SchemaEventArgs extends EventArgs { diff --git a/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php index f89864158ce..317f352b87a 100644 --- a/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php @@ -8,8 +8,6 @@ /** * Event Arguments used when the portable index definition is generated inside Doctrine\DBAL\Schema\AbstractSchemaManager. - * - * @link www.doctrine-project.org */ class SchemaIndexDefinitionEventArgs extends SchemaEventArgs { diff --git a/lib/Doctrine/DBAL/Exception/ConnectionException.php b/lib/Doctrine/DBAL/Exception/ConnectionException.php index 3b17d09d52a..e96a29191e4 100644 --- a/lib/Doctrine/DBAL/Exception/ConnectionException.php +++ b/lib/Doctrine/DBAL/Exception/ConnectionException.php @@ -4,8 +4,6 @@ /** * Base class for all connection related errors detected in the driver. - * - * @link www.doctrine-project.org */ class ConnectionException extends DriverException { diff --git a/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php b/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php index ed7865a998d..3959f39af95 100644 --- a/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php +++ b/lib/Doctrine/DBAL/Exception/ConstraintViolationException.php @@ -4,8 +4,6 @@ /** * Base class for all constraint violation related errors detected in the driver. - * - * @link www.doctrine-project.org */ class ConstraintViolationException extends ServerException { diff --git a/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php b/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php index e1932de88a3..7e0ba0299e9 100644 --- a/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php +++ b/lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php @@ -8,8 +8,6 @@ * A database object is considered any asset that can be created in a database * such as schemas, tables, views, sequences, triggers, constraints, indexes, * functions, stored procedures etc. - * - * @link www.doctrine-project.org */ class DatabaseObjectExistsException extends ServerException { diff --git a/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php b/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php index 4b0f96b5cf6..3342bce8d58 100644 --- a/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php +++ b/lib/Doctrine/DBAL/Exception/DatabaseObjectNotFoundException.php @@ -8,8 +8,6 @@ * A database object is considered any asset that can be created in a database * such as schemas, tables, views, sequences, triggers, constraints, indexes, * functions, stored procedures etc. - * - * @link www.doctrine-project.org */ class DatabaseObjectNotFoundException extends ServerException { diff --git a/lib/Doctrine/DBAL/Exception/DeadlockException.php b/lib/Doctrine/DBAL/Exception/DeadlockException.php index 95ba4467f1c..fd0550a56b0 100644 --- a/lib/Doctrine/DBAL/Exception/DeadlockException.php +++ b/lib/Doctrine/DBAL/Exception/DeadlockException.php @@ -4,8 +4,6 @@ /** * Exception for a deadlock error of a transaction detected in the driver. - * - * @link www.doctrine-project.org */ class DeadlockException extends ServerException implements RetryableException { diff --git a/lib/Doctrine/DBAL/Exception/DriverException.php b/lib/Doctrine/DBAL/Exception/DriverException.php index 69fb4dafdee..d3753329882 100644 --- a/lib/Doctrine/DBAL/Exception/DriverException.php +++ b/lib/Doctrine/DBAL/Exception/DriverException.php @@ -7,8 +7,6 @@ /** * Base class for all errors detected in the driver. - * - * @link www.doctrine-project.org */ class DriverException extends DBALException { diff --git a/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php b/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php index ba60e1c93c0..48d736f9e28 100644 --- a/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php +++ b/lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php @@ -4,8 +4,6 @@ /** * Exception for a foreign key constraint violation detected in the driver. - * - * @link www.doctrine-project.org */ class ForeignKeyConstraintViolationException extends ConstraintViolationException { diff --git a/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php b/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php index 8363d172266..5d431e6031d 100644 --- a/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php +++ b/lib/Doctrine/DBAL/Exception/InvalidArgumentException.php @@ -6,8 +6,6 @@ /** * Exception to be thrown when invalid arguments are passed to any DBAL API - * - * @link www.doctrine-project.org */ class InvalidArgumentException extends DBALException { diff --git a/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php b/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php index a35f3e7dc29..d960feaf869 100644 --- a/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php +++ b/lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php @@ -4,8 +4,6 @@ /** * Exception for an invalid specified field name in a statement detected in the driver. - * - * @link www.doctrine-project.org */ class InvalidFieldNameException extends ServerException { diff --git a/lib/Doctrine/DBAL/Exception/LockWaitTimeoutException.php b/lib/Doctrine/DBAL/Exception/LockWaitTimeoutException.php index c26b59fc676..bfc3a498a3c 100644 --- a/lib/Doctrine/DBAL/Exception/LockWaitTimeoutException.php +++ b/lib/Doctrine/DBAL/Exception/LockWaitTimeoutException.php @@ -4,8 +4,6 @@ /** * Exception for a lock wait timeout error of a transaction detected in the driver. - * - * @link www.doctrine-project.org */ class LockWaitTimeoutException extends ServerException implements RetryableException { diff --git a/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php b/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php index cde6f2bf860..fd56f89691f 100644 --- a/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php +++ b/lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php @@ -4,8 +4,6 @@ /** * Exception for a non-unique/ambiguous specified field name in a statement detected in the driver. - * - * @link www.doctrine-project.org */ class NonUniqueFieldNameException extends ServerException { diff --git a/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php b/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php index 235239a6163..e327bc94d4d 100644 --- a/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php +++ b/lib/Doctrine/DBAL/Exception/NotNullConstraintViolationException.php @@ -4,8 +4,6 @@ /** * Exception for a NOT NULL constraint violation detected in the driver. - * - * @link www.doctrine-project.org */ class NotNullConstraintViolationException extends ConstraintViolationException { diff --git a/lib/Doctrine/DBAL/Exception/ReadOnlyException.php b/lib/Doctrine/DBAL/Exception/ReadOnlyException.php index cd8f2c757f7..a846f2501c8 100644 --- a/lib/Doctrine/DBAL/Exception/ReadOnlyException.php +++ b/lib/Doctrine/DBAL/Exception/ReadOnlyException.php @@ -4,8 +4,6 @@ /** * Exception for a write operation attempt on a read-only database element detected in the driver. - * - * @link www.doctrine-project.org */ class ReadOnlyException extends ServerException { diff --git a/lib/Doctrine/DBAL/Exception/RetryableException.php b/lib/Doctrine/DBAL/Exception/RetryableException.php index b84863fcb61..e1ccd02ffd9 100644 --- a/lib/Doctrine/DBAL/Exception/RetryableException.php +++ b/lib/Doctrine/DBAL/Exception/RetryableException.php @@ -4,8 +4,6 @@ /** * Marker interface for all exceptions where retrying the transaction makes sense. - * - * @link www.doctrine-project.org */ interface RetryableException { diff --git a/lib/Doctrine/DBAL/Exception/ServerException.php b/lib/Doctrine/DBAL/Exception/ServerException.php index 30c8288fc7e..c88c3863b62 100644 --- a/lib/Doctrine/DBAL/Exception/ServerException.php +++ b/lib/Doctrine/DBAL/Exception/ServerException.php @@ -4,8 +4,6 @@ /** * Base class for all server related errors detected in the driver. - * - * @link www.doctrine-project.org */ class ServerException extends DriverException { diff --git a/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php b/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php index 2dedd689b7a..0b413b71971 100644 --- a/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php +++ b/lib/Doctrine/DBAL/Exception/SyntaxErrorException.php @@ -4,8 +4,6 @@ /** * Exception for a syntax error in a statement detected in the driver. - * - * @link www.doctrine-project.org */ class SyntaxErrorException extends ServerException { diff --git a/lib/Doctrine/DBAL/Exception/TableExistsException.php b/lib/Doctrine/DBAL/Exception/TableExistsException.php index 93405890d4f..ff0df89afac 100644 --- a/lib/Doctrine/DBAL/Exception/TableExistsException.php +++ b/lib/Doctrine/DBAL/Exception/TableExistsException.php @@ -4,8 +4,6 @@ /** * Exception for an already existing table referenced in a statement detected in the driver. - * - * @link www.doctrine-project.org */ class TableExistsException extends DatabaseObjectExistsException { diff --git a/lib/Doctrine/DBAL/Exception/TableNotFoundException.php b/lib/Doctrine/DBAL/Exception/TableNotFoundException.php index 32349aa3b20..aeaa0057d49 100644 --- a/lib/Doctrine/DBAL/Exception/TableNotFoundException.php +++ b/lib/Doctrine/DBAL/Exception/TableNotFoundException.php @@ -4,8 +4,6 @@ /** * Exception for an unknown table referenced in a statement detected in the driver. - * - * @link www.doctrine-project.org */ class TableNotFoundException extends DatabaseObjectNotFoundException { diff --git a/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php b/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php index a202245094c..c762ad3c78a 100644 --- a/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php +++ b/lib/Doctrine/DBAL/Exception/UniqueConstraintViolationException.php @@ -4,8 +4,6 @@ /** * Exception for a unique constraint violation detected in the driver. - * - * @link www.doctrine-project.org */ class UniqueConstraintViolationException extends ConstraintViolationException { diff --git a/lib/Doctrine/DBAL/LockMode.php b/lib/Doctrine/DBAL/LockMode.php index 6016bb0f36c..14e81432b43 100644 --- a/lib/Doctrine/DBAL/LockMode.php +++ b/lib/Doctrine/DBAL/LockMode.php @@ -4,8 +4,6 @@ /** * Contains all DBAL LockModes. - * - * @link www.doctrine-project.org */ class LockMode { diff --git a/lib/Doctrine/DBAL/Logging/DebugStack.php b/lib/Doctrine/DBAL/Logging/DebugStack.php index 4372e382416..e1ccaad6ba0 100644 --- a/lib/Doctrine/DBAL/Logging/DebugStack.php +++ b/lib/Doctrine/DBAL/Logging/DebugStack.php @@ -6,8 +6,6 @@ /** * Includes executed SQLs in a Debug Stack. - * - * @link www.doctrine-project.org */ class DebugStack implements SQLLogger { diff --git a/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php b/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php index 5f422bd0a41..657abb4d378 100644 --- a/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php +++ b/lib/Doctrine/DBAL/Logging/EchoSQLLogger.php @@ -7,8 +7,6 @@ /** * A SQL logger that logs to the standard output using echo/var_dump. - * - * @link www.doctrine-project.org */ class EchoSQLLogger implements SQLLogger { diff --git a/lib/Doctrine/DBAL/Logging/LoggerChain.php b/lib/Doctrine/DBAL/Logging/LoggerChain.php index fc944815527..2b5404b25c7 100644 --- a/lib/Doctrine/DBAL/Logging/LoggerChain.php +++ b/lib/Doctrine/DBAL/Logging/LoggerChain.php @@ -4,8 +4,6 @@ /** * Chains multiple SQLLogger. - * - * @link www.doctrine-project.org */ class LoggerChain implements SQLLogger { diff --git a/lib/Doctrine/DBAL/Logging/SQLLogger.php b/lib/Doctrine/DBAL/Logging/SQLLogger.php index 7c1099dfc28..2e94611b6a2 100644 --- a/lib/Doctrine/DBAL/Logging/SQLLogger.php +++ b/lib/Doctrine/DBAL/Logging/SQLLogger.php @@ -4,8 +4,6 @@ /** * Interface for SQL loggers. - * - * @link www.doctrine-project.org */ interface SQLLogger { diff --git a/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php b/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php index b97c66d32b3..aeac616d514 100644 --- a/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php +++ b/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php @@ -59,9 +59,7 @@ * point of abstraction of platform-specific behaviors, features and SQL dialects. * They are a passive source of information. * - * @link www.doctrine-project.org - * - * @todo Remove any unnecessary methods. + * @todo Remove any unnecessary methods. */ abstract class AbstractPlatform { diff --git a/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php b/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php index d2c09878dda..8533f579d71 100644 --- a/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php +++ b/lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php @@ -4,8 +4,6 @@ /** * DB2 Keywords. - * - * @link www.doctrine-project.org */ class DB2Keywords extends KeywordList { diff --git a/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php b/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php index c1dbbde4fcc..860d9f21099 100644 --- a/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php +++ b/lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php @@ -8,8 +8,6 @@ /** * Abstract interface for a SQL reserved keyword dictionary. - * - * @link www.doctrine-project.org */ abstract class KeywordList { diff --git a/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php b/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php index da856d84ab0..9b60a3f1c54 100644 --- a/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php +++ b/lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php @@ -4,8 +4,6 @@ /** * MySQL 5.7 reserved keywords list. - * - * @link www.doctrine-project.org */ class MySQL57Keywords extends MySQLKeywords { diff --git a/lib/Doctrine/DBAL/Platforms/Keywords/MySQL80Keywords.php b/lib/Doctrine/DBAL/Platforms/Keywords/MySQL80Keywords.php index 37616b0d457..4b595d53a08 100644 --- a/lib/Doctrine/DBAL/Platforms/Keywords/MySQL80Keywords.php +++ b/lib/Doctrine/DBAL/Platforms/Keywords/MySQL80Keywords.php @@ -6,8 +6,6 @@ /** * MySQL 8.0 reserved keywords list. - * - * @link www.doctrine-project.org */ class MySQL80Keywords extends MySQL57Keywords { diff --git a/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php b/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php index dd80d647081..84ca1446a8b 100644 --- a/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php +++ b/lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php @@ -4,8 +4,6 @@ /** * MySQL Keywordlist. - * - * @link www.doctrine-project.org */ class MySQLKeywords extends KeywordList { diff --git a/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php b/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php index 0441e99d72f..92ca81a079b 100644 --- a/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php +++ b/lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php @@ -4,8 +4,6 @@ /** * Oracle Keywordlist. - * - * @link www.doctrine-project.org */ class OracleKeywords extends KeywordList { diff --git a/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php b/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php index 9f7ccef1c7b..75a93f5f197 100644 --- a/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php +++ b/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php @@ -4,8 +4,6 @@ /** * PostgreSQL 9.1 reserved keywords list. - * - * @link www.doctrine-project.org */ class PostgreSQL91Keywords extends PostgreSQLKeywords { diff --git a/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php b/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php index e7d197d9e0f..5179462fdf3 100644 --- a/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php +++ b/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php @@ -6,8 +6,6 @@ /** * PostgreSQL 9.2 reserved keywords list. - * - * @link www.doctrine-project.org */ class PostgreSQL92Keywords extends PostgreSQL91Keywords { diff --git a/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL94Keywords.php b/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL94Keywords.php index eda90731fef..b33b8a8c00b 100644 --- a/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL94Keywords.php +++ b/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL94Keywords.php @@ -7,8 +7,6 @@ /** * PostgreSQL 9.4 reserved keywords list. - * - * @link www.doctrine-project.org */ class PostgreSQL94Keywords extends PostgreSQL92Keywords { diff --git a/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php b/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php index 0baabe87475..8c699e25380 100644 --- a/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php +++ b/lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php @@ -4,8 +4,6 @@ /** * PostgreSQL Keywordlist. - * - * @link www.doctrine-project.org */ class PostgreSQLKeywords extends KeywordList { diff --git a/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php b/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php index 343b5ed813f..a0c9c797ef9 100644 --- a/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php +++ b/lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php @@ -4,8 +4,6 @@ /** * SQLite Keywordlist. - * - * @link www.doctrine-project.org */ class SQLiteKeywords extends KeywordList { diff --git a/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php b/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php index 9489c127b74..25420a0476e 100644 --- a/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php +++ b/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php @@ -8,8 +8,6 @@ * Provides the behavior, features and SQL dialect of the MariaDB 10.2 (10.2.7 GA) database platform. * * Note: Should not be used with versions prior to 10.2.7. - * - * @link www.doctrine-project.org */ final class MariaDb1027Platform extends MySqlPlatform { diff --git a/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php b/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php index 1d0dbfc3caa..71ef6ca96c7 100644 --- a/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php +++ b/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php @@ -8,8 +8,6 @@ /** * Provides the behavior, features and SQL dialect of the MySQL 5.7 (5.7.9 GA) database platform. - * - * @link www.doctrine-project.org */ class MySQL57Platform extends MySqlPlatform { diff --git a/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php b/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php index 49dd5761e6f..f6d4be9dc4c 100644 --- a/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php +++ b/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php @@ -4,8 +4,6 @@ /** * Provides the behavior, features and SQL dialect of the MySQL 8.0 (8.0 GA) database platform. - * - * @link www.doctrine-project.org */ class MySQL80Platform extends MySQL57Platform { diff --git a/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php b/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php index e81f08ea60a..f558409831c 100644 --- a/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php +++ b/lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php @@ -6,8 +6,6 @@ /** * Provides the behavior, features and SQL dialect of the PostgreSQL 9.1 database platform. - * - * @link www.doctrine-project.org */ class PostgreSQL91Platform extends PostgreSqlPlatform { diff --git a/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php b/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php index 14a68caf81d..b302c0ceb83 100644 --- a/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php +++ b/lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php @@ -7,8 +7,6 @@ /** * Provides the behavior, features and SQL dialect of the PostgreSQL 9.2 database platform. - * - * @link www.doctrine-project.org */ class PostgreSQL92Platform extends PostgreSQL91Platform { diff --git a/lib/Doctrine/DBAL/Platforms/PostgreSQL94Platform.php b/lib/Doctrine/DBAL/Platforms/PostgreSQL94Platform.php index a607fae1d21..9db0ecbbd2a 100644 --- a/lib/Doctrine/DBAL/Platforms/PostgreSQL94Platform.php +++ b/lib/Doctrine/DBAL/Platforms/PostgreSQL94Platform.php @@ -6,8 +6,6 @@ /** * Provides the behavior, features and SQL dialect of the PostgreSQL 9.4 database platform. - * - * @link www.doctrine-project.org */ class PostgreSQL94Platform extends PostgreSQL92Platform { diff --git a/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php b/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php index 6c9b10ec535..a46ae9352c4 100644 --- a/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php +++ b/lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php @@ -5,8 +5,6 @@ /** * The SQLAnywhere11Platform provides the behavior, features and SQL dialect of the * SAP Sybase SQL Anywhere 11 database platform. - * - * @link www.doctrine-project.org */ class SQLAnywhere11Platform extends SQLAnywherePlatform { diff --git a/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php b/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php index 1e793038311..dd73ef736ad 100644 --- a/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php +++ b/lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php @@ -8,8 +8,6 @@ /** * The SQLAnywhere12Platform provides the behavior, features and SQL dialect of the * SAP Sybase SQL Anywhere 12 database platform. - * - * @link www.doctrine-project.org */ class SQLAnywhere12Platform extends SQLAnywhere11Platform { diff --git a/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php b/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php index b58b5740c5f..35d4238e4a3 100644 --- a/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php +++ b/lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php @@ -8,8 +8,6 @@ /** * The SQLAnywhere16Platform provides the behavior, features and SQL dialect of the * SAP Sybase SQL Anywhere 16 database platform. - * - * @link www.doctrine-project.org */ class SQLAnywhere16Platform extends SQLAnywhere12Platform { diff --git a/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php b/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php index b538881a967..b1105e90faa 100644 --- a/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php +++ b/lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php @@ -33,8 +33,6 @@ /** * The SQLAnywherePlatform provides the behavior, features and SQL dialect of the * SAP Sybase SQL Anywhere 10 database platform. - * - * @link www.doctrine-project.org */ class SQLAnywherePlatform extends AbstractPlatform { diff --git a/lib/Doctrine/DBAL/Portability/Connection.php b/lib/Doctrine/DBAL/Portability/Connection.php index a7446cf89ea..32186dcb0ec 100644 --- a/lib/Doctrine/DBAL/Portability/Connection.php +++ b/lib/Doctrine/DBAL/Portability/Connection.php @@ -12,8 +12,6 @@ /** * Portability wrapper for a Connection. - * - * @link www.doctrine-project.org */ class Connection extends \Doctrine\DBAL\Connection { diff --git a/lib/Doctrine/DBAL/Portability/Statement.php b/lib/Doctrine/DBAL/Portability/Statement.php index 1049ff1d633..1499ff1bf48 100644 --- a/lib/Doctrine/DBAL/Portability/Statement.php +++ b/lib/Doctrine/DBAL/Portability/Statement.php @@ -14,8 +14,6 @@ /** * Portability wrapper for a Statement. - * - * @link www.doctrine-project.org */ class Statement implements IteratorAggregate, DriverStatement { diff --git a/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php b/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php index 3f4086e5db2..443d71bc37e 100644 --- a/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php +++ b/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php @@ -8,8 +8,6 @@ /** * Composite expression is responsible to build a group of similar expression. - * - * @link www.doctrine-project.org */ class CompositeExpression implements Countable { diff --git a/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php b/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php index 074ba4aa33f..91f370aecb6 100644 --- a/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php +++ b/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php @@ -11,8 +11,6 @@ /** * ExpressionBuilder class is responsible to dynamically create SQL query parts. - * - * @link www.doctrine-project.org */ class ExpressionBuilder { diff --git a/lib/Doctrine/DBAL/Query/QueryBuilder.php b/lib/Doctrine/DBAL/Query/QueryBuilder.php index 9349330e947..12584d960ab 100644 --- a/lib/Doctrine/DBAL/Query/QueryBuilder.php +++ b/lib/Doctrine/DBAL/Query/QueryBuilder.php @@ -28,8 +28,6 @@ * The query builder does no validation whatsoever if certain features even work with the * underlying database vendor. Limit queries and joins are NOT applied to UPDATE and DELETE statements * even if some vendors such as MySQL support it. - * - * @link www.doctrine-project.org */ class QueryBuilder { diff --git a/lib/Doctrine/DBAL/SQLParserUtils.php b/lib/Doctrine/DBAL/SQLParserUtils.php index 307336c4ec7..3bf9e4720b7 100644 --- a/lib/Doctrine/DBAL/SQLParserUtils.php +++ b/lib/Doctrine/DBAL/SQLParserUtils.php @@ -20,8 +20,6 @@ /** * Utility class that parses sql statements with regard to types and parameters. - * - * @link www.doctrine-project.org */ class SQLParserUtils { diff --git a/lib/Doctrine/DBAL/SQLParserUtilsException.php b/lib/Doctrine/DBAL/SQLParserUtilsException.php index 271a9929a93..a500ed52dd3 100644 --- a/lib/Doctrine/DBAL/SQLParserUtilsException.php +++ b/lib/Doctrine/DBAL/SQLParserUtilsException.php @@ -6,8 +6,6 @@ /** * Doctrine\DBAL\ConnectionException - * - * @link www.doctrine-project.org */ class SQLParserUtilsException extends DBALException { diff --git a/lib/Doctrine/DBAL/Schema/AbstractAsset.php b/lib/Doctrine/DBAL/Schema/AbstractAsset.php index 9a7fd7dd4d5..eb7262e32a6 100644 --- a/lib/Doctrine/DBAL/Schema/AbstractAsset.php +++ b/lib/Doctrine/DBAL/Schema/AbstractAsset.php @@ -19,8 +19,6 @@ * * This encapsulation hack is necessary to keep a consistent state of the database schema. Say we have a list of tables * array($tableName => Table($tableName)); if you want to rename the table, you have to make sure - * - * @link www.doctrine-project.org */ abstract class AbstractAsset { diff --git a/lib/Doctrine/DBAL/Schema/Column.php b/lib/Doctrine/DBAL/Schema/Column.php index 642f36b2227..aef471e06fe 100644 --- a/lib/Doctrine/DBAL/Schema/Column.php +++ b/lib/Doctrine/DBAL/Schema/Column.php @@ -12,8 +12,6 @@ /** * Object representation of a database column. - * - * @link www.doctrine-project.org */ class Column extends AbstractAsset { diff --git a/lib/Doctrine/DBAL/Schema/ColumnDiff.php b/lib/Doctrine/DBAL/Schema/ColumnDiff.php index ded22d1af62..cb64592109b 100644 --- a/lib/Doctrine/DBAL/Schema/ColumnDiff.php +++ b/lib/Doctrine/DBAL/Schema/ColumnDiff.php @@ -6,8 +6,6 @@ /** * Represents the change of a column. - * - * @link www.doctrine-project.org */ class ColumnDiff { diff --git a/lib/Doctrine/DBAL/Schema/Comparator.php b/lib/Doctrine/DBAL/Schema/Comparator.php index ed339e0a69d..f95417face2 100644 --- a/lib/Doctrine/DBAL/Schema/Comparator.php +++ b/lib/Doctrine/DBAL/Schema/Comparator.php @@ -15,8 +15,6 @@ /** * Compares two Schemas and return an instance of SchemaDiff. - * - * @link www.doctrine-project.org */ class Comparator { diff --git a/lib/Doctrine/DBAL/Schema/Constraint.php b/lib/Doctrine/DBAL/Schema/Constraint.php index af0d443ceda..65e239ec119 100644 --- a/lib/Doctrine/DBAL/Schema/Constraint.php +++ b/lib/Doctrine/DBAL/Schema/Constraint.php @@ -6,8 +6,6 @@ /** * Marker interface for constraints. - * - * @link www.doctrine-project.org */ interface Constraint { diff --git a/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php b/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php index 7e1f9d62bab..f5e225512ab 100644 --- a/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php +++ b/lib/Doctrine/DBAL/Schema/DB2SchemaManager.php @@ -13,8 +13,6 @@ /** * IBM Db2 Schema Manager. - * - * @link www.doctrine-project.org */ class DB2SchemaManager extends AbstractSchemaManager { diff --git a/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php b/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php index 02e83b8a656..31850d7f23e 100644 --- a/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php +++ b/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php @@ -14,8 +14,6 @@ /** * An abstraction class for a foreign key constraint. - * - * @link www.doctrine-project.org */ class ForeignKeyConstraint extends AbstractAsset implements Constraint { diff --git a/lib/Doctrine/DBAL/Schema/Identifier.php b/lib/Doctrine/DBAL/Schema/Identifier.php index a688be8e460..f34465e9efb 100644 --- a/lib/Doctrine/DBAL/Schema/Identifier.php +++ b/lib/Doctrine/DBAL/Schema/Identifier.php @@ -7,8 +7,6 @@ * * Wraps identifier names like column names in indexes / foreign keys * in an abstract class for proper quotation capabilities. - * - * @link www.doctrine-project.org */ class Identifier extends AbstractAsset { diff --git a/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php b/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php index e88051db8d1..62d5fa88e89 100644 --- a/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php +++ b/lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php @@ -9,8 +9,6 @@ /** * SAP Sybase SQL Anywhere schema manager. - * - * @link www.doctrine-project.org */ class SQLAnywhereSchemaManager extends AbstractSchemaManager { diff --git a/lib/Doctrine/DBAL/Schema/Schema.php b/lib/Doctrine/DBAL/Schema/Schema.php index c0d6601cb67..7b75f4fb743 100644 --- a/lib/Doctrine/DBAL/Schema/Schema.php +++ b/lib/Doctrine/DBAL/Schema/Schema.php @@ -34,8 +34,6 @@ * the CREATE/DROP SQL visitors will just filter this queries and do not * execute them. Only the queries for the currently connected database are * executed. - * - * @link www.doctrine-project.org */ class Schema extends AbstractAsset { diff --git a/lib/Doctrine/DBAL/Schema/SchemaConfig.php b/lib/Doctrine/DBAL/Schema/SchemaConfig.php index 3e15efb4c9f..b8c3502f758 100644 --- a/lib/Doctrine/DBAL/Schema/SchemaConfig.php +++ b/lib/Doctrine/DBAL/Schema/SchemaConfig.php @@ -4,8 +4,6 @@ /** * Configuration for a Schema. - * - * @link www.doctrine-project.org */ class SchemaConfig { diff --git a/lib/Doctrine/DBAL/Schema/SchemaDiff.php b/lib/Doctrine/DBAL/Schema/SchemaDiff.php index e39a85bf943..0f2e25fb32b 100644 --- a/lib/Doctrine/DBAL/Schema/SchemaDiff.php +++ b/lib/Doctrine/DBAL/Schema/SchemaDiff.php @@ -7,8 +7,6 @@ /** * Schema Diff. - * - * @link www.doctrine-project.org */ class SchemaDiff { diff --git a/lib/Doctrine/DBAL/Schema/Sequence.php b/lib/Doctrine/DBAL/Schema/Sequence.php index c88f4b2f3c0..24cf4aae0b4 100644 --- a/lib/Doctrine/DBAL/Schema/Sequence.php +++ b/lib/Doctrine/DBAL/Schema/Sequence.php @@ -9,8 +9,6 @@ /** * Sequence structure. - * - * @link www.doctrine-project.org */ class Sequence extends AbstractAsset { diff --git a/lib/Doctrine/DBAL/Schema/Table.php b/lib/Doctrine/DBAL/Schema/Table.php index 85e8d8c6946..4822cf6b17d 100644 --- a/lib/Doctrine/DBAL/Schema/Table.php +++ b/lib/Doctrine/DBAL/Schema/Table.php @@ -17,8 +17,6 @@ /** * Object Representation of a table. - * - * @link www.doctrine-project.org */ class Table extends AbstractAsset { diff --git a/lib/Doctrine/DBAL/Schema/TableDiff.php b/lib/Doctrine/DBAL/Schema/TableDiff.php index 75ca75ff4b3..457e1b6a963 100644 --- a/lib/Doctrine/DBAL/Schema/TableDiff.php +++ b/lib/Doctrine/DBAL/Schema/TableDiff.php @@ -6,8 +6,6 @@ /** * Table Diff. - * - * @link www.doctrine-project.org */ class TableDiff { diff --git a/lib/Doctrine/DBAL/Schema/View.php b/lib/Doctrine/DBAL/Schema/View.php index bee0a019a0e..ac8d6cb5cb4 100644 --- a/lib/Doctrine/DBAL/Schema/View.php +++ b/lib/Doctrine/DBAL/Schema/View.php @@ -4,8 +4,6 @@ /** * Representation of a Database View. - * - * @link www.doctrine-project.org */ class View extends AbstractAsset { diff --git a/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php b/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php index f1041ed13f6..44f5ea80af5 100644 --- a/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php +++ b/lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php @@ -12,8 +12,6 @@ /** * Gathers SQL statements that allow to completely drop the current schema. - * - * @link www.doctrine-project.org */ class DropSchemaSqlCollector extends AbstractVisitor { diff --git a/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php b/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php index 35d18d6c4b8..186fe1b4213 100644 --- a/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php +++ b/lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php @@ -4,8 +4,6 @@ /** * Visitor that can visit schema namespaces. - * - * @link www.doctrine-project.org */ interface NamespaceVisitor { diff --git a/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php b/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php index 695ccdb68c3..5ec843d9be6 100644 --- a/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php +++ b/lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php @@ -9,8 +9,6 @@ /** * Visit a SchemaDiff. - * - * @link www.doctrine-project.org */ interface SchemaDiffVisitor { diff --git a/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php b/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php index 9cdea2d6d8a..05c842830c5 100644 --- a/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php +++ b/lib/Doctrine/DBAL/Schema/Visitor/Visitor.php @@ -11,8 +11,6 @@ /** * Schema Visitor used for Validation or Generation purposes. - * - * @link www.doctrine-project.org */ interface Visitor { diff --git a/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php b/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php index 9a4279d3f5c..0e815663786 100644 --- a/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php +++ b/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php @@ -24,8 +24,6 @@ * the command line. * * @deprecated Use a database client application instead - * - * @link www.doctrine-project.org */ class ImportCommand extends Command { diff --git a/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php b/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php index f99684122be..8361219ad08 100644 --- a/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php +++ b/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php @@ -16,8 +16,6 @@ /** * Task for executing arbitrary SQL that can come from a file or directly from * the command line. - * - * @link www.doctrine-project.org */ class RunSqlCommand extends Command { diff --git a/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php b/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php index 5aa2ea9a5d1..b5497d068a0 100644 --- a/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php +++ b/lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php @@ -7,8 +7,6 @@ /** * Doctrine CLI Connection Helper. - * - * @link www.doctrine-project.org */ class ConnectionHelper extends Helper { diff --git a/lib/Doctrine/DBAL/Types/ConversionException.php b/lib/Doctrine/DBAL/Types/ConversionException.php index d618adc8a49..b9f8a82e7ec 100644 --- a/lib/Doctrine/DBAL/Types/ConversionException.php +++ b/lib/Doctrine/DBAL/Types/ConversionException.php @@ -1,11 +1,5 @@ 0 it is necessary to use this type. - * - * @link www.doctrine-project.org */ class VarDateTimeType extends DateTimeType { diff --git a/lib/Doctrine/DBAL/Version.php b/lib/Doctrine/DBAL/Version.php index 9173dc89c00..60530e69a76 100644 --- a/lib/Doctrine/DBAL/Version.php +++ b/lib/Doctrine/DBAL/Version.php @@ -8,8 +8,6 @@ /** * Class to store and retrieve the version of Doctrine. - * - * @link www.doctrine-project.org */ class Version { diff --git a/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php b/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php index b140a30d062..a4864d0b287 100644 --- a/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php +++ b/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php @@ -11,8 +11,6 @@ * support the correct features and SQL syntax of each version. * This interface should be implemented by drivers that are capable to do this * distinction. - * - * @link www.doctrine-project.org */ interface VersionAwarePlatformDriver { diff --git a/tests/Doctrine/Tests/DBAL/Schema/ComparatorTest.php b/tests/Doctrine/Tests/DBAL/Schema/ComparatorTest.php index 43431ea9f9d..d8b0c375801 100644 --- a/tests/Doctrine/Tests/DBAL/Schema/ComparatorTest.php +++ b/tests/Doctrine/Tests/DBAL/Schema/ComparatorTest.php @@ -17,9 +17,6 @@ use PHPUnit\Framework\TestCase; use function array_keys; -/** - * @link www.doctrine-project.org - */ class ComparatorTest extends TestCase { public function testCompareSame1() diff --git a/tests/Doctrine/Tests/DBAL/Sharding/PoolingShardManagerTest.php b/tests/Doctrine/Tests/DBAL/Sharding/PoolingShardManagerTest.php index fc1b1ddb0c7..78fd894de05 100644 --- a/tests/Doctrine/Tests/DBAL/Sharding/PoolingShardManagerTest.php +++ b/tests/Doctrine/Tests/DBAL/Sharding/PoolingShardManagerTest.php @@ -1,21 +1,5 @@ . - */ + namespace Doctrine\Tests\DBAL\Sharding; use Doctrine\DBAL\Sharding\PoolingShardConnection;