| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | public function getConsoleUsage(Console $console) |
||
| 16 | { |
||
| 17 | return [ |
||
| 18 | // Describe available commands |
||
| 19 | 'image-resizer [--image] [--width] [--height] [--modus] [--x] [--y]' => 'Resize the given image', |
||
| 20 | |||
| 21 | // Describe expected parameters |
||
| 22 | ['--image|-i', 'Provide the image you want to resize'], |
||
| 23 | ['--width|-w', 'Target width, can be optional if height is provided (ratio scale)'], |
||
| 24 | ['--height|-h', 'Target height, can be optional if width is provided (ratio scale)'], |
||
| 25 | ['--modus|-m', 'resize|resize-and-crop|crop'], |
||
| 26 | ['--crop-modus|-cm', 'manual|upper-left|upper-middle|upper-right|middle-left|centered|middle-right|bottom-left|bottom-middle|bottom-right'], |
||
| 27 | ['--x|-x', 'Provide x-offset from the top-left corner'], |
||
| 28 | ['--y|-y', 'Provide y-offset from the top-left corner'], |
||
| 29 | ]; |
||
| 33 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths