Completed
Push — master ( 96178f...e2662a )
by Taosikai
10:28
created
src/Common/Location/Location.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         return trim(implode(' ', [$this->city, $this->state, $this->countryName]));
49 49
     }
50 50
 
51
+    /**
52
+     * @param string $countryCode
53
+     */
51 54
     protected function applyCountry($countryCode)
52 55
     {
53 56
         try {
Please login to merge, or discard this patch.