-
Notifications
You must be signed in to change notification settings - Fork 5
/
psalm-baseline.xml
50 lines (50 loc) · 1.85 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
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.27.0@faf106e717c37b8c81721845dba9de3d8deed8ff">
<file src="packages/basic-page-bundle/src/Entity/BasicPage.php">
<UndefinedInterfaceMethod occurrences="3">
<code>getContent</code>
<code>getSlug</code>
<code>getTitle</code>
</UndefinedInterfaceMethod>
</file>
<file src="packages/cookies-bundle/src/Entity/CookiesPage.php">
<UndefinedInterfaceMethod occurrences="2">
<code>getContent</code>
<code>getTitle</code>
</UndefinedInterfaceMethod>
</file>
<file src="packages/seo-bundle/src/Entity/EntityMetaInformation.php">
<UndefinedInterfaceMethod occurrences="2">
<code>getDescription</code>
<code>getTitle</code>
</UndefinedInterfaceMethod>
</file>
<file src="packages/seo-bundle/src/Entity/MetaInformation.php">
<UndefinedInterfaceMethod occurrences="2">
<code>getDescription</code>
<code>getTitle</code>
</UndefinedInterfaceMethod>
</file>
<file src="packages/translation-bundle/src/Entity/Translation.php">
<UndefinedInterfaceMethod occurrences="1">
<code>getValue</code>
</UndefinedInterfaceMethod>
</file>
<file src="packages/translation-bundle/src/Service/TranslationService.php">
<UndefinedInterfaceMethod occurrences="1">
<code>getValue</code>
</UndefinedInterfaceMethod>
</file>
<file src="packages/doctrine-translatable-bundle/tests/Integration/TranslatableTest.php">
<UndefinedInterfaceMethod occurrences="57">
<code>setTitle</code>
<code>getTitle</code>
</UndefinedInterfaceMethod>
</file>
<file src="packages/doctrine-translatable-bundle/tests/Integration/TranslatableJoinTableInheritanceTest.php">
<UndefinedInterfaceMethod occurrences="6">
<code>setTitle</code>
<code>getTitle</code>
</UndefinedInterfaceMethod>
</file>
</files>