Passed
Push — master ( 87fc48...673939 )
by Tim
02:55
created
lib/Ruleset.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
          * Walk through file lists, and get available [rule][fileslot]...
49 49
          */
50 50
         if (!is_dir($statdir)) {
51
-            throw new \Exception('Statisics output directory [' . $statdir . '] does not exist.');
51
+            throw new \Exception('Statisics output directory ['.$statdir.'] does not exist.');
52 52
         }
53 53
         $filelist = scandir($statdir);
54 54
         $this->available = [];
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
             }
63 63
         }
64 64
         if (empty($this->available)) {
65
-            throw new \Exception('No aggregated statistics files found in [' . $statdir . ']');
65
+            throw new \Exception('No aggregated statistics files found in ['.$statdir.']');
66 66
         }
67 67
 
68 68
         /**
Please login to merge, or discard this patch.