]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/PidFile.php
Friendica copyright changed from 2023 to 2034
[friendica.git] / src / Util / PidFile.php
index 649a156793c5ba70a7f0f36b8d4dc3adc70f35d0..f80320bfb9d7c5fb141714335197fc7aa1ae9774 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, 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)
        {