-
-
Notifications
You must be signed in to change notification settings - Fork 269
/
psalm-baseline.xml
25 lines (25 loc) · 959 Bytes
/
psalm-baseline.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.30.0@d0bc6e25d89f649e4f36a534f330f8bb4643dd69">
<file src="src/ConfigProvider.php">
<UndefinedClass occurrences="11">
<code>DoctrineCache\ApcCache</code>
<code>DoctrineCache\ApcuCache</code>
<code>DoctrineCache\ArrayCache</code>
<code>DoctrineCache\FilesystemCache</code>
<code>DoctrineCache\MemcacheCache</code>
<code>DoctrineCache\MemcachedCache</code>
<code>DoctrineCache\PredisCache</code>
<code>DoctrineCache\RedisCache</code>
<code>DoctrineCache\WinCacheCache</code>
<code>DoctrineCache\XcacheCache</code>
<code>DoctrineCache\ZendDataCache</code>
</UndefinedClass>
</file>
<file src="src/Service/CacheFactory.php">
<UndefinedClass occurrences="3">
<code>Cache\FilesystemCache</code>
<code>Cache\MemcacheCache</code>
<code>Cache\PredisCache</code>
</UndefinedClass>
</file>
</files>