6 lines
82 B
PHP
Raw Normal View History

2024-11-09 22:07:52 +08:00
<?php
declare(strict_types=1);
assert(class_exists('Grpc\ChannelCredentials'));