Completed
Push — master ( 573516...7a1ba4 )
by Iurii
04:24
created
vendor/fzaninotto/faker/test/Faker/Provider/zh_TW/TextTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,6 +11,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.