Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/TestAsset/commontypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function TestFunc7()
/**
* Return Object
*
* @return StdClass
* @return stdClass
*/
function TestFunc8()
{
Expand Down
2 changes: 1 addition & 1 deletion test/_files/commontypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function Zend_Soap_AutoDiscover_TestFunc7()
/**
* Return Object
*
* @return StdClass
* @return stdClass
*/
function Zend_Soap_AutoDiscover_TestFunc8()
{
Expand Down

0 comments on commit 2b88f8e

Please sign in to comment.