Skip to content

Commit 7a44191

Browse files
committed
[CODESTYLE] Add newlines around declare, namespace and import groups
1 parent d2e6e0a commit 7a44191

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

Classes/SecurityService.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
2+
23
declare(strict_types=1);
4+
35
namespace In2code\T3AM\Server;
46

57
/*
@@ -23,6 +25,7 @@
2325
use TYPO3\CMS\Core\DataHandling\DataHandler;
2426
use TYPO3\CMS\Core\Utility\GeneralUtility;
2527
use TYPO3\CMS\Saltedpasswords\Salt\SaltFactory;
28+
2629
use function array_keys;
2730
use function base64_decode;
2831
use function base64_encode;

Classes/Server.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
2+
23
declare(strict_types=1);
4+
35
namespace In2code\T3AM\Server;
46

57
/*
@@ -21,6 +23,7 @@
2123
use ReflectionException;
2224
use ReflectionMethod;
2325
use TYPO3\CMS\Core\Utility\GeneralUtility;
26+
2427
use function call_user_func_array;
2528
use function is_string;
2629
use function settype;

Classes/ServerException.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
2+
23
declare(strict_types=1);
4+
35
namespace In2code\T3AM\Server;
46

57
/*
@@ -18,6 +20,7 @@
1820

1921
use Exception;
2022
use ReflectionException;
23+
2124
use function sprintf;
2225

2326
/**

Classes/UserRepository.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
2+
23
declare(strict_types=1);
4+
35
namespace In2code\T3AM\Server;
46

57
/*
@@ -22,6 +24,7 @@
2224
use TYPO3\CMS\Core\Resource\File;
2325
use TYPO3\CMS\Core\Resource\ResourceFactory;
2426
use TYPO3\CMS\Core\Utility\GeneralUtility;
27+
2528
use function base64_encode;
2629

2730
/**

0 commit comments

Comments
 (0)