soleromel

Results 1 comments of soleromel

in SubTreeBuilder.php is missing the protected function buildInList() so add the following method in it ``` protected function buildInList($parsed) { $builder = new InListBuilder(); return $builder->build($parsed); } ```