Skip to content

Commit a5eeea5

Browse files
chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.93.1 to 3.94.2 (#333)
* chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.93.1 to 3.94.2 Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.93.1 to 3.94.2. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.93.1...v3.94.2) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.94.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update lint --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sébastien Rancoud <rancoud@users.noreply.github.com>
1 parent 81f680b commit a5eeea5

11 files changed

+71
-51
lines changed

composer.lock

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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;

0 commit comments

Comments
 (0)