12-cactus/espinoso

View on GitHub
app/Espinoso.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 4 of 4 total issues

Remove error control operator '@' on line 260.
Open

protected function saveAndConvertAudio(string $fileId, StreamInterface $stream)
{
// Save as ogg (Telegram audio format)
// and convert it to wav (Voice format required)
Storage::put("{$fileId}.ogg", $stream->getContents());
Severity: Minor
Found in app/Espinoso.php by phpmd

Remove error control operator '@' on line 262.
Open

protected function saveAndConvertAudio(string $fileId, StreamInterface $stream)
{
// Save as ogg (Telegram audio format)
// and convert it to wav (Voice format required)
Storage::put("{$fileId}.ogg", $stream->getContents());
Severity: Minor
Found in app/Espinoso.php by phpmd

Remove error control operator '@' on line 263.
Open

protected function saveAndConvertAudio(string $fileId, StreamInterface $stream)
{
// Save as ogg (Telegram audio format)
// and convert it to wav (Voice format required)
Storage::put("{$fileId}.ogg", $stream->getContents());
Severity: Minor
Found in app/Espinoso.php by phpmd

Avoid unused parameters such as '$format'.
Open

public function sendGifToCactus(string $gif, string $format = 'Markdown', array $options = []): void
Severity: Minor
Found in app/Espinoso.php by phpmd
Category
Status