From 5b36b8e30d2a4a9fa2b7ed29a3f08fb7ed2a9cdc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 28 Nov 2020 00:13:12 +0100 Subject: [PATCH] phpcs fixes --- Uri/UriFactory.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Uri/UriFactory.js b/Uri/UriFactory.js index d4994f9..695f92c 100644 --- a/Uri/UriFactory.js +++ b/Uri/UriFactory.js @@ -131,8 +131,8 @@ export class UriFactory // unique queries const parts = parsed.query.replace(/\?/g, '&').split('&'), - full = url.split('?')[0], - pars = []; + full = url.split('?')[0], + pars = []; let comps = {}, spl = null,