YetiForceCompany/YetiForceCRM

View on GitHub
tests/setup/auto_prepend_file.php

Summary

Maintainability
A
0 mins
Test Coverage

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 22 and the first side effect is on line 22.
Open

<?php

Spaces must be used to indent lines; tabs are not allowed
Open

    return;

Spaces must be used to indent lines; tabs are not allowed
Open

    \define('IS_PUBLIC_DIR', true);

There are no issues that match your filters.

Category
Status