Minor cleanup

This commit is contained in:
Frederic Guillot
2016-07-23 15:15:11 -04:00
parent b179802a85
commit d4606f69f6
4 changed files with 11 additions and 19 deletions

View File

@@ -15,6 +15,10 @@ class EventIteratorBuilder implements Iterator {
private $builders = array();
/**
* Set builder
*
* @access public
* @param BaseEventBuilder $builder
* @return $this
*/
public function withBuilder(BaseEventBuilder $builder)