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 247d592 commit 39ab326Copy full SHA for 39ab326
src/Dot.php
@@ -57,7 +57,6 @@ public function __construct($items = [], $parse = false, $delimiter = ".")
57
{
58
$items = $this->getArrayItems($items);
59
60
- // $this->delimiter = strlen($delimiter) ? $delimiter : '.';
61
$this->delimiter = $delimiter ?: ".";
62
63
if ($parse) {
0 commit comments