-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as not planned
Labels
Description
Code:
<?php
declare(strict_types=1);
namespace App\Tests\UnitTests\Service;
use App\Entity\Calendar;
use App\Factory\ClientFactory;
use App\Service\CalDavService;
use PHPUnit\Framework\Attributes\AllowMockObjectsWithoutExpectations;
use PHPUnit\Framework\MockObject\MockObject;
use PHPUnit\Framework\TestCase;
use Sabre\DAV\Client;
use Spatie\Snapshots\MatchesSnapshots;
use function Safe\file_get_contents;
#[AllowMockObjectsWithoutExpectations]
class CalDavServiceTest extends TestCase
Error:
-----------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------
14 | ERROR | [x] Header blocks must be separated by a single blank line (PSR12.Files.FileHeader.SpacingAfterUseBlock)
Auto-Fix fails.