Skip to content

Commit b6d6bf7

Browse files
alexanderzaiets-payserapelanis
authored andcommitted
review concern fix
1 parent 7d6b249 commit b6d6bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ declare(strict_types=1);
974974

975975
class Service
976976
{
977-
public function __construct(SomeService $s, ?LoggerInterface $logger = null)
977+
public function __construct(SomeService $service, ?LoggerInterface $logger = null)
978978
{
979979
//...
980980
}

0 commit comments

Comments
 (0)