]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Introspection.php
- Revert HTTPSignature change
[friendica.git] / src / Util / Introspection.php
index aa8dce446c74907bd9ae4a258423e4c6872b9e50..540bfea728c81f35b51eeaa5bba5b36771b2e97c 100644 (file)
@@ -1,4 +1,23 @@
 <?php
+/**
+ * @copyright Copyright (C) 2010-2021, the Friendica project
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
+ */
 
 namespace Friendica\Util;
 
@@ -63,7 +82,8 @@ class Introspection
         * Checks if the current trace class or function has to be skipped
         *
         * @param array $trace The current trace array
-        * @param int $index The index of the current hierarchy level
+        * @param int   $index The index of the current hierarchy level
+        *
         * @return bool True if the class or function should get skipped, otherwise false
         */
        private function isTraceClassOrSkippedFunction(array $trace, $index)