| Total Complexity | 0 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class SuggestionQuality extends Enumeration |
||
|
|
|||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Indicates that the suggested meeting time is excellent. |
||
| 18 | * |
||
| 19 | * @since Exchange 2007 |
||
| 20 | * |
||
| 21 | * @var string |
||
| 22 | */ |
||
| 23 | const EXCELLENT = 'Excellent'; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Indicates that the suggested meeting time is fair. |
||
| 27 | * |
||
| 28 | * @since Exchange 2007 |
||
| 29 | * |
||
| 30 | * @var string |
||
| 31 | */ |
||
| 32 | const FAIR = 'Fair'; |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Indicates that the suggested meeting time is good. |
||
| 36 | * |
||
| 37 | * @since Exchange 2007 |
||
| 38 | * |
||
| 39 | * @var string |
||
| 40 | */ |
||
| 41 | const GOOD = 'Good'; |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Indicates that the suggested meeting time is poor. |
||
| 45 | * |
||
| 46 | * @since Exchange 2007 |
||
| 47 | * |
||
| 48 | * @var string |
||
| 49 | */ |
||
| 50 | const POOR = 'Poor'; |
||
| 51 | } |
||
| 52 |
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