Skip to content

Commit 1b94af0

Browse files
committed
Adding missing parametr type to Doc comment
1 parent eefe19d commit 1b94af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressVIPMinimum/Sniffs/Plugins/ZoninatorSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function process( File $phpcsFile, $stackPtr ) {
8686
/**
8787
* Removes the quotation marks around T_CONSTANT_ENCAPSED_STRING.
8888
*
89-
* @param $string T_CONSTANT_ENCAPSED_STRING containing wrapping quotation marks.
89+
* @param string $string T_CONSTANT_ENCAPSED_STRING containing wrapping quotation marks.
9090
*
9191
* @return string String w/o wrapping quotation marks.
9292
*/

0 commit comments

Comments
 (0)