Fix PHPDoc comments project-wide
This commit is contained in:
@@ -19,6 +19,7 @@ class Process extends BaseObject
|
||||
* @param string $command
|
||||
* @param string $pid
|
||||
* @return bool
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function insert($command, $pid = null)
|
||||
{
|
||||
@@ -44,6 +45,7 @@ class Process extends BaseObject
|
||||
*
|
||||
* @param string $pid
|
||||
* @return bool
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function deleteByPid($pid = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user