Completed
Pull Request — master (#195)
by Damian
01:56
created
tests/CommentsTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -1196,6 +1196,9 @@
 block discarded – undo
1196 1196
     }
1197 1197
 
1198 1198
 
1199
+    /**
1200
+     * @param string $name
1201
+     */
1199 1202
     protected static function getMethod($name) {
1200 1203
         $class = new ReflectionClass('Comment');
1201 1204
         $method = $class->getMethod($name);
Please login to merge, or discard this patch.