rector/e2e/global-install/App/ExceptionInterface.php
Tomas Votruba 7fb879196f Updated Rector to commit f03e2a1ee3
f03e2a1ee3 [e2e] Try add back global e2e tests for scoped (#1786)
2022-02-08 23:25:14 +00:00

8 lines
56 B
PHP

<?php
namespace App;
interface ExceptionInterface
{
}