Skip to content

Commit 0ffa806

Browse files
committed
fix: #225: coding standards
1 parent c88895f commit 0ffa806

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/DependencyInjection/CompilerPass/GrantTypePass.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);
24

35
namespace League\Bundle\OAuth2ServerBundle\DependencyInjection\CompilerPass;
46

@@ -11,9 +13,6 @@
1113

1214
class GrantTypePass implements CompilerPassInterface
1315
{
14-
/**
15-
* @inheritDoc
16-
*/
1716
public function process(ContainerBuilder $container): void
1817
{
1918
// check if AuthorizationServer service is defined

0 commit comments

Comments
 (0)