From e511613bbc61d1006dc092c9b1865670d6f8829f Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 27 May 2018 14:16:47 +0200 Subject: [PATCH] StyleCI recommendations --- tst/PrivateBinTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tst/PrivateBinTest.php b/tst/PrivateBinTest.php index 3caf086..e712a0a 100644 --- a/tst/PrivateBinTest.php +++ b/tst/PrivateBinTest.php @@ -715,7 +715,7 @@ class PrivateBinTest extends PHPUnit_Framework_TestCase { $expiredPaste = Helper::getPaste(array('expire_date' => 1344803344)); $this->_model->create(Helper::getPasteId(), $expiredPaste); - $_SERVER['QUERY_STRING'] = Helper::getPasteId(); + $_SERVER['QUERY_STRING'] = Helper::getPasteId(); $_SERVER['HTTP_X_REQUESTED_WITH'] = 'JSONHttpRequest'; ob_start(); new PrivateBin; @@ -799,7 +799,7 @@ class PrivateBinTest extends PHPUnit_Framework_TestCase */ public function testReadOldSyntax() { - $paste = Helper::getPaste(); + $paste = Helper::getPaste(); $paste['meta'] = array( 'syntaxcoloring' => true, 'postdate' => $paste['meta']['postdate'],