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 ba50781 commit 5b5b28dCopy full SHA for 5b5b28d
src/Plugin.php
@@ -12,7 +12,7 @@
12
*/
13
class Plugin implements PluginEntryPointInterface
14
{
15
- public function __invoke(RegistrationInterface $psalm, SimpleXMLElement $config = null) : void
+ public function __invoke(RegistrationInterface $psalm, SimpleXMLElement $config = null): void
16
17
if (isset($config->throwable) && ((bool)$config->throwable === true)) {
18
$psalm->addStubFile(__DIR__ . '/../throwable-stubs/LoggerInterface.php');
0 commit comments