]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Attach.php
Merge pull request #9 from nupplaphil/dependabot/composer/guzzlehttp/guzzle-6.5.8
[friendica.git] / src / Model / Attach.php
index e4d58c4b07b6c6a719ee3fc3d249b23aefde432a..b2cc229c3d00101884dc3c618b1ac0b10fa49c32 100644 (file)
@@ -44,7 +44,7 @@ class Attach
         * @return array field list
         * @throws \Exception
         */
-       private static function getFields()
+       private static function getFields(): array
        {
                $allfields = DBStructure::definition(DI::app()->getBasePath(), false);
                $fields = array_keys($allfields['attach']['fields']);