src/Logger/File.php
Showing 1 of 1 total issue
Remove error control operator '@' on line 127. Open
Open
private function open() { // Used for trapping `fopen()` errors. $this->trappedErrorNumber = null; $this->trappedErrorString = null;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks