diff --git a/src/PHPUnit/Controller/AbstractControllerTestCase.php b/src/PHPUnit/Controller/AbstractControllerTestCase.php index 6e7dcbdb2f..2a0f37d023 100644 --- a/src/PHPUnit/Controller/AbstractControllerTestCase.php +++ b/src/PHPUnit/Controller/AbstractControllerTestCase.php @@ -105,6 +105,7 @@ public function getApplicationConfig() /** * Set the application config * @param array $applicationConfig + * @return AbstractControllerTestCase * @throws LogicException */ public function setApplicationConfig($applicationConfig)