From 8a6d104d0d4c636f98ddea6e91f3c3a8b02f9eb5 Mon Sep 17 00:00:00 2001 From: Indy Griffiths Date: Fri, 19 Apr 2019 16:22:14 +1200 Subject: [PATCH] Format file using php-cs-fixer --- tests/ReCaptcha/RequestMethod/CurlPostTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ReCaptcha/RequestMethod/CurlPostTest.php b/tests/ReCaptcha/RequestMethod/CurlPostTest.php index a0f4e97..d20deae 100644 --- a/tests/ReCaptcha/RequestMethod/CurlPostTest.php +++ b/tests/ReCaptcha/RequestMethod/CurlPostTest.php @@ -36,7 +36,7 @@ protected function setUp() { if (!extension_loaded('curl')) { $this->markTestSkipped( - 'The cURL extension is not available.' + 'The cURL extension is not available.' ); } }