Potential errors are silenced in your project
- Read doc
- Reliability
- Major
More information: https://insight.symfony.com/what-we-analyse/php.silenced_error
- $fc = \file_get_contents($file);
- if (false === $fc) {
- $this->error('Cannot open file: ' . $file);
- }
- $size = \strlen($fc);
- $date = @\date('YmdHisO', \filemtime($file));
- $md = 'D:' . \substr($date, 0, -2) . "'" . \substr($date, -2) . "'";
- $this->putNewObj();
- $info['n'] = $this->objectNumber;
- $this->put('<<');