Skip to content

Commit a21e74d

Browse files
author
Sergey Kasatkin
authored
Merge pull request #9 from alexmorbo/master
Список метро в Address model
2 parents e54407c + 8388959 commit a21e74d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Response/Address.php

+5
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,11 @@ class Address extends AbstractResponse
555555
*/
556556
public $unparsed_parts;
557557

558+
/**
559+
* @var array Список ближайших станций метро (до трёх штук)
560+
*/
561+
public $metro;
562+
558563
public function __toString()
559564
{
560565
return (string) $this->result;

0 commit comments

Comments
 (0)