Remove error control operator '@' on line 260.
protected function saveAndConvertAudio(string $fileId, StreamInterface $stream)
{
Storage::put("{$fileId}.ogg", $stream->getContents());
Remove error control operator '@' on line 262.
protected function saveAndConvertAudio(string $fileId, StreamInterface $stream)
{
Storage::put("{$fileId}.ogg", $stream->getContents());
Remove error control operator '@' on line 263.
protected function saveAndConvertAudio(string $fileId, StreamInterface $stream)
{
Storage::put("{$fileId}.ogg", $stream->getContents());
Avoid unused parameters such as '$format'.
public function sendGifToCactus(string $gif, string $format = 'Markdown', array $options = []): void
There are no issues that match your filters.