1 | <?php declare(strict_types = 1); |
||
14 | trait CollectionConfiguratorTrait |
||
15 | { |
||
16 | /** |
||
17 | * Get collection configurator marker. |
||
18 | * |
||
19 | * @return string Collection configurator key |
||
20 | */ |
||
21 | public static function getMarker() |
||
26 | |||
27 | /** |
||
28 | * Generic collection configurator data resolver. |
||
29 | * |
||
30 | * @param mixed $data Data for resolving |
||
31 | */ |
||
32 | public function resolve(array $data, ClassMetadata $classMetadata) |
||
36 | } |
||
37 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.