Deprecated
Table of Contents
Join.php
Line | Element | Reason |
---|---|---|
250 | Join::join() | Please use the Join->link() method rather than this method now. |
Upload.php
Line | Element | Reason |
---|---|---|
188 | Upload::allowedExtensions() | Use Validate::fileExtensions |
Editor.php
Line | Element | Reason |
---|---|---|
568 | Editor::leftJoinRemove() | |
965 | Editor::whereSet() | Note that |
InstalledVersions.php
Line | Element | Reason |
---|---|---|
262 | InstalledVersions::getRawData() | Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. |
VersionParser.php
Line | Element | Reason |
---|---|---|
242 | VersionParser::normalizeDefaultBranch() | No need to use this anymore in theory, Composer 2 does not normalize any branch names to 9999999-dev anymore |
TagComparator.php
Line | Element | Reason |
---|---|---|
26 | TagComparator |
NoTrailingCommaInSinglelineArrayFixer.php
Line | Element | Reason |
---|---|---|
30 | NoTrailingCommaInSinglelineArrayFixer |
BracesFixer.php
Line | Element | Reason |
---|---|---|
41 | BracesFixer |
CurlyBracesPositionFixer.php
Line | Element | Reason |
---|---|---|
29 | CurlyBracesPositionFixer |
NativeFunctionTypeDeclarationCasingFixer.php
Line | Element | Reason |
---|---|---|
26 | NativeFunctionTypeDeclarationCasingFixer | in favor of NativeTypeDeclarationCasingFixer |
NoTrailingCommaInListCallFixer.php
Line | Element | Reason |
---|---|---|
29 | NoTrailingCommaInListCallFixer |
NoUnneededCurlyBracesFixer.php
Line | Element | Reason |
---|---|---|
29 | NoUnneededCurlyBracesFixer |
FunctionTypehintSpaceFixer.php
Line | Element | Reason |
---|---|---|
30 | FunctionTypehintSpaceFixer |
NoTrailingCommaInSinglelineFunctionCallFixer.php
Line | Element | Reason |
---|---|---|
27 | NoTrailingCommaInSinglelineFunctionCallFixer |
ClassKeywordRemoveFixer.php
Line | Element | Reason |
---|---|---|
32 | ClassKeywordRemoveFixer |
SingleSpaceAfterConstructFixer.php
Line | Element | Reason |
---|---|---|
34 | SingleSpaceAfterConstructFixer |
NoBlankLinesBeforeNamespaceFixer.php
Line | Element | Reason |
---|---|---|
30 | NoBlankLinesBeforeNamespaceFixer | Use |
SingleBlankLineBeforeNamespaceFixer.php
Line | Element | Reason |
---|---|---|
30 | SingleBlankLineBeforeNamespaceFixer | Use |
NewWithBracesFixer.php
Line | Element | Reason |
---|---|---|
29 | NewWithBracesFixer |
CompactNullableTypehintFixer.php
Line | Element | Reason |
---|---|---|
27 | CompactNullableTypehintFixer |
NoSpacesInsideParenthesisFixer.php
Line | Element | Reason |
---|---|---|
32 | NoSpacesInsideParenthesisFixer | in favor of SpacesInsideParenthesisFixer |
Chunk.php
Line | Element | Reason |
---|---|---|
81 | Chunk::getStart() | Use start() instead |
89 | Chunk::getStartRange() | Use startRange() instead |
97 | Chunk::getEnd() | Use end() instead |
105 | Chunk::getEndRange() | Use endRange() instead |
115 | Chunk::getLines() | Use lines() instead |
Diff.php
Line | Element | Reason |
---|---|---|
85 | Diff::getFrom() | |
95 | Diff::getTo() | |
105 | Diff::getChunks() |
Line.php
Line | Element | Reason |
---|---|---|
54 | Line::getContent() | |
62 | Line::getType() |
Normalizer.php
Line | Element | Reason |
---|---|---|
8 | Normalizer::NONE | since ICU 56 and removed in PHP 8 |
ServiceSubscriberTrait.php
Line | Element | Reason |
---|---|---|
33 | ServiceSubscriberTrait | since symfony/contracts v3.5, use ServiceMethodsSubscriberTrait instead |
ServiceLocatorTest.php
Line | Element | Reason |
---|---|---|
20 | ServiceLocatorTest | since PHPUnit 9.6 |