Remove DbConnection class in favor of fully-static and typed Db class

This commit is contained in:
Alex Cabal 2025-02-25 16:27:56 -06:00
parent 0a684facee
commit e2e14a3551
6 changed files with 564 additions and 528 deletions

View file

@ -40,6 +40,7 @@ parameters:
-'#^Safe\\#'
uncheckedExceptionClasses:
- 'Exceptions\DatabaseQueryException'
- 'Exceptions\DuplicateDatabaseKeyException'
- 'Exceptions\MultiSelectMethodNotFoundException'
- 'PDOException'
- 'TypeError'