Skip to content

Commit 2476a75

Browse files
committed
style: run cs-fix
1 parent 0e72761 commit 2476a75

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/Commands/OAuthSetup.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33
declare(strict_types=1);
44

5+
/**
6+
* This file is part of Shield OAuth.
7+
*
8+
* (c) Datamweb <pooya_parsa_dadashi@yahoo.com>
9+
*
10+
* For the full copyright and license information, please view
11+
* the LICENSE file that was distributed with this source code.
12+
*/
13+
514
namespace Datamweb\ShieldOAuth\Commands;
615

7-
use CodeIgniter\Shield\Commands\Setup\ContentReplacer;
816
use CodeIgniter\Shield\Commands\Setup;
17+
use CodeIgniter\Shield\Commands\Setup\ContentReplacer;
918

1019
class OAuthSetup extends Setup
1120
{
@@ -97,5 +106,4 @@ protected function copyAndReplace(string $file, array $replaces): void
97106

98107
$this->writeFile($file, $content);
99108
}
100-
101109
}

0 commit comments

Comments
 (0)