File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
rules/Renaming/ValueObject Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
final class RenameCast
10
10
{
11
11
/**
12
+ * @var class-string<Cast>
12
13
* @readonly
13
14
*/
14
15
private string $ fromCastExprClass ;
@@ -20,9 +21,11 @@ final class RenameCast
20
21
* @readonly
21
22
*/
22
23
private int $ toCastKind ;
24
+ /**
25
+ * @param class-string<Cast> $fromCastExprClass
26
+ */
23
27
public function __construct (string $ fromCastExprClass , int $ fromCastKind , int $ toCastKind )
24
28
{
25
- /** @var class-string<Cast> */
26
29
$ this ->fromCastExprClass = $ fromCastExprClass ;
27
30
$ this ->fromCastKind = $ fromCastKind ;
28
31
$ this ->toCastKind = $ toCastKind ;
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ final class VersionResolver
19
19
* @api
20
20
* @var string
21
21
*/
22
- public const PACKAGE_VERSION = 'e2c8fc0e63931d1806f07c87cb0c3e98dc210ffa ' ;
22
+ public const PACKAGE_VERSION = '85e5e11e71a026bfd91210c3a25f1dee1404e74b ' ;
23
23
/**
24
24
* @api
25
25
* @var string
26
26
*/
27
- public const RELEASE_DATE = '2025-08-11 23:00:48 ' ;
27
+ public const RELEASE_DATE = '2025-08-13 11:52:04 ' ;
28
28
/**
29
29
* @var int
30
30
*/
You can’t perform that action at this time.
0 commit comments