Commit 64d8e381 authored by Drew Webber's avatar Drew Webber
Browse files

Issue #3322009 by poker10: [D7 PHP 8.2] Deprecated function: Creation of...

Issue #3322009 by poker10: [D7 PHP 8.2] Deprecated function: Creation of dynamic property in FileTransfer class
parent 746e1e26
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,11 +9,13 @@
 * the password should always be asked from the user and never stored. For
 * safety, all methods operate only inside a "jail", by default the Drupal root.
 */
#[AllowDynamicProperties]
abstract class FileTransfer {
  protected $username;
  protected $password;
  protected $hostname = 'localhost';
  protected $port;
  protected $jail;

  /**
   * The constructor for the UpdateConnection class. This method is also called