We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed51a9 commit f60da98Copy full SHA for f60da98
1 file changed
src/RobokassaApi.php
@@ -272,7 +272,7 @@ private static function getUserParametersFromRequestArray(array $requestParamete
272
{
273
$userParameters = array_filter(
274
$requestParameters,
275
- static fn($key) => str_starts_with(strtolower((string)$key), 'shp_'),
+ static fn($key) => str_starts_with(strtolower($key), 'shp_'),
276
ARRAY_FILTER_USE_KEY
277
);
278
$userParametersWithoutPrefix = [];
0 commit comments