Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Sep 28, 2023
1 parent 407e8a1 commit 170ef0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bin/generate-function-metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public function enterNode(Node $node)
'rand',
'random_bytes',
'random_int',
'connection_aborted',
'connection_status',
], true)) {
continue;
}
Expand Down
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 170ef0c

Please sign in to comment.