Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aggregate root id #443

Merged
merged 13 commits into from
Jan 3, 2024
38 changes: 38 additions & 0 deletions baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<file src="tests/Benchmark/SimpleSetupBench.php">
<MissingConstructor>
<code>$bus</code>
<code>$id</code>
<code>$repository</code>
<code>$store</code>
</MissingConstructor>
Expand All @@ -100,14 +101,19 @@
<MissingConstructor>
<code>$adapter</code>
<code>$bus</code>
<code>$id</code>
<code>$repository</code>
<code>$snapshotStore</code>
<code>$store</code>
</MissingConstructor>
</file>
<file src="tests/Benchmark/SplitStreamBench.php">
<ArgumentTypeCoercion>
<code><![CDATA[$this->id]]></code>
</ArgumentTypeCoercion>
<MissingConstructor>
<code>$bus</code>
<code>$id</code>
<code>$repository</code>
<code>$snapshotStore</code>
<code>$store</code>
Expand All @@ -116,6 +122,7 @@
<file src="tests/Benchmark/SyncProjectionistBench.php">
<MissingConstructor>
<code>$bus</code>
<code>$id</code>
<code>$profile</code>
<code>$repository</code>
<code>$store</code>
Expand Down Expand Up @@ -187,15 +194,36 @@
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithBrokenApplyBothUsage.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithBrokenApplyIntersection.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
<ReservedWord>
<code><![CDATA[ProfileCreated&ProfileVisited $event]]></code>
</ReservedWord>
</file>
<file src="tests/Unit/Fixture/ProfileWithBrokenApplyMultipleApply.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithBrokenApplyNoType.php">
<MissingParamType>
<code>$event</code>
</MissingParamType>
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithEmptyApply.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithSnapshot.php">
<PropertyNotSetInConstructor>
Expand All @@ -204,6 +232,16 @@
<code>$messages</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithSuppressAll.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/WrongNormalizerBasicAggregate.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Pipeline/Source/InMemorySourceTest.php">
<InvalidMethodCall>
<code>current</code>
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"psr/clock": "^1.0",
"psr/log": "^2.0.0|^3.0.0",
"psr/simple-cache": "^2.0.0|^3.0.0",
"ramsey/uuid": "^4.7",
"symfony/console": "^5.4.32|^6.4.1|^7.0.1",
"symfony/finder": "^5.4.27|^6.4.0|^7.0.0",
"symfony/lock": "^5.4.32|^6.4.0|^7.0.0"
Expand Down
238 changes: 237 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading