keep-a-changelog icon indicating copy to clipboard operation
keep-a-changelog copied to clipboard

Fix use statement in ExecuteCommandTrait

Open Chris53897 opened this issue 11 months ago • 0 comments

https://github.com/phly/keep-a-changelog/blob/2.12.x/test/ExecuteCommandTrait.php#L11 Old: use Prophecy\Object\ObjectProphecy;

New: use Prophecy\Prophecy\ObjectProphecy;

https://github.com/phly/keep-a-changelog/issues/118 blocks me from sending a PR.

Chris53897 avatar Mar 08 '24 10:03 Chris53897