Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / StackMiddleware / NegotiationMiddlewareTest.php
index 0f5142c94590bae85c23eaf27c90f03943d845e3..7b3a0d45da896205a4877881115fc95365608f2f 100644 (file)
@@ -142,6 +142,8 @@ class NegotiationMiddlewareTest extends UnitTestCase {
 }
 
 class StubNegotiationMiddleware extends NegotiationMiddleware {
-  public function getContentType(Request $request) { return parent::getContentType($request); }
+  public function getContentType(Request $request) {
+    return parent::getContentType($request);
+  }
 
 }