Completed
Push — master ( 61603b...2e6646 )
by Alec
02:56
created
src/Helpers/Classes/System.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
             && preg_match(self::CGROUP_PATTERN, $content)) {
27 27
             return true;
28 28
         }
29
-        if(isset($content)) {
29
+        if (isset($content)) {
30 30
             var_dump('Contents: ' . $content);
31 31
         }
32 32
         return false;
Please login to merge, or discard this patch.