Skip to content

Commit 131313f

Browse files
committed
Rename parameter to "shorthand"
1 parent 789634a commit 131313f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ function ini_alter(string $option, string|int|float|bool|null $value): string|fa
488488

489489
function ini_restore(string $option): void {}
490490

491-
function ini_bytes(string $option): int {}
491+
function ini_bytes(string $shorthand): int {}
492492

493493
/** @refcount 1 */
494494
function set_include_path(string $include_path): string|false {}

ext/standard/basic_functions_arginfo.h

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)