]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/PidFile.php
Rewrite getBytesFromShorthand prose
[friendica.git] / src / Util / PidFile.php
index 2706ce925d66485f087a7819f7b80692fb8252d8..1d9019d73497afc8360b1175cb03f5b365f1994d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -31,7 +31,7 @@ class PidFile
         *
         * @param string $file Filename of pid file
         *
-        * @return boolean|string PID or "false" if noexistent
+        * @return boolean|string PID or "false" if nonexistent
         */
        private static function pidFromFile(string $file)
        {