We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dd4c0 commit c188ae7Copy full SHA for c188ae7
patches/nikic-php-parser-lib-phpparser-node-stmt-finally-php.patch
@@ -1,22 +1,11 @@
1
--- /dev/null
2
+++ ../lib/PhpParser/Node/Stmt/Finally_.php
3
-@@ -3,8 +3,9 @@
4
- namespace PhpParser\Node\Stmt;
+@@ -4,7 +4,7 @@
5
6
use PhpParser\Node;
7
-+use Rector\Contract\PhpParser\Node\StmtsAwareInterface;
8
9
-class Finally_ extends Node\Stmt
10
-+class Finally_ extends Node\Stmt implements StmtsAwareInterface
++class Finally_ extends Node\Stmt implements \Rector\Contract\PhpParser\Node\StmtsAwareInterface
11
{
12
/** @var Node\Stmt[] Statements */
13
public $stmts;
14
-@@ -23,7 +24,7 @@
15
- public function getSubNodeNames() : array {
16
- return ['stmts'];
17
- }
18
--
19
-+
20
- public function getType() : string {
21
- return 'Stmt_Finally';
22
0 commit comments