Issues (186)

ext_tables.php (1 issue)

Labels
Severity
1
<?php
2
if (!defined('TYPO3_MODE')) {
3
    throw new \Exception('Access denied.');
4
}
5
6
\CuyZ\Notiz\Service\Extension\TablesConfigurationService::get()->process();
0 ignored issues
show
It seems like process() must be provided by classes using this trait. How about adding it as abstract method to this trait? ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-call  annotation

6
\CuyZ\Notiz\Service\Extension\TablesConfigurationService::get()->/** @scrutinizer ignore-call */ process();
Loading history...
7