Passed
Push — master ( 218f07...3b5891 )
by Tim
01:32
created
src/Auth/Source/Negotiate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 
53 53
     protected string $keytab;
54 54
 
55
-    protected string|int|null $spn = null;
55
+    protected string | int | null $spn = null;
56 56
 
57 57
     /** @var string[]|null */
58 58
     protected ?array $subnet = null;
Please login to merge, or discard this patch.