| @@ -38,7 +38,7 @@ discard block | ||
| 38 | 38 | /** | 
| 39 | 39 | * Regular expression pattern for Unit code | 
| 40 | 40 | */ | 
| 41 | -    const UNIT =  "/[A-Za-z]{2}$/i"; | |
| 41 | +    const UNIT = "/[A-Za-z]{2}$/i"; | |
| 42 | 42 | |
| 43 | 43 | |
| 44 | 44 | /** | 
| @@ -66,7 +66,7 @@ discard block | ||
| 66 | 66 | */ | 
| 67 | 67 | public function __construct(PostcodeInterface $postcode) | 
| 68 | 68 |      { | 
| 69 | - $this->postcode = (string)$postcode; | |
| 69 | + $this->postcode = (string) $postcode; | |
| 70 | 70 | } | 
| 71 | 71 | |
| 72 | 72 | /** |