Completed
Pull Request — master (#165)
by
unknown
11:58
created
rector.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -23,9 +23,9 @@
 block discarded – undo
23 23
         \Rector\DeadCode\Rector\PropertyProperty\RemoveNullPropertyInitializationRector::class,
24 24
         \Rector\EarlyReturn\Rector\StmtsAwareInterface\ReturnEarlyIfVariableRector::class,
25 25
     ])
26
-     ->withSets([
27
-         LevelSetList::UP_TO_PHP_71,
28
-         SetList::DEAD_CODE,
29
-         SetList::CODING_STYLE,
30
-         SetList::EARLY_RETURN,
31
-     ]);
32 26
\ No newline at end of file
27
+        ->withSets([
28
+            LevelSetList::UP_TO_PHP_71,
29
+            SetList::DEAD_CODE,
30
+            SetList::CODING_STYLE,
31
+            SetList::EARLY_RETURN,
32
+        ]);
33 33
\ No newline at end of file
Please login to merge, or discard this patch.
src/Authorization/BearerTokenAuthorization.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 class BearerTokenAuthorization extends TokenAuthorization
11 11
 {
12
-   /**
12
+    /**
13 13
      * BearerTokenAuthorization constructor.
14 14
      */
15 15
     public function __construct(TokenRepositoryInterface $tokenRepository, IpDetectorInterface $ipDetector)
Please login to merge, or discard this patch.