From 28cc645b93a3505f39f8b5655e5f860544c023b4 Mon Sep 17 00:00:00 2001 From: Tobi823 Date: Sun, 23 Sep 2018 23:42:05 +0200 Subject: [PATCH] Run php-cs-fixer for fixing coding standard issues (on ContentProxyTest) --- .../CoreBundle/Helper/ContentProxyTest.php | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php index 5f10f482..3f3c60d0 100644 --- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php +++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php @@ -740,30 +740,38 @@ class ContentProxyTest extends TestCase } /** - * https://stackoverflow.com/a/18506801 + * https://stackoverflow.com/a/18506801. + * * @param $string + * * @return string */ - private function strToHex($string){ + private function strToHex($string) + { $hex = ''; - for ($i=0; $i