forked from sonata-project/SonataMediaBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml
45 lines (45 loc) · 2.07 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.7.3@38c452ae584467e939d55377aaf83b5a26f19dd1">
<!-- NEXT_MAJOR: Remove this issue -->
<file src="src/Admin/PHPCR/GalleryAdmin.php">
<InvalidExtendClass occurrences="1">
<code>BaseGalleryAdmin</code>
</InvalidExtendClass>
<MethodSignatureMismatch occurrences="1">
<code>protected function configureDatagridFilters(DatagridMapper $filter)</code>
</MethodSignatureMismatch>
</file>
<!-- NEXT_MAJOR: Remove this issue -->
<file src="src/Block/Breadcrumb/GalleryIndexBreadcrumbBlockService.php">
<MethodSignatureMismatch occurrences="1">
<code>protected function getMenu(BlockContextInterface $blockContext)</code>
</MethodSignatureMismatch>
</file>
<!-- NEXT_MAJOR: Remove this issue -->
<file src="src/Block/Breadcrumb/GalleryViewBreadcrumbBlockService.php">
<MethodSignatureMismatch occurrences="2">
<code>protected function getMenu(BlockContextInterface $blockContext)</code>
<code>public function configureSettings(OptionsResolver $resolver)</code>
</MethodSignatureMismatch>
</file>
<!-- NEXT_MAJOR: Remove this issue -->
<file src="src/Block/Breadcrumb/MediaViewBreadcrumbBlockService.php">
<MethodSignatureMismatch occurrences="2">
<code>protected function getMenu(BlockContextInterface $blockContext)</code>
<code>public function configureSettings(OptionsResolver $resolver)</code>
</MethodSignatureMismatch>
</file>
<!-- NEXT_MAJOR: Remove this issue -->
<file src="src/DependencyInjection/SonataMediaExtension.php">
<UndefinedClass occurrences="1">
<code>DeprecatedDoctrineCollector</code>
</UndefinedClass>
</file>
<!-- NEXT_MAJOR: Remove this issue -->
<file src="src/Provider/MetadataInterface.php">
<UndefinedClass occurrences="1">
<code>CoreMetadataInterface</code>
</UndefinedClass>
<UnrecognizedStatement occurrences="1"/>
</file>
</files>