1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00

Apply fixes from StyleCI (#1800)

[ci skip] [skip ci]
This commit is contained in:
Daniël Klabbers
2019-06-24 09:15:15 +02:00
committed by GitHub
parent a65074d01b
commit c935f8c74d

View File

@@ -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;
},
[]