diff options
Diffstat (limited to 'tests/plugins/grpc/testdata/php_namespace/Test/CustomNamespace/ServiceInterface.php')
-rw-r--r-- | tests/plugins/grpc/testdata/php_namespace/Test/CustomNamespace/ServiceInterface.php | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/plugins/grpc/testdata/php_namespace/Test/CustomNamespace/ServiceInterface.php b/tests/plugins/grpc/testdata/php_namespace/Test/CustomNamespace/ServiceInterface.php deleted file mode 100644 index 2090ba97..00000000 --- a/tests/plugins/grpc/testdata/php_namespace/Test/CustomNamespace/ServiceInterface.php +++ /dev/null @@ -1,22 +0,0 @@ -<?php -# Generated by the protocol buffer compiler (spiral/php-grpc). DO NOT EDIT! -# source: php_namespace/service.proto - -namespace Test\CustomNamespace; - -use Spiral\GRPC; - -interface ServiceInterface extends GRPC\ServiceInterface -{ - // GRPC specific service name. - public const NAME = "testPhpNamespace.Service"; - - /** - * @param GRPC\ContextInterface $ctx - * @param SimpleMessage $in - * @return SimpleMessage - * - * @throws GRPC\Exception\InvokeException - */ - public function SimpleMethod(GRPC\ContextInterface $ctx, SimpleMessage $in): SimpleMessage; -} |