Skip to content

Commit

Permalink
Change details in CHANGELOG.md, phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 26, 2023
1 parent 7a7467a commit 47da365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to `Slytherin` will be documented in this file.
- `preferred` property in integrations

### Fixed
- Type hinting of all classes using `PHPStan`
- Type hinting of all classes using `PHPStan` (up to `level 9`)
- Forward slash (`\\`) not required if setting `$namespace` in `Router`
- Checking of available instances in `Container::value`
- If `ServerRequestInterface` is an argument with a middleware
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
<logging>
Expand Down

0 comments on commit 47da365

Please sign in to comment.