Skip to content

Commit

Permalink
Improve type hinting in unit tests (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin authored Dec 27, 2023
1 parent ef4c8e4 commit f4db624
Show file tree
Hide file tree
Showing 98 changed files with 1,300 additions and 1,984 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ All notable changes to `Slytherin` will be documented in this file.
- `ContainerException` in `Container`
- `RouteInterface` for handling specific routes
- Support for all versions of `http-interop/http-middleware` (`0.3`, `0.4`, `0.5`)
- `ERRATUM.md` for changes in `README.md` for specified versions
- Support versions for PHP `v8.3`
- Support version for PHP `v8.3`
- `Routing` for creating HTTP routes directly in `Application`

### Changed
Expand All @@ -19,6 +18,7 @@ All notable changes to `Slytherin` will be documented in this file.
- `UnexpectedValueException` to `BadMethodCallException` in `DispatcherInterface`
- Conformed `Middleware` to the official `PSR-15` package (`psr/http-server-middleware`)
- `Application` class to `System`
- Improvement to unit tests (renamed to `snake_case`, improved logic)

### Fixed
- Type hinting of all classes using `PHPStan` (up to `level 9`)
Expand Down
Loading

0 comments on commit f4db624

Please sign in to comment.