IOP-Patho/vendor/phpunit/phpunit-mock-objects/tests/_fixture/InterfaceWithSemiReservedMe...

6 lines
85 B
PHP
Raw Normal View History

2025-07-17 08:28:28 +00:00
<?php
interface InterfaceWithSemiReservedMethodName
{
public function unset();
}