Removed the rest of the @brief fields

This commit is contained in:
Michael 2020-01-19 20:44:01 +00:00
parent ab8997f9db
commit dcbd44ab88
7 changed files with 7 additions and 15 deletions

View file

@ -2,7 +2,7 @@
<?php
/**
* @file bin/daemon.php
* @brief Run the worker from a daemon.
* Run the worker from a daemon.
*
* This script was taken from http://php.net/manual/en/function.pcntl-fork.php
*/