Completed
Pull Request — master (#556)
by
unknown
03:35
created
library/Mockery/Expectation.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -155,8 +155,6 @@  discard block
 block discarded – undo
155 155
     /**
156 156
      * Return a string with the method name and arguments formatted
157 157
      *
158
-     * @param string $name Name of the expected method
159
-     * @param array $args List of arguments to the method
160 158
      * @return string
161 159
      */
162 160
     public function __toString()
@@ -189,7 +187,6 @@  discard block
 block discarded – undo
189 187
     /**
190 188
      * Sets public properties with queued values to the mock object
191 189
      *
192
-     * @param array $args
193 190
      * @return mixed
194 191
      */
195 192
     protected function _setValues()
@@ -267,7 +264,7 @@  discard block
 block discarded – undo
267 264
     /**
268 265
      * Verify this expectation
269 266
      *
270
-     * @return bool
267
+     * @return boolean|null
271 268
      */
272 269
     public function verify()
273 270
     {
Please login to merge, or discard this patch.