Completed
Branch heritage_class (c7b9cc)
by Maxime
02:29
created
src/Query.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 	 *
63 63
 	 * @param  string $format The output format for the request
64 64
 	 *
65
-	 * @return maxh\Nominatim\Query
65
+	 * @return Query
66 66
 	 * @throws maxh\Nominatim\Exceptions\InvalidParameterException if format is not supported
67 67
 	 */
68 68
 	public function format($format)
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 	 * @param  string $language         Preferred language order for showing search results, overrides the value specified in the "Accept-Language" HTTP header.
90 90
 	 * Either uses standard rfc2616 accept-language string or a simple comma separated list of language codes.
91 91
 	 *
92
-	 * @return maxh\Nominatim\Query
92
+	 * @return Query
93 93
 	 */
94 94
 	public function language($language)
95 95
 	{
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
 	 *
104 104
 	 * @param  boolean $details
105 105
 	 * 
106
-	 * @return maxh\Nominatim\Query
106
+	 * @return Query
107 107
 	 */
108 108
 	public function addressDetails($details = true)
109 109
 	{
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
 	 * 
118 118
 	 * @param  boolean $tags 
119 119
 	 * 
120
-	 * @return maxh\Nominatim\Query
120
+	 * @return Query
121 121
 	 */
122 122
 	public function extraTags($tags = true)
123 123
 	{
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
 	 * 
133 133
 	 * @param  boolean $details 
134 134
 	 * 
135
-	 * @return maxh\Nominatim\Query
135
+	 * @return Query
136 136
 	 */
137 137
 	public function nameDetails($details = true)
138 138
 	{
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
 	 * 
148 148
 	 * @param  string $email Address mail
149 149
 	 * 
150
-	 * @return maxh\Nominatim\Query
150
+	 * @return Query
151 151
 	 */
152 152
 	public function email($email)
153 153
 	{
Please login to merge, or discard this patch.