| Current Path : /home/rtorresani/www/vendor/codeception/codeception/src/Codeception/Attribute/ |
| Current File : //home/rtorresani/www/vendor/codeception/codeception/src/Codeception/Attribute/AfterClass.php |
<?php
declare(strict_types=1);
namespace Codeception\Attribute;
use Attribute;
#[Attribute(Attribute::TARGET_METHOD)]
final class AfterClass
{
}