]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/Intercept.php
Escape message for notifications
[friendica.git] / tests / Util / Intercept.php
index 5fb4bc640b772082a58dad3424cefb24fc3f349c..27b558fc5e0a109667d1da07250f4abdf34b9c31 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -24,7 +24,7 @@ namespace Friendica\Test\Util;
 use php_user_filter;
 
 /**
- * Output Interceptor for STDOUT to prevent outputing to the console
+ * Output Interceptor for STDOUT to prevent outputting to the console
  * Instead the $cache variable will get filled with the output
  *
  * @package Friendica\Test\Util