]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge branch 'master' into develop
[friendica.git] / boot.php
index 4ade9eb1450a93bcbedf95311e8f32bcd9525af3..24e013fa11be3ec3b08b23f2afc9c68ad6cd0873 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)
 {