Completed
Push — master ( 79c7a4...4d7dae )
by Gordon
01:03
created
src/API.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -121,6 +121,9 @@
 block discarded – undo
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";
Please login to merge, or discard this patch.