Skip to content

Commit 9003b96

Browse files
committed
add missing return from #14142
1 parent fb26c2b commit 9003b96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/View/Debugbar/VariableCollector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ public function useHtmlVarDumper($value = true)
2424
if (method_exists(parent::class, 'useHtmlVarDumper')) {
2525
return parent::useHtmlVarDumper($value);
2626
}
27+
28+
return $this;
2729
}
2830
}

0 commit comments

Comments
 (0)