for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @package midcom
* @author CONTENT CONTROL http://www.contentcontrol-berlin.de/
* @copyright CONTENT CONTROL http://www.contentcontrol-berlin.de/
* @license http://www.gnu.org/licenses/gpl.html GNU General Public License
*/
require_once 'tools/bootstrap.php';
$GLOBALS['midcom_config_local']['log_level'] = 4;
$GLOBALS['midcom_config_local']['midcom_root_topic_guid'] = openpsa_prepare_topics();
openpsa_prepare_topics
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
ignore-call
$GLOBALS['midcom_config_local']['midcom_root_topic_guid'] = /** @scrutinizer ignore-call */ openpsa_prepare_topics();
$GLOBALS['midcom_config_local']['auth_backend_simple_cookie_secure'] = false;