We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7503fb5 commit 9ec09faCopy full SHA for 9ec09fa
tests/Unit/ParameterDefinitionTest.php
@@ -167,7 +167,8 @@ public function testResolveNonTypedParameter(): void
167
$exception = null;
168
try {
169
$definition->resolve($container);
170
- } catch (Throwable $exception) {}
+ } catch (Throwable $exception) {
171
+ }
172
173
$this->assertInstanceOf(NotInstantiableException::class, $exception);
174
$this->assertStringStartsWith(
@@ -192,7 +193,8 @@ public function testResolveBuiltinParameter(): void
192
193
194
195
196
197
198
199
200
0 commit comments