Lines length should be 80 or less characters

This commit is contained in:
Javier Eguiluz 2016-11-30 09:00:20 +01:00 committed by GitHub
parent 4514c1b0c4
commit 597bbdc418
1 changed files with 3 additions and 1 deletions

View File

@ -119,7 +119,9 @@ HttpFoundation
Serializer
----------
* Method `AbstractNormalizer::instantiateObject()` will have a 6th `$format = null` argument in Symfony 4.0. Not defining it when overriding the method is deprecated.
* Method `AbstractNormalizer::instantiateObject()` will have a 6th
`$format = null` argument in Symfony 4.0. Not defining it when overriding
the method is deprecated.
TwigBridge
----------