]> git.mxchange.org Git - friendica.git/commitdiff
Deprecate defaults() function in favor of native coalesce operator
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 27 May 2019 01:28:34 +0000 (21:28 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 27 May 2019 01:28:34 +0000 (21:28 -0400)
boot.php

index dfedcdbbbecd87668ae4d14eca4866f91cd8f08e..9076331290a447c820c10658d9dfa1111551d141 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -334,6 +334,7 @@ function get_app()
  * @param array $args
  * @brief Returns a defaut value if the provided variable or array key is falsy
  * @return mixed
+ * @deprecated since version 2019.06, use native coalesce operator (??) instead
  */
 function defaults(...$args)
 {