beyondcode / laravel-server-timing

Add Server-Timing header information from within your Laravel apps.
MIT License
551 stars 43 forks source link

Deprecation warning for string interpolation on PHP 8.2 #33

Closed wojciechczerniak closed 8 months ago

wojciechczerniak commented 11 months ago

PHP v8.2 deprecated part of syntax for string interpolation

Logs:

"Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/vendor/beyondcode/laravel-server-timing/src/Middleware/ServerTimingMiddleware.php on line 72"

Reference: https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated