spaghettisolutions/xlsx-parser

View on GitHub
src/XLSXParser/AbstractXMLResource.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Showing 1 of 1 total issue

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

private function validateXMLReader(XMLReader $xml): XMLReader
{
try {
@$xml->open(uri: $this->path);
$xml->read();

There are no issues that match your filters.

Category
Status