Editor PHP 2.4.0

Deprecated

Table of Contents

Editor/Join.php
Editor/Upload.php
Editor.php
vendor/composer/InstalledVersions.php
vendor/composer/semver/src/VersionParser.php
vendor/friendsofphp/php-cs-fixer/src/DocBlock/TagComparator.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoTrailingCommaInSinglelineArrayFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/BracesFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/CurlyBracesPositionFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeFunctionTypeDeclarationCasingFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoTrailingCommaInListCallFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededCurlyBracesFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FunctionTypehintSpaceFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoTrailingCommaInSinglelineFunctionCallFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ClassKeywordRemoveFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/SingleSpaceAfterConstructFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/NoBlankLinesBeforeNamespaceFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/SingleBlankLineBeforeNamespaceFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NewWithBracesFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/CompactNullableTypehintFixer.php
vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoSpacesInsideParenthesisFixer.php
vendor/sebastian/diff/src/Chunk.php
vendor/sebastian/diff/src/Diff.php
vendor/sebastian/diff/src/Line.php
vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php
vendor/symfony/service-contracts/ServiceSubscriberTrait.php
vendor/symfony/service-contracts/Test/ServiceLocatorTest.php

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 whereSet is now deprecated and replaced with the ability to set values for columns on create and edit. The C# libraries do not support this option at all.

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 blank_lines_before_namespace with config: ['min_line_breaks' => 0, 'max_line_breaks' => 1]

SingleBlankLineBeforeNamespaceFixer.php

Line Element Reason
30 SingleBlankLineBeforeNamespaceFixer

Use blank_lines_before_namespace with config: ['min_line_breaks' => 2, 'max_line_breaks' => 2] (default)

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

Search results