Completed
Push — 2761013-watchdog_pager ( c2d4bb...1bc62e )
by Frédéric G.
02:55
created
modules/mongodb_watchdog/src/Controller/OverviewController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
    *
44 44
    * @param \MongoDB\Database $database
45 45
    *   The watchdog database.
46
-   * @param \Psr\Log\LoggerInterface $logger
46
+   * @param Logger $logger
47 47
    *   The logger service, to log intervening events.
48 48
    * @param \Drupal\mongodb_watchdog\Logger $watchdog
49 49
    *   The MongoDB logger, to load stored events.
Please login to merge, or discard this patch.
modules/mongodb_watchdog/src/Logger.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -465,14 +465,14 @@
 block discarded – undo
465 465
   }
466 466
 
467 467
     /**
468
-   * Return an array of templates uses during a given request.
469
-   *
470
-   * @param string $unsafe_request_id
471
-   *   A request "unique_id".
472
-   *
473
-   * @return array
474
-   *   An array of EventTemplate instances.
475
-   */
468
+     * Return an array of templates uses during a given request.
469
+     *
470
+     * @param string $unsafe_request_id
471
+     *   A request "unique_id".
472
+     *
473
+     * @return array
474
+     *   An array of EventTemplate instances.
475
+     */
476 476
   public function requestTemplates($unsafe_request_id) {
477 477
     $request_id = "${unsafe_request_id}";
478 478
     $selector = [
Please login to merge, or discard this patch.