Skip to content

Commit a1bb0cc

Browse files
cs278isfedorov
authored andcommitted
Remove Pure attribute from array_intersect_uassoc()
As this function takes a callable it should not be marked as pure, this appears to be the convention based on all the other array user intersect/diff functions.
1 parent cb977ca commit a1bb0cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

standard/standard_9.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ function array_intersect_uassoc(
445445
* array1 that are present in all the arguments.
446446
* @meta
447447
*/
448-
#[Pure]
449448
function array_uintersect_uassoc(
450449
array $array,
451450
#[PhpStormStubsElementAvailable(from: '5.3', to: '7.4')] array $array2,

0 commit comments

Comments
 (0)