@@ -121,6 +121,9 @@ |
||
121 | 121 | } |
122 | 122 | |
123 | 123 | |
124 | + /** |
|
125 | + * @param string $postcode |
|
126 | + */ |
|
124 | 127 | public function nearest($postcode) |
125 | 128 | { |
126 | 129 | $jsonurl = "https://api.postcodes.io/postcodes/".$postcode."/nearest"; |