File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 224224
225225 // A list of plugin files to execute
226226 'plugins ' => [
227- 'vendor/etsy/phan/.phan/plugins/AlwaysReturnPlugin.php ' ,
228- 'vendor/etsy/phan/.phan/plugins/DollarDollarPlugin.php ' ,
229- 'vendor/etsy/phan/.phan/plugins/DuplicateArrayKeyPlugin.php ' ,
227+ 'AlwaysReturnPlugin ' ,
228+ 'DemoPlugin ' ,
229+ 'DollarDollarPlugin ' ,
230+ 'UnreachableCodePlugin ' ,
231+ // NOTE: src/Phan/Language/Internal/FunctionSignatureMap.php mixes value without keys (as return type) with values having keys deliberately.
232+ 'DuplicateArrayKeyPlugin ' ,
233+ 'PregRegexCheckerPlugin ' ,
234+ 'PrintfCheckerPlugin ' ,
230235 // NOTE: src/Phan/Language/Internal/FunctionSignatureMap.php mixes value without key as return type with values having keys deliberately.
231236 // '.phan/plugins/DuplicateArrayKeyPlugin.php',
232237
You can’t perform that action at this time.
0 commit comments