Skip to content

Commit 31dbdba

Browse files
committed
Updated Rector to commit b8107eb10fb4ad49bbbf078e15ccf0e84649849a
rectorphp/rector-src@b8107eb [Scoped] Exclude DateRangeError on Scoper for prefixing (#7027)
1 parent c5e1a4d commit 31dbdba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Application/VersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = 'abf44a6835a731d6511a83dadab71842464f8660';
22+
public const PACKAGE_VERSION = 'b8107eb10fb4ad49bbbf078e15ccf0e84649849a';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-06-29 00:42:16';
27+
public const RELEASE_DATE = '2025-06-29 08:38:12';
2828
/**
2929
* @var int
3030
*/

vendor/symfony/yaml/Inline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ private static function evaluateScalar(string $scalar, int $flags, array &$refer
654654
if (\false !== ($scalar = $time->getTimestamp())) {
655655
return $scalar;
656656
}
657-
} catch (\RectorPrefix202506\DateRangeError|\ValueError $exception) {
657+
} catch (\DateRangeError|\ValueError $exception) {
658658
// no-op
659659
}
660660
return $time->format('U');

0 commit comments

Comments
 (0)