Completed
Push — master ( e34838...b71ffc )
by David
02:48
created
src/Flagbit/Plantuml/TokenReflection/DocContentWriter.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Flagbit\Plantuml\TokenReflection;
4 4
 
5 5
 use TokenReflection\IReflectionClass;
6
-use TokenReflection\IReflectionParameter;
7 6
 
8 7
 class DocContentWriter extends \Flagbit\Plantuml\TokenReflection\WriterAbstract
9 8
 {
Please login to merge, or discard this patch.