Skip to content

Commit

Permalink
Remove DriverChain (doctrine#10175)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Oct 26, 2022
1 parent 1f15e3b commit 31db15f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
5 changes: 3 additions & 2 deletions UPGRADE.md
Expand Up @@ -158,9 +158,10 @@ class MyStrategy implements NamingStrategy
}
```

## BC BREAK: Remove StaticPHPDriver
## BC BREAK: Remove `StaticPHPDriver` and `DriverChain`

Use `Doctrine\Persistence\Mapping\Driver\StaticPHPDriver` from
Use `Doctrine\Persistence\Mapping\Driver\StaticPHPDriver` and
`Doctrine\Persistence\Mapping\Driver\MappingDriverChain` from
`doctrine/persistence` instead.

## BC BREAK: `UnderscoreNamingStrategy` is number aware only
Expand Down
16 changes: 0 additions & 16 deletions lib/Doctrine/ORM/Mapping/Driver/DriverChain.php

This file was deleted.

0 comments on commit 31db15f

Please sign in to comment.