]> git.mxchange.org Git - friendica.git/commitdiff
Removed the rest of the @brief fields
authorMichael <heluecht@pirati.ca>
Sun, 19 Jan 2020 20:44:01 +0000 (20:44 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 19 Jan 2020 20:44:01 +0000 (20:44 +0000)
bin/daemon.php
src/Core/L10n.php
src/Protocol/Diaspora.php
src/Util/Arrays.php
src/Util/HTTPSignature.php
view/theme/frio/php/scheme.php
view/theme/frio/theme.php

index f0154e74e8dcef2242d05bd16b3619fd30f987fb..eb342c457303d75146b32046dfe7634a13d86be7 100755 (executable)
@@ -2,7 +2,7 @@
 <?php
 /**
  * @file bin/daemon.php
- * @brief Run the worker from a daemon.
+ * Run the worker from a daemon.
  *
  * This script was taken from http://php.net/manual/en/function.pcntl-fork.php
  */
index 0238af3bd169d9d5d1e29b84553d25978f3b78e1..10cfed6e8462dd767fa819d205f778fb784a8dc5 100644 (file)
@@ -131,7 +131,7 @@ class L10n
        }
 
        /**
-        * @brief Returns the preferred language from the HTTP_ACCEPT_LANGUAGE header
+        * Returns the preferred language from the HTTP_ACCEPT_LANGUAGE header
         *
         * @param string $sysLang The default fallback language
         * @param array  $server  The $_SERVER array
index 2dda8db5b5b9d96947cb0369467065f0944bd95c..a398064ad909a85a29c9c4fd4c1f5303e6d75af8 100644 (file)
@@ -409,7 +409,7 @@ class Diaspora
        }
 
        /**
-        * @brief: Decodes incoming Diaspora message in the new format
+        * Decodes incoming Diaspora message in the new format
         *
         * @param string  $raw      raw post message
         * @param string  $privKey   The private key of the importer
@@ -515,7 +515,7 @@ class Diaspora
        }
 
        /**
-        * @brief: Decodes incoming Diaspora message in the deprecated format
+        * Decodes incoming Diaspora message in the deprecated format
         *
         * @param string $xml      urldecoded Diaspora salmon
         * @param string $privKey  The private key of the importer
index f4f53245dad63acbb91e046baf7619ff188d1f53..e2ba412ca66bde7ea3c1e63e86c3adc0546cc972 100644 (file)
@@ -18,7 +18,7 @@ class Arrays
        }
 
        /**
-        * @briefs Implodes recursively a multi-dimensional array where a normal implode() will fail.
+        * Implodes recursively a multi-dimensional array where a normal implode() will fail.
         *
         * @param array  $array Array to implode
         * @param string $glue  Glue for imploded elements
index e0128900288ea2b684fd5b7b0aaa7120964653b6..a0be83c9acfd90e83adec70622c9d42bbc503c4a 100644 (file)
@@ -111,8 +111,6 @@ class HTTPSignature
        }
 
        /**
-        * @brief
-        *
         * @param array   $head
         * @param string  $prvkey
         * @param string  $keyid (optional, default 'Key')
@@ -145,8 +143,6 @@ class HTTPSignature
        }
 
        /**
-        * @brief
-        *
         * @param array  $head
         * @param string $prvkey
         * @param string $alg (optional) default 'sha256'
@@ -178,8 +174,6 @@ class HTTPSignature
        }
 
        /**
-        * @brief
-        *
         * @param string $header
         * @return array associate array with
         *   - \e string \b keyID
@@ -224,8 +218,6 @@ class HTTPSignature
        }
 
        /**
-        * @brief
-        *
         * @param string $header
         * @param string $prvkey (optional), if not set use site private key
         *
index 56e55a015760c096e30e3ec759250b98668f28a8..d2c209d64fb45bb12c5f0ab96ce84b0ba0926360 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * @brief: Get info header of the scheme
+ * Get info header of the scheme
  *
  * This function parses the header of the schemename.php file for informations like
  * Author, Description and Overwrites. Most of the code comes from the Addon::getInfo()
index ccc4d1c85eecf6200b5eeb332eadc57d01f6f72e..e0ec910d4267ce484db1646c1b51f77ef85f1eb2 100644 (file)
@@ -281,7 +281,7 @@ function frio_remote_nav($a, &$nav)
 }
 
 /**
- * @brief: Search for contacts
+ * Search for contacts
  *
  * This function search for a users contacts. The code is copied from contact search
  * in /src/Module/Contact.php. With this function the contacts will permitted to acl_lookup()