<?php

declare(strict_types=1);

namespace App\Controller;

/**
 * This is a class docblock, not a file docblock.
 */
final class MyController
{

}
