Skip to content

Commit e52471d

Browse files
committed
fixes cs issue
1 parent ca89f48 commit e52471d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inc/ContainerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static function build(array $config, $rebuild = false)
2222
if (!isset(static::$container) || $rebuild) {
2323
$container = new Container();
2424

25-
$container[SpamCheckServiceInterface::class] = function($c) {
25+
$container[SpamCheckServiceInterface::class] = function ($c) {
2626
return new NullSpamCheckService();
2727
};
2828

0 commit comments

Comments
 (0)