https://phpstan.org/r/9e903e7f-3296-45e3-a324-63d2ab9c9119
@ondrejmirtes Not sure what can be done to fix the issue. Any suggestions?
|
'openssl_seal' => ['int|false', 'data'=>'string', '&w_sealed_data'=>'string', '&rw_env_keys'=>'array', 'pub_key_ids'=>'array', 'method='=>'string'], |
Here the $sealed_data is &w_, but $env_keys is &rw_. Any particular reason for that? I guess both are just to read from after function call.
https://phpstan.org/r/9e903e7f-3296-45e3-a324-63d2ab9c9119
@ondrejmirtes Not sure what can be done to fix the issue. Any suggestions?
phpstan/src/Reflection/SignatureMap/functionMap.php
Line 8111 in 93fc075
Here the
$sealed_datais&w_, but$env_keysis&rw_. Any particular reason for that? I guess both are just to read from after function call.