-
-
Notifications
You must be signed in to change notification settings - Fork 946
Closed
phpstan/phpstan-src
#91Labels
Milestone
Description
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.
Reactions are currently unavailable