Skip to content

Commit

Permalink
Use !php/const syntax instead of hardcoded value for FTP_BINARY i…
Browse files Browse the repository at this point in the history
…n docs (#2432)
  • Loading branch information
phansys authored Mar 4, 2024
1 parent 95eb229 commit 9940b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/advanced_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Full configuration options:
port: 21
passive: false
create: false
mode: 2 # this is the FTP_BINARY constant. see: http://php.net/manual/en/ftp.constants.php
mode: !php/const FTP_BINARY # @see: https://www.php.net/manual/en/ftp.constants.php
s3:
bucket:
Expand Down

0 comments on commit 9940b12

Please sign in to comment.