Completed
Push — master ( deff52...719c50 )
by Michael
02:17
created

header.php (1 issue)

Labels
Severity
1
<?php
2
3
/**
4
 * Module: SmartFAQ
5
 * Author: The SmartFactory <www.smartfactory.ca>
6
 * Licence: GNU
7
 */
8
9
include __DIR__ . '/../../mainfile.php';
10
11
//require_once XOOPS_ROOT_PATH . '/modules/smartfaq/include/functions.php';
12
//require_once XOOPS_ROOT_PATH . '/modules/smartfaq/class/category.php';
13
//require_once XOOPS_ROOT_PATH . '/modules/smartfaq/class/faq.php';
14
//require_once XOOPS_ROOT_PATH . '/modules/smartfaq/class/answer.php';
15
16
$myts = \MyTextSanitizer::getInstance();
0 ignored issues
show
The type MyTextSanitizer was not found. Maybe you did not declare it correctly or list all dependencies?

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:

filter:
    dependency_paths: ["lib/*"]

For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths

Loading history...
17