phabel/src/Target/Php71/NestedExpressionFixer.php

10 lines
106 B
PHP
Raw Normal View History

2020-09-01 14:31:23 +02:00
<?php
namespace Phabel\Target\Php71;
use Phabel\Plugin;
class NestedExpressionFixer extends Plugin
{
}