]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/FileSystem.php
Merge pull request #13161 from annando/bluesky-activities
[friendica.git] / src / Util / FileSystem.php
index 4fa5c31c8a5c4a24d2bba63a88a446a7752e3582..a21e7fb6066a00c27965f80eeca48651c8b4d752 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 resource
+        *
+        * @throws \UnexpectedValueException
         */
        public function createStream(string $url)
        {