mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 12:29:43 +01:00
10 lines
95 B
PHP
10 lines
95 B
PHP
<?php
|
|
|
|
class SomeClass
|
|
{
|
|
public function someAction()
|
|
{
|
|
$variable = 5;
|
|
}
|
|
}
|