Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed link to www.doctrine-project.org from doc blocks #3318

Merged
merged 1 commit into from
Oct 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions bin/doctrine-dbal.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
<?php
/*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* and is licensed under the MIT license. For more information, see
* <http://www.doctrine-project.org>.
*/

use Doctrine\DBAL\Tools\Console\ConsoleRunner;
use Symfony\Component\Console\Helper\HelperSet;
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
3 changes: 0 additions & 3 deletions lib/Doctrine/DBAL/ConnectionException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace Doctrine\DBAL;

/**
* @link www.doctrine-project.org
*/
class ConnectionException extends DBALException
{
/**
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/AbstractDriverException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Abstract base implementation of the {@link DriverException} interface.
*
* @link www.doctrine-project.org
*/
abstract class AbstractDriverException extends Exception implements DriverException
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/DriverException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/PDOException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

/**
* Driver for the PDO IBM extension.
*
* @link www.doctrine-project.org
*/
class Driver extends AbstractDB2Driver
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/PingableConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

/**
* An interface for connections which support a "native" ping method.
*
* @link www.doctrine-project.org
*/
interface PingableConnection
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

/**
* SAP Sybase SQL Anywhere implementation of the Connection interface.
*
* @link www.doctrine-project.org
*/
class SQLAnywhereConnection implements Connection, ServerInfoAwareConnection
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* SAP Sybase SQL Anywhere driver exception.
*
* @link www.doctrine-project.org
*/
class SQLAnywhereException extends AbstractDriverException
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@

/**
* SAP SQL Anywhere implementation of the Statement interface.
*
* @link www.doctrine-project.org
*/
class SQLAnywhereStatement implements IteratorAggregate, Statement
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/Statement.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Event/ConnectionEventArgs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Event/SchemaEventArgs.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

/**
* Base class for schema related events.
*
* @link www.doctrine-project.org
*/
class SchemaEventArgs extends EventArgs
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Exception/ConnectionException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

/**
* Base class for all connection related errors detected in the driver.
*
* @link www.doctrine-project.org
*/
class ConnectionException extends DriverException
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Exception/ConstraintViolationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Exception/DeadlockException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Loading