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