1
0
mirror of https://github.com/rectorphp/rector.git synced 2025-03-14 12:29:43 +01:00
2018-11-08 13:04:38 +01:00

10 lines
95 B
PHP

<?php
class SomeClass
{
public function someAction()
{
$variable = 5;
}
}