]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/FileSystem.php
Continued:
[friendica.git] / src / Util / FileSystem.php
index 5791fed234257495d513e3b6249a3f75bce1ec4d..a21e7fb6066a00c27965f80eeca48651c8b4d752 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @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)
        {