Skip to content

Commit 356c089

Browse files
committed
added new fq
1 parent 9cff4d5 commit 356c089

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

class/Devtools.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public static function function_qualifier($src_path, $dst_path, $moduleName) {
128128
'json_encode',
129129
'mime_content_type',
130130
'mkdir',
131+
'mktime',
131132
'opendir',
132133
'ord',
133134
'pathinfo',
@@ -191,6 +192,7 @@ public static function function_qualifier($src_path, $dst_path, $moduleName) {
191192
$errors = [
192193
'substr_\count(' => 'substr_count(',
193194
'micro\time(' => 'microtime(',
195+
'mk\time' => 'mktime',
194196
'strto\time(' => 'strtotime(',
195197
'mb_\strlen(' => 'mb_strlen(',
196198
'mb_\substr(' => 'mb_substr(',

0 commit comments

Comments
 (0)