PluginProbe
WP-Stateless – Google Cloud Storage / trunk
WP-Stateless – Google Cloud Storage vtrunk
4.4.3 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.3.0 2.3.1 2.3.2 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 All 62 releases
← All changes | lib/Google/src/Collection.php +1 -0 3.2.2trunk View file →
@@ -80,8 +80,9 @@
80 80 return isset($this->{$this->collection_key}[$offset]);
81 81 }
82 82
83 83 /** @return mixed */
84 + #[\ReturnTypeWillChange]
84 85 public function offsetGet($offset)
85 86 {
86 87 if (!is_numeric($offset)) {
87 88 return parent::offsetGet($offset);