X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=boot.php;h=24e013fa11be3ec3b08b23f2afc9c68ad6cd0873;hb=b9ab6137776f39db3d01481cb6a7d5f6a1634be5;hp=4ade9eb1450a93bcbedf95311e8f32bcd9525af3;hpb=f0c85432416de5253bf24aae43c3551a96d09357;p=friendica.git diff --git a/boot.php b/boot.php index 4ade9eb145..24e013fa11 100644 --- 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) {