Skip to content

Commit

Permalink
Merge pull request #29 from garemoko/patch-1
Browse files Browse the repository at this point in the history
http_response_header should be allowed
  • Loading branch information
stronk7 authored Jun 22, 2016
2 parents 69def52 + 2e0085f commit fd9c24a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion moodle/Sniffs/NamingConventions/ValidVariableNameSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class moodle_Sniffs_NamingConventions_ValidVariableNameSniff
'OUTPUT', 'PAGE', 'PERF', 'SESSION', 'SITE', 'THEME', 'USER',
'_SERVER', '_GET', '_POST', '_FILES', '_REQUEST', '_SESSION', '_ENV',
'_COOKIE', '_HTTP_RAW_POST_DATA', 'ACCESSLIB_PRIVATE', 'ME',
'CONDITIONLIB_PRIVATE', 'FILTERLIB_PRIVATE', 'SCRIPT', 'MNET_REMOTE_CLIENT');
'CONDITIONLIB_PRIVATE', 'FILTERLIB_PRIVATE', 'SCRIPT', 'MNET_REMOTE_CLIENT',
'http_response_header');

/**
* Processes class member variables.
Expand Down

0 comments on commit fd9c24a

Please sign in to comment.