Completed
Pull Request — master (#44)
by Angelo
02:08
created
src/Proxy/ProxyTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use function Moka\Stub\Helper\isMethodName;
10 10
 use function Moka\Stub\Helper\isPropertyName;
11 11
 use function Moka\Stub\Helper\stripNameAndValidate;
12
-use Moka\Stub\StubHelper;
13 12
 
14 13
 /**
15 14
  * Trait ProxyTrait
Please login to merge, or discard this patch.
src/Stub/Helper/functions.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4
-require_once __DIR__  . '/const.php';
4
+require_once __DIR__ . '/const.php';
5 5
 require_once __DIR__ . '/stripName.php';
6
-require_once __DIR__  . '/isMethodName.php';
7
-require_once __DIR__  . '/isName.php';
8
-require_once __DIR__  . '/isName.php';
9
-require_once __DIR__  . '/isPropertyName.php';
10
-require_once __DIR__  . '/isStaticName.php';
6
+require_once __DIR__ . '/isMethodName.php';
7
+require_once __DIR__ . '/isName.php';
8
+require_once __DIR__ . '/isName.php';
9
+require_once __DIR__ . '/isPropertyName.php';
10
+require_once __DIR__ . '/isStaticName.php';
11 11
 require_once __DIR__ . '/stripNameAndValidate.php';
12
-require_once __DIR__  . '/validateMethodName.php';
13
-require_once __DIR__  . '/validateName.php';
14
-require_once __DIR__  . '/validatePropertyName.php';
15
-require_once __DIR__  . '/validateStaticName.php';
16 12
\ No newline at end of file
13
+require_once __DIR__ . '/validateMethodName.php';
14
+require_once __DIR__ . '/validateName.php';
15
+require_once __DIR__ . '/validatePropertyName.php';
16
+require_once __DIR__ . '/validateStaticName.php';
17 17
\ No newline at end of file
Please login to merge, or discard this patch.