rector/tests/Source/SomeClass.php

11 lines
192 B
PHP

<?php declare(strict_types=1);
// class that is used all over the code
// autoloaded manually via composer to keep the rest of code clean
namespace SomeNamespace;
final class SomeClass
{
}