<?php $finder = new \Hoa\File\Finder(); $finder->in(__DIR__ . '/Central/Hoa/')->files()->notIn('#^\\.(git|hg)$#')->notIn('#(Tests|Command|Bin|Test|Filter)#')->name('#\\.php$#'); return $finder;
<?php $finder = new \Hoa\File\Finder(); $finder->in(__DIR__ . '/data/Central/Hoa/Eventsource')->files()->notIn('#^\\.(git|hg)$#')->notIn('#(Tests|Command|Documentation|Bin|Test|Filter)#')->name('#\\.php$#'); return $finder;