@@ -11,6 +11,9 @@ |
||
11 | 11 | $this->textClass = new \ReflectionClass('Faker\Provider\zh_TW\Text'); |
12 | 12 | } |
13 | 13 | |
14 | + /** |
|
15 | + * @param string $name |
|
16 | + */ |
|
14 | 17 | protected function getMethod($name) { |
15 | 18 | $method = $this->textClass->getMethod($name); |
16 | 19 |