Skip to content

Commit

Permalink
Merge branch '4.1.x' into 5.0.x
Browse files Browse the repository at this point in the history
* 4.1.x:
  Fix SQLiteSchemaManagerTest case
  Remove internal flag on DriverException (#6376)
  • Loading branch information
derrabus committed May 5, 2024
2 parents 7cdec3f + d3ae200 commit 542c463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Exception/DriverException.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
class DriverException extends \Exception implements Exception, Driver\Exception
{
/**
* @internal
*
* @param Driver\Exception $driverException The DBAL driver exception to chain.
* @param Query|null $query The SQL query that triggered the exception, if any.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use function array_shift;

class SqliteSchemaManagerTest extends SchemaManagerFunctionalTestCase
class SQLiteSchemaManagerTest extends SchemaManagerFunctionalTestCase
{
protected function supportsPlatform(AbstractPlatform $platform): bool
{
Expand Down

0 comments on commit 542c463

Please sign in to comment.