Skip to content

Commit dab461d

Browse files
committed
correct type hint for request data
1 parent 50cefb3 commit dab461d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KubernetesClient/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function getStreamContext($verb = 'GET', $opts = [])
134134
* @param $endpoint
135135
* @param string $verb
136136
* @param array $params
137-
* @param null $data
137+
* @param mixed $data
138138
* @param array $options
139139
* @throws \Exception
140140
* @return bool|mixed|string

0 commit comments

Comments
 (0)