Showing 313 of 313 total issues
Line indented incorrectly; expected 0 spaces, found 4 Open
Open
public function convertAssetPaths(string $input, string $destinationPrefix): array
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 4 Open
Open
}
- Exclude checks
Line indented incorrectly; expected at least 12 spaces, found 8 Open
Open
Storage::put($destination, file_get_contents($filepath));
- Exclude checks
Line indented incorrectly; expected at least 20 spaces, found 16 Open
Open
Storage::delete($destination . '.' . $ext[1]);
- Exclude checks
Whitespace found at end of line Open
Open
$destDir = dirname($dest);
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
'hh5p_contents.id',
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
ContentIndexResource::extend(fn ($thisObj) => [
- Exclude checks
Line indented incorrectly; expected 12 spaces, found 8 Open
Open
if (!array_key_exists(self::EXT_STRING_NAME, $pathInfo) ||
- Exclude checks
Line indented incorrectly; expected at least 16 spaces, found 12 Open
Open
$filepath = $match[2];
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
->has(Lesson::factory()
- Exclude checks
Line indented incorrectly; expected 12 spaces, found 16 Open
Open
}
- Exclude checks
Line indented incorrectly; expected 16 spaces, found 12 Open
Open
if (Storage::exists($destination . '.' . $ext[1])) {
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 4 Open
Open
private function convertFilePathByStorage(
- Exclude checks
Line indented incorrectly; expected at least 12 spaces, found 8 Open
Open
return preg_replace_callback('/!\[(.*)\]\s?\((.*)()(.*)\)/', function ($match) {
- Exclude checks
Expected 0 spaces before closing bracket; newline found Open
Open
->has(Lesson::factory()
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 4 Open
Open
public const EXT_STRING_NAME = 'extension';
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 4 Open
Open
public const QUERY_STRING_NAME = 'query';
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 4 Open
Open
protected function unParseUrl(array $parsedUrl): string
- Exclude checks
Closing brace indented incorrectly; expected 12 spaces, found 4 Open
Open
}
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 4 Open
Open
}
- Exclude checks