@@ -62,6 +62,9 @@ |
||
62 | 62 | return (bool)$is_residential; |
63 | 63 | } |
64 | 64 | |
65 | + /** |
|
66 | + * @param string $propertyName |
|
67 | + */ |
|
65 | 68 | private function mayHaveAsAsciiString($propertyName, callable $validate = null) |
66 | 69 | { |
67 | 70 | return $this->transliterateToAscii( |