Completed
Push — develop ( 8b2e58...a5af85 )
by Jaap
09:43
created
unit/phpDocumentor/Descriptor/Builder/Reflector/MethodAssemblerTest.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      * @param ArgumentDescriptor|m\MockInterface $argumentMock
155 155
      * @param DocBlock|m\MockInterface           $docBlockMock
156 156
      *
157
-     * @return MethodReflector|m\MockInterface
157
+     * @return MethodReflector
158 158
      */
159 159
     protected function givenAMethodReflector($namespace, $methodName, $argumentMock, $docBlockMock = null)
160 160
     {
@@ -176,6 +176,7 @@  discard block
 block discarded – undo
176 176
     /**
177 177
      * Generates a DocBlock object with applicable defaults for these tests.
178 178
      *
179
+     * @param boolean $withTags
179 180
      * @return DocBlock|m\MockInterface
180 181
      */
181 182
     protected function givenADocBlockObject($withTags)
Please login to merge, or discard this patch.
unit/phpDocumentor/Descriptor/Builder/Reflector/PropertyAssemblerTest.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      * @param string                             $propertyName
72 72
      * @param DocBlock|m\MockInterface           $docBlockMock
73 73
      *
74
-     * @return PropertyReflector|m\MockInterface
74
+     * @return PropertyReflector
75 75
      */
76 76
     protected function givenAPropertyReflector($namespace, $propertyName, $docBlockMock = null)
77 77
     {
@@ -91,6 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * Generates a DocBlock object with applicable defaults for these tests.
93 93
      *
94
+     * @param boolean $withTags
94 95
      * @return DocBlock|m\MockInterface
95 96
      */
96 97
     protected function givenADocBlockObject($withTags)
Please login to merge, or discard this patch.