Skip to content

Commit 3769a91

Browse files
committed
Fixed a typo in define_syslog_variables function name
1 parent 57e6474 commit 3769a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHP/CodeSniffer/Standards/PHP54Compatibility/Sniffs/PHP/RemovedFunctionsSniff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class PHP54Compatibility_Sniffs_PHP_RemovedFunctionsSniff extends Generic_Sniffs
3737
* @var array(string => string|null)
3838
*/
3939
protected $forbiddenFunctions = array(
40-
'define_syslog_vairables' => null,
40+
'define_syslog_variables' => null,
4141
'import_request_variables' => null,
4242
'session_is_registered' => null,
4343
'session_register' => null,

0 commit comments

Comments
 (0)