Skip to content

Commit 3d73284

Browse files
committed
t5
1 parent e02ff43 commit 3d73284

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/scripts/test-directory-unchanged.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cd "$(dirname "$0")/../.."
66

77
dir="$1"
88

9+
910
# notify git about untracked (except ignored) files
1011
git add -N "$dir"
1112

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,6 +1844,7 @@ function array_diff_assoc(array $array, array ...$arrays): array {}
18441844
*/
18451845
function array_diff_uassoc(array $array, ...$rest): array {}
18461846

1847+
18471848
/**
18481849
* @param array|callable $rest
18491850
* @refcount 1

0 commit comments

Comments
 (0)