Skip to content

Commit 6734012

Browse files
Merge branch '4.4'
* 4.4: Do not extend the new SF 4.3 ControllerEvent so we can make it final Backported return type violation bugfixes. fix deprecated call to setLocale with null [FrameworkBundle] Fix BrowserKit assertions to make them compatible with Panther [HttpKernel] deprecate global dir to load resources from
2 parents ccf748c + acc45b8 commit 6734012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Encoder/EncoderAwareInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface EncoderAwareInterface
2222
* If the method returns null, the standard way to retrieve the encoder
2323
* will be used instead.
2424
*
25-
* @return string
25+
* @return string|null
2626
*/
2727
public function getEncoderName();
2828
}

0 commit comments

Comments
 (0)