Passed
Push — master ( 675cd9...cb0b36 )
by Nils
02:30
created
src/Collector/System/Security/AuthorizedKeysCollector.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 (!is_dir($homeDirectory)) {
Please login to merge, or discard this patch.