From e61f48bbcb67a6732318fc317413a01ffd7cfafe Mon Sep 17 00:00:00 2001 From: Michael Moravec Date: Mon, 5 Mar 2018 05:07:30 +0100 Subject: [PATCH] Enable strict types --- lib/Doctrine/DBAL/Cache/ArrayStatement.php | 2 ++ lib/Doctrine/DBAL/Cache/CacheException.php | 2 ++ lib/Doctrine/DBAL/Cache/QueryCacheProfile.php | 2 ++ lib/Doctrine/DBAL/Cache/ResultCacheStatement.php | 2 ++ lib/Doctrine/DBAL/ColumnCase.php | 2 ++ lib/Doctrine/DBAL/Configuration.php | 2 ++ lib/Doctrine/DBAL/Connection.php | 2 ++ lib/Doctrine/DBAL/ConnectionException.php | 2 ++ lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php | 2 ++ lib/Doctrine/DBAL/DBALException.php | 2 ++ lib/Doctrine/DBAL/Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/AbstractDB2Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/AbstractDriverException.php | 2 ++ lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php | 2 ++ lib/Doctrine/DBAL/Driver/AbstractOracleDriver.php | 2 ++ lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php | 2 ++ lib/Doctrine/DBAL/Driver/AbstractSQLAnywhereDriver.php | 2 ++ lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver.php | 2 ++ lib/Doctrine/DBAL/Driver/AbstractSQLiteDriver.php | 2 ++ lib/Doctrine/DBAL/Driver/Connection.php | 2 ++ lib/Doctrine/DBAL/Driver/DriverException.php | 2 ++ lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Connection.php | 2 ++ lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php | 2 ++ lib/Doctrine/DBAL/Driver/IBMDB2/DB2Connection.php | 2 ++ lib/Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/IBMDB2/DB2Exception.php | 2 ++ lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php | 2 ++ lib/Doctrine/DBAL/Driver/Mysqli/Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php | 2 ++ lib/Doctrine/DBAL/Driver/Mysqli/MysqliException.php | 2 ++ lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php | 2 ++ lib/Doctrine/DBAL/Driver/OCI8/Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php | 2 ++ lib/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php | 2 ++ lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php | 2 ++ lib/Doctrine/DBAL/Driver/PDOConnection.php | 2 ++ lib/Doctrine/DBAL/Driver/PDOException.php | 2 ++ lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/PDOOracle/Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/PDOSqlsrv/Connection.php | 2 ++ lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/PDOSqlsrv/Statement.php | 2 ++ lib/Doctrine/DBAL/Driver/PDOStatement.php | 2 ++ lib/Doctrine/DBAL/Driver/PingableConnection.php | 2 ++ lib/Doctrine/DBAL/Driver/ResultStatement.php | 2 ++ lib/Doctrine/DBAL/Driver/SQLAnywhere/Driver.php | 2 ++ .../DBAL/Driver/SQLAnywhere/SQLAnywhereConnection.php | 2 ++ lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereException.php | 2 ++ lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php | 2 ++ lib/Doctrine/DBAL/Driver/SQLSrv/Driver.php | 2 ++ lib/Doctrine/DBAL/Driver/SQLSrv/LastInsertId.php | 2 ++ lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php | 2 ++ lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvException.php | 2 ++ lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php | 2 ++ lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php | 2 ++ lib/Doctrine/DBAL/Driver/Statement.php | 2 ++ lib/Doctrine/DBAL/Driver/StatementIterator.php | 2 ++ lib/Doctrine/DBAL/DriverManager.php | 2 ++ lib/Doctrine/DBAL/Event/ConnectionEventArgs.php | 2 ++ lib/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php | 2 ++ lib/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php | 2 ++ lib/Doctrine/DBAL/Event/Listeners/SQLSessionInit.php | 2 ++ .../DBAL/Event/SchemaAlterTableAddColumnEventArgs.php | 2 ++ .../DBAL/Event/SchemaAlterTableChangeColumnEventArgs.php | 2 ++ lib/Doctrine/DBAL/Event/SchemaAlterTableEventArgs.php | 2 ++ .../DBAL/Event/SchemaAlterTableRemoveColumnEventArgs.php | 2 ++ .../DBAL/Event/SchemaAlterTableRenameColumnEventArgs.php | 2 ++ lib/Doctrine/DBAL/Event/SchemaColumnDefinitionEventArgs.php | 2 ++ lib/Doctrine/DBAL/Event/SchemaCreateTableColumnEventArgs.php | 2 ++ lib/Doctrine/DBAL/Event/SchemaCreateTableEventArgs.php | 2 ++ lib/Doctrine/DBAL/Event/SchemaDropTableEventArgs.php | 2 ++ lib/Doctrine/DBAL/Event/SchemaEventArgs.php | 2 ++ lib/Doctrine/DBAL/Event/SchemaIndexDefinitionEventArgs.php | 2 ++ lib/Doctrine/DBAL/Events.php | 2 ++ lib/Doctrine/DBAL/Exception/ConnectionException.php | 2 ++ lib/Doctrine/DBAL/Exception/ConstraintViolationException.php | 2 ++ lib/Doctrine/DBAL/Exception/DatabaseObjectExistsException.php | 2 ++ .../DBAL/Exception/DatabaseObjectNotFoundException.php | 2 ++ lib/Doctrine/DBAL/Exception/DeadlockException.php | 2 ++ lib/Doctrine/DBAL/Exception/DriverException.php | 2 ++ .../DBAL/Exception/ForeignKeyConstraintViolationException.php | 2 ++ lib/Doctrine/DBAL/Exception/InvalidArgumentException.php | 2 ++ lib/Doctrine/DBAL/Exception/InvalidFieldNameException.php | 2 ++ lib/Doctrine/DBAL/Exception/LockWaitTimeoutException.php | 2 ++ lib/Doctrine/DBAL/Exception/NonUniqueFieldNameException.php | 2 ++ .../DBAL/Exception/NotNullConstraintViolationException.php | 2 ++ lib/Doctrine/DBAL/Exception/ReadOnlyException.php | 2 ++ lib/Doctrine/DBAL/Exception/RetryableException.php | 2 ++ lib/Doctrine/DBAL/Exception/ServerException.php | 2 ++ lib/Doctrine/DBAL/Exception/SyntaxErrorException.php | 2 ++ lib/Doctrine/DBAL/Exception/TableExistsException.php | 2 ++ lib/Doctrine/DBAL/Exception/TableNotFoundException.php | 2 ++ .../DBAL/Exception/UniqueConstraintViolationException.php | 2 ++ lib/Doctrine/DBAL/FetchMode.php | 2 ++ lib/Doctrine/DBAL/Id/TableGenerator.php | 2 ++ lib/Doctrine/DBAL/Id/TableGeneratorSchemaVisitor.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 ++ lib/Doctrine/DBAL/ParameterType.php | 2 ++ lib/Doctrine/DBAL/Platforms/AbstractPlatform.php | 2 ++ lib/Doctrine/DBAL/Platforms/DB2Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php | 2 ++ lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/DB2Keywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/DrizzleKeywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/KeywordList.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/MariaDb102Keywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/MsSQLKeywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/MySQL57Keywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/MySQLKeywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/OracleKeywords.php | 2 ++ .../DBAL/Platforms/Keywords/PostgreSQL100Keywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL91Keywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL92Keywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQL94Keywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/PostgreSQLKeywords.php | 2 ++ .../DBAL/Platforms/Keywords/ReservedKeywordsValidator.php | 2 ++ .../DBAL/Platforms/Keywords/SQLAnywhere11Keywords.php | 2 ++ .../DBAL/Platforms/Keywords/SQLAnywhere12Keywords.php | 2 ++ .../DBAL/Platforms/Keywords/SQLAnywhere16Keywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/SQLAnywhereKeywords.php | 2 ++ .../DBAL/Platforms/Keywords/SQLServer2005Keywords.php | 2 ++ .../DBAL/Platforms/Keywords/SQLServer2008Keywords.php | 2 ++ .../DBAL/Platforms/Keywords/SQLServer2012Keywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/SQLServerKeywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/Keywords/SQLiteKeywords.php | 2 ++ lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/MySQL57Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/MySqlPlatform.php | 2 ++ lib/Doctrine/DBAL/Platforms/OraclePlatform.php | 2 ++ lib/Doctrine/DBAL/Platforms/PostgreSQL100Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/PostgreSQL91Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/PostgreSQL94Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php | 2 ++ lib/Doctrine/DBAL/Platforms/SQLAnywhere11Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/SQLAnywhere12Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/SQLAnywhere16Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php | 2 ++ lib/Doctrine/DBAL/Platforms/SQLAzurePlatform.php | 2 ++ lib/Doctrine/DBAL/Platforms/SQLServer2005Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/SQLServer2008Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/SQLServer2012Platform.php | 2 ++ lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php | 2 ++ lib/Doctrine/DBAL/Platforms/SqlitePlatform.php | 2 ++ lib/Doctrine/DBAL/Platforms/TrimMode.php | 2 ++ lib/Doctrine/DBAL/Portability/Connection.php | 2 ++ lib/Doctrine/DBAL/Portability/Statement.php | 2 ++ lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php | 2 ++ lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php | 2 ++ lib/Doctrine/DBAL/Query/QueryBuilder.php | 2 ++ lib/Doctrine/DBAL/Query/QueryException.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/AbstractSchemaManager.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 ++ lib/Doctrine/DBAL/Schema/DrizzleSchemaManager.php | 2 ++ lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php | 2 ++ lib/Doctrine/DBAL/Schema/Identifier.php | 2 ++ lib/Doctrine/DBAL/Schema/Index.php | 2 ++ lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php | 2 ++ lib/Doctrine/DBAL/Schema/OracleSchemaManager.php | 2 ++ lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php | 2 ++ lib/Doctrine/DBAL/Schema/SQLAnywhereSchemaManager.php | 2 ++ lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.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/SchemaException.php | 2 ++ lib/Doctrine/DBAL/Schema/Sequence.php | 2 ++ lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php | 2 ++ .../DBAL/Schema/Synchronizer/AbstractSchemaSynchronizer.php | 2 ++ lib/Doctrine/DBAL/Schema/Synchronizer/SchemaSynchronizer.php | 2 ++ .../DBAL/Schema/Synchronizer/SingleDatabaseSynchronizer.php | 2 ++ lib/Doctrine/DBAL/Schema/Table.php | 2 ++ lib/Doctrine/DBAL/Schema/TableDiff.php | 2 ++ lib/Doctrine/DBAL/Schema/UniqueConstraint.php | 2 ++ lib/Doctrine/DBAL/Schema/View.php | 2 ++ lib/Doctrine/DBAL/Schema/Visitor/AbstractVisitor.php | 2 ++ lib/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php | 2 ++ lib/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php | 2 ++ lib/Doctrine/DBAL/Schema/Visitor/Graphviz.php | 2 ++ lib/Doctrine/DBAL/Schema/Visitor/NamespaceVisitor.php | 2 ++ lib/Doctrine/DBAL/Schema/Visitor/RemoveNamespacedAssets.php | 2 ++ lib/Doctrine/DBAL/Schema/Visitor/SchemaDiffVisitor.php | 2 ++ lib/Doctrine/DBAL/Schema/Visitor/Visitor.php | 2 ++ lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 2 ++ lib/Doctrine/DBAL/Sharding/PoolingShardManager.php | 2 ++ .../Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php | 2 ++ lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php | 2 ++ .../DBAL/Sharding/SQLAzure/Schema/MultiTenantVisitor.php | 2 ++ .../DBAL/Sharding/ShardChoser/MultiTenantShardChoser.php | 2 ++ lib/Doctrine/DBAL/Sharding/ShardChoser/ShardChoser.php | 2 ++ lib/Doctrine/DBAL/Sharding/ShardManager.php | 2 ++ lib/Doctrine/DBAL/Sharding/ShardingException.php | 2 ++ lib/Doctrine/DBAL/Statement.php | 2 ++ lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php | 2 ++ .../DBAL/Tools/Console/Command/ReservedWordsCommand.php | 2 ++ lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php | 2 ++ lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php | 4 ++++ lib/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php | 2 ++ lib/Doctrine/DBAL/TransactionIsolationLevel.php | 2 ++ lib/Doctrine/DBAL/Types/ArrayType.php | 2 ++ lib/Doctrine/DBAL/Types/BigIntType.php | 2 ++ lib/Doctrine/DBAL/Types/BinaryType.php | 2 ++ lib/Doctrine/DBAL/Types/BlobType.php | 2 ++ lib/Doctrine/DBAL/Types/BooleanType.php | 2 ++ lib/Doctrine/DBAL/Types/ConversionException.php | 2 ++ lib/Doctrine/DBAL/Types/DateImmutableType.php | 2 ++ lib/Doctrine/DBAL/Types/DateIntervalType.php | 2 ++ lib/Doctrine/DBAL/Types/DateTimeImmutableType.php | 2 ++ lib/Doctrine/DBAL/Types/DateTimeType.php | 2 ++ lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php | 2 ++ lib/Doctrine/DBAL/Types/DateTimeTzType.php | 2 ++ lib/Doctrine/DBAL/Types/DateType.php | 2 ++ lib/Doctrine/DBAL/Types/DecimalType.php | 2 ++ lib/Doctrine/DBAL/Types/FloatType.php | 2 ++ lib/Doctrine/DBAL/Types/GuidType.php | 2 ++ lib/Doctrine/DBAL/Types/IntegerType.php | 2 ++ lib/Doctrine/DBAL/Types/JsonArrayType.php | 2 ++ lib/Doctrine/DBAL/Types/JsonType.php | 2 ++ lib/Doctrine/DBAL/Types/ObjectType.php | 2 ++ lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php | 2 ++ lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php | 2 ++ lib/Doctrine/DBAL/Types/SimpleArrayType.php | 2 ++ lib/Doctrine/DBAL/Types/SmallIntType.php | 2 ++ lib/Doctrine/DBAL/Types/StringType.php | 2 ++ lib/Doctrine/DBAL/Types/TextType.php | 2 ++ lib/Doctrine/DBAL/Types/TimeImmutableType.php | 2 ++ lib/Doctrine/DBAL/Types/TimeType.php | 2 ++ lib/Doctrine/DBAL/Types/Type.php | 2 ++ lib/Doctrine/DBAL/Types/VarDateTimeImmutableType.php | 2 ++ lib/Doctrine/DBAL/Types/VarDateTimeType.php | 2 ++ lib/Doctrine/DBAL/VersionAwarePlatformDriver.php | 2 ++ tests/Doctrine/Tests/DBAL/Cache/QueryCacheProfileTest.php | 2 ++ tests/Doctrine/Tests/DBAL/ConfigurationTest.php | 2 ++ tests/Doctrine/Tests/DBAL/ConnectionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/DBALExceptionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/AbstractDB2DriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/AbstractDriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/AbstractMySQLDriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/AbstractOracleDriverTest.php | 2 ++ .../Tests/DBAL/Driver/AbstractPostgreSQLDriverTest.php | 2 ++ .../Tests/DBAL/Driver/AbstractSQLAnywhereDriverTest.php | 2 ++ .../Tests/DBAL/Driver/AbstractSQLServerDriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/AbstractSQLiteDriverTest.php | 2 ++ .../Doctrine/Tests/DBAL/Driver/DrizzlePDOMySql/DriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/IBMDB2/DB2ConnectionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/IBMDB2/DB2DriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/Mysqli/DriverTest.php | 2 ++ .../Tests/DBAL/Driver/Mysqli/MysqliConnectionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/OCI8/DriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/OCI8/OCI8ConnectionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/OCI8/OCI8StatementTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/PDOExceptionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/PDOIbm/DriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/PDOMySql/DriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/PDOOracle/DriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/PDOPgSql/DriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/PDOSqlite/DriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/PDOSqlsrv/DriverTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/SQLAnywhere/DriverTest.php | 2 ++ .../DBAL/Driver/SQLAnywhere/SQLAnywhereConnectionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/SQLSrv/DriverTest.php | 2 ++ .../Tests/DBAL/Driver/SQLSrv/SQLSrvConnectionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Driver/StatementIteratorTest.php | 2 ++ tests/Doctrine/Tests/DBAL/DriverManagerTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Events/MysqlSessionInitTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Events/OracleSessionInitTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Events/SQLSessionInitTest.php | 2 ++ .../Tests/DBAL/Exception/InvalidArgumentExceptionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/BlobTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/ConnectionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/DataAccessTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/AbstractDriverTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/IBMDB2/DB2DriverTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/IBMDB2/DB2StatementTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/Mysqli/ConnectionTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/Mysqli/DriverTest.php | 2 ++ .../Doctrine/Tests/DBAL/Functional/Driver/OCI8/DriverTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/OCI8/OCI8ConnectionTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/OCI8/StatementTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/PDOConnectionTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/PDOMySql/DriverTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/PDOOracle/DriverTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/PDOPgSql/DriverTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/PDOPgsqlConnectionTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/PDOSqlite/DriverTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/PDOSqlsrv/Driver.php | 2 ++ .../DBAL/Functional/Driver/SQLAnywhere/ConnectionTest.php | 2 ++ .../Tests/DBAL/Functional/Driver/SQLAnywhere/DriverTest.php | 2 ++ .../DBAL/Functional/Driver/SQLAnywhere/StatementTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/Driver/SQLSrv/Driver.php | 2 ++ .../Tests/DBAL/Functional/Driver/SQLSrv/StatementTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/ExceptionTest.php | 2 ++ .../Tests/DBAL/Functional/LikeWildcardsEscapingTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/LoggingTest.php | 2 ++ .../Tests/DBAL/Functional/MasterSlaveConnectionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/ModifyLimitQueryTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/NamedParametersTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/PortabilityTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/ResultCacheTest.php | 2 ++ .../Tests/DBAL/Functional/Schema/Db2SchemaManagerTest.php | 2 ++ .../Tests/DBAL/Functional/Schema/DrizzleSchemaManagerTest.php | 2 ++ .../Tests/DBAL/Functional/Schema/MySqlSchemaManagerTest.php | 2 ++ .../Tests/DBAL/Functional/Schema/OracleSchemaManagerTest.php | 2 ++ .../DBAL/Functional/Schema/PostgreSqlSchemaManagerTest.php | 2 ++ .../DBAL/Functional/Schema/SQLAnywhereSchemaManagerTest.php | 2 ++ .../DBAL/Functional/Schema/SQLServerSchemaManagerTest.php | 2 ++ .../Functional/Schema/SchemaManagerFunctionalTestCase.php | 2 ++ .../Tests/DBAL/Functional/Schema/SqliteSchemaManagerTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/StatementTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/TableGeneratorTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/TemporaryTableTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/Ticket/DBAL168Test.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/Ticket/DBAL202Test.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/Ticket/DBAL421Test.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/Ticket/DBAL461Test.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/Ticket/DBAL510Test.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/Ticket/DBAL630Test.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/Ticket/DBAL752Test.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/TypeConversionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Functional/WriteTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Logging/DebugStackTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Mocks/MockPlatform.php | 2 ++ .../Tests/DBAL/Performance/TypeConversionPerformanceTest.php | 2 ++ .../Tests/DBAL/Platforms/AbstractMySQLPlatformTestCase.php | 2 ++ .../Tests/DBAL/Platforms/AbstractPlatformTestCase.php | 2 ++ .../DBAL/Platforms/AbstractPostgreSqlPlatformTestCase.php | 2 ++ .../DBAL/Platforms/AbstractSQLServerPlatformTestCase.php | 2 ++ tests/Doctrine/Tests/DBAL/Platforms/DB2PlatformTest.php | 2 ++ .../Doctrine/Tests/DBAL/Platforms/MariaDb1027PlatformTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Platforms/MySQL57PlatformTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Platforms/MySqlPlatformTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Platforms/OraclePlatformTest.php | 2 ++ .../Tests/DBAL/Platforms/PostgreSQL100PlatformTest.php | 2 ++ .../Tests/DBAL/Platforms/PostgreSQL91PlatformTest.php | 2 ++ .../Tests/DBAL/Platforms/PostgreSQL92PlatformTest.php | 2 ++ .../Tests/DBAL/Platforms/PostgreSQL94PlatformTest.php | 2 ++ .../Doctrine/Tests/DBAL/Platforms/PostgreSqlPlatformTest.php | 2 ++ .../Tests/DBAL/Platforms/ReservedKeywordsValidatorTest.php | 2 ++ .../Tests/DBAL/Platforms/SQLAnywhere11PlatformTest.php | 2 ++ .../Tests/DBAL/Platforms/SQLAnywhere12PlatformTest.php | 2 ++ .../Tests/DBAL/Platforms/SQLAnywhere16PlatformTest.php | 2 ++ .../Doctrine/Tests/DBAL/Platforms/SQLAnywherePlatformTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Platforms/SQLAzurePlatformTest.php | 2 ++ .../Tests/DBAL/Platforms/SQLServer2008PlatformTest.php | 2 ++ .../Tests/DBAL/Platforms/SQLServer2012PlatformTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Platforms/SQLServerPlatformTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Platforms/SqlitePlatformTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Portability/StatementTest.php | 2 ++ .../Tests/DBAL/Query/Expression/CompositeExpressionTest.php | 2 ++ .../Tests/DBAL/Query/Expression/ExpressionBuilderTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Query/QueryBuilderTest.php | 2 ++ tests/Doctrine/Tests/DBAL/SQLParserUtilsTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/ColumnDiffTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/ColumnTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/ComparatorTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/DB2SchemaManagerTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/ForeignKeyConstraintTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/IndexTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/MySqlInheritCharsetTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/MySqlSchemaManagerTest.php | 2 ++ .../Doctrine/Tests/DBAL/Schema/Platforms/MySQLSchemaTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/SchemaDiffTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/SchemaTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/SequenceTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/SqliteSchemaManagerTest.php | 2 ++ .../Schema/Synchronizer/SingleDatabaseSynchronizerTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/TableDiffTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Schema/TableTest.php | 2 ++ .../DBAL/Schema/Visitor/CreateSchemaSqlCollectorTest.php | 2 ++ .../Tests/DBAL/Schema/Visitor/DropSchemaSqlCollectorTest.php | 2 ++ .../Tests/DBAL/Schema/Visitor/RemoveNamespacedAssetsTest.php | 2 ++ .../Tests/DBAL/Schema/Visitor/SchemaSqlCollectorTest.php | 2 ++ .../Tests/DBAL/Sharding/PoolingShardConnectionTest.php | 2 ++ .../Doctrine/Tests/DBAL/Sharding/PoolingShardManagerTest.php | 2 ++ .../Tests/DBAL/Sharding/SQLAzure/AbstractTestCase.php | 2 ++ .../Doctrine/Tests/DBAL/Sharding/SQLAzure/FunctionalTest.php | 2 ++ .../Tests/DBAL/Sharding/SQLAzure/MultiTenantVisitorTest.php | 2 ++ .../Sharding/SQLAzure/SQLAzureFederationsSynchronizerTest.php | 2 ++ .../Tests/DBAL/Sharding/SQLAzure/SQLAzureShardManagerTest.php | 2 ++ .../DBAL/Sharding/ShardChoser/MultiTenantShardChoserTest.php | 2 ++ tests/Doctrine/Tests/DBAL/StatementTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Tools/Console/RunSqlCommandTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/ArrayTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/BaseDateTypeTestCase.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/BinaryTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/BlobTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/BooleanTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/ConversionExceptionTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/DateImmutableTypeTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/DateIntervalTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/DateTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/DateTimeImmutableTypeTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/DateTimeTest.php | 2 ++ .../Doctrine/Tests/DBAL/Types/DateTimeTzImmutableTypeTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/DateTimeTzTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/DecimalTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/FloatTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/GuidTypeTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/IntegerTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/JsonArrayTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/JsonTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/ObjectTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/SmallIntTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/StringTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/TimeImmutableTypeTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/TimeTest.php | 2 ++ .../Tests/DBAL/Types/VarDateTimeImmutableTypeTest.php | 2 ++ tests/Doctrine/Tests/DBAL/Types/VarDateTimeTest.php | 2 ++ tests/Doctrine/Tests/DBAL/UtilTest.php | 2 ++ tests/Doctrine/Tests/DbalFunctionalTestCase.php | 2 ++ tests/Doctrine/Tests/DbalPerformanceTestCase.php | 2 ++ tests/Doctrine/Tests/DbalPerformanceTestListener.php | 2 ++ tests/Doctrine/Tests/DbalTestCase.php | 2 ++ tests/Doctrine/Tests/Mocks/ConnectionMock.php | 2 ++ tests/Doctrine/Tests/Mocks/DatabasePlatformMock.php | 2 ++ tests/Doctrine/Tests/Mocks/DriverConnectionMock.php | 2 ++ tests/Doctrine/Tests/Mocks/DriverMock.php | 2 ++ tests/Doctrine/Tests/Mocks/DriverResultStatementMock.php | 2 ++ tests/Doctrine/Tests/Mocks/DriverStatementMock.php | 2 ++ tests/Doctrine/Tests/Mocks/SchemaManagerMock.php | 4 +++- tests/Doctrine/Tests/Mocks/ServerInfoAwareConnectionMock.php | 2 ++ tests/Doctrine/Tests/Mocks/TaskMock.php | 2 ++ tests/Doctrine/Tests/Mocks/VersionAwarePlatformDriverMock.php | 2 ++ tests/Doctrine/Tests/TestUtil.php | 2 ++ tests/Doctrine/Tests/Types/CommentedType.php | 2 ++ tests/Doctrine/Tests/Types/MySqlPointType.php | 2 ++ 441 files changed, 885 insertions(+), 1 deletion(-) diff --git a/lib/Doctrine/DBAL/Cache/ArrayStatement.php b/lib/Doctrine/DBAL/Cache/ArrayStatement.php index dfbbe578683..34c3c19cd03 100644 --- a/lib/Doctrine/DBAL/Cache/ArrayStatement.php +++ b/lib/Doctrine/DBAL/Cache/ArrayStatement.php @@ -1,5 +1,7 @@