From c7e1fd0f4e978cc91bb7c3d7574a636bdd63b9e3 Mon Sep 17 00:00:00 2001
From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr>
Date: Thu, 16 Mar 2017 10:10:35 +0000
Subject: [PATCH] =?UTF-8?q?Ajout=20doc=20pour=20compl=C3=A9tion?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/UnicaenTest/Controller/AbstractControllerTestCase.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UnicaenTest/Controller/AbstractControllerTestCase.php b/src/UnicaenTest/Controller/AbstractControllerTestCase.php
index 7db1ae5..7914d3d 100644
--- a/src/UnicaenTest/Controller/AbstractControllerTestCase.php
+++ b/src/UnicaenTest/Controller/AbstractControllerTestCase.php
@@ -61,7 +61,7 @@ abstract class AbstractControllerTestCase extends AbstractHttpControllerTestCase
 
     /**
      * @param string $userContextServiceClass
-     * @return ObjectProphecy
+     * @return ObjectProphecy|UserContextService
      */
     protected function mockUserContextService($userContextServiceClass)
     {
-- 
GitLab