Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jul 29, 2023
1 parent f28359f commit 0d2b3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/functionMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,8 @@
'collator_get_sort_key' => ['hasSideEffects' => false],
'collator_get_strength' => ['hasSideEffects' => false],
'compact' => ['hasSideEffects' => false],
'connection_aborted' => ['hasSideEffects' => false],
'connection_status' => ['hasSideEffects' => false],
'connection_aborted' => ['hasSideEffects' => true],
'connection_status' => ['hasSideEffects' => true],
'constant' => ['hasSideEffects' => false],
'convert_cyr_string' => ['hasSideEffects' => false],
'convert_uudecode' => ['hasSideEffects' => false],
Expand Down

0 comments on commit 0d2b3ab

Please sign in to comment.