From: Tobi823 Date: Sun, 23 Sep 2018 21:42:05 +0000 (+0200) Subject: Run php-cs-fixer for fixing coding standard issues (on ContentProxyTest) X-Git-Tag: 2.3.4~15^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=28cc645b93a3505f39f8b5655e5f860544c023b4 Run php-cs-fixer for fixing coding standard issues (on ContentProxyTest) --- 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