Passed
Push — master ( 7fa662...5a78d1 )
by Nils
02:41
created
src/Collector/System/Ports/PortsCollector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     private function parseListeningPorts(): array
51 51
     {
52 52
         $output = [];
53
-        exec("ss -tuln", $output);  // TCP und UDP, listening, numerisch
53
+        exec("ss -tuln", $output); // TCP und UDP, listening, numerisch
54 54
 
55 55
         $ports = [];
56 56
 
Please login to merge, or discard this patch.