Skip to content

Commit

Permalink
Merge pull request #112 from ec-europa/feature/DQA-4479-3x
Browse files Browse the repository at this point in the history
DQA-4479: [3.x] Add date() to the forbidden functions.
  • Loading branch information
joaocsilva authored Aug 3, 2022
2 parents 0acafcb + 6d610dd commit 2d8fabc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class QualityAssurance_Sniffs_Functions_DrupalWrappersSniff extends Generic_Snif
'unlink' => 'drupal_unlink',
'xml_parser_create' => 'drupal_xml_parser_create',
'eval' => 'php_eval',
'date' => 'format_date'
);

/**
Expand Down

0 comments on commit 2d8fabc

Please sign in to comment.