From b473affbb76ae6ec4e46d368b5081b5bfcdd3ed2 Mon Sep 17 00:00:00 2001 From: Matthias Mullie Date: Wed, 23 Nov 2016 11:16:14 +0100 Subject: [PATCH] php-cs-fixer --- tests/css/CSSTest.php | 1 - tests/js/JSTest.php | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/css/CSSTest.php b/tests/css/CSSTest.php index 06edc35..288d167 100644 --- a/tests/css/CSSTest.php +++ b/tests/css/CSSTest.php @@ -513,7 +513,6 @@ public function dataProvider() 'p{border:1px solid #f00000}', ); - return $tests; } diff --git a/tests/js/JSTest.php b/tests/js/JSTest.php index f4d1fcd..b75c0da 100644 --- a/tests/js/JSTest.php +++ b/tests/js/JSTest.php @@ -855,7 +855,7 @@ function otherFuncName() { a: ((500 * (x - y)) + 128) / 255, // [-128,127] b: ((200 * (y - z)) + 128) / 255 // [-128,127] };', - 'return{l:((116*y)-16)/100,a:((500*(x-y))+128)/255,b:((200*(y-z))+128)/255}' + 'return{l:((116*y)-16)/100,a:((500*(x-y))+128)/255,b:((200*(y-z))+128)/255}', ); // https://github.com/matthiasmullie/minify/issues/143 @@ -887,7 +887,8 @@ function otherFuncName() { 'elem.getAttribute("type")!==null)+"/"+elem.type var rprotocol=/^\/\//,prefilters={}', 'elem.getAttribute("type")!==null)+"/"+elem.type -var rprotocol=/^\/\//,prefilters={}'); +var rprotocol=/^\/\//,prefilters={}', + ); // known minified files to help doublecheck changes in places not yet // anticipated in these tests