Skip to content

Commit 60385fc

Browse files
committed
typo
1 parent d88d0c3 commit 60385fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<exclude name="WordPress.WP.AlternativeFunctions.file_system_operations_readfile" />
1919
<exclude name="Universal.NamingConventions.NoReservedKeywordParameterNames.arrayFound" />
2020
<exclude name="Generic.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition" />
21-
<exclude name-"WordPress.WP.AlternativeFunctions.file_system_operations_fwrite" />
21+
<exclude name="WordPress.WP.AlternativeFunctions.file_system_operations_fwrite" />
2222
<exclude name="WordPress.WP.AlternativeFunctions.file_system_operations_mkdir" />
2323
<exclude name="Generic.CodeAnalysis.UnusedFunctionParameter.FoundAfterLastUsed" />
2424
</rule>

0 commit comments

Comments
 (0)