src/Phan/Language/Internal/ConstantDocumentationMap.php
File ConstantDocumentationMap.php
has 3697 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php // phpcs:ignoreFile
namespace Phan\Language\Internal;
/**
* This contains descriptions used by Phan for hover text of internal constants (global and class constants) in the language server mode.