Completed
Pull Request — master (#11)
by Arnold
03:10
created
tests/Authz/LevelsTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,9 +25,9 @@
 block discarded – undo
25 25
     public function setUp(): void
26 26
     {
27 27
         $this->authz = new Levels([
28
-           'user' => 1,
29
-           'mod' => 10,
30
-           'admin' => 100
28
+            'user' => 1,
29
+            'mod' => 10,
30
+            'admin' => 100
31 31
         ]);
32 32
     }
33 33
 
Please login to merge, or discard this patch.