Skip to content

Commit

Permalink
fix psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Dec 12, 2023
1 parent d399fff commit 3fc4585
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@
<code>MetadataAwareProjectionHandler::class</code>
<code><![CDATA[new MetadataAwareProjectionHandler(
$projections,
$projectionHandler->metadataFactory()
$projectionHandler->metadataFactory(),
)]]></code>
</DeprecatedClass>
<DeprecatedInterface>
<code>ProjectionHandler</code>
<code>ProjectionHandler</code>
<code>ProjectionHandler</code>
<code>ProjectionHandler</code>
<code><![CDATA[non-empty-array<class-string<Projection>>]]></code>
<code><![CDATA[non-empty-array<class-string<Projection>>|null]]></code>
<code>private</code>
</DeprecatedInterface>
<InvalidOperand>
<code><![CDATA[$projectionHandler->projections()]]></code>
Expand All @@ -42,20 +41,17 @@
</file>
<file src="src/Console/Command/SchemaCreateCommand.php">
<DeprecatedInterface>
<code>SchemaManager|SchemaDirector</code>
<code>SchemaManager|SchemaDirector $schemaDirector</code>
<code>private</code>
</DeprecatedInterface>
</file>
<file src="src/Console/Command/SchemaDropCommand.php">
<DeprecatedInterface>
<code>SchemaManager|SchemaDirector</code>
<code>SchemaManager|SchemaDirector $schemaDirector</code>
<code>private</code>
</DeprecatedInterface>
</file>
<file src="src/Console/Command/SchemaUpdateCommand.php">
<DeprecatedInterface>
<code>SchemaManager|SchemaDirector</code>
<code>SchemaManager|SchemaDirector $schemaDirector</code>
<code>private</code>
</DeprecatedInterface>
</file>
<file src="src/Console/DoctrineHelper.php">
Expand Down Expand Up @@ -124,22 +120,20 @@
</file>
<file src="src/Pipeline/Source/StoreSource.php">
<DeprecatedInterface>
<code>PipelineStore</code>
<code>PipelineStore</code>
<code>private</code>
</DeprecatedInterface>
</file>
<file src="src/Pipeline/Target/ProjectionHandlerTarget.php">
<DeprecatedInterface>
<code>ProjectionHandler</code>
<code>ProjectionHandler</code>
<code>private</code>
</DeprecatedInterface>
</file>
<file src="src/Pipeline/Target/ProjectionTarget.php">
<DeprecatedClass>
<code>MetadataAwareProjectionHandler</code>
<code>new MetadataAwareProjectionHandler(
[$projection],
$projectionMetadataFactory
$projectionMetadataFactory,
)</code>
</DeprecatedClass>
<DeprecatedInterface>
Expand All @@ -149,7 +143,6 @@
<file src="src/Projection/MetadataAwareProjectionHandler.php">
<DeprecatedInterface>
<code>MetadataAwareProjectionHandler</code>
<code>iterable</code>
<code><![CDATA[iterable<Projection>]]></code>
<code><![CDATA[iterable<Projection>]]></code>
</DeprecatedInterface>
Expand All @@ -164,8 +157,7 @@
</file>
<file src="src/Projection/ProjectionListener.php">
<DeprecatedInterface>
<code>ProjectionHandler</code>
<code>ProjectionHandler</code>
<code>private</code>
</DeprecatedInterface>
</file>
<file src="src/Projection/Projector/InMemoryProjectorRepository.php">
Expand Down Expand Up @@ -270,7 +262,7 @@
<file src="tests/Benchmark/WriteEventsBench.php">
<DeprecatedClass>
<code>new MetadataAwareProjectionHandler(
[$profileProjection]
[$profileProjection],
)</code>
<code>new ProjectionListener($projectionRepository)</code>
</DeprecatedClass>
Expand Down Expand Up @@ -306,7 +298,7 @@
<file src="tests/Integration/Outbox/OutboxTest.php">
<DeprecatedClass>
<code>new MetadataAwareProjectionHandler(
[$profileProjection]
[$profileProjection],
)</code>
<code>new ProjectionListener($projectionRepository)</code>
</DeprecatedClass>
Expand Down

0 comments on commit 3fc4585

Please sign in to comment.