Skip to content

Commit

Permalink
[k2] enable php8 migration warning builtin (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolyakov authored Dec 13, 2024
1 parent 04c37ab commit ea35125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-functions/kphp-light/kphp-toggles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function set_json_log_on_timeout_mode(bool $enabled) ::: void;
/** @kphp-extern-func-info generate-stub */
function set_json_log_demangle_stacktrace(bool $enable) ::: void;

/** @kphp-extern-func-info generate-stub */
/** @kphp-extern-func-info */
function set_migration_php8_warning ($mask ::: int) ::: void;

/** @kphp-extern-func-info generate-stub */
Expand Down

0 comments on commit ea35125

Please sign in to comment.