Skip to content

Commit 86b5b6e

Browse files
sdebackerStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 70cd44a commit 86b5b6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/NestableCollection.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@
1717
class NestableCollection extends Collection
1818
{
1919
private $total;
20+
2021
private $parentColumn;
22+
2123
private $removeItemsWithMissingAncestor = true;
24+
2225
private $indentChars = '    ';
26+
2327
private $childrenName = 'items';
2428

2529
public function __construct($items = [])

0 commit comments

Comments
 (0)