Last active
May 1, 2018 17:57
-
-
Save theofidry/332fdb0366c8145bda55bbc729116f74 to your computer and use it in GitHub Desktop.
Box - PHP-CS-Fixer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
API Version: 1.1.0 | |
Archive Compression: None | |
Signature: SHA-1 | |
Signature Hash: 5AE61B9468A6DC0FDF7F931E39F6CC493531555F | |
Metadata: None | |
Contents: 649 files (2.02MB) | |
.box/ | |
.requirements.php [NONE] | |
bin/ | |
check-requirements.php [NONE] | |
check_requirements.php [NONE] | |
composer.json [NONE] | |
composer.lock [NONE] | |
src/ | |
Checker.php [NONE] | |
IO.php [NONE] | |
Printer.php [NONE] | |
Requirement.php [NONE] | |
RequirementCollection.php [NONE] | |
Terminal.php [NONE] | |
vendor/ | |
autoload.php [NONE] | |
composer/ | |
ClassLoader.php [NONE] | |
LICENSE [NONE] | |
autoload_classmap.php [NONE] | |
autoload_namespaces.php [NONE] | |
autoload_psr4.php [NONE] | |
autoload_real.php [NONE] | |
autoload_static.php [NONE] | |
installed.json [NONE] | |
semver/ | |
src/ | |
Comparator.php [NONE] | |
Constraint/ | |
AbstractConstraint.php [NONE] | |
Constraint.php [NONE] | |
ConstraintInterface.php [NONE] | |
EmptyConstraint.php [NONE] | |
MultiConstraint.php [NONE] | |
Semver.php [NONE] | |
VersionParser.php [NONE] | |
LICENSE [NONE] | |
composer.json [NONE] | |
composer.lock [NONE] | |
dev-tools/ | |
ci-integration.sh [NONE] | |
php-cs-fixer [NONE] | |
src/ | |
AbstractAlignFixerHelper.php [NONE] | |
AbstractDoctrineAnnotationFixer.php [NONE] | |
AbstractFixer.php [NONE] | |
AbstractFunctionReferenceFixer.php [NONE] | |
AbstractLinesBeforeNamespaceFixer.php [NONE] | |
AbstractNoUselessElseFixer.php [NONE] | |
AbstractPhpdocTypesFixer.php [NONE] | |
AbstractProxyFixer.php [NONE] | |
AbstractPsrAutoloadingFixer.php [NONE] | |
Cache/ | |
Cache.php [NONE] | |
CacheInterface.php [NONE] | |
CacheManagerInterface.php [NONE] | |
Directory.php [NONE] | |
DirectoryInterface.php [NONE] | |
FileCacheManager.php [NONE] | |
FileHandler.php [NONE] | |
FileHandlerInterface.php [NONE] | |
NullCacheManager.php [NONE] | |
Signature.php [NONE] | |
SignatureInterface.php [NONE] | |
Config.php [NONE] | |
ConfigInterface.php [NONE] | |
ConfigurationException/ | |
InvalidConfigurationException.php [NONE] | |
InvalidFixerConfigurationException.php [NONE] | |
InvalidForEnvFixerConfigurationException.php [NONE] | |
RequiredFixerConfigurationException.php [NONE] | |
Console/ | |
Application.php [NONE] | |
Command/ | |
DescribeCommand.php [NONE] | |
DescribeNameNotFoundException.php [NONE] | |
FixCommand.php [NONE] | |
FixCommandExitStatusCalculator.php [NONE] | |
HelpCommand.php [NONE] | |
ReadmeCommand.php [NONE] | |
SelfUpdateCommand.php [NONE] | |
ConfigurationResolver.php [NONE] | |
Output/ | |
ErrorOutput.php [NONE] | |
NullOutput.php [NONE] | |
ProcessOutput.php [NONE] | |
ProcessOutputInterface.php [NONE] | |
SelfUpdate/ | |
GithubClient.php [NONE] | |
GithubClientInterface.php [NONE] | |
NewVersionChecker.php [NONE] | |
NewVersionCheckerInterface.php [NONE] | |
WarningsDetector.php [NONE] | |
Differ/ | |
DiffConsoleFormatter.php [NONE] | |
DifferInterface.php [NONE] | |
NullDiffer.php [NONE] | |
SebastianBergmannDiffer.php [NONE] | |
SebastianBergmannShortDiffer.php [NONE] | |
UnifiedDiffer.php [NONE] | |
DocBlock/ | |
Annotation.php [NONE] | |
DocBlock.php [NONE] | |
Line.php [NONE] | |
Tag.php [NONE] | |
TagComparator.php [NONE] | |
Doctrine/ | |
Annotation/ | |
Token.php [NONE] | |
Tokens.php [NONE] | |
Error/ | |
Error.php [NONE] | |
ErrorsManager.php [NONE] | |
FileReader.php [NONE] | |
FileRemoval.php [NONE] | |
Finder.php [NONE] | |
Fixer/ | |
Alias/ | |
BacktickToShellExecFixer.php [NONE] | |
EregToPregFixer.php [NONE] | |
MbStrFunctionsFixer.php [NONE] | |
NoAliasFunctionsFixer.php [NONE] | |
NoMixedEchoPrintFixer.php [NONE] | |
PowToExponentiationFixer.php [NONE] | |
RandomApiMigrationFixer.php [NONE] | |
ArrayNotation/ | |
ArraySyntaxFixer.php [NONE] | |
NoMultilineWhitespaceAroundDoubleArrowFixer.php [NONE] | |
NoTrailingCommaInSinglelineArrayFixer.php [NONE] | |
NoWhitespaceBeforeCommaInArrayFixer.php [NONE] | |
NormalizeIndexBraceFixer.php [NONE] | |
TrailingCommaInMultilineArrayFixer.php [NONE] | |
TrimArraySpacesFixer.php [NONE] | |
WhitespaceAfterCommaInArrayFixer.php [NONE] | |
Basic/ | |
BracesFixer.php [NONE] | |
EncodingFixer.php [NONE] | |
NonPrintableCharacterFixer.php [NONE] | |
Psr0Fixer.php [NONE] | |
Psr4Fixer.php [NONE] | |
Casing/ | |
LowercaseConstantsFixer.php [NONE] | |
LowercaseKeywordsFixer.php [NONE] | |
MagicConstantCasingFixer.php [NONE] | |
NativeFunctionCasingFixer.php [NONE] | |
CastNotation/ | |
CastSpacesFixer.php [NONE] | |
LowercaseCastFixer.php [NONE] | |
ModernizeTypesCastingFixer.php [NONE] | |
NoShortBoolCastFixer.php [NONE] | |
ShortScalarCastFixer.php [NONE] | |
ClassNotation/ | |
ClassAttributesSeparationFixer.php [NONE] | |
ClassDefinitionFixer.php [NONE] | |
FinalInternalClassFixer.php [NONE] | |
MethodSeparationFixer.php [NONE] | |
NoBlankLinesAfterClassOpeningFixer.php [NONE] | |
NoNullPropertyInitializationFixer.php [NONE] | |
NoPhp4ConstructorFixer.php [NONE] | |
NoUnneededFinalMethodFixer.php [NONE] | |
OrderedClassElementsFixer.php [NONE] | |
ProtectedToPrivateFixer.php [NONE] | |
SelfAccessorFixer.php [NONE] | |
SingleClassElementPerStatementFixer.php [NONE] | |
VisibilityRequiredFixer.php [NONE] | |
ClassUsage/ | |
DateTimeImmutableFixer.php [NONE] | |
Comment/ | |
CommentToPhpdocFixer.php [NONE] | |
HashToSlashCommentFixer.php [NONE] | |
HeaderCommentFixer.php [NONE] | |
MultilineCommentOpeningClosingFixer.php [NONE] | |
NoEmptyCommentFixer.php [NONE] | |
NoTrailingWhitespaceInCommentFixer.php [NONE] | |
SingleLineCommentStyleFixer.php [NONE] | |
ConfigurableFixerInterface.php [NONE] | |
ConfigurationDefinitionFixerInterface.php [NONE] | |
ControlStructure/ | |
ElseifFixer.php [NONE] | |
IncludeFixer.php [NONE] | |
NoAlternativeSyntaxFixer.php [NONE] | |
NoBreakCommentFixer.php [NONE] | |
NoSuperfluousElseifFixer.php [NONE] | |
NoTrailingCommaInListCallFixer.php [NONE] | |
NoUnneededControlParenthesesFixer.php [NONE] | |
NoUnneededCurlyBracesFixer.php [NONE] | |
NoUselessElseFixer.php [NONE] | |
SwitchCaseSemicolonToColonFixer.php [NONE] | |
SwitchCaseSpaceFixer.php [NONE] | |
YodaStyleFixer.php [NONE] | |
DefinedFixerInterface.php [NONE] | |
DeprecatedFixerInterface.php [NONE] | |
DoctrineAnnotation/ | |
DoctrineAnnotationArrayAssignmentFixer.php [NONE] | |
DoctrineAnnotationBracesFixer.php [NONE] | |
DoctrineAnnotationIndentationFixer.php [NONE] | |
DoctrineAnnotationSpacesFixer.php [NONE] | |
FixerInterface.php [NONE] | |
FunctionNotation/ | |
FunctionDeclarationFixer.php [NONE] | |
FunctionTypehintSpaceFixer.php [NONE] | |
MethodArgumentSpaceFixer.php [NONE] | |
NativeFunctionInvocationFixer.php [NONE] | |
NoSpacesAfterFunctionNameFixer.php [NONE] | |
NoUnreachableDefaultArgumentValueFixer.php [NONE] | |
ReturnTypeDeclarationFixer.php [NONE] | |
StaticLambdaFixer.php [NONE] | |
VoidReturnFixer.php [NONE] | |
Import/ | |
FullyQualifiedStrictTypesFixer.php [NONE] | |
NoLeadingImportSlashFixer.php [NONE] | |
NoUnusedImportsFixer.php [NONE] | |
OrderedImportsFixer.php [NONE] | |
SingleImportPerStatementFixer.php [NONE] | |
SingleLineAfterImportsFixer.php [NONE] | |
LanguageConstruct/ | |
ClassKeywordRemoveFixer.php [NONE] | |
CombineConsecutiveIssetsFixer.php [NONE] | |
CombineConsecutiveUnsetsFixer.php [NONE] | |
DeclareEqualNormalizeFixer.php [NONE] | |
DirConstantFixer.php [NONE] | |
ExplicitIndirectVariableFixer.php [NONE] | |
FunctionToConstantFixer.php [NONE] | |
IsNullFixer.php [NONE] | |
SilencedDeprecationErrorFixer.php [NONE] | |
ListNotation/ | |
ListSyntaxFixer.php [NONE] | |
NamespaceNotation/ | |
BlankLineAfterNamespaceFixer.php [NONE] | |
NoBlankLinesBeforeNamespaceFixer.php [NONE] | |
NoLeadingNamespaceWhitespaceFixer.php [NONE] | |
SingleBlankLineBeforeNamespaceFixer.php [NONE] | |
Naming/ | |
NoHomoglyphNamesFixer.php [NONE] | |
Operator/ | |
AlignDoubleArrowFixerHelper.php [NONE] | |
AlignEqualsFixerHelper.php [NONE] | |
BinaryOperatorSpacesFixer.php [NONE] | |
ConcatSpaceFixer.php [NONE] | |
IncrementStyleFixer.php [NONE] | |
NewWithBracesFixer.php [NONE] | |
NotOperatorWithSpaceFixer.php [NONE] | |
NotOperatorWithSuccessorSpaceFixer.php [NONE] | |
ObjectOperatorWithoutWhitespaceFixer.php [NONE] | |
PreIncrementFixer.php [NONE] | |
StandardizeIncrementFixer.php [NONE] | |
StandardizeNotEqualsFixer.php [NONE] | |
TernaryOperatorSpacesFixer.php [NONE] | |
TernaryToNullCoalescingFixer.php [NONE] | |
UnaryOperatorSpacesFixer.php [NONE] | |
PhpTag/ | |
BlankLineAfterOpeningTagFixer.php [NONE] | |
FullOpeningTagFixer.php [NONE] | |
LinebreakAfterOpeningTagFixer.php [NONE] | |
NoClosingTagFixer.php [NONE] | |
NoShortEchoTagFixer.php [NONE] | |
PhpUnit/ | |
PhpUnitConstructFixer.php [NONE] | |
PhpUnitDedicateAssertFixer.php [NONE] | |
PhpUnitExpectationFixer.php [NONE] | |
PhpUnitFqcnAnnotationFixer.php [NONE] | |
PhpUnitMockFixer.php [NONE] | |
PhpUnitNamespacedFixer.php [NONE] | |
PhpUnitNoExpectationAnnotationFixer.php [NONE] | |
PhpUnitOrderedCoversFixer.php [NONE] | |
PhpUnitSetUpTearDownVisibilityFixer.php [NONE] | |
PhpUnitStrictFixer.php [NONE] | |
PhpUnitTargetVersion.php [NONE] | |
PhpUnitTestAnnotationFixer.php [NONE] | |
PhpUnitTestClassRequiresCoversFixer.php [NONE] | |
Phpdoc/ | |
AlignMultilineCommentFixer.php [NONE] | |
GeneralPhpdocAnnotationRemoveFixer.php [NONE] | |
NoBlankLinesAfterPhpdocFixer.php [NONE] | |
NoEmptyPhpdocFixer.php [NONE] | |
PhpdocAddMissingParamAnnotationFixer.php [NONE] | |
PhpdocAlignFixer.php [NONE] | |
PhpdocAnnotationWithoutDotFixer.php [NONE] | |
PhpdocIndentFixer.php [NONE] | |
PhpdocInlineTagFixer.php [NONE] | |
PhpdocNoAccessFixer.php [NONE] | |
PhpdocNoAliasTagFixer.php [NONE] | |
PhpdocNoEmptyReturnFixer.php [NONE] | |
PhpdocNoPackageFixer.php [NONE] | |
PhpdocNoUselessInheritdocFixer.php [NONE] | |
PhpdocOrderFixer.php [NONE] | |
PhpdocReturnSelfReferenceFixer.php [NONE] | |
PhpdocScalarFixer.php [NONE] | |
PhpdocSeparationFixer.php [NONE] | |
PhpdocSingleLineVarSpacingFixer.php [NONE] | |
PhpdocSummaryFixer.php [NONE] | |
PhpdocToCommentFixer.php [NONE] | |
PhpdocTrimFixer.php [NONE] | |
PhpdocTypesFixer.php [NONE] | |
PhpdocTypesOrderFixer.php [NONE] | |
PhpdocVarWithoutNameFixer.php [NONE] | |
ReturnNotation/ | |
BlankLineBeforeReturnFixer.php [NONE] | |
NoUselessReturnFixer.php [NONE] | |
SimplifiedNullReturnFixer.php [NONE] | |
Semicolon/ | |
MultilineWhitespaceBeforeSemicolonsFixer.php [NONE] | |
NoEmptyStatementFixer.php [NONE] | |
NoMultilineWhitespaceBeforeSemicolonsFixer.php [NONE] | |
NoSinglelineWhitespaceBeforeSemicolonsFixer.php [NONE] | |
SemicolonAfterInstructionFixer.php [NONE] | |
SpaceAfterSemicolonFixer.php [NONE] | |
Strict/ | |
DeclareStrictTypesFixer.php [NONE] | |
StrictComparisonFixer.php [NONE] | |
StrictParamFixer.php [NONE] | |
StringNotation/ | |
EscapeImplicitBackslashesFixer.php [NONE] | |
ExplicitStringVariableFixer.php [NONE] | |
HeredocToNowdocFixer.php [NONE] | |
SingleQuoteFixer.php [NONE] | |
StringLineEndingFixer.php [NONE] | |
Whitespace/ | |
ArrayIndentationFixer.php [NONE] | |
BlankLineBeforeStatementFixer.php [NONE] | |
CompactNullableTypehintFixer.php [NONE] | |
IndentationTypeFixer.php [NONE] | |
LineEndingFixer.php [NONE] | |
MethodChainingIndentationFixer.php [NONE] | |
NoExtraBlankLinesFixer.php [NONE] | |
NoExtraConsecutiveBlankLinesFixer.php [NONE] | |
NoSpacesAroundOffsetFixer.php [NONE] | |
NoSpacesInsideParenthesisFixer.php [NONE] | |
NoTrailingWhitespaceFixer.php [NONE] | |
NoWhitespaceInBlankLineFixer.php [NONE] | |
SingleBlankLineAtEofFixer.php [NONE] | |
WhitespacesAwareFixerInterface.php [NONE] | |
FixerConfiguration/ | |
DeprecatedFixerOption.php [NONE] | |
DeprecatedFixerOptionInterface.php [NONE] | |
FixerConfigurationResolver.php [NONE] | |
FixerConfigurationResolverInterface.php [NONE] | |
FixerConfigurationResolverRootless.php [NONE] | |
FixerOption.php [NONE] | |
FixerOptionBuilder.php [NONE] | |
FixerOptionInterface.php [NONE] | |
FixerOptionValidatorGenerator.php [NONE] | |
InvalidOptionsForEnvException.php [NONE] | |
FixerDefinition/ | |
CodeSample.php [NONE] | |
CodeSampleInterface.php [NONE] | |
FileSpecificCodeSample.php [NONE] | |
FileSpecificCodeSampleInterface.php [NONE] | |
FixerDefinition.php [NONE] | |
FixerDefinitionInterface.php [NONE] | |
VersionSpecificCodeSample.php [NONE] | |
VersionSpecificCodeSampleInterface.php [NONE] | |
VersionSpecification.php [NONE] | |
VersionSpecificationInterface.php [NONE] | |
FixerFactory.php [NONE] | |
FixerFileProcessedEvent.php [NONE] | |
FixerNameValidator.php [NONE] | |
Indicator/ | |
PhpUnitTestCaseIndicator.php [NONE] | |
Linter/ | |
CachingLinter.php [NONE] | |
Linter.php [NONE] | |
LinterInterface.php [NONE] | |
LintingException.php [NONE] | |
LintingResultInterface.php [NONE] | |
ProcessLinter.php [NONE] | |
ProcessLinterProcessBuilder.php [NONE] | |
ProcessLintingResult.php [NONE] | |
TokenizerLinter.php [NONE] | |
TokenizerLintingResult.php [NONE] | |
UnavailableLinterException.php [NONE] | |
PharChecker.php [NONE] | |
PharCheckerInterface.php [NONE] | |
Preg.php [NONE] | |
PregException.php [NONE] | |
Report/ | |
CheckstyleReporter.php [NONE] | |
JsonReporter.php [NONE] | |
JunitReporter.php [NONE] | |
ReportSummary.php [NONE] | |
ReporterFactory.php [NONE] | |
ReporterInterface.php [NONE] | |
TextReporter.php [NONE] | |
XmlReporter.php [NONE] | |
RuleSet.php [NONE] | |
RuleSetInterface.php [NONE] | |
Runner/ | |
FileCachingLintingIterator.php [NONE] | |
FileFilterIterator.php [NONE] | |
FileLintingIterator.php [NONE] | |
Runner.php [NONE] | |
StdinFileInfo.php [NONE] | |
Tokenizer/ | |
AbstractTransformer.php [NONE] | |
Analyzer/ | |
Analysis/ | |
ArgumentAnalysis.php [NONE] | |
NamespaceAnalysis.php [NONE] | |
NamespaceUseAnalysis.php [NONE] | |
StartEndTokenAwareAnalysis.php [NONE] | |
TypeAnalysis.php [NONE] | |
ArgumentsAnalyzer.php [NONE] | |
CommentsAnalyzer.php [NONE] | |
FunctionsAnalyzer.php [NONE] | |
NamespaceUsesAnalyzer.php [NONE] | |
NamespacesAnalyzer.php [NONE] | |
CT.php [NONE] | |
CodeHasher.php [NONE] | |
Generator/ | |
NamespacedStringTokenGenerator.php [NONE] | |
Resolver/ | |
TypeShortNameResolver.php [NONE] | |
Token.php [NONE] | |
Tokens.php [NONE] | |
TokensAnalyzer.php [NONE] | |
Transformer/ | |
ArrayTypehintTransformer.php [NONE] | |
BraceClassInstantiationTransformer.php [NONE] | |
ClassConstantTransformer.php [NONE] | |
CurlyBraceTransformer.php [NONE] | |
ImportTransformer.php [NONE] | |
NamespaceOperatorTransformer.php [NONE] | |
NullableTypeTransformer.php [NONE] | |
ReturnRefTransformer.php [NONE] | |
SquareBraceTransformer.php [NONE] | |
TypeAlternationTransformer.php [NONE] | |
TypeColonTransformer.php [NONE] | |
UseTransformer.php [NONE] | |
WhitespacyCommentTransformer.php [NONE] | |
TransformerInterface.php [NONE] | |
Transformers.php [NONE] | |
ToolInfo.php [NONE] | |
ToolInfoInterface.php [NONE] | |
Utils.php [NONE] | |
WhitespacesFixerConfig.php [NONE] | |
WordMatcher.php [NONE] | |
tests/ | |
Test/ | |
AbstractFixerTestCase.php [NONE] | |
AbstractIntegrationCaseFactory.php [NONE] | |
AbstractIntegrationTestCase.php [NONE] | |
Assert/ | |
AssertTokensTrait.php [NONE] | |
IntegrationCase.php [NONE] | |
IntegrationCaseFactory.php [NONE] | |
IntegrationCaseFactoryInterface.php [NONE] | |
InternalIntegrationCaseFactory.php [NONE] | |
TestCase.php [NONE] | |
vendor/ | |
autoload.php [NONE] | |
composer/ | |
ClassLoader.php [NONE] | |
LICENSE [NONE] | |
autoload_classmap.php [NONE] | |
autoload_files.php [NONE] | |
autoload_namespaces.php [NONE] | |
autoload_psr4.php [NONE] | |
autoload_real.php [NONE] | |
autoload_static.php [NONE] | |
installed.json [NONE] | |
semver/ | |
src/ | |
Comparator.php [NONE] | |
Constraint/ | |
AbstractConstraint.php [NONE] | |
Constraint.php [NONE] | |
ConstraintInterface.php [NONE] | |
EmptyConstraint.php [NONE] | |
MultiConstraint.php [NONE] | |
Semver.php [NONE] | |
VersionParser.php [NONE] | |
xdebug-handler/ | |
src/ | |
Process.php [NONE] | |
Status.php [NONE] | |
XdebugHandler.php [NONE] | |
doctrine/ | |
annotations/ | |
lib/ | |
Doctrine/ | |
Common/ | |
Annotations/ | |
Annotation/ | |
Attribute.php [NONE] | |
Attributes.php [NONE] | |
Enum.php [NONE] | |
IgnoreAnnotation.php [NONE] | |
Required.php [NONE] | |
Target.php [NONE] | |
Annotation.php [NONE] | |
AnnotationException.php [NONE] | |
AnnotationReader.php [NONE] | |
AnnotationRegistry.php [NONE] | |
CachedReader.php [NONE] | |
DocLexer.php [NONE] | |
DocParser.php [NONE] | |
FileCacheReader.php [NONE] | |
IndexedReader.php [NONE] | |
PhpParser.php [NONE] | |
Reader.php [NONE] | |
SimpleAnnotationReader.php [NONE] | |
TokenParser.php [NONE] | |
lexer/ | |
lib/ | |
Doctrine/ | |
Common/ | |
Lexer/ | |
AbstractLexer.php [NONE] | |
paragonie/ | |
random_compat/ | |
build-phar.sh [NONE] | |
lib/ | |
byte_safe_strings.php [NONE] | |
cast_to_int.php [NONE] | |
error_polyfill.php [NONE] | |
random.php [NONE] | |
random_bytes_com_dotnet.php [NONE] | |
random_bytes_dev_urandom.php [NONE] | |
random_bytes_libsodium.php [NONE] | |
random_bytes_libsodium_legacy.php [NONE] | |
random_bytes_mcrypt.php [NONE] | |
random_int.php [NONE] | |
other/ | |
build_phar.php [NONE] | |
psalm-autoload.php [NONE] | |
php-cs-fixer/ | |
diff/ | |
LICENSE_DIFF [NONE] | |
LICENSE_GECKO [NONE] | |
src/ | |
GeckoPackages/ | |
DiffOutputBuilder/ | |
ConfigurationException.php [NONE] | |
UnifiedDiffOutputBuilder.php [NONE] | |
v1_4/ | |
Chunk.php [NONE] | |
Diff.php [NONE] | |
Differ.php [NONE] | |
LCS/ | |
LongestCommonSubsequence.php [NONE] | |
MemoryEfficientLongestCommonSubsequenceImplementation.php [NONE] | |
TimeEfficientLongestCommonSubsequenceImplementation.php [NONE] | |
Line.php [NONE] | |
Parser.php [NONE] | |
v2_0/ | |
Chunk.php [NONE] | |
Diff.php [NONE] | |
Differ.php [NONE] | |
Exception/ | |
Exception.php [NONE] | |
InvalidArgumentException.php [NONE] | |
Line.php [NONE] | |
LongestCommonSubsequenceCalculator.php [NONE] | |
MemoryEfficientLongestCommonSubsequenceCalculator.php [NONE] | |
Output/ | |
AbstractChunkOutputBuilder.php [NONE] | |
DiffOnlyOutputBuilder.php [NONE] | |
DiffOutputBuilderInterface.php [NONE] | |
UnifiedDiffOutputBuilder.php [NONE] | |
Parser.php [NONE] | |
TimeEfficientLongestCommonSubsequenceCalculator.php [NONE] | |
v3_0/ | |
Chunk.php [NONE] | |
Diff.php [NONE] | |
Differ.php [NONE] | |
Exception/ | |
ConfigurationException.php [NONE] | |
Exception.php [NONE] | |
InvalidArgumentException.php [NONE] | |
Line.php [NONE] | |
LongestCommonSubsequenceCalculator.php [NONE] | |
MemoryEfficientLongestCommonSubsequenceCalculator.php [NONE] | |
Output/ | |
AbstractChunkOutputBuilder.php [NONE] | |
DiffOnlyOutputBuilder.php [NONE] | |
DiffOutputBuilderInterface.php [NONE] | |
StrictUnifiedDiffOutputBuilder.php [NONE] | |
UnifiedDiffOutputBuilder.php [NONE] | |
Parser.php [NONE] | |
TimeEfficientLongestCommonSubsequenceCalculator.php [NONE] | |
psr/ | |
log/ | |
Psr/ | |
Log/ | |
AbstractLogger.php [NONE] | |
InvalidArgumentException.php [NONE] | |
LogLevel.php [NONE] | |
LoggerAwareInterface.php [NONE] | |
LoggerAwareTrait.php [NONE] | |
LoggerInterface.php [NONE] | |
LoggerTrait.php [NONE] | |
NullLogger.php [NONE] | |
symfony/ | |
console/ | |
Application.php [NONE] | |
Command/ | |
Command.php [NONE] | |
HelpCommand.php [NONE] | |
ListCommand.php [NONE] | |
LockableTrait.php [NONE] | |
CommandLoader/ | |
CommandLoaderInterface.php [NONE] | |
ContainerCommandLoader.php [NONE] | |
FactoryCommandLoader.php [NONE] | |
ConsoleEvents.php [NONE] | |
DependencyInjection/ | |
AddConsoleCommandPass.php [NONE] | |
Descriptor/ | |
ApplicationDescription.php [NONE] | |
Descriptor.php [NONE] | |
DescriptorInterface.php [NONE] | |
JsonDescriptor.php [NONE] | |
MarkdownDescriptor.php [NONE] | |
TextDescriptor.php [NONE] | |
XmlDescriptor.php [NONE] | |
Event/ | |
ConsoleCommandEvent.php [NONE] | |
ConsoleErrorEvent.php [NONE] | |
ConsoleEvent.php [NONE] | |
ConsoleTerminateEvent.php [NONE] | |
EventListener/ | |
ErrorListener.php [NONE] | |
Exception/ | |
CommandNotFoundException.php [NONE] | |
ExceptionInterface.php [NONE] | |
InvalidArgumentException.php [NONE] | |
InvalidOptionException.php [NONE] | |
LogicException.php [NONE] | |
RuntimeException.php [NONE] | |
Formatter/ | |
OutputFormatter.php [NONE] | |
OutputFormatterInterface.php [NONE] | |
OutputFormatterStyle.php [NONE] | |
OutputFormatterStyleInterface.php [NONE] | |
OutputFormatterStyleStack.php [NONE] | |
Helper/ | |
DebugFormatterHelper.php [NONE] | |
DescriptorHelper.php [NONE] | |
FormatterHelper.php [NONE] | |
Helper.php [NONE] | |
HelperInterface.php [NONE] | |
HelperSet.php [NONE] | |
InputAwareHelper.php [NONE] | |
ProcessHelper.php [NONE] | |
ProgressBar.php [NONE] | |
ProgressIndicator.php [NONE] | |
QuestionHelper.php [NONE] | |
SymfonyQuestionHelper.php [NONE] | |
Table.php [NONE] | |
TableCell.php [NONE] | |
TableSeparator.php [NONE] | |
TableStyle.php [NONE] | |
Input/ | |
ArgvInput.php [NONE] | |
ArrayInput.php [NONE] | |
Input.php [NONE] | |
InputArgument.php [NONE] | |
InputAwareInterface.php [NONE] | |
InputDefinition.php [NONE] | |
InputInterface.php [NONE] | |
InputOption.php [NONE] | |
StreamableInputInterface.php [NONE] | |
StringInput.php [NONE] | |
Logger/ | |
ConsoleLogger.php [NONE] | |
Output/ | |
BufferedOutput.php [NONE] | |
ConsoleOutput.php [NONE] | |
ConsoleOutputInterface.php [NONE] | |
NullOutput.php [NONE] | |
Output.php [NONE] | |
OutputInterface.php [NONE] | |
StreamOutput.php [NONE] | |
Question/ | |
ChoiceQuestion.php [NONE] | |
ConfirmationQuestion.php [NONE] | |
Question.php [NONE] | |
Resources/ | |
bin/ | |
hiddeninput.exe [NONE] | |
Style/ | |
OutputStyle.php [NONE] | |
StyleInterface.php [NONE] | |
SymfonyStyle.php [NONE] | |
Terminal.php [NONE] | |
Tester/ | |
ApplicationTester.php [NONE] | |
CommandTester.php [NONE] | |
event-dispatcher/ | |
Debug/ | |
TraceableEventDispatcher.php [NONE] | |
TraceableEventDispatcherInterface.php [NONE] | |
WrappedListener.php [NONE] | |
DependencyInjection/ | |
RegisterListenersPass.php [NONE] | |
Event.php [NONE] | |
EventDispatcher.php [NONE] | |
EventDispatcherInterface.php [NONE] | |
EventSubscriberInterface.php [NONE] | |
GenericEvent.php [NONE] | |
ImmutableEventDispatcher.php [NONE] | |
filesystem/ | |
Exception/ | |
ExceptionInterface.php [NONE] | |
FileNotFoundException.php [NONE] | |
IOException.php [NONE] | |
IOExceptionInterface.php [NONE] | |
InvalidArgumentException.php [NONE] | |
Filesystem.php [NONE] | |
finder/ | |
Comparator/ | |
Comparator.php [NONE] | |
DateComparator.php [NONE] | |
NumberComparator.php [NONE] | |
Exception/ | |
AccessDeniedException.php [NONE] | |
Finder.php [NONE] | |
Glob.php [NONE] | |
Iterator/ | |
CustomFilterIterator.php [NONE] | |
DateRangeFilterIterator.php [NONE] | |
DepthRangeFilterIterator.php [NONE] | |
ExcludeDirectoryFilterIterator.php [NONE] | |
FileTypeFilterIterator.php [NONE] | |
FilecontentFilterIterator.php [NONE] | |
FilenameFilterIterator.php [NONE] | |
MultiplePcreFilterIterator.php [NONE] | |
PathFilterIterator.php [NONE] | |
RecursiveDirectoryIterator.php [NONE] | |
SizeRangeFilterIterator.php [NONE] | |
SortableIterator.php [NONE] | |
SplFileInfo.php [NONE] | |
options-resolver/ | |
Debug/ | |
OptionsResolverIntrospector.php [NONE] | |
Exception/ | |
AccessException.php [NONE] | |
ExceptionInterface.php [NONE] | |
InvalidArgumentException.php [NONE] | |
InvalidOptionsException.php [NONE] | |
MissingOptionsException.php [NONE] | |
NoConfigurationException.php [NONE] | |
NoSuchOptionException.php [NONE] | |
OptionDefinitionException.php [NONE] | |
UndefinedOptionsException.php [NONE] | |
Options.php [NONE] | |
OptionsResolver.php [NONE] | |
polyfill-mbstring/ | |
Mbstring.php [NONE] | |
Resources/ | |
unidata/ | |
lowerCase.php [NONE] | |
upperCase.php [NONE] | |
bootstrap.php [NONE] | |
polyfill-php70/ | |
Php70.php [NONE] | |
Resources/ | |
stubs/ | |
ArithmeticError.php [NONE] | |
AssertionError.php [NONE] | |
DivisionByZeroError.php [NONE] | |
Error.php [NONE] | |
ParseError.php [NONE] | |
SessionUpdateTimestampHandlerInterface.php [NONE] | |
TypeError.php [NONE] | |
bootstrap.php [NONE] | |
polyfill-php72/ | |
Php72.php [NONE] | |
bootstrap.php [NONE] | |
process/ | |
Exception/ | |
ExceptionInterface.php [NONE] | |
InvalidArgumentException.php [NONE] | |
LogicException.php [NONE] | |
ProcessFailedException.php [NONE] | |
ProcessTimedOutException.php [NONE] | |
RuntimeException.php [NONE] | |
ExecutableFinder.php [NONE] | |
InputStream.php [NONE] | |
PhpExecutableFinder.php [NONE] | |
PhpProcess.php [NONE] | |
Pipes/ | |
AbstractPipes.php [NONE] | |
PipesInterface.php [NONE] | |
UnixPipes.php [NONE] | |
WindowsPipes.php [NONE] | |
Process.php [NONE] | |
ProcessUtils.php [NONE] | |
stopwatch/ | |
Section.php [NONE] | |
Stopwatch.php [NONE] | |
StopwatchEvent.php [NONE] | |
StopwatchPeriod.php [NONE] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment