]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Process.php
Fix security vulnerbilities.
[friendica.git] / src / Model / Process.php
index 4d50ecd4ebc180b7f4993d3e223fb43b685e9f90..f70b12ba7c64ba387ef24d9ae5177a3d5b190f39 100644 (file)
@@ -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)
        {