Showing 313 of 313 total issues
Line indented incorrectly; expected 16 spaces, found 12 Open
Open
}
- Exclude checks
Opening brace should be on a new line Open
Open
public static function apply(array $fields, JsonResource $thisObj): array {
- Exclude checks
Whitespace found at end of line Open
Open
Storage::putFileAs($topic->storage_directory, new File($mocksPath . '/1.mp4'), $word . '.mp4');
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
'hh5p_contents.uuid',
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
DB::Connection() instanceof PostgresConnection ? 'hh5p_contents.parameters::jsonb' : 'hh5p_contents.parameters',
- Exclude checks
Line indented incorrectly; expected 12 spaces, found 16 Open
Open
if(str_contains($filepath, 'http') && !str_starts_with($filepath, url('/'))) {
- Exclude checks
Line indented incorrectly; expected at least 12 spaces, found 8 Open
Open
$destination = sprintf($destinationPrefix . '%s', Str::slug(basename($filepath)));
- Exclude checks
Line indented incorrectly; expected at least 16 spaces, found 12 Open
Open
$ext = explode('/', $info['mime']);
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 8 Open
Open
});
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
'hh5p_contents.library_id',
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 4 Open
Open
public const PORT_STRING_NAME = 'port';
- Exclude checks
Line indented incorrectly; expected at least 12 spaces, found 8 Open
Open
) {
- Exclude checks
Line indented incorrectly; expected at least 16 spaces, found 12 Open
Open
Storage::copy($destination, $destination . '.' . $ext[1]);
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 4 Open
Open
}
- Exclude checks
Line indented incorrectly; expected at least 8 spaces, found 4 Open
Open
{
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
Storage::putFileAs($path, new File(realpath(__DIR__.'/../mocks/1.pdf'), $filename);
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 4 Open
Open
}
- Exclude checks
Expected 1 space after IF keyword; 0 found Open
Open
if(str_contains($filepath, 'http') && !str_starts_with($filepath, url('/'))) {
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 12 Open
Open
},
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 4 Open
Open
}
- Exclude checks