Imported Upstream version 1.41.0
[platform/upstream/grpc.git] / src / php / tests / interop / Grpc / Testing / ResponseParameters.php
index 81219d5..654c70f 100644 (file)
@@ -122,11 +122,11 @@ class ResponseParameters extends \Google\Protobuf\Internal\Message
      * the response's compression status.
      *
      * Generated from protobuf field <code>.grpc.testing.BoolValue compressed = 3;</code>
-     * @return \Grpc\Testing\BoolValue
+     * @return \Grpc\Testing\BoolValue|null
      */
     public function getCompressed()
     {
-        return isset($this->compressed) ? $this->compressed : null;
+        return $this->compressed;
     }
 
     public function hasCompressed()