From 38a04dee3459c040ff47aa5a62307efe72bcae00 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 29 May 2017 10:14:01 +0200 Subject: [PATCH] CS --- tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php index 103acf50..aba3bebc 100644 --- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php +++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php @@ -226,7 +226,7 @@ class ContentProxyTest extends \PHPUnit_Framework_TestCase 'authors' => ['Jeremy', 'Nico', 'Thomas'], 'all_headers' => [ 'Cache-Control' => 'no-cache', - ] + ], ] ); @@ -342,11 +342,11 @@ class ContentProxyTest extends \PHPUnit_Framework_TestCase return [ 'script and comment' => [ 'Script inside:
', - 'lol' + 'lol', ], 'script' => [ 'Script inside:', - 'script' + 'script', ], ]; } -- 2.41.0