xref: /plugin/bpmnio/phpstan.neon (revision 242a8e5c8fdb14becaae50d3af24fc80cf14b6f4)
1parameters:
2    level: 5
3    paths:
4        - syntax
5        - action
6    scanDirectories:
7        - _test
8    ignoreErrors:
9        # DokuWiki global functions and constants not available during static analysis
10        - '#Function (p_get_instructions|p_render|plugin_load|auth_quickaclcheck|mediaFN|msg) not found#'
11        - '#Constant DOKU_LEXER_\w+ not found#'
12        - '#Constant AUTH_READ not found#'
13        - '#Constant DOKU_BASE not found#'
14        - '#Class (Doku_Handler|Doku_Renderer|DokuWikiTest|Doku_Form) not found#'
15