@@ -14,9 +14,9 @@ |
||
| 14 | 14 | * |
| 15 | 15 | * @param null|string $path |
| 16 | 16 | */ |
| 17 | - public static function setPath($path=null) |
|
| 17 | + public static function setPath($path = null) |
|
| 18 | 18 | {
|
| 19 | - if(!is_null($path)){
|
|
| 19 | + if (!is_null($path)) {
|
|
| 20 | 20 | self::$requestPath = $path; |
| 21 | 21 | } |
| 22 | 22 | } |