Skip to content

Commit bc249e2

Browse files
author
Robin Cawser
committed
Add documentation to ConfigurableInterface
1 parent 1676636 commit bc249e2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/Vivait/StringGeneratorBundle/Model/ConfigurableGeneratorInterface.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@
66

77
interface ConfigurableGeneratorInterface extends GeneratorInterface
88
{
9+
/**
10+
* @param array $options
11+
* @return mixed
12+
*/
913
public function setOptions(array $options = []);
1014

15+
/**
16+
* @param OptionsResolver $resolver
17+
* @return mixed
18+
*/
1119
public function getDefaultOptions(OptionsResolver $resolver);
1220
}

0 commit comments

Comments
 (0)