'PhanDeprecatedFunctionInternal',// Warns about a few functions deprecated in 7.0 and later.
'PhanUndeclaredFunction',// Check for removed functions such as split() that were deprecated in php 5.x and removed in php 7.0.
'PhanCompatibleExpressionPHP7',
'PhanCompatibleKeyedArrayAssignPHP70',
'PhanCompatibleNullableTypePHP70',
'PhanCompatiblePHP7',// This only checks for **syntax** where the parsing may have changed. This check is enabled by `backward_compatibility_checks`
'PhanCompatibleShortArrayAssignPHP70',
'PhanCompatibleUseIterablePHP71',
'PhanCompatibleUseObjectPHP71',
'PhanCompatibleUseObjectPHP71',
'PhanCompatibleUseVoidPHP70',
'PhanCompatibleVoidTypePHP70',
// 'PhanCompatibleExpressionPHP7',
// 'PhanCompatibleKeyedArrayAssignPHP70',
// 'PhanCompatibleNullableTypePHP70',
// 'PhanCompatiblePHP7', // This only checks for **syntax** where the parsing may have changed. This check is enabled by `backward_compatibility_checks`
'PhanContinueTargetingSwitch',// This detects code causing a warning in PHP 7.3.
],
// // If empty, no filter against issues types will be applied.
// // If this white-list is non-empty, only issues within the list
// // will be emitted by Phan.
// 'whitelist_issue_types' => [
// 'PhanDeprecatedFunctionInternal', // Warns about a few functions deprecated in 7.0 and later.
// 'PhanUndeclaredFunction', // Check for removed functions such as split() that were deprecated in php 5.x and removed in php 7.0.
//
//// 'PhanCompatibleExpressionPHP7',
//// 'PhanCompatibleKeyedArrayAssignPHP70',
//// 'PhanCompatibleNullableTypePHP70',
//// 'PhanCompatiblePHP7', // This only checks for **syntax** where the parsing may have changed. This check is enabled by `backward_compatibility_checks`
'PhanDeprecatedFunctionInternal',// Warns about a few functions deprecated in 7.0 and later.
'PhanUndeclaredFunction',// Check for removed functions such as split() that were deprecated in php 5.x and removed in php 7.0.
'PhanCompatibleExpressionPHP7',
'PhanCompatibleKeyedArrayAssignPHP70',
'PhanCompatibleNullableTypePHP70',
'PhanCompatiblePHP7',// This only checks for **syntax** where the parsing may have changed. This check is enabled by `backward_compatibility_checks`
'PhanCompatibleShortArrayAssignPHP70',
'PhanCompatibleUseIterablePHP71',
'PhanCompatibleUseObjectPHP71',
'PhanCompatibleUseObjectPHP71',
'PhanCompatibleUseVoidPHP70',
'PhanCompatibleVoidTypePHP70',
// 'PhanCompatibleExpressionPHP7',
// 'PhanCompatibleKeyedArrayAssignPHP70',
// 'PhanCompatibleNullableTypePHP70',
// 'PhanCompatiblePHP7', // This only checks for **syntax** where the parsing may have changed. This check is enabled by `backward_compatibility_checks`