laravel-zip icon indicating copy to clipboard operation
laravel-zip copied to clipboard

fixed PHP 7.4 error

Open Fabricio872 opened this issue 5 years ago • 5 comments

ERROR: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) added parenthesizes to some spots on code

Fabricio872 avatar Feb 04 '20 12:02 Fabricio872

@zanysoft please merge

faytekin avatar Feb 20 '20 15:02 faytekin

@zanysoft Please Merge

ajayfroiden avatar Aug 21 '20 13:08 ajayfroiden

@faytekin Are you sure? Because it not working for me.

The last commit is 2 years ago to master branch

ajayfroiden avatar Aug 22 '20 05:08 ajayfroiden

Certainly not working. I'm switching to the forked version.

ezra-obiwale avatar Sep 14 '20 21:09 ezra-obiwale

composer require macellan/laravel-zip in this package has been fixed.

faytekin avatar Sep 15 '20 07:09 faytekin