Skip to content

Commit 94e57bb

Browse files
authored
Merge pull request #122 from zuozp8/master
optimize return phpDocs
2 parents b7f5c50 + 713d143 commit 94e57bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AspectMock/Test.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Test {
8888
* @param string|object $classOrObject
8989
* @param array $params [ 'methodName' => 'returnValue' ]
9090
* @throws \Exception
91-
* @return Verifier Usually Proxy\ClassProxy|Proxy\InstanceProxy
91+
* @return Verifier|Proxy\ClassProxy|Proxy\InstanceProxy
9292
*/
9393
public static function double($classOrObject, array $params = array())
9494
{
@@ -155,7 +155,7 @@ public static function double($classOrObject, array $params = array())
155155
* @api
156156
* @param string|object $classOrObject
157157
* @param array $params
158-
* @return Verifier Usually Proxy\ClassProxy|Proxy\InstanceProxy
158+
* @return Verifier|Proxy\ClassProxy|Proxy\InstanceProxy
159159
*/
160160
public static function spec($classOrObject, array $params = array())
161161
{
@@ -189,7 +189,7 @@ public static function spec($classOrObject, array $params = array())
189189
* @api
190190
* @param string|object $classOrObject
191191
* @param string[] $only
192-
* @return Verifier Usually Proxy\ClassProxy|Proxy\InstanceProxy
192+
* @return Verifier|Proxy\ClassProxy|Proxy\InstanceProxy
193193
* @throws \Exception
194194
*/
195195
public static function methods($classOrObject, array $only = array())

0 commit comments

Comments
 (0)