Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions standard/_types.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function PS_UNRESERVE_PREFIX_list($var1, ...$_) {}
* <p>
* Note: PHP >= 4.2.0 does NOT print the status if it is an integer.
* </p>
* @return void
* @return never
*/
function PS_UNRESERVE_PREFIX_die($status = "") {}

Expand All @@ -60,7 +60,7 @@ function PS_UNRESERVE_PREFIX_die($status = "") {}
* <p>
* Note: PHP >= 4.2.0 does NOT print the status if it is an integer.
* </p>
* @return void
* @return never
*/
function PS_UNRESERVE_PREFIX_exit($status = "") {}

Expand Down
Loading