Test Failed
Push — master ( ba1a9c...19f0e1 )
by Mostafa
08:40
created
src/Helpers/Validator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,11 +93,11 @@
 block discarded – undo
93 93
             throw new Exception('stream name [' . $name . '] should be an alpha numeric string');
94 94
         }
95 95
 
96
-        if($width <= 0) {
96
+        if ($width <= 0) {
97 97
             throw new Exception('width [' . $width . '] should be a positive number');
98 98
         }
99 99
 
100
-        if($height <= 0) {
100
+        if ($height <= 0) {
101 101
             throw new Exception('height [' . $height . '] should be a positive number');
102 102
         }
103 103
 
Please login to merge, or discard this patch.