Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 8, 2025
1 parent 39c0dc2 commit 5c108ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.1",
"chevere/message": "^1.0.0",
"chevere/parameter": "^1.0.0"
"chevere/parameter": "^1.0.3"
},
"require-dev": {
"phpstan/phpstan": "^1.9",
Expand Down
2 changes: 1 addition & 1 deletion tests/ControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function testInvalid(): void
$this->expectException(ActionException::class);
$this->expectExceptionMessage(
<<<PLAIN
`Chevere\Tests\src\ControllerTestInvalidController` LogicException → Parameter \$var of type union is not supported
`Chevere\Tests\src\ControllerTestInvalidController` InvalidArgumentException → Parameter `mixed, int, var` must be of type **string** for controller `Chevere\Tests\src\ControllerTestInvalidController`
PLAIN
);
$controller = new ControllerTestInvalidController();
Expand Down

0 comments on commit 5c108ec

Please sign in to comment.