webwizo / laravel-shortcodes

Wordpress like shortcodes for Laravel 4.2, 5.x, 6.x, 7.x, 8.x, 9.x and 10.x
MIT License
214 stars 49 forks source link

PHP 8: Required parameter $content follows optional parameter $attributes #67

Closed recognizerHD closed 3 years ago

recognizerHD commented 3 years ago

Running into the same or a similar issue in https://github.com/webwizo/laravel-shortcodes/blob/master/src/Compilers/Shortcode.php#L35

PHP 8 is throwing a deprecation notice for an optional parameter coming before a required one.

Originally posted by @browner12 in https://github.com/webwizo/laravel-shortcodes/issues/64#issuecomment-748754689

I find myself running into this as well.

hussamhu commented 3 years ago

i have the issue i am using php 8

webwizo commented 3 years ago

Let me fix it today. Thank you for notifying ...