Skip to content

Commit 750c6f8

Browse files
committed
bug symfony#6714 UppercaseRot13Transformer wrong class name used (jevgenijusr)
This PR was submitted for the 3.0 branch but it was merged into the 2.8 branch instead (closes symfony#6714). Discussion ---------- UppercaseRot13Transformer wrong class name used Regarding UppercaseRot13Transformer: please double check this, because I suppose UppercaseTransformer has to be used instead. We are autowiring UppercaseTransformer, also there is no description of UppercaseRot13Transformer at all. P.S. If I am wrong, then I apologize 100 times:), but in any case this means it can be difficult to understand part of the recipe Commits ------- afa8e0e UppercaseRot13Transformer wrong class name used
2 parents 0e1128c + afa8e0e commit 750c6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ returning the result of the ROT13 transformation uppercased::
238238

239239
namespace Acme;
240240

241-
class UppercaseTransformer implements TransformerInterface
241+
class UppercaseRot13Transformer implements TransformerInterface
242242
{
243243
private $transformer;
244244

0 commit comments

Comments
 (0)