-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Phan: functionify and statusify
exit()
and die()
(#41167)
* non-CRM: exit → exit( 0 ) * CRM: exit → exit( 0 ) * non-CRM: exit() → exit( 0 ) * CRM: exit() → exit( 0 ) * die → die(0) * Suppress invalid Phan error on valid tests * die() → die(0) * Add changelogs * Suppress unneeded suppression warnings on PHP 8.2 * Oops * Rework code to satisfy Phan bug * Remove redundant exits * Correct PHPDoc * Update baseline * Remove comments Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12871434613 Upstream-Ref: Automattic/jetpack@d2c7b02
- Loading branch information
Showing
4 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters