| @@ -82,7 +82,7 @@ | ||
| 82 | 82 | */ | 
| 83 | 83 | public function open($path, $type = null) | 
| 84 | 84 |      { | 
| 85 | -        if($type == null){ | |
| 85 | +        if ($type == null) { | |
| 86 | 86 | $type = $this->guessAdapterExtension($path); | 
| 87 | 87 | } | 
| 88 | 88 | |