Update all isset()? to ??
All the old isset($var) ? $var : <other> have been changed to $var ?? <other>
This commit is contained in:
@@ -84,7 +84,7 @@ return [
|
||||
// to parse, but not analyze
|
||||
"exclude_analysis_directory_list" => [
|
||||
'www/vendor',
|
||||
'www/lib/FileUpload',
|
||||
// 'www/lib/FileUpload',
|
||||
'www/lib/pChart',
|
||||
'www/lib/pChart2.1.4',
|
||||
'www/lib/Smarty',
|
||||
|
||||
Reference in New Issue
Block a user