Use bool instead of boolean in proto

This commit is contained in:
Gabriel Caruso 2018-02-04 05:44:28 -02:00 committed by Nikita Popov
parent 0709eb80f3
commit affc20f891
17 changed files with 69 additions and 69 deletions

View file

@ -26,7 +26,7 @@
#include "php_cli_process_title.h"
#include "ps_title.h"
/* {{{ proto boolean cli_set_process_title(string arg)
/* {{{ proto bool cli_set_process_title(string arg)
Return a boolean to confirm if the process title was successfully changed or not */
PHP_FUNCTION(cli_set_process_title)
{