src/Process/Http/ResourceNotFound.php

Summary

Maintainability
A
0 mins
Test Coverage

syntax error, unexpected ':', expecting ',' or ')'
Open

            status: 404,
Severity: Critical
Found in src/Process/Http/ResourceNotFound.php by phan

Expected 1 blank line at end of file; 2 found
Open

}

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            ]);

Closing parenthesis of a multi-line function call must be on a line by itself
Open

            ]);

Whitespace found at end of line
Open

 *        

Opening parenthesis of a multi-line function call must be the last content on the line
Open

        throw new ResourceNotFoundException("Requested resouce not found : {{resource}}",

There are no issues that match your filters.

Category
Status