Skip to content

Commit eb52d6b

Browse files
authored
Merge pull request #16 from MehediDracula/patch-1
Remove scalar type hint
2 parents 1c26827 + 709015f commit eb52d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NestableCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function listsFlattenedQualified($column = 'title', BaseCollection $colle
132132
*
133133
* @return $this
134134
*/
135-
public function setIndent(string $indentChars)
135+
public function setIndent($indentChars)
136136
{
137137
$this->indentChars = $indentChars;
138138

0 commit comments

Comments
 (0)