]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Feature.php
Fix PHPDoc comments project-wide
[friendica.git] / src / Content / Feature.php
index 7493965509da06a6629a1fb6bbc01f9a2251a8ea..db0a70e2fb6377edd1dfb7f40a585201015a8d32 100644 (file)
@@ -18,6 +18,7 @@ class Feature
         * @param integer $uid     user id
         * @param string  $feature feature
         * @return boolean
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        public static function isEnabled($uid, $feature)
        {
@@ -45,6 +46,7 @@ class Feature
         *
         * @param string $feature feature
         * @return boolean
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        private static function getDefault($feature)
        {
@@ -69,6 +71,7 @@ class Feature
         * @param bool $filtered True removes any locked features
         *
         * @return array
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        public static function get($filtered = true)
        {