phabel/src/Target/Php74/TypedProperty.php

13 lines
109 B
PHP
Raw Normal View History

2020-08-30 16:58:59 +02:00
<?php
namespace Phabel\Target\Php74;
use Phabel\Plugin;
/**
2020-09-01 14:31:23 +02:00
*
2020-08-30 16:58:59 +02:00
*/
class TypedProperty extends Plugin
{
}