Skip to content

Commit

Permalink
Applying PHPCS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
orware committed Sep 9, 2016
1 parent 08d6f91 commit 73150bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CompressedStringList.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 73150bc

Please sign in to comment.