Skip to content

Commit 868e99c

Browse files
committed
Set function return type
1 parent d35c2a9 commit 868e99c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.php_cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php declare(strict_types=1);
22

33
use ApiClients\Tools\TestUtilities\PhpCsFixerConfig;
4+
use PhpCsFixer\Config;
45

5-
return (function ()
6+
return (function (): Config
67
{
78
$paths = [
89
__DIR__ . DIRECTORY_SEPARATOR . 'src',

0 commit comments

Comments
 (0)