Skip to content

Commit 99fd329

Browse files
Merge pull request #12 from laravel/whitespace
Strip additional whitespace
2 parents eedd004 + f754869 commit 99fd329

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,4 +1,4 @@
1-
/** {!! when(!str_contains($controller, '\\Closure'), "\n * @see {$controller}::{$method}") !!}
1+
/**{!! when(!str_contains($controller, '\\Closure'), "\n * @see {$controller}::{$method}") !!}
22
* @see {!! $path !!}:{!! $line !!}
33
@foreach ($parameters as $parameter)
44
@if ($parameter->default !== null)

0 commit comments

Comments
 (0)