From b46d00263e84ecaf45bd28b565dad07f5deab96d Mon Sep 17 00:00:00 2001 From: freekmurze Date: Mon, 7 Aug 2023 12:04:33 +0000 Subject: [PATCH] Fix styling --- tests/SslCertificateFromStringTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SslCertificateFromStringTest.php b/tests/SslCertificateFromStringTest.php index 5a29b86..afda43d 100644 --- a/tests/SslCertificateFromStringTest.php +++ b/tests/SslCertificateFromStringTest.php @@ -99,7 +99,7 @@ ->toEqual((string) $this->certificate); }); -it('can get the hash of a certificate', function() { +it('can get the hash of a certificate', function () { expect($this->certificate->getHash())->toEqual('0547c1a78dcdbe96f907aaaf42db5b8f'); })->skip(getenv('GITHUB_ACTIONS'), 'Github Actions results in different output');