koel/app/Services/Streamers
Torbjörn Lönnemark d487727fd5
Fix TranscodingStreamer for PHP 7.4 (#1189)
Passing the glue parameter after the pieces parameter when calling
implode is deprecated as of PHP 7.4.

This was the only remaining instance, all other implode calls already
use the correct parameter order.
2020-03-10 11:16:34 +01:00
..
DirectStreamerInterface.php Refactor streamers 2018-08-22 19:59:14 +02:00
ObjectStorageStreamerInterface.php Refactor streamers 2018-08-22 19:59:14 +02:00
PHPStreamer.php Apply fixes from StyleCI (#1017) 2019-07-01 10:12:04 +02:00
S3Streamer.php Refactor S3 2018-08-29 13:15:24 +07:00
Streamer.php Upgrade to Larave 5.5 and PHP 7 2018-08-29 13:15:23 +07:00
StreamerInterface.php Sync with core 2019-07-04 21:50:27 +02:00
TranscodingStreamer.php Fix TranscodingStreamer for PHP 7.4 (#1189) 2020-03-10 11:16:34 +01:00
TranscodingStreamerInterface.php Apply fixes from StyleCI (#790) 2018-08-29 09:07:44 +02:00
XAccelRedirectStreamer.php Apply fixes from StyleCI (#793) 2018-08-29 11:42:11 +02:00
XSendFileStreamer.php Upgrade to Larave 5.5 and PHP 7 2018-08-29 13:15:23 +07:00