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