Skip to content

Commit 839bc45

Browse files
authored
chore: remove redundant jsdocs types
1 parent f8fa714 commit 839bc45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ export function xmlValidator(
2525

2626
/**
2727
* Transform function for the Gulp plugin.
28-
* @param {Vinyl} file - The vinyl file being processed.
29-
* @param {BufferEncoding} _encoding - The encoding of the file.
30-
* @param {TransformCallback} callback - The callback function to signal the completion of the transformation.
28+
* @param file - The vinyl file being processed.
29+
* @param _encoding - The encoding of the file.
30+
* @param callback - The callback function to signal the completion of the transformation.
3131
*/
3232
transform(file: Vinyl, _encoding: BufferEncoding, callback: TransformCallback) {
3333
if (file.isNull()) {

0 commit comments

Comments
 (0)