]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Storage/Filesystem.php
Fix PHPDoc comments project-wide
[friendica.git] / src / Model / Storage / Filesystem.php
index 2f375491b2a6f542a0ac32982ae2c550469750dd..b5bc883b4b6ef98b9987947218c2387e2dd5aba7 100644 (file)
@@ -49,7 +49,8 @@ class Filesystem implements IStorage
 
        /**
         * @brief Create dirctory tree to store file, with .htaccess and index.html files
-        * @param string  $file  Path and filename
+        * @param string $file Path and filename
+        * @throws StorageException
         */
        private static function createFoldersForFile($file)
        {