]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Logger.php
New table "post-counts" to precalculate the counts
[friendica.git] / src / Core / Logger.php
index fe5f7b25e220bf6f9ffa09e7a89cb060781da7f1..db809904bcb0dc7e9e0caacd02847c360ae4c6a9 100644 (file)
@@ -36,7 +36,7 @@ class Logger
         */
        const TYPE_LOGGER = LoggerInterface::class;
        /**
-        * @var WorkerLogger A specific worker logger type, which can be anabled
+        * @var WorkerLogger A specific worker logger type, which can be enabled
         */
        const TYPE_WORKER = WorkerLogger::class;
        /**
@@ -206,7 +206,7 @@ class Logger
         * An alternative logger for development.
         *
         * Works largely as log() but allows developers
-        * to isolate particular elements they are targetting
+        * to isolate particular elements they are targeting
         * personally without background noise
         *
         * @param string $message Message to log