]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/FileSystem.php
Issue 11513: Non public replies on public posts should now work
[friendica.git] / src / Util / FileSystem.php
index 4fa5c31c8a5c4a24d2bba63a88a446a7752e3582..e86d6b595ab324b4262dbcdaad96675fa72b68b5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, 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)
        {