Skip to content

Commit fa83d0e

Browse files
committed
Updated ECS to commit 27a51db056da6a5ee0519c052c73be44b6cb6dd4
1 parent b419e20 commit fa83d0e

4 files changed

Lines changed: 4 additions & 18 deletions

File tree

.github/workflows/auto_closer.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

config/set/common/strict.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
namespace ECSPrefix202605;
55

66
use Symplify\EasyCodingStandard\Exception\DeprecatedException;
7-
throw new DeprecatedException('The "strict" set is deprecated as dangerous to run withou propper context. Please use Rector instead.');
7+
throw new DeprecatedException('The "strict" set is deprecated as it is dangerous to run without proper context. Please use the Rector rule "SafeDeclareStrictTypesRector" instead.');

src/Application/Version/StaticVersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ final class StaticVersionResolver
1515
* @api
1616
* @var string
1717
*/
18-
public const PACKAGE_VERSION = '13.1.3';
18+
public const PACKAGE_VERSION = '27a51db056da6a5ee0519c052c73be44b6cb6dd4';
1919
/**
2020
* @api
2121
* @var string
2222
*/
23-
public const RELEASE_DATE = '2026-05-04 19:39:16';
23+
public const RELEASE_DATE = '2026-05-05 10:53:39';
2424
/**
2525
* @var int
2626
*/

0 commit comments

Comments
 (0)