]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/FileSystem.php
Add a couple of cases to DateTimeFormat::fix()
[friendica.git] / src / Util / FileSystem.php
index 4fa5c31c8a5c4a24d2bba63a88a446a7752e3582..4de9384bb031991b2ab5437c08e8adb3db5a15fa 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -73,7 +73,9 @@ class FileSystem
         *
         * @param string $url The file/url
         *
-        * @return false|resource the open stream ressource
+        * @return resource the open stream rssource
+        *
+        * @throws \UnexpectedValueException
         */
        public function createStream(string $url)
        {