| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class businessOpeningHoursInterval extends types { |
||
|
|
|||
| 11 | /** Keep all properties which has sub properties */ |
||
| 12 | private const subs = []; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * The minute's sequence number in a week, starting on Monday, marking the start of the time interval during |
||
| 16 | * which the business is open; 0 - 7 * 24 * 60 |
||
| 17 | */ |
||
| 18 | public int $opening_minute; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which |
||
| 22 | * the business is open; 0 - 8 * 24 * 60 |
||
| 23 | */ |
||
| 24 | public int $closing_minute; |
||
| 25 | |||
| 26 | |||
| 27 | public function __construct(stdClass|null $object = null) { |
||
| 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