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

php 8.1 support #803

Closed glo45343 closed 2 years ago

glo45343 commented 2 years ago

vendor/bin/ece-tools build

Fatal error: During inheritance of ArrayAccess: Uncaught RuntimeException: Deprecated Functionality: Return type of Illuminate\Config\Repository::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/workspace/vendor/illuminate/config/Repository.php on line 141 in /var/workspace/vendor/magento/ece-tools/src/App/ErrorHandler.php:68 Stack trace:

glo45343 commented 2 years ago

Problem 1

andriyShevtsov commented 2 years ago

php 8.1 support added