Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / rest / tests / src / Functional / BasicAuthResourceTestTrait.php
index 6f8c6217271c8b5ee2f70d722885b2dd014749f2..fbb870bd897ae12e1cbc5ace0f89406d4cf44cab 100644 (file)
@@ -38,6 +38,7 @@ trait BasicAuthResourceTestTrait {
   /**
    * {@inheritdoc}
    */
-  protected function assertAuthenticationEdgeCases($method, Url $url, array $request_options) {}
+  protected function assertAuthenticationEdgeCases($method, Url $url, array $request_options) {
+  }
 
 }