magento / ece-tools

All Submissions you make to Magento Inc. (“Magento") through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publically perform, sublicense and distribute any feedback, ideas, code, or other information (“Submission") you submit through GitHub. (2) Your Submission is an original work of authorship and you are the owner or are legally entitled to grant the license stated above. (3) You agree to the Contributor License Agreement found here: https://github.com/magento/magento2/blob/master/CONTRIBUTOR_LICENSE_AGREEMENT.html
Open Software License 3.0
117 stars 83 forks source link

fix: str_replace issue when deploy #808 #816

Open sonbui00 opened 1 year ago

sonbui00 commented 1 year ago

str_replace(): Argument #3 ($subject) must be of type array|string, int giv

Description

Fixed Issues (if relevant)

  1. magento/ece-tools#808: str_replace(): Argument #3 ($subject) must be of type array|string, int given

Manual testing scenarios

  1. env.php data value have: null, int

Release notes

For user-facing changes, add a meaningful release note. For examples, see Magento Cloud ECE-tools release notes.

Associated documentation updates

Add link to Magento DevDocs PR or Issue, if needed.

Contribution checklist