Skip to content

Commit 2c92e98

Browse files
committed
refactor: replace DIRECTORY_SEPARATOR with /
1 parent a47e9fa commit 2c92e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/docblock.blade.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**{!! when(!str_contains($controller, '\\Closure'), PHP_EOL . " * @see {$controller}::" . ($isInvokable ? '__invoke' : $docblock_method ?? $method)) !!}
2-
* @see {!! $path !!}:{!! $line !!}
2+
* @see {!! str_replace(DIRECTORY_SEPARATOR, '/', $path) !!}:{!! $line !!}
33
@foreach ($parameters as $parameter)
44
@if ($parameter->default !== null)
55
* @param {!! $parameter->name !!} - Default: @js($parameter->default)

0 commit comments

Comments
 (0)