Passed
Push — master ( 176cfe...5723e1 )
by Nils
02:36
created
src/Collector/System/Security/KnownHostsCollector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
             }
26 26
 
27 27
             // Extract username, UID, and home directory
28
-            [$username, , $uid, , , $homeDirectory] = array_slice($parts, 0, 6);
28
+            [$username,, $uid,,, $homeDirectory] = array_slice($parts, 0, 6);
29 29
 
30 30
             // Only consider regular users (UID >= 1000) with a valid home directory
31 31
             if ((int)$uid < 1000 || !is_dir($homeDirectory)) {
Please login to merge, or discard this patch.