Completed
Push — 2761013-watchdog_pager ( c2d4bb...1bc62e )
by Frédéric G.
02:55
created
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.