Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/trunk' into add/crm/new-cjk-font…
Browse files Browse the repository at this point in the history
…s-plus-update-core
  • Loading branch information
coder-karen committed Apr 22, 2024
2 parents 1f33308 + 222c807 commit eb6128b
Show file tree
Hide file tree
Showing 104 changed files with 2,218 additions and 414 deletions.
4 changes: 2 additions & 2 deletions .phan/config.base.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* - exclude_file_regex: (array) Additional regexes to exclude. Will be anchored at the start.
* - file_list: (array) Additional individual files to scan.
* - parse_file_list: (array) Files to parse but not analyze. Equivalent to listing in both 'file_list' and 'exclude_analysis_directory_list'.
* - stubs: (array) Predefined stubs to load. Default is `array( 'wordpress', 'wp-cli', 'wpcom' )`.
* - stubs: (array) Predefined stubs to load. Default is `array( 'wordpress', 'wp-cli' )`.
* - akismet: Stubs from .phan/stubs/akismet-stubs.php.
* - full-site-editing: Stubs from .phan/stubs/full-site-editing-stubs.php.
* - photon-opencv: Stubs from .phan/stubs/photon-opencv-stubs.php.
Expand All @@ -45,7 +45,7 @@ function make_phan_config( $dir, $options = array() ) {
'exclude_file_regex' => array(),
'file_list' => array(),
'parse_file_list' => array(),
'stubs' => array( 'wordpress', 'wp-cli', 'wpcom' ),
'stubs' => array( 'wordpress', 'wp-cli' ),
'+stubs' => array(),
'suppress_issue_types' => array(),
'unsuppress_issue_types' => array(),
Expand Down
Loading

0 comments on commit eb6128b

Please sign in to comment.