Replaces it with AuthenticationCookie::$connectionError static property. Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
61 lines
1.8 KiB
XML
61 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
autoloader="tests/bootstrap-static.php"
|
|
errorLevel="1"
|
|
reportMixedIssues="true"
|
|
sealAllMethods="true"
|
|
resolveFromConfigFile="true"
|
|
findUnusedBaselineEntry="true"
|
|
findUnusedCode="true"
|
|
maxShapedArraySize="200"
|
|
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"
|
|
errorBaseline="psalm-baseline.xml"
|
|
>
|
|
<projectFiles>
|
|
<directory name="app"/>
|
|
<directory name="public/setup"/>
|
|
<directory name="src"/>
|
|
<directory name="tests/end-to-end"/>
|
|
<directory name="tests/unit"/>
|
|
<file name="public/index.php"/>
|
|
<ignoreFiles>
|
|
<directory name="app/cache"/>
|
|
<directory name="vendor"/>
|
|
</ignoreFiles>
|
|
<ignoreFiles allowMissingFiles="true">
|
|
<file name="config.inc.php"/>
|
|
</ignoreFiles>
|
|
</projectFiles>
|
|
|
|
<stubs>
|
|
<file name="tests/stubs/uploadprogress.stub"/>
|
|
</stubs>
|
|
|
|
<plugins>
|
|
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
|
|
</plugins>
|
|
|
|
<globals>
|
|
<var name="GLOBALS" type="array{
|
|
cached_affected_rows: int|numeric-string,
|
|
charset: string,
|
|
complete_query: string,
|
|
compression: 'none'|'zip'|'gzip',
|
|
display_query: string,
|
|
errno: int,
|
|
file_handle: resource|null,
|
|
from_cookie: bool,
|
|
knjenc: string,
|
|
maxsize: string,
|
|
memory_limit: int,
|
|
old_tz: string,
|
|
onfly_compression: bool,
|
|
plugin_scripts: string[],
|
|
pma_auth_server: string,
|
|
querytime: float|int
|
|
}"/>
|
|
</globals>
|
|
</psalm>
|