src/Exception/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to undeclared property \Throwable->file
Open

                $exception->file = $origin[FILE];
Severity: Minor
Found in src/Exception/Exception.php by phan

Reference to undeclared property \Throwable->offset (Did you mean $offset)
Open

            $offset && $exception->offset = $offset;
Severity: Minor
Found in src/Exception/Exception.php by phan

Reference to undeclared property \Throwable->line
Open

                $exception->line = $origin[LINE];
Severity: Minor
Found in src/Exception/Exception.php by phan

Reference to undeclared property \Throwable->file
Open

                    $error->file = $origin[FILE];
Severity: Minor
Found in src/Exception/Exception.php by phan

Reference to undeclared property \Throwable->line
Open

                    $error->line = $origin[LINE];
Severity: Minor
Found in src/Exception/Exception.php by phan

Reference to undeclared property \Throwable->offset (Did you mean $offset)
Open

                $offset && $error->offset = $offset;
Severity: Minor
Found in src/Exception/Exception.php by phan

There are no issues that match your filters.

Category
Status