Commit b127dba 1 parent a98ae3a commit b127dba Copy full SHA for b127dba
File tree 2 files changed +16
-5
lines changed
2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,15 @@ class BatchPublisher
65
65
*/
66
66
private $ client ;
67
67
68
- private bool $ enableCompression ;
68
+ /**
69
+ * @var bool
70
+ */
71
+ private $ enableCompression ;
69
72
70
- private int $ compressionBytesThreshold ;
73
+ /**
74
+ * @var int
75
+ */
76
+ private $ compressionBytesThreshold ;
71
77
72
78
/**
73
79
* @param string $topicName The topic name.
Original file line number Diff line number Diff line change @@ -89,10 +89,15 @@ class Topic
89
89
*/
90
90
private $ clientConfig ;
91
91
92
- private bool $ enableCompression ;
93
-
92
+ /**
93
+ * @var bool
94
+ */
95
+ private $ enableCompression ;
94
96
95
- private int $ compressionBytesThreshold ;
97
+ /**
98
+ * @var int
99
+ */
100
+ private $ compressionBytesThreshold ;
96
101
97
102
/**
98
103
* Create a PubSub topic.
You can’t perform that action at this time.
0 commit comments