We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d6f91 commit 73150bcCopy full SHA for 73150bc
src/CompressedStringList.php
@@ -11,7 +11,7 @@ public function __construct()
11
$this->queue->setIteratorMode(\SplDoublyLinkedList::IT_MODE_FIFO | \SplDoublyLinkedList::IT_MODE_DELETE);
12
}
13
14
- public static function merge($subject, $delimiter, CompressedStringList $gzippedStrings)
+ public static function merge($subject, $delimiter, CompressedStringList $gzippedStrings)
15
{
16
if (!is_string($subject)) {
17
$subject = json_encode($subject);
0 commit comments