From 803582c4372242f6d3d9c47a422dd8ea7ff32d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Mon, 24 Jun 2019 09:15:15 +0200 Subject: [PATCH] Apply fixes from StyleCI (#1800) [ci skip] [skip ci] --- tests/integration/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/TestCase.php b/tests/integration/TestCase.php index e705a8967..8cd255949 100644 --- a/tests/integration/TestCase.php +++ b/tests/integration/TestCase.php @@ -162,6 +162,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase function ($memo, $setCookieString) { $setCookie = SetCookie::fromSetCookieString($setCookieString); $memo[$setCookie->getName()] = $setCookie->getValue(); + return $memo; }, []