Skip to content

Commit 13f741f

Browse files
committed
Updated Rector to commit 09bd026bda4e31b8f5e04560972790fe0589ccb3
rectorphp/rector-src@09bd026 keep file without namespace implementing interface to alling with other nodes
1 parent b7b1255 commit 13f741f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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 = '24977b28f1e491d771579700c1059d8a9c2075cc';
22+
public const PACKAGE_VERSION = '09bd026bda4e31b8f5e04560972790fe0589ccb3';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-11-28 14:38:23';
27+
public const RELEASE_DATE = '2025-11-28 14:45:19';
2828
/**
2929
* @var int
3030
*/

src/PhpParser/Node/CustomNode/FileWithoutNamespace.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
namespace Rector\PhpParser\Node\CustomNode;
55

66
use PhpParser\Node\Stmt;
7+
use Rector\Contract\PhpParser\Node\StmtsAwareInterface;
78
/**
89
* Inspired by https://github.com/phpstan/phpstan-src/commit/ed81c3ad0b9877e6122c79b4afda9d10f3994092
910
*/
10-
final class FileWithoutNamespace extends Stmt
11+
final class FileWithoutNamespace extends Stmt implements StmtsAwareInterface
1112
{
1213
/**
1314
* @var Stmt[]

0 commit comments

Comments
 (0)