Completed
Pull Request — master (#598)
by Dave
15:36 queued 09:44
created
library/Mockery/MockInterface.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,6 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Allows additional methods to be mocked that do not explicitly exist on mocked class
52 52
      * @param String $method name of the method to be mocked
53
+     * @return Mock
53 54
      */
54 55
     public function shouldAllowMockingMethod($method);
55 56
 
@@ -89,7 +90,7 @@  discard block
 block discarded – undo
89 90
     /**
90 91
      * @param null|string $method
91 92
      * @param null $args
92
-     * @return mixed
93
+     * @return HigherOrderMessage|null
93 94
      */
94 95
     public function shouldNotHaveReceived($method, $args = null);
95 96
 
@@ -130,6 +131,7 @@  discard block
 block discarded – undo
130 131
      *
131 132
      * @param mixed $group
132 133
      * @param int $order
134
+     * @return void
133 135
      */
134 136
     public function mockery_setGroup($group, $order);
135 137
 
@@ -144,6 +146,7 @@  discard block
 block discarded – undo
144 146
      * Set current ordered number
145 147
      *
146 148
      * @param int $order
149
+     * @return integer
147 150
      */
148 151
     public function mockery_setCurrentOrder($order);
149 152
 
Please login to merge, or discard this patch.