Skip to content

Commit c2a7523

Browse files
Merge branch '4.4'
* 4.4: add back possibility to use form themes without translations [HttpClient] fix Psr18Client handling of non-200 response codes [HttpClient] make Psr18Client implement relevant PSR-17 factories [WebProfilerBundle] fix FC with HttpFoundation v5 [OptionsResolver] fix adding $triggerDeprecation to Options::offsetGet() [Form] test case is not legacy Fix reporting unsilenced deprecations from insulated tests Changed EventDispatcherInterface dependency from Component to Contracts fix handling nested embeddables [WebProfilerBundle] Select default theme based on user preferences [FrameworkBundle] Allow dots in translation domains Added FormInterface to @return Form::getClickedButton docblock
2 parents 7e55b82 + 945e060 commit c2a7523

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Options.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
*
1717
* @author Bernhard Schussek <[email protected]>
1818
* @author Tobias Schultze <http://tobion.de>
19-
*
20-
* @method mixed offsetGet(string $option, bool $triggerDeprecation = true)
2119
*/
2220
interface Options extends \ArrayAccess, \Countable
2321
{

0 commit comments

Comments
 (0)