| 1 | <?php |
||
| 20 | abstract class AbstractFixture implements FixtureInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | final public function getConfigTreeBuilder() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param ArrayNodeDefinition $optionsNode |
||
| 37 | */ |
||
| 38 | protected function configureOptionsNode(ArrayNodeDefinition $optionsNode) |
||
| 42 | } |
||
| 43 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.