Skip to content

Commit 73206b2

Browse files
committed
Fixup
1 parent e21ac90 commit 73206b2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.phan/config.php

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,14 @@
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

0 commit comments

Comments
 (0)