Fixing phpcs errors.

This commit is contained in:
Dima 2023-11-17 18:59:02 +02:00 committed by Justin Palmer
parent 9d8b93c074
commit 84f0deba96
No known key found for this signature in database
GPG Key ID: ACAB7C35AA2577AF
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ use WP_UnitTestCase;
*/
class SourceAttributionTest extends WP_UnitTestCase {
/**
* System under test.
*
* @var SourceAttribution
*/
private $sut;
/**