Skip to content

Commit d365fc4

Browse files
Merge branch '2.8' into 3.4
* 2.8: fixed CS Changes for upcoming Travis' infra migration Doc fix: clarify isMethodCacheable() returns true only for GET & HEAD [DomCrawler] exclude fields inside "template" tags Use XLIFF source rather than resname when there's no target [DoctrineBridge] catch errors while converting to db values in data collector [DoctrineBridge] fix case sensitivity issue in RememberMe\DoctrineTokenProvider Indentation error [HttpFoundation] Fix trailing space for mime-type with parameters Use intersection type when referring to ParentNodeDefinitionInterface [BrowserKit] fixed BC Break for HTTP_HOST header; implemented same behaviour for HTTPS server parameter
2 parents 34194e3 + a77e974 commit d365fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AbstractEventDispatcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ public static function getSubscribedEvents()
426426
return array(
427427
'pre.foo' => array('preFoo', 10),
428428
'post.foo' => array('postFoo'),
429-
);
429+
);
430430
}
431431
}
432432

0 commit comments

Comments
 (0)