FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
phpbb/psalm.xml at master · tyguy347/phpbb · GitHub
tyguy347
/
phpbb
Public
forked from
phpbb/phpbb
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
phpbb
/
psalm.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (32 loc) · 1.13 KB
Breadcrumbs
phpbb
/
psalm.xml
Copy path
File metadata and controls
34 lines (32 loc) · 1.13 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?
xml
version
=
"
1.0
"
?>
<
psalm
errorLevel
=
"
5
"
phpVersion
=
"
8.1
"
autoloader
=
"
build/psalm_bootstrap.php
"
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xmlns
=
"
https://getpsalm.org/schema/config
"
xsi
:
schemaLocation
=
"
https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd
"
>
<
projectFiles
>
<
directory
name
=
"
phpBB/phpbb
"
/>
</
projectFiles
>
<
issueHandlers
>
<
InvalidGlobal
errorLevel
=
"
suppress
"
/>
<
UndefinedDocblockClass
>
<
errorLevel
type
=
"
suppress
"
>
<
referencedClass
name
=
"
UnitEnum
"
/>
</
errorLevel
>
</
UndefinedDocblockClass
>
</
issueHandlers
>
<
stubs
>
<
file
name
=
"
build/psalm/stubs/apcu.php
"
/>
<
file
name
=
"
build/psalm/stubs/gd.php
"
/>
<
file
name
=
"
build/psalm/stubs/ldap.php
"
/>
<
file
name
=
"
build/psalm/stubs/memcached.php
"
/>
<
file
name
=
"
build/psalm/stubs/oci8.php
"
/>
<
file
name
=
"
build/psalm/stubs/pgsql.php
"
/>
<
file
name
=
"
build/psalm/stubs/redis.php
"
/>
<
file
name
=
"
build/psalm/stubs/sqlite3.php
"
/>
<
file
name
=
"
build/psalm/stubs/sqlsrv.php
"
/>
</
stubs
>
</
psalm
>
Back
|
FazBrowse Home
|
New Git URL