Merge pull request #15544 from frederic34/patch-14

doxygen
This commit is contained in:
Laurent Destailleur 2020-11-25 19:58:55 +01:00 committed by GitHub
commit 77c8631528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ class MyObjectTest extends \PHPUnit_Framework_TestCase
* testMyObjectDelete
*
* @param int $id Id of object
* @return void
* @return int
*
* @depends testMyObjectCreate
* The depends says test is run only if previous is ok