EscolaLMS/topic-types

View on GitHub
database/factories/TopicResourceFactory.php

Summary

Maintainability
A
0 mins
Test Coverage

Empty lines are not allowed in multi-line function calls
Open


Only one argument is allowed per line in a multi-line function call
Open

            Storage::putFileAs($path, new File(realpath(__DIR__.'/../mocks/1.pdf'), $filename);

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

            return [

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

            ];

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

        });

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

            Storage::putFileAs($path, new File(realpath(__DIR__.'/../mocks/1.pdf'), $filename);

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

        });

There are no issues that match your filters.

Category
Status