diff options
author | Stanley Cheung <stanleycheung@google.com> | 2016-04-19 09:31:22 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2016-04-19 09:31:22 -0700 |
commit | 7f05da6a27efe380a2b813e3cbb149b5c7fe2e6c (patch) | |
tree | b531ad753fc82d27ac4a0e45af1a0a79f37fe8c5 /src/php/tests/unit_tests/ChannelCredentialsTest.php | |
parent | 279681311f61b079a720b7aef424cbe9000d08e8 (diff) |
php: ran php-cs-fixer again
Diffstat (limited to 'src/php/tests/unit_tests/ChannelCredentialsTest.php')
-rw-r--r-- | src/php/tests/unit_tests/ChannelCredentialsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/tests/unit_tests/ChannelCredentialsTest.php b/src/php/tests/unit_tests/ChannelCredentialsTest.php index 1a42d69428..56c1d8f006 100644 --- a/src/php/tests/unit_tests/ChannelCredentialsTest.php +++ b/src/php/tests/unit_tests/ChannelCredentialsTest.php @@ -70,4 +70,4 @@ class ChanellCredentialsTest extends PHPUnit_Framework_TestCase $channel_credentials = Grpc\ChannelCredentials::createInsecure(); $this->assertNull($channel_credentials); } -}
\ No newline at end of file +} |