Skip to content

Commit 5b5b28d

Browse files
committed
cs-fix
1 parent ba50781 commit 5b5b28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Plugin implements PluginEntryPointInterface
1414
{
15-
public function __invoke(RegistrationInterface $psalm, SimpleXMLElement $config = null) : void
15+
public function __invoke(RegistrationInterface $psalm, SimpleXMLElement $config = null): void
1616
{
1717
if (isset($config->throwable) && ((bool)$config->throwable === true)) {
1818
$psalm->addStubFile(__DIR__ . '/../throwable-stubs/LoggerInterface.php');

0 commit comments

Comments
 (0)