Completed
Push — master ( 6b3cc7...bf92fc )
by Nicolaas
02:11
created
code/BrowseRegionsPage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      * Creates a region... called from BrowseCountriesPage
101 101
      *
102 102
      *@param Array $region - array of region details
103
-     *@param Object $parent - a BrowseCountriesPage object
103
+     *@param BrowseCountriesPage $parent - a BrowseCountriesPage object
104 104
      *
105 105
      **/
106 106
     public function CreateRegion(array $region, BrowseCountriesPage $parent)
Please login to merge, or discard this patch.
code/BrowseSuburbPage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      * Creates a region... called from BrowseCountriesPage
73 73
      *
74 74
      *@param Array $googleMapAddressArray - array of google Map Address Data
75
-     *@param Object $parent - a BrowseCountriesPage object
75
+     *@param BrowseCitiesPage $parent - a BrowseCountriesPage object
76 76
      *@return Object | false - returns the BrowseSuburbPage if there is one.
77 77
      *
78 78
      **/
Please login to merge, or discard this patch.