Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Path / PathValidatorTest.php
index 3463dce77409bd38e9ac3a3ec56084103791d465..1ecd5249f5a0cb2b2e1fc271330f0745e87d847a 100644 (file)
@@ -44,8 +44,10 @@ class PathValidatorTest extends KernelTestBase {
       'PUT',
       'PATCH',
       'DELETE',
-      NULL, // Used in CLI context.
-      FALSE, // If no request was even pushed onto the request stack, and hence
+      // Used in CLI context.
+      NULL,
+      // If no request was even pushed onto the request stack, and hence.
+      FALSE,
     ];
     foreach ($methods as $method) {
       if ($method === FALSE) {