Skip to content

Commit

Permalink
Adjust string representation slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 10, 2015
1 parent 12a5c2c commit 8f6639f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/php/com/maxmind/geoip/Record.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function toString() {
\xp::stringOf($this->continent()),
str_replace("\n", "\n ", \xp::stringOf($this->postalCode())),
str_replace("\n", "\n ", \xp::stringOf($this->location())),
\xp::stringOf($this->subdivisions())
isset($this->map['subdivisions']) ? \xp::stringOf($this->subdivisions()) : '[]'
);
}
}

0 comments on commit 8f6639f

Please sign in to comment.