mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-03 16:14:13 +01:00
10 lines
116 B
PHP
10 lines
116 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Laminas\Stdlib;
|
|
|
|
interface RequestInterface extends MessageInterface
|
|
{
|
|
}
|