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

### 3.7.3

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

#### CI,pdo_sqlsrv,sqlsrv

 - [6269: Stop using chocolatey shims](https://github.com/doctrine/dbal/pull/6269) thanks to @greg0ire

#### Bug,Documentation

 - [6264: Fix deprecation message Parameter::STRING -> ParameterType::STRING](https://github.com/doctrine/dbal/pull/6264) thanks to @dritter

#### Static Analysis,Test Suite

 - [6263:   PHPStan 1.10.56, PHPUnit 9.6.15, PHPCS 3.8.1](https://github.com/doctrine/dbal/pull/6263) thanks to @derrabus

#### Documentation

 - [6253: Fix connection setup example in `PrimaryReadReplicaConnection`](https://github.com/doctrine/dbal/pull/6253) thanks to @smorimoto
 - [6241: Switch to absolute paths ](https://github.com/doctrine/dbal/pull/6241) thanks to @greg0ire

#### Bug,SQL Server,Schema Introspection

 - [6251: Keep NVARCHAR(MAX) length as -1](https://github.com/doctrine/dbal/pull/6251) thanks to @kitloong

#### Code Style

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

#### CI,MariaDB

 - [6229: CI: Drop MariaDB 10.10, add MariaDB 11.2](https://github.com/doctrine/dbal/pull/6229) thanks to @derrabus

#### Bug,SQLite,Schema Definition,Schema Management

 - [6226: Move schema part to the index ](https://github.com/doctrine/dbal/pull/6226) thanks to @greg0ire

CI
--

 - [6148: Allow Symfony 7 in require-dev](https://github.com/doctrine/dbal/pull/6148) thanks to @nicolas-grekas