X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FPidFile.php;h=1d9019d73497afc8360b1175cb03f5b365f1994d;hb=e1863951986ba5be173758324a00652bc5af870c;hp=649a156793c5ba70a7f0f36b8d4dc3adc70f35d0;hpb=360614d2cf3aceeb763ef1281ad5236878f5d735;p=friendica.git diff --git a/src/Util/PidFile.php b/src/Util/PidFile.php index 649a156793..1d9019d734 100644 --- a/src/Util/PidFile.php +++ b/src/Util/PidFile.php @@ -31,7 +31,7 @@ class PidFile * * @param string $file Filename of pid file * - * @return boolean|string PID or "false" if not existent + * @return boolean|string PID or "false" if nonexistent */ private static function pidFromFile(string $file) {