]> git.mxchange.org Git - friendica.git/blobdiff - src/Moderation/DomainPatternBlocklist.php
Merge pull request #11892 from annando/pagecache
[friendica.git] / src / Moderation / DomainPatternBlocklist.php
index 7b6cf997aab1df9196df7fddcdfa641416761365..4db76bbd38ec1b9d32cf28d4eb27e2a26ebf868a 100644 (file)
@@ -130,7 +130,6 @@ class DomainPatternBlocklist
         *
         * @return void
         * @throws Exception
-        * @todo maybe throw more explicit exception
         */
        public function exportToFile(string $filename)
        {
@@ -148,6 +147,7 @@ class DomainPatternBlocklist
         * Appends to the local block list all the patterns from the provided list that weren't already present.
         *
         * @param array $blocklist
+        *
         * @return int The number of patterns actually added to the block list
         */
        public function append(array $blocklist): int