database/factories/TopicResourceFactory.php
Empty lines are not allowed in multi-line function calls Open
Open
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
Storage::putFileAs($path, new File(realpath(__DIR__.'/../mocks/1.pdf'), $filename);
- Exclude checks
Multi-line function call not indented correctly; expected 16 spaces but found 12 Open
Open
return [
- Exclude checks
Multi-line function call not indented correctly; expected 16 spaces but found 12 Open
Open
];
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 8 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
Closing parenthesis of a multi-line function call must be on a line by itself Open
Open
});
- Exclude checks