Goracash/goracash-api-php-client

View on GitHub
src/Logger/File.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 1 of 1 total issue

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

private function open()
{
// Used for trapping `fopen()` errors.
$this->trappedErrorNumber = null;
$this->trappedErrorString = null;
Severity: Minor
Found in src/Logger/File.php by phpmd
Category
Status