From e4546a0b35bfc252f7e6fa57480dd5fb664dfc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Gamez?= Date: Wed, 25 Mar 2015 20:00:48 +0100 Subject: [PATCH] Complete PHPDoc --- Tests/TestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/TestCase.php b/Tests/TestCase.php index 732141d..5cca30a 100644 --- a/Tests/TestCase.php +++ b/Tests/TestCase.php @@ -195,7 +195,7 @@ public function getContainer() /** * Returns the an application mock which returns a mocked kernel * - * @return Application + * @return \Mockery\MockInterface|Application */ protected function getApplication() { @@ -282,7 +282,7 @@ protected function generateMigrationClassFileFromTemplate(array $variables) /** * Returns the version number from a string * - * @param $string + * @param string $string * @return string * * @throws \RuntimeException