### Release Notes for [4.0.3](https://github.com/doctrine/dbal/milestone/155)

### 4.0.3

- Total issues resolved: **0**
- Total pull requests resolved: **6**
- Total contributors: **5**

#### Test Suite

 - [6431: Display warnings when running PHPUnit in CI](https://github.com/doctrine/dbal/pull/6431) thanks to @stof
 - [6400: PHPUnit 10.5.20](https://github.com/doctrine/dbal/pull/6400) thanks to @derrabus

#### Bug

 - [6418: Fix foreign key name change detection](https://github.com/doctrine/dbal/pull/6418) thanks to @achterin

#### Static Analysis

 - [6401: Psalm 5.24.0](https://github.com/doctrine/dbal/pull/6401) thanks to @derrabus

#### Documentation

 - [6394: Fix example for QB delete and update in doc block](https://github.com/doctrine/dbal/pull/6394) thanks to @Metabor

#### Code Style

 - [6381: Fix SQLiteSchemaManagerTest case](https://github.com/doctrine/dbal/pull/6381) thanks to @mvorisek