Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | public static function newEventsStoredDuringSnapshotCreation(Snapshot $snapshot, Collection $newEventsHandledByProjectorOfSnapshot) |
||
|
|||
23 | { |
||
24 | return new static("While creating a snapshot for projector `{$snapshot->name()}` new events were stored where the projector listens for. The validity of the snapshot could not be guarantied so it was deleted. Try creating the snapshot again."); |
||
25 | } |
||
26 | } |
||
27 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.