These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
1 | <?php |
||
2 | |||
3 | /* |
||
4 | * Task runner, code generator and build tool for easier continuos integration |
||
5 | * |
||
6 | * @link https://github.com/hiqdev/hidev |
||
7 | * @package hidev |
||
8 | * @license BSD-3-Clause |
||
9 | * @copyright Copyright (c) 2015-2016, HiQDev (http://hiqdev.com/) |
||
10 | */ |
||
11 | |||
12 | class RoboFile extends \Robo\Tasks |
||
0 ignored issues
–
show
|
|||
13 | { |
||
14 | } |
||
15 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.