Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | class ImageBuilderFileStrategy implements ImageBuilderStrategyInterface |
||
16 | { |
||
17 | /** |
||
18 | * @param $source |
||
19 | * @return bool |
||
20 | */ |
||
21 | public function support($source) |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @param $source |
||
28 | * @return ImageBuilder |
||
29 | * @throws Exception |
||
30 | */ |
||
31 | public function getImageBuilder($source) |
||
39 |