Code style changes

This commit is contained in:
Ismo Vuorinen
2023-03-09 14:40:55 +02:00
parent 12350f6c0a
commit 7e67ef3c95
2 changed files with 21 additions and 20 deletions

View File

@@ -12,8 +12,6 @@ class CurlyBasicsTest extends TestCase
* This is just a simple check to make sure your library has no
* syntax error. This helps you troubleshoot any typo before you
* even use this library in a real project.
*
* @throws \ivuorinen\Curly\Exceptions\HTTPException
*/
public function testIsThereAnySyntaxError(): void
{
@@ -28,8 +26,6 @@ class CurlyBasicsTest extends TestCase
* This is just a simple check to make sure your library has no
* syntax error. This helps you troubleshoot any typo before you
* even use this library in a real project.
*
* @throws \ivuorinen\Curly\Exceptions\HTTPException
*/
public function testParseData(): void
{