Skip to content

Commit e61fef5

Browse files
committed
update lint
1 parent a90330a commit e61fef5

10 files changed

Lines changed: 30 additions & 10 deletions

tests/DatabaseEncryptionTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
use Rancoud\Session\DatabaseEncryption;
1414
use Rancoud\Session\SessionException;
1515

16-
/** @internal */
16+
/**
17+
* @internal
18+
*/
1719
class DatabaseEncryptionTest extends TestCase
1820
{
1921
protected static DB $db;

tests/DatabaseTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
use Rancoud\Session\Database;
1414
use Rancoud\Session\SessionException;
1515

16-
/** @internal */
16+
/**
17+
* @internal
18+
*/
1719
class DatabaseTest extends TestCase
1820
{
1921
protected static DB $db;

tests/DefaultEncryptionTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
use PHPUnit\Framework\TestCase;
88
use Rancoud\Session\Session;
99

10-
/** @internal */
10+
/**
11+
* @internal
12+
*/
1113
class DefaultEncryptionTest extends TestCase
1214
{
1315
protected function setUp(): void

tests/EncryptionTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
use PHPUnit\Framework\TestCase;
88
use Rancoud\Session\SessionException;
99

10-
/** @internal */
10+
/**
11+
* @internal
12+
*/
1113
class EncryptionTest extends TestCase
1214
{
1315
public function testDefaultEncryption(): void

tests/FileEncryptionTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
use Rancoud\Session\FileEncryption;
99
use Rancoud\Session\SessionException;
1010

11-
/** @internal */
11+
/**
12+
* @internal
13+
*/
1214
class FileEncryptionTest extends TestCase
1315
{
1416
protected function setUp(): void

tests/FileTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
use Rancoud\Session\File;
99
use Rancoud\Session\SessionException;
1010

11-
/** @internal */
11+
/**
12+
* @internal
13+
*/
1214
class FileTest extends TestCase
1315
{
1416
protected function setUp(): void

tests/FileWithNewPrefixTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
use PHPUnit\Framework\TestCase;
88
use Rancoud\Session\File;
99

10-
/** @internal */
10+
/**
11+
* @internal
12+
*/
1113
class FileWithNewPrefixTest extends TestCase
1214
{
1315
protected function setUp(): void

tests/RedisEncryptionTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
use Predis\Client as Predis;
99
use Rancoud\Session\RedisEncryption;
1010

11-
/** @internal */
11+
/**
12+
* @internal
13+
*/
1214
class RedisEncryptionTest extends TestCase
1315
{
1416
private static Predis $redis;

tests/RedisTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
use Rancoud\Session\Redis;
1010
use Rancoud\Session\SessionException;
1111

12-
/** @internal */
12+
/**
13+
* @internal
14+
*/
1315
class RedisTest extends TestCase
1416
{
1517
private static Predis $redis;

tests/SessionTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
use Rancoud\Session\Session;
1010
use Rancoud\Session\SessionException;
1111

12-
/** @internal */
12+
/**
13+
* @internal
14+
*/
1315
class SessionTest extends TestCase
1416
{
1517
protected function setUp(): void

0 commit comments

Comments
 (0)