From 73150bc6fc0b1b62ce6a5debeb876600710ec2f2 Mon Sep 17 00:00:00 2001 From: Omar Ramos Date: Thu, 8 Sep 2016 17:10:24 -0700 Subject: [PATCH] Applying PHPCS fixes --- src/CompressedStringList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CompressedStringList.php b/src/CompressedStringList.php index 62076b2..6451164 100644 --- a/src/CompressedStringList.php +++ b/src/CompressedStringList.php @@ -11,7 +11,7 @@ public function __construct() $this->queue->setIteratorMode(\SplDoublyLinkedList::IT_MODE_FIFO | \SplDoublyLinkedList::IT_MODE_DELETE); } - public static function merge($subject, $delimiter, CompressedStringList $gzippedStrings) + public static function merge($subject, $delimiter, CompressedStringList $gzippedStrings) { if (!is_string($subject)) { $subject = json_encode($subject);