mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 14:27:14 +01:00
9e103260ec
2f3e9be0ae
[DX] Test BetterNodeFinder with Laravel container (#4106)
9 lines
139 B
PHP
9 lines
139 B
PHP
<?php
|
|
|
|
namespace RectorPrefix202306\Illuminate\Contracts\Queue;
|
|
|
|
interface ShouldBeUniqueUntilProcessing extends ShouldBeUnique
|
|
{
|
|
//
|
|
}
|