mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-20 04:44:05 +00:00
6 lines
71 B
PHP
6 lines
71 B
PHP
<?php
|
|
|
|
interface TraversableMockTestInterface extends \Traversable
|
|
{
|
|
}
|