| 1 | <?php |
||
| 9 | class ProxyGeneratorFactory |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param string $fqcn |
||
| 13 | * @param MockingStrategyInterface $mockingStrategy |
||
| 14 | * @return ProxyInterface |
||
| 15 | */ |
||
| 16 | public static function get(string $fqcn, MockingStrategyInterface $mockingStrategy) |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param string $fqcn |
||
| 23 | * @param MockingStrategyInterface $mockingStrategy |
||
| 24 | * @return ProxyInterface |
||
| 25 | */ |
||
| 26 | protected static function build(string $fqcn, MockingStrategyInterface $mockingStrategy) |
||
| 30 | } |
||
| 31 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.