Completed
Pull Request — master (#14)
by
unknown
03:12
created
src/Flagbit/Plantuml/TokenReflection/DocContentWriter.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
     }
25 25
 
26 26
     /**
27
-     * @param \TokenReflection\IReflectionMethod $method
27
+     * @param string $type
28 28
      * @return string
29 29
      */
30 30
     protected function writeProperty($name, $type) {
@@ -67,7 +67,8 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @param \TokenReflection\IReflectionClass $class
70
+     * @param string $params
71
+     * @param string $returnType
71 72
      * @return string
72 73
      */
73 74
     protected function writeMethod($name, $params, $returnType)
Please login to merge, or discard this patch.