-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml
25 lines (25 loc) · 1.29 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.2.0@fb685a16df3050d4c18d8a4100fe83abe6458cba">
<file src="src/BoundingContext/BoundingContextArea.php">
<LessSpecificReturnStatement occurrences="2">
<code>$this->createSubArea('Domain', $this->domainAreaFactory->create(...))</code>
<code>$this->createSubArea('Infrastructure', $this->infrastructureAreaFactory->create(...))</code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType occurrences="2">
<code>DomainAreaInterface</code>
<code>InfrastructureAreaInterface</code>
</MoreSpecificReturnType>
</file>
<file src="src/BoundingContext/Domain/DomainArea.php">
<LessSpecificReturnStatement occurrences="3">
<code>$this->createSubArea('Model', $this->modelAreaFactory->create(...))</code>
<code>$this->createSubArea('Repository', $this->repositoryAreaFactory->create(...))</code>
<code>$this->createSubArea('ValueObject', $this->valueObjectAreaFactory->create(...))</code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType occurrences="3">
<code>ModelAreaInterface</code>
<code>RepositoryInterfaceAreaInterface</code>
<code>ValueObjectAreaInterface</code>
</MoreSpecificReturnType>
</file>
</files>