mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:10:15 +00:00
Fix PHPDoc comments project-wide
This commit is contained in:
parent
6077aa5847
commit
3282ce5389
113 changed files with 1703 additions and 795 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue