Skip to content

Commit f912b45

Browse files
committed
scoper.inc.php - PEAR_Error and PEAR_Exception are always global symbols
1 parent 5da9796 commit f912b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scoper.inc.php

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
],
2222
'exclude-classes' => [
2323
'/^(CRM_|HTML_|DB_|Log_)/',
24+
'/^PEAR_(Error|Exception)/',
2425
'DB',
2526
'Log',
2627
'JFactory',

0 commit comments

Comments
 (0)