We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1726ec6 commit 9d0f2f0Copy full SHA for 9d0f2f0
src/Oracle/Oci/Common/HttpUtils.php
@@ -163,7 +163,7 @@ public static function attemptEncodeParam($value) // : string
163
* @return mixed|null the value indicated by the parameter name, or null if not found
164
* @throws InvalidArgumentException if the parameter does not exist and $required is true
165
*/
166
- public static function orNull($params=[], $paramName, $required = false)
+ public static function orNull($params, $paramName, $required = false)
167
{
168
if (array_key_exists($paramName, $params)) {
169
return $params[$paramName];
0 commit comments