Passed
Push — master ( de185f...13345c )
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
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
             }
30 30
 
31 31
             // Extract username, UID, and home directory
32
-            [$username, , $uid, , , $homeDirectory] = array_slice($parts, 0, 6);
32
+            [$username,, $uid,,, $homeDirectory] = array_slice($parts, 0, 6);
33 33
 
34 34
             // Only consider regular users (UID >= 1000) with a valid home directory
35 35
             if (!File::getInstance()->isDir($homeDirectory)) {
Please login to merge, or discard this patch.