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

### 3.8.6

- Total issues resolved: **0**
- Total pull requests resolved: **4**
- Total contributors: **3**

#### Code Style

 - [6453: PHP CodeSniffer 3.10.1](https://github.com/doctrine/dbal/pull/6453) thanks to @derrabus

#### Static Analysis

 - [6446: PHPStan 1.11.5](https://github.com/doctrine/dbal/pull/6446) thanks to @derrabus

#### Bug

 - [6445: Revert "Merge pull request #6413 from achterin/bugfix/foreign_key_name_change_detection"](https://github.com/doctrine/dbal/pull/6445) thanks to @dmaicher

#### Bug,SQLite,Schema Management

 - [6352: Move schema split for SQLite CREATE INDEX only](https://github.com/doctrine/dbal/pull/6352) thanks to @mvorisek