]> git.mxchange.org Git - friendica.git/commitdiff
Add hint for getClass
authorPhilipp Holzer <admin+github@philipp.info>
Thu, 15 Aug 2019 14:19:23 +0000 (16:19 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Thu, 15 Aug 2019 14:19:23 +0000 (16:19 +0200)
src/App.php

index 1ea5e914cf595f2f8c5619eb119f27adc0a3729f..5e7ad36d80be1c4db826b75271d7153acf47cc26 100644 (file)
@@ -568,6 +568,7 @@ class App
         *
         * @deprecated 2019.09 - use App\Mode->isBackend() instead
         * @see App\Mode::isBackend()
+        * Use BaseObject::getClass(App\Mode::class) to get these class directly per global registry
         */
        public function isBackend()
        {