mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
16 lines
186 B
PHP
16 lines
186 B
PHP
<?php declare(strict_types=1);
|
|
|
|
namespace Gedmo\Mapping\Annotation;
|
|
|
|
if (class_exists('Gedmo\Mapping\Annotation\TreeRight')) {
|
|
return;
|
|
}
|
|
|
|
/**
|
|
* @Annotation
|
|
*/
|
|
class TreeRight
|
|
{
|
|
|
|
}
|