Skip to content

Conversation

localheinz
Copy link
Contributor

@localheinz localheinz commented Apr 3, 2024

This pull request

  • fixes the case of referenced classes

πŸ’β€β™‚οΈ For reference, see https://github.com/phar-io/phive/pull/404/checks#step:8:22.

@@ -18,14 +18,14 @@
* @covers \PharIo\Phive\GnupgSignatureVerifier
*/
class GnupgSignatureVerifierTest extends TestCase {
/** @var \Gnupg|ObjectProphecy */
/** @var GnuPG|ObjectProphecy */
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be PharIo\Phive\GnuPG.

private $gnupg;

/** @var KeyService|ObjectProphecy */
private $keyservice;

protected function setUp(): void {
$this->gnupg = $this->prophesize(Gnupg::class);
$this->gnupg = $this->prophesize(GnuPG::class);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be PharIo\Phive\GnuPG.

@theseer theseer merged commit ad9cfd2 into phar-io:master Apr 3, 2024
@theseer
Copy link
Member

theseer commented Apr 3, 2024

Actually, even though it sounded correct, I'm no longer convinced:

What do we do here? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants