@@ -93,11 +93,11 @@ |
||
| 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 | |