Skip to content
Snippets Groups Projects
Commit 6481d04a authored by Stanley Cheung's avatar Stanley Cheung
Browse files

Add comments

parent 1a3f4a55
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
* *
*/ */
require_once realpath(dirname(__FILE__).'/../../vendor/autoload.php'); require_once realpath(dirname(__FILE__).'/../../vendor/autoload.php');
// The following includes are needed when using protobuf 3.1.0
// and will suppress warnings when using protobuf 3.2.0+
@include_once dirname(__FILE__).'/math.pb.php'; @include_once dirname(__FILE__).'/math.pb.php';
@include_once dirname(__FILE__).'/math_grpc_pb.php'; @include_once dirname(__FILE__).'/math_grpc_pb.php';
......
...@@ -32,8 +32,12 @@ ...@@ -32,8 +32,12 @@
* *
*/ */
require_once realpath(dirname(__FILE__).'/../../vendor/autoload.php'); require_once realpath(dirname(__FILE__).'/../../vendor/autoload.php');
// The following includes are needed when using protobuf 3.1.0
// and will suppress warnings when using protobuf 3.2.0+
@include_once 'src/proto/grpc/testing/test.pb.php'; @include_once 'src/proto/grpc/testing/test.pb.php';
@include_once 'src/proto/grpc/testing/test_grpc_pb.php'; @include_once 'src/proto/grpc/testing/test_grpc_pb.php';
use Google\Auth\CredentialsLoader; use Google\Auth\CredentialsLoader;
use Google\Auth\ApplicationDefaultCredentials; use Google\Auth\ApplicationDefaultCredentials;
use GuzzleHttp\ClientInterface; use GuzzleHttp\ClientInterface;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment