Skip to content

Commit ba7b513

Browse files
committed
final touch: grammar
1 parent 2759132 commit ba7b513

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rules-tests/Php85/Rector/ShellExec/ShellExecFunctionCallOverBackticksRector/Fixture/multi_variable.php.inc renamed to rules-tests/Php85/Rector/ShellExec/ShellExecFunctionCallOverBackticksRector/Fixture/multi_variables.php.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Rector\Tests\Php85\Rector\ShellExec\ShellExecFunctionCallOverBackticksRector\Fixture;
44

5-
class MultiVariable
5+
class MultiVariables
66
{
77
public function run()
88
{
@@ -20,7 +20,7 @@ class MultiVariable
2020

2121
namespace Rector\Tests\Php85\Rector\ShellExec\ShellExecFunctionCallOverBackticksRector\Fixture;
2222

23-
class MultiVariable
23+
class MultiVariables
2424
{
2525
public function run()
2626
{
@@ -32,4 +32,4 @@ class MultiVariable
3232
}
3333
}
3434

35-
?>
35+
?>

0 commit comments

Comments
 (0)