Found a PHPdoc issue in update.authorize.inc.
update_authorize_run_install() and update_authorize_batch_copy_project() hint an argument as (unqualified) FileTransfer instead of (FQN) \Drupal\Core\FileTransfer\FileTransfer. This may have escaped type-checking in IDE so far, because the functions are only ever called indirectly via callback.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3256581.patch | 1.1 KB | cburschka |
Comments
Comment #2
cburschkaComment #3
init90Comment #4
cilefen commentedComment #7
catchCommitted/pushed to 10.0.x and cherry-picked to 9.4.x/9.3.x, thanks!