badgeteam/Hatchery

View on GitHub
.phan/config.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 147 characters
Open

    // Note that with php 7 and earlier, php would return null or false for many internal functions if the argument types or counts were incorrect.
Severity: Minor
Found in .phan/config.php by phpcodesniffer

Line exceeds 120 characters; contains 160 characters
Open

 * - Add global suppressions for pre-existing issues to suppress_issue_types (https://github.com/phan/phan/wiki/Tutorial-for-Analyzing-a-Large-Sloppy-Code-Base)
Severity: Minor
Found in .phan/config.php by phpcodesniffer

Line exceeds 120 characters; contains 174 characters
Open

    // As a result, enabling this setting with target_php_version 8.0 may result in false positives for `--redundant-condition-detection` when codebases also support php 7.x.
Severity: Minor
Found in .phan/config.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

    // Documentation about available bundled plugins can be found [here](https://github.com/phan/phan/tree/v5/.phan/plugins).
Severity: Minor
Found in .phan/config.php by phpcodesniffer

Line exceeds 120 characters; contains 138 characters
Open

    // (E.g. `@return the|null` will still look for a class with the name `the`, but `@return the` will be ignored with the below setting)
Severity: Minor
Found in .phan/config.php by phpcodesniffer

Line exceeds 120 characters; contains 146 characters
Open

    // even if those return types aren't available in reflection (real types were taken from php 7.3 or 8.0-dev, depending on target_php_version).
Severity: Minor
Found in .phan/config.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

 * - Look at 'plugins' and add or remove plugins if appropriate (see https://github.com/phan/phan/tree/v5/.phan/plugins#plugins)
Severity: Minor
Found in .phan/config.php by phpcodesniffer

Line exceeds 120 characters; contains 141 characters
Open

 *   (E.g. this only includes direct composer dependencies - You may have to manually add indirect composer dependencies to 'directory_list')
Severity: Minor
Found in .phan/config.php by phpcodesniffer

Line exceeds 120 characters; contains 161 characters
Open

    // Alternately, you can pass in the full path to a PHP file with the plugin's implementation (e.g. `'vendor/phan/phan/.phan/plugins/AlwaysReturnPlugin.php'`)
Severity: Minor
Found in .phan/config.php by phpcodesniffer

There are no issues that match your filters.

Category
Status