@@ -150,7 +150,9 @@ public function getFormattedAddress()
150
150
}
151
151
152
152
/**
153
- * @param null|string $formattedAddress
153
+ * @param string|null $formattedAddress
154
+ *
155
+ * @return GoogleAddress
154
156
*/
155
157
public function withFormattedAddress (string $ formattedAddress = null )
156
158
{
@@ -169,7 +171,9 @@ public function getAirport()
169
171
}
170
172
171
173
/**
172
- * @param null|string $airport
174
+ * @param string|null $airport
175
+ *
176
+ * @return GoogleAddress
173
177
*/
174
178
public function withAirport (string $ airport = null )
175
179
{
@@ -188,7 +192,9 @@ public function getColloquialArea()
188
192
}
189
193
190
194
/**
191
- * @param null|string $colloquialArea
195
+ * @param string|null $colloquialArea
196
+ *
197
+ * @return GoogleAddress
192
198
*/
193
199
public function withColloquialArea (string $ colloquialArea = null )
194
200
{
@@ -207,7 +213,9 @@ public function getIntersection()
207
213
}
208
214
209
215
/**
210
- * @param null|string $intersection
216
+ * @param string|null $intersection
217
+ *
218
+ * @return GoogleAddress
211
219
*/
212
220
public function withIntersection (string $ intersection = null )
213
221
{
@@ -226,7 +234,9 @@ public function getNaturalFeature()
226
234
}
227
235
228
236
/**
229
- * @param null|string $naturalFeature
237
+ * @param string|null $naturalFeature
238
+ *
239
+ * @return GoogleAddress
230
240
*/
231
241
public function withNaturalFeature (string $ naturalFeature = null )
232
242
{
@@ -245,7 +255,9 @@ public function getNeighborhood()
245
255
}
246
256
247
257
/**
248
- * @param null|string $neighborhood
258
+ * @param string|null $neighborhood
259
+ *
260
+ * @return GoogleAddress
249
261
*/
250
262
public function withNeighborhood (string $ neighborhood = null )
251
263
{
@@ -264,7 +276,9 @@ public function getPark()
264
276
}
265
277
266
278
/**
267
- * @param null|string $park
279
+ * @param string|null $park
280
+ *
281
+ * @return GoogleAddress
268
282
*/
269
283
public function withPark (string $ park = null )
270
284
{
@@ -283,7 +297,9 @@ public function getPointOfInterest()
283
297
}
284
298
285
299
/**
286
- * @param null|string $pointOfInterest
300
+ * @param string|null $pointOfInterest
301
+ *
302
+ * @return GoogleAddress
287
303
*/
288
304
public function withPointOfInterest (string $ pointOfInterest = null )
289
305
{
@@ -302,7 +318,9 @@ public function getPolitical()
302
318
}
303
319
304
320
/**
305
- * @param null|string $political
321
+ * @param string|null $political
322
+ *
323
+ * @return GoogleAddress
306
324
*/
307
325
public function withPolitical (string $ political = null )
308
326
{
@@ -321,7 +339,9 @@ public function getPremise()
321
339
}
322
340
323
341
/**
324
- * @param null|string $premise
342
+ * @param null $premise
343
+ *
344
+ * @return GoogleAddress
325
345
*/
326
346
public function withPremise ($ premise = null )
327
347
{
@@ -340,7 +360,9 @@ public function getStreetAddress()
340
360
}
341
361
342
362
/**
343
- * @param null|string $streetAddress
363
+ * @param string|null $streetAddress
364
+ *
365
+ * @return GoogleAddress
344
366
*/
345
367
public function withStreetAddress (string $ streetAddress = null )
346
368
{
@@ -359,7 +381,9 @@ public function getSubpremise()
359
381
}
360
382
361
383
/**
362
- * @param null|string $subpremise
384
+ * @param string|null $subpremise
385
+ *
386
+ * @return GoogleAddress
363
387
*/
364
388
public function withSubpremise (string $ subpremise = null )
365
389
{
@@ -378,7 +402,9 @@ public function getWard()
378
402
}
379
403
380
404
/**
381
- * @param null|string $ward
405
+ * @param string|null $ward
406
+ *
407
+ * @return GoogleAddress
382
408
*/
383
409
public function withWard (string $ ward = null )
384
410
{
@@ -397,7 +423,9 @@ public function getEstablishment()
397
423
}
398
424
399
425
/**
400
- * @param null|string $ward
426
+ * @param string|null $establishment
427
+ *
428
+ * @return GoogleAddress
401
429
*/
402
430
public function withEstablishment (string $ establishment = null )
403
431
{
0 commit comments