Skip to content

Commit 73150bc

Browse files
committed
Applying PHPCS fixes
1 parent 08d6f91 commit 73150bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CompressedStringList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function __construct()
1111
$this->queue->setIteratorMode(\SplDoublyLinkedList::IT_MODE_FIFO | \SplDoublyLinkedList::IT_MODE_DELETE);
1212
}
1313

14-
public static function merge($subject, $delimiter, CompressedStringList $gzippedStrings)
14+
public static function merge($subject, $delimiter, CompressedStringList $gzippedStrings)
1515
{
1616
if (!is_string($subject)) {
1717
$subject = json_encode($subject);

0 commit comments

Comments
 (0)