From b5bd544d0bba7f87565a85a08080cf9ae65fdb86 Mon Sep 17 00:00:00 2001 From: Martin Vasel Date: Wed, 22 Jul 2020 14:38:01 +0200 Subject: [PATCH] doc header for UnitTestCase::setDI --- Library/Phalcon/Test/Traits/UnitTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Phalcon/Test/Traits/UnitTestCase.php b/Library/Phalcon/Test/Traits/UnitTestCase.php index 67faf8805..66d285a66 100644 --- a/Library/Phalcon/Test/Traits/UnitTestCase.php +++ b/Library/Phalcon/Test/Traits/UnitTestCase.php @@ -174,7 +174,7 @@ public function getConfig() * * @see Injectable::setDI * @param DiInterface $di - * @return $this + * @return void */ public function setDI(DiInterface $di) : void {