- Issue created by @bluegeek9
- Merge request !32Issue #3518599 by bluegeek9: Issues reported by CSpell β (Merged) created by bluegeek9
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Thanks for the patch. For the renamed method, there should be a deprecated method with the old name that calls the new name.
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
There needs to be a deprecation for
getLastDelimitorBehaviors()
as well. - πΊπΈUnited States bluegeek9
@liam morland,
What needs to be added to getLastDelimitorBehaviors() ? What is missing?
src/NameFormatterInterface::getLastDelimitorBehaviors()
There is a @deprecated in the method docsrc/NameFormatter::getLastDelimitorBehaviors()
Inherits the doc from the interface. Using the method also triggers E_USER_DEPRECATED - π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Unless I am missing something
::getLastDelimitorBehaviors()
gets renamed to::getLastDelimiterBehaviors()
. In the case of::getLastDelimitorTypes()
, it's still there but issues a deprecation notice and then calls::getLastDelimiterTypes()
. -
liam morland β
committed 1d4449a1 on 8.x-1.x authored by
bluegeek9 β
Issue #3518599 by bluegeek9: Issues reported by CSpell
-
liam morland β
committed 1d4449a1 on 8.x-1.x authored by
bluegeek9 β