mirror of
https://github.com/Combodo/iTop.git
synced 2026-07-19 21:26:40 +02:00
10 lines
116 B
PHP
10 lines
116 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Laminas\Stdlib;
|
|
|
|
interface RequestInterface extends MessageInterface
|
|
{
|
|
}
|