From d1b3000ff9961729f4f31aefb232eeb827fdb278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zieli=C5=84ski?= Date: Sun, 30 Nov 2025 00:35:37 +0100 Subject: [PATCH 1/4] Prefix inlined vendor libs with VendorPrefix --- .../Blueprints/Logger/class-clilogger.php | 4 +- .../Blueprints/Logger/class-nooplogger.php | 2 +- .../Blueprints/Progress/class-doneevent.php | 2 +- .../Progress/class-progressevent.php | 2 +- .../Blueprints/Progress/class-tracker.php | 2 +- .../Steps/class-enablemultisitestep.php | 2 +- .../Steps/class-importcontentstep.php | 2 +- .../Version1/class-v1tov2transpiler.php | 2 +- components/Blueprints/class-process.php | 2 +- .../class-processfailedexception.php | 2 +- .../Blueprints/class-runnerconfiguration.php | 2 +- components/Blueprints/class-runtime.php | 4 +- .../log/Psr/Log/AbstractLogger.php | 2 +- .../log/Psr/Log/InvalidArgumentException.php | 2 +- .../vendor-patched/log/Psr/Log/LogLevel.php | 2 +- .../log/Psr/Log/LoggerAwareInterface.php | 2 +- .../log/Psr/Log/LoggerAwareTrait.php | 2 +- .../log/Psr/Log/LoggerInterface.php | 4 +- .../log/Psr/Log/LoggerTrait.php | 4 +- .../vendor-patched/log/Psr/Log/NullLogger.php | 4 +- .../Blueprints/vendor-patched/log/README.md | 15 ++-- .../ContainerAwareEventDispatcher.php | 4 +- .../Debug/TraceableEventDispatcher.php | 12 +-- .../TraceableEventDispatcherInterface.php | 4 +- .../Debug/WrappedListener.php | 10 +-- .../RegisterListenersPass.php | 18 ++-- .../symfony/event-dispatcher/Event.php | 2 +- .../event-dispatcher/EventDispatcher.php | 2 +- .../EventDispatcherInterface.php | 2 +- .../EventSubscriberInterface.php | 2 +- .../symfony/event-dispatcher/GenericEvent.php | 2 +- .../ImmutableEventDispatcher.php | 2 +- .../process/Exception/ExceptionInterface.php | 2 +- .../Exception/InvalidArgumentException.php | 2 +- .../process/Exception/LogicException.php | 2 +- .../Exception/ProcessFailedException.php | 4 +- .../Exception/ProcessTimedOutException.php | 4 +- .../process/Exception/RuntimeException.php | 2 +- .../symfony/process/ExecutableFinder.php | 2 +- .../symfony/process/InputStream.php | 4 +- .../symfony/process/PhpExecutableFinder.php | 2 +- .../symfony/process/PhpProcess.php | 4 +- .../symfony/process/Pipes/AbstractPipes.php | 4 +- .../symfony/process/Pipes/PipesInterface.php | 2 +- .../symfony/process/Pipes/UnixPipes.php | 4 +- .../symfony/process/Pipes/WindowsPipes.php | 6 +- .../symfony/process/Process.php | 18 ++-- .../symfony/process/ProcessBuilder.php | 6 +- .../symfony/process/ProcessUtils.php | 4 +- .../class-blockmarkupurlprocessor.php | 2 +- .../Tests/URLParserWHATWGComplianceTest.php | 2 +- .../DataLiberation/URL/class-convertedurl.php | 2 +- components/DataLiberation/URL/class-wpurl.php | 4 +- components/DataLiberation/URL/functions.php | 2 +- .../brick/math/src/BigDecimal.php | 14 +-- .../brick/math/src/BigInteger.php | 18 ++-- .../brick/math/src/BigNumber.php | 28 +++--- .../brick/math/src/BigRational.php | 16 ++-- .../src/Exception/DivisionByZeroException.php | 2 +- .../Exception/IntegerOverflowException.php | 4 +- .../math/src/Exception/MathException.php | 2 +- .../src/Exception/NegativeNumberException.php | 2 +- .../src/Exception/NumberFormatException.php | 2 +- .../Exception/RoundingNecessaryException.php | 2 +- .../brick/math/src/Internal/Calculator.php | 10 +-- .../Internal/Calculator/BcMathCalculator.php | 4 +- .../src/Internal/Calculator/GmpCalculator.php | 4 +- .../Internal/Calculator/NativeCalculator.php | 4 +- .../brick/math/src/RoundingMode.php | 2 +- .../src/EventDispatcherInterface.php | 2 +- .../src/ListenerProviderInterface.php | 2 +- .../src/StoppableEventInterface.php | 2 +- .../vendor-patched/psr/log/README.md | 4 +- .../psr/log/src/AbstractLogger.php | 2 +- .../psr/log/src/InvalidArgumentException.php | 2 +- .../vendor-patched/psr/log/src/LogLevel.php | 2 +- .../psr/log/src/LoggerAwareInterface.php | 2 +- .../psr/log/src/LoggerAwareTrait.php | 2 +- .../psr/log/src/LoggerInterface.php | 2 +- .../psr/log/src/LoggerTrait.php | 2 +- .../vendor-patched/psr/log/src/NullLogger.php | 2 +- .../vendor-patched/rowbot/idna/README.md | 12 +-- .../rowbot/idna/bin/Builder.php | 4 +- .../rowbot/idna/bin/IdnaDataBuilder.php | 6 +- .../rowbot/idna/bin/RegexBuilder.php | 4 +- .../rowbot/idna/bin/ViramaDataBuilder.php | 2 +- .../rowbot/idna/bin/generateDataFiles.php | 6 +- .../idna/resources/DisallowedRanges.php | 2 +- .../rowbot/idna/resources/Regex.php | 2 +- .../rowbot/idna/src/CodePoint.php | 2 +- .../rowbot/idna/src/CodePointStatus.php | 4 +- .../rowbot/idna/src/DomainInfo.php | 2 +- .../vendor-patched/rowbot/idna/src/Idna.php | 6 +- .../rowbot/idna/src/IdnaResult.php | 2 +- .../rowbot/idna/src/LabelValidator.php | 4 +- .../rowbot/idna/tests/IdnaV2Test.php | 4 +- .../rowbot/idna/tests/IdnaV2TestCase.php | 8 +- .../vendor-patched/rowbot/punycode/README.md | 18 ++-- .../src/Exception/InvalidInputException.php | 2 +- .../Exception/OutputSizeExceededException.php | 2 +- .../src/Exception/OverflowException.php | 2 +- .../src/Exception/PunycodeException.php | 2 +- .../rowbot/punycode/src/Punycode.php | 8 +- .../rowbot/punycode/tests/PunycodeTest.php | 8 +- .../vendor-patched/rowbot/url/CHANGELOG.md | 88 +++++++++---------- .../vendor-patched/rowbot/url/README.md | 14 +-- .../rowbot/url/src/APIParserErrorType.php | 2 +- .../rowbot/url/src/APIParserResult.php | 2 +- .../rowbot/url/src/BasicURLParser.php | 16 ++-- .../rowbot/url/src/Component/AbstractPath.php | 6 +- .../url/src/Component/Host/AbstractHost.php | 2 +- .../url/src/Component/Host/HostInterface.php | 4 +- .../url/src/Component/Host/HostParser.php | 14 +-- .../url/src/Component/Host/IPv4Address.php | 6 +- .../src/Component/Host/IPv4AddressParser.php | 18 ++-- .../url/src/Component/Host/IPv6Address.php | 6 +- .../src/Component/Host/IPv6AddressParser.php | 10 +-- .../Component/Host/Math/BrickMathAdapter.php | 8 +- .../Host/Math/Exception/MathException.php | 4 +- .../Component/Host/Math/NativeIntAdapter.php | 4 +- .../src/Component/Host/Math/NumberFactory.php | 2 +- .../Component/Host/Math/NumberInterface.php | 4 +- .../url/src/Component/Host/NullHost.php | 6 +- .../Serializer/HostSerializerInterface.php | 2 +- .../Host/Serializer/IPv4AddressSerializer.php | 4 +- .../Host/Serializer/IPv6AddressSerializer.php | 2 +- .../Host/Serializer/StringHostSerializer.php | 2 +- .../url/src/Component/Host/StringHost.php | 8 +- .../rowbot/url/src/Component/OpaqueOrigin.php | 4 +- .../rowbot/url/src/Component/OpaquePath.php | 4 +- .../url/src/Component/PathInterface.php | 4 +- .../rowbot/url/src/Component/PathList.php | 2 +- .../rowbot/url/src/Component/PathSegment.php | 6 +- .../rowbot/url/src/Component/QueryList.php | 10 +-- .../rowbot/url/src/Component/Scheme.php | 2 +- .../rowbot/url/src/Component/TupleOrigin.php | 6 +- .../rowbot/url/src/Exception/TypeError.php | 2 +- .../rowbot/url/src/Exception/URLException.php | 2 +- .../UnsupportedOperationException.php | 2 +- .../vendor-patched/rowbot/url/src/Origin.php | 2 +- .../rowbot/url/src/ParserContext.php | 12 +-- .../rowbot/url/src/ParserState.php | 46 +++++----- .../url/src/State/AbstractHostState.php | 10 +-- .../rowbot/url/src/State/AuthorityState.php | 12 +-- .../rowbot/url/src/State/FileHostState.php | 12 +-- .../rowbot/url/src/State/FileSlashState.php | 6 +- .../rowbot/url/src/State/FileState.php | 16 ++-- .../rowbot/url/src/State/FragmentState.php | 10 +-- .../rowbot/url/src/State/HostState.php | 2 +- .../rowbot/url/src/State/HostnameState.php | 2 +- .../rowbot/url/src/State/NoSchemeState.php | 6 +- .../rowbot/url/src/State/OpaquePathState.php | 12 +-- .../url/src/State/PathOrAuthorityState.php | 6 +- .../rowbot/url/src/State/PathStartState.php | 10 +-- .../rowbot/url/src/State/PathState.php | 16 ++-- .../rowbot/url/src/State/PortState.php | 8 +- .../rowbot/url/src/State/QueryState.php | 12 +-- .../url/src/State/RelativeSlashState.php | 6 +- .../rowbot/url/src/State/RelativeState.php | 8 +- .../rowbot/url/src/State/SchemeStartState.php | 8 +- .../rowbot/url/src/State/SchemeState.php | 12 +-- .../SpecialAuthorityIgnoreSlashesState.php | 6 +- .../State/SpecialAuthoritySlashesState.php | 6 +- .../State/SpecialRelativeOrAuthorityState.php | 6 +- .../rowbot/url/src/State/State.php | 2 +- .../rowbot/url/src/State/StatusCode.php | 2 +- .../url/src/String/AbstractStringBuffer.php | 2 +- .../url/src/String/AbstractStringList.php | 4 +- .../url/src/String/AbstractUSVString.php | 4 +- .../rowbot/url/src/String/CodePoint.php | 2 +- .../rowbot/url/src/String/EncodeSet.php | 2 +- .../String/Exception/EncodingException.php | 4 +- .../src/String/Exception/RegexException.php | 4 +- .../Exception/UndefinedIndexException.php | 4 +- .../rowbot/url/src/String/PercentEncoder.php | 6 +- .../rowbot/url/src/String/StringBuffer.php | 6 +- .../url/src/String/StringBufferInterface.php | 6 +- .../src/String/StringIteratorInterface.php | 2 +- .../rowbot/url/src/String/StringList.php | 2 +- .../url/src/String/StringListInterface.php | 2 +- .../url/src/String/USVStringInterface.php | 2 +- .../rowbot/url/src/String/Utf8String.php | 4 +- .../url/src/String/Utf8StringIterator.php | 2 +- .../rowbot/url/src/Support/EncodingHelper.php | 2 +- .../vendor-patched/rowbot/url/src/URL.php | 16 ++-- .../rowbot/url/src/URLRecord.php | 24 ++--- .../rowbot/url/src/URLSearchParams.php | 14 +-- .../rowbot/url/tests/EncodingHelperTest.php | 4 +- .../rowbot/url/tests/HostParserTest.php | 14 +-- .../url/tests/Math/BrickMathAdapterTest.php | 10 +-- .../rowbot/url/tests/Math/MathTestCase.php | 4 +- .../url/tests/Math/NativeIntAdapterTest.php | 10 +-- .../rowbot/url/tests/NullHostTest.php | 6 +- .../rowbot/url/tests/OriginTest.php | 22 ++--- .../rowbot/url/tests/PathTest.php | 10 +-- .../rowbot/url/tests/QueryListTest.php | 4 +- .../rowbot/url/tests/QueryStateTest.php | 8 +- .../rowbot/url/tests/SchemeTest.php | 4 +- .../rowbot/url/tests/StringsTest.php | 10 +-- .../rowbot/url/tests/URLRecordTest.php | 6 +- .../rowbot/url/tests/URLSearchParamsTest.php | 8 +- .../rowbot/url/tests/URLTest.php | 6 +- .../url/tests/ValidationErrorLogger.php | 6 +- .../rowbot/url/tests/WhatWg/FailureTest.php | 6 +- .../url/tests/WhatWg/PercentEncodingTest.php | 10 +-- .../url/tests/WhatWg/ToASCIIWindowTest.php | 6 +- .../url/tests/WhatWg/URLConstructorTest.php | 6 +- .../url/tests/WhatWg/URLEncodedParserTest.php | 4 +- .../rowbot/url/tests/WhatWg/URLOriginTest.php | 4 +- .../WhatWg/URLSearchParamsAppendTest.php | 4 +- .../WhatWg/URLSearchParamsConstructorTest.php | 6 +- .../WhatWg/URLSearchParamsDeleteTest.php | 6 +- .../WhatWg/URLSearchParamsForeachTest.php | 6 +- .../WhatWg/URLSearchParamsGetAllTest.php | 4 +- .../tests/WhatWg/URLSearchParamsGetTest.php | 4 +- .../tests/WhatWg/URLSearchParamsHasTest.php | 4 +- .../tests/WhatWg/URLSearchParamsSetTest.php | 4 +- .../tests/WhatWg/URLSearchParamsSizeTest.php | 6 +- .../tests/WhatWg/URLSearchParamsSortTest.php | 6 +- .../WhatWg/URLSearchParamsStringifierTest.php | 6 +- .../url/tests/WhatWg/URLSearchParamsTest.php | 8 +- .../url/tests/WhatWg/URLSettersTest.php | 4 +- .../tests/WhatWg/URLStaticsCanParseTest.php | 4 +- .../rowbot/url/tests/WhatWg/URLToJSONTest.php | 4 +- .../url/tests/WhatWg/WhatwgTestCase.php | 4 +- .../symfony/polyfill-ctype/Ctype.php | 2 +- .../symfony/polyfill-ctype/bootstrap.php | 2 +- .../symfony/polyfill-ctype/bootstrap80.php | 2 +- .../polyfill-intl-normalizer/Normalizer.php | 2 +- .../Resources/stubs/Normalizer.php | 2 +- .../polyfill-intl-normalizer/bootstrap.php | 2 +- .../polyfill-intl-normalizer/bootstrap80.php | 2 +- .../symfony/polyfill-php80/Php80.php | 2 +- .../symfony/polyfill-php80/PhpToken.php | 2 +- .../Resources/stubs/PhpToken.php | 2 +- .../symfony/polyfill-php80/bootstrap.php | 2 +- .../HttpClient/Tests/ClientTestBase.php | 2 +- .../Tests/RequestReadStreamTest.php | 2 +- .../HttpClient/Tests/WithServerTrait.php | 2 +- .../HttpServer/class-incomingrequest.php | 2 +- .../vendor-patched/composer/ClassLoader.php | 6 +- .../composer/autoload_classmap.php | 36 ++++---- .../vendor-patched/composer/autoload_psr4.php | 8 +- .../composer/autoload_static.php | 52 +++++------ .../vendor-patched/composer/installed.json | 8 +- .../src/Environment/Environment.php | 6 +- .../src/Environment/EnvironmentInterface.php | 2 +- .../commonmark/src/Event/AbstractEvent.php | 2 +- .../Data/SymfonyYamlFrontMatterParser.php | 4 +- .../src/EventDispatcherInterface.php | 2 +- .../src/ListenerProviderInterface.php | 2 +- .../src/StoppableEventInterface.php | 2 +- .../symfony/polyfill-ctype/Ctype.php | 2 +- .../symfony/polyfill-ctype/bootstrap.php | 2 +- .../symfony/polyfill-ctype/bootstrap80.php | 2 +- .../symfony/polyfill-php80/Php80.php | 2 +- .../symfony/polyfill-php80/PhpToken.php | 2 +- .../Resources/stubs/PhpToken.php | 2 +- .../symfony/polyfill-php80/bootstrap.php | 2 +- .../symfony/yaml/Command/LintCommand.php | 36 ++++---- .../vendor-patched/symfony/yaml/Dumper.php | 4 +- .../vendor-patched/symfony/yaml/Escaper.php | 2 +- .../symfony/yaml/Exception/DumpException.php | 2 +- .../yaml/Exception/ExceptionInterface.php | 2 +- .../symfony/yaml/Exception/ParseException.php | 2 +- .../yaml/Exception/RuntimeException.php | 2 +- .../vendor-patched/symfony/yaml/Inline.php | 8 +- .../vendor-patched/symfony/yaml/Parser.php | 6 +- .../symfony/yaml/Resources/bin/yaml-lint | 4 +- .../symfony/yaml/Tag/TaggedValue.php | 2 +- .../vendor-patched/symfony/yaml/Unescaper.php | 4 +- .../vendor-patched/symfony/yaml/Yaml.php | 4 +- .../src/Processor/YamlProcessor.php | 2 +- components/Zip/Tests/ZipFilesystemTest.php | 2 +- composer-ci-matrix-tests.json | 4 +- composer.json | 4 +- .../import-markdown-directory.php | 2 +- 277 files changed, 810 insertions(+), 813 deletions(-) diff --git a/components/Blueprints/Logger/class-clilogger.php b/components/Blueprints/Logger/class-clilogger.php index 0b8308a9a..e6d453f54 100644 --- a/components/Blueprints/Logger/class-clilogger.php +++ b/components/Blueprints/Logger/class-clilogger.php @@ -2,8 +2,8 @@ namespace WordPress\Blueprints\Logger; -use Psr\Log\InvalidArgumentException; -use Psr\Log\LoggerInterface; +use VendorPrefix\Psr\Log\InvalidArgumentException; +use VendorPrefix\Psr\Log\LoggerInterface; class CLILogger implements LoggerInterface { private $stream; diff --git a/components/Blueprints/Logger/class-nooplogger.php b/components/Blueprints/Logger/class-nooplogger.php index 59237c548..d5083e9ef 100644 --- a/components/Blueprints/Logger/class-nooplogger.php +++ b/components/Blueprints/Logger/class-nooplogger.php @@ -2,7 +2,7 @@ namespace WordPress\Blueprints\Logger; -use Psr\Log\LoggerInterface; +use VendorPrefix\Psr\Log\LoggerInterface; class NoopLogger implements LoggerInterface { public function emergency( $message, array $context = array() ): void { diff --git a/components/Blueprints/Progress/class-doneevent.php b/components/Blueprints/Progress/class-doneevent.php index 3e37ac954..a0e6adcdc 100644 --- a/components/Blueprints/Progress/class-doneevent.php +++ b/components/Blueprints/Progress/class-doneevent.php @@ -2,7 +2,7 @@ namespace WordPress\Blueprints\Progress; -use Symfony\Component\EventDispatcher\Event; +use VendorPrefix\Symfony\Component\EventDispatcher\Event; /** * Custom event providing progress details. diff --git a/components/Blueprints/Progress/class-progressevent.php b/components/Blueprints/Progress/class-progressevent.php index f5a56421e..c2f77855a 100644 --- a/components/Blueprints/Progress/class-progressevent.php +++ b/components/Blueprints/Progress/class-progressevent.php @@ -2,7 +2,7 @@ namespace WordPress\Blueprints\Progress; -use Symfony\Component\EventDispatcher\Event; +use VendorPrefix\Symfony\Component\EventDispatcher\Event; /** * Event class for tracking progress updates diff --git a/components/Blueprints/Progress/class-tracker.php b/components/Blueprints/Progress/class-tracker.php index db40a7dee..1827c4790 100644 --- a/components/Blueprints/Progress/class-tracker.php +++ b/components/Blueprints/Progress/class-tracker.php @@ -6,7 +6,7 @@ use InvalidArgumentException; use LogicException; use OutOfBoundsException; -use Symfony\Component\EventDispatcher\EventDispatcher; +use VendorPrefix\Symfony\Component\EventDispatcher\EventDispatcher; use function array_key_exists; use function array_values; diff --git a/components/Blueprints/Steps/class-enablemultisitestep.php b/components/Blueprints/Steps/class-enablemultisitestep.php index 14e6ded21..e1f01f870 100644 --- a/components/Blueprints/Steps/class-enablemultisitestep.php +++ b/components/Blueprints/Steps/class-enablemultisitestep.php @@ -2,7 +2,7 @@ namespace WordPress\Blueprints\Steps; -use Symfony\Component\Process\Exception\ProcessFailedException; +use VendorPrefix\Symfony\Component\Process\Exception\ProcessFailedException; use WordPress\Blueprints\Exception\BlueprintExecutionException; use WordPress\Blueprints\Progress\Tracker; use WordPress\Blueprints\Runtime; diff --git a/components/Blueprints/Steps/class-importcontentstep.php b/components/Blueprints/Steps/class-importcontentstep.php index 6c81d8c25..6e5fd2fb6 100644 --- a/components/Blueprints/Steps/class-importcontentstep.php +++ b/components/Blueprints/Steps/class-importcontentstep.php @@ -3,7 +3,7 @@ namespace WordPress\Blueprints\Steps; use RuntimeException; -use Symfony\Component\Process\Exception\ProcessFailedException; +use VendorPrefix\Symfony\Component\Process\Exception\ProcessFailedException; use WordPress\Blueprints\DataReference\File; use WordPress\Blueprints\Exception\BlueprintExecutionException; use WordPress\Blueprints\Process; diff --git a/components/Blueprints/Versions/Version1/class-v1tov2transpiler.php b/components/Blueprints/Versions/Version1/class-v1tov2transpiler.php index 0228371ce..b64cc3c1b 100644 --- a/components/Blueprints/Versions/Version1/class-v1tov2transpiler.php +++ b/components/Blueprints/Versions/Version1/class-v1tov2transpiler.php @@ -2,7 +2,7 @@ namespace WordPress\Blueprints\Versions\Version1; -use Psr\Log\LoggerInterface; +use VendorPrefix\Psr\Log\LoggerInterface; use WordPress\Blueprints\Exception\BlueprintExecutionException; use WordPress\Blueprints\Validator\HumanFriendlySchemaValidator; use WordPress\Blueprints\Validator\ValidationError; diff --git a/components/Blueprints/class-process.php b/components/Blueprints/class-process.php index 41eb01dad..98a0cbeea 100644 --- a/components/Blueprints/class-process.php +++ b/components/Blueprints/class-process.php @@ -2,7 +2,7 @@ namespace WordPress\Blueprints; -use Symfony\Component\Process\Process as SymfonyProcess; +use VendorPrefix\Symfony\Component\Process\Process as SymfonyProcess; use WordPress\ByteStream\ReadStream\BaseByteReadStream; class Process extends SymfonyProcess { diff --git a/components/Blueprints/class-processfailedexception.php b/components/Blueprints/class-processfailedexception.php index 13886a432..9dc28c48d 100644 --- a/components/Blueprints/class-processfailedexception.php +++ b/components/Blueprints/class-processfailedexception.php @@ -3,7 +3,7 @@ namespace WordPress\Blueprints; use Exception; -use Symfony\Component\Process\Process; +use VendorPrefix\Symfony\Component\Process\Process; use Throwable; class ProcessFailedException extends Exception { diff --git a/components/Blueprints/class-runnerconfiguration.php b/components/Blueprints/class-runnerconfiguration.php index 58738f9c0..b59b837c9 100644 --- a/components/Blueprints/class-runnerconfiguration.php +++ b/components/Blueprints/class-runnerconfiguration.php @@ -3,7 +3,7 @@ namespace WordPress\Blueprints; use InvalidArgumentException; -use Psr\Log\LoggerInterface; +use VendorPrefix\Psr\Log\LoggerInterface; use WordPress\Blueprints\DataReference\DataReference; use WordPress\Blueprints\Logger\NoopLogger; diff --git a/components/Blueprints/class-runtime.php b/components/Blueprints/class-runtime.php index 8438661b3..319e0c72f 100644 --- a/components/Blueprints/class-runtime.php +++ b/components/Blueprints/class-runtime.php @@ -2,7 +2,7 @@ namespace WordPress\Blueprints; -use Psr\Log\LoggerInterface; +use VendorPrefix\Psr\Log\LoggerInterface; use WordPress\Blueprints\DataReference\DataReference; use WordPress\Blueprints\DataReference\DataReferenceResolver; use WordPress\Blueprints\DataReference\Directory; @@ -183,7 +183,7 @@ public function create_temporary_file( ?string $suffix = null ): string { * @TODO: Useful error messages on process failure. Right now we get this mouthful error message: * * FAILED: The command "'php' '/var/folders/sb/cywb... - * Fatal error: Uncaught Symfony\Component\Process\Exception\ProcessFailedException: The command "'php' '/var/folders/sb/cywb762129g3f0jzq1_p2q5h0000gp/T/wp-blueprints-runtime-68290ca22b771/tmp_68290cac6bea8'" failed. + * Fatal error: Uncaught VendorPrefix\Symfony\Component\Process\Exception\ProcessFailedException: The command "'php' '/var/folders/sb/cywb762129g3f0jzq1_p2q5h0000gp/T/wp-blueprints-runtime-68290ca22b771/tmp_68290cac6bea8'" failed. * * Exit Code: 255(Unknown error) * diff --git a/components/Blueprints/vendor-patched/log/Psr/Log/AbstractLogger.php b/components/Blueprints/vendor-patched/log/Psr/Log/AbstractLogger.php index e02f9daf3..d097d310f 100644 --- a/components/Blueprints/vendor-patched/log/Psr/Log/AbstractLogger.php +++ b/components/Blueprints/vendor-patched/log/Psr/Log/AbstractLogger.php @@ -1,6 +1,6 @@ logger) { $this->logger->info('Doing work'); } - + try { $this->doSomethingElse(); } catch (Exception $exception) { @@ -53,6 +50,6 @@ class Foo You can then pick one of the implementations of the interface to get a logger. If you want to implement the interface, you can require this package and -implement `Psr\Log\LoggerInterface` in your code. Please read the +implement `VendorPrefix\Psr\Log\LoggerInterface` in your code. Please read the [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) for details. diff --git a/components/Blueprints/vendor-patched/symfony/event-dispatcher/ContainerAwareEventDispatcher.php b/components/Blueprints/vendor-patched/symfony/event-dispatcher/ContainerAwareEventDispatcher.php index 53d10ff20..85f8c359d 100644 --- a/components/Blueprints/vendor-patched/symfony/event-dispatcher/ContainerAwareEventDispatcher.php +++ b/components/Blueprints/vendor-patched/symfony/event-dispatcher/ContainerAwareEventDispatcher.php @@ -9,12 +9,12 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\EventDispatcher; +namespace VendorPrefix\Symfony\Component\EventDispatcher; use InvalidArgumentException; use PHPUnit_Framework_MockObject_MockObject; use Prophecy\Doubler\DoubleInterface; -use Symfony\Component\DependencyInjection\ContainerInterface; +use VendorPrefix\Symfony\Component\DependencyInjection\ContainerInterface; /** * Lazily loads listeners and subscribers from the dependency injection diff --git a/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php b/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php index 364fbeb21..3dc719512 100644 --- a/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php +++ b/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php @@ -9,15 +9,15 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\EventDispatcher\Debug; +namespace VendorPrefix\Symfony\Component\EventDispatcher\Debug; use Exception; -use Psr\Log\LoggerInterface; +use VendorPrefix\Psr\Log\LoggerInterface; use SplObjectStorage; -use Symfony\Component\EventDispatcher\Event; -use Symfony\Component\EventDispatcher\EventDispatcherInterface; -use Symfony\Component\EventDispatcher\EventSubscriberInterface; -use Symfony\Component\Stopwatch\Stopwatch; +use VendorPrefix\Symfony\Component\EventDispatcher\Event; +use VendorPrefix\Symfony\Component\EventDispatcher\EventDispatcherInterface; +use VendorPrefix\Symfony\Component\EventDispatcher\EventSubscriberInterface; +use VendorPrefix\Symfony\Component\Stopwatch\Stopwatch; /** * Collects some data about event listeners. diff --git a/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php b/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php index a9b9a5f7b..db3ac9173 100644 --- a/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php +++ b/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php @@ -9,9 +9,9 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\EventDispatcher\Debug; +namespace VendorPrefix\Symfony\Component\EventDispatcher\Debug; -use Symfony\Component\EventDispatcher\EventDispatcherInterface; +use VendorPrefix\Symfony\Component\EventDispatcher\EventDispatcherInterface; /** * @author Fabien Potencier diff --git a/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/WrappedListener.php b/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/WrappedListener.php index 23395bf13..c2e7ee723 100644 --- a/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/WrappedListener.php +++ b/components/Blueprints/vendor-patched/symfony/event-dispatcher/Debug/WrappedListener.php @@ -9,13 +9,13 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\EventDispatcher\Debug; +namespace VendorPrefix\Symfony\Component\EventDispatcher\Debug; use Closure; -use Symfony\Component\EventDispatcher\Event; -use Symfony\Component\EventDispatcher\EventDispatcherInterface; -use Symfony\Component\Stopwatch\Stopwatch; -use Symfony\Component\VarDumper\Caster\ClassStub; +use VendorPrefix\Symfony\Component\EventDispatcher\Event; +use VendorPrefix\Symfony\Component\EventDispatcher\EventDispatcherInterface; +use VendorPrefix\Symfony\Component\Stopwatch\Stopwatch; +use VendorPrefix\Symfony\Component\VarDumper\Caster\ClassStub; /** * @author Fabien Potencier diff --git a/components/Blueprints/vendor-patched/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php b/components/Blueprints/vendor-patched/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php index 4743695b9..692745b15 100644 --- a/components/Blueprints/vendor-patched/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php +++ b/components/Blueprints/vendor-patched/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php @@ -9,15 +9,15 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\EventDispatcher\DependencyInjection; +namespace VendorPrefix\Symfony\Component\EventDispatcher\DependencyInjection; -use Symfony\Component\DependencyInjection\Argument\ServiceClosureArgument; -use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; -use Symfony\Component\DependencyInjection\ContainerBuilder; -use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; -use Symfony\Component\DependencyInjection\Reference; -use Symfony\Component\EventDispatcher\EventDispatcher; -use Symfony\Component\EventDispatcher\EventSubscriberInterface; +use VendorPrefix\Symfony\Component\DependencyInjection\Argument\ServiceClosureArgument; +use VendorPrefix\Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; +use VendorPrefix\Symfony\Component\DependencyInjection\ContainerBuilder; +use VendorPrefix\Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; +use VendorPrefix\Symfony\Component\DependencyInjection\Reference; +use VendorPrefix\Symfony\Component\EventDispatcher\EventDispatcher; +use VendorPrefix\Symfony\Component\EventDispatcher\EventSubscriberInterface; /** * Compiler pass to register tagged services for an event dispatcher. @@ -95,7 +95,7 @@ public function process( ContainerBuilder $container ) { // We must assume that the class value has been correctly filled, even if the service is created by a factory $class = $container->getParameterBag()->resolveValue( $def->getClass() ); - $interface = 'Symfony\Component\EventDispatcher\EventSubscriberInterface'; + $interface = 'VendorPrefix\Symfony\Component\EventDispatcher\EventSubscriberInterface'; if ( ! is_subclass_of( $class, $interface ) ) { if ( ! class_exists( $class, false ) ) { diff --git a/components/Blueprints/vendor-patched/symfony/event-dispatcher/Event.php b/components/Blueprints/vendor-patched/symfony/event-dispatcher/Event.php index 9104ed23b..5f0307a46 100644 --- a/components/Blueprints/vendor-patched/symfony/event-dispatcher/Event.php +++ b/components/Blueprints/vendor-patched/symfony/event-dispatcher/Event.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\EventDispatcher; +namespace VendorPrefix\Symfony\Component\EventDispatcher; /** * Event is the base class for classes containing event data. diff --git a/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventDispatcher.php b/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventDispatcher.php index 75f9e5bac..2dfd19729 100644 --- a/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventDispatcher.php +++ b/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventDispatcher.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\EventDispatcher; +namespace VendorPrefix\Symfony\Component\EventDispatcher; use Closure; diff --git a/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventDispatcherInterface.php b/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventDispatcherInterface.php index 4388670f1..299c43e43 100644 --- a/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventDispatcherInterface.php +++ b/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventDispatcherInterface.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\EventDispatcher; +namespace VendorPrefix\Symfony\Component\EventDispatcher; /** * The EventDispatcherInterface is the central point of Symfony's event listener system. diff --git a/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventSubscriberInterface.php b/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventSubscriberInterface.php index 41b5f63ad..868335b31 100644 --- a/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventSubscriberInterface.php +++ b/components/Blueprints/vendor-patched/symfony/event-dispatcher/EventSubscriberInterface.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\EventDispatcher; +namespace VendorPrefix\Symfony\Component\EventDispatcher; /** * An EventSubscriber knows himself what events he is interested in. diff --git a/components/Blueprints/vendor-patched/symfony/event-dispatcher/GenericEvent.php b/components/Blueprints/vendor-patched/symfony/event-dispatcher/GenericEvent.php index 6fff8874f..0d920e563 100644 --- a/components/Blueprints/vendor-patched/symfony/event-dispatcher/GenericEvent.php +++ b/components/Blueprints/vendor-patched/symfony/event-dispatcher/GenericEvent.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\EventDispatcher; +namespace VendorPrefix\Symfony\Component\EventDispatcher; use ArrayAccess; use ArrayIterator; diff --git a/components/Blueprints/vendor-patched/symfony/event-dispatcher/ImmutableEventDispatcher.php b/components/Blueprints/vendor-patched/symfony/event-dispatcher/ImmutableEventDispatcher.php index f4a1d0a7d..cc80d084d 100644 --- a/components/Blueprints/vendor-patched/symfony/event-dispatcher/ImmutableEventDispatcher.php +++ b/components/Blueprints/vendor-patched/symfony/event-dispatcher/ImmutableEventDispatcher.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\EventDispatcher; +namespace VendorPrefix\Symfony\Component\EventDispatcher; use BadMethodCallException; diff --git a/components/Blueprints/vendor-patched/symfony/process/Exception/ExceptionInterface.php b/components/Blueprints/vendor-patched/symfony/process/Exception/ExceptionInterface.php index c3d6d2466..95a5c9f65 100644 --- a/components/Blueprints/vendor-patched/symfony/process/Exception/ExceptionInterface.php +++ b/components/Blueprints/vendor-patched/symfony/process/Exception/ExceptionInterface.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process\Exception; +namespace VendorPrefix\Symfony\Component\Process\Exception; /** * Marker Interface for the Process Component. diff --git a/components/Blueprints/vendor-patched/symfony/process/Exception/InvalidArgumentException.php b/components/Blueprints/vendor-patched/symfony/process/Exception/InvalidArgumentException.php index 4da11d059..085630162 100644 --- a/components/Blueprints/vendor-patched/symfony/process/Exception/InvalidArgumentException.php +++ b/components/Blueprints/vendor-patched/symfony/process/Exception/InvalidArgumentException.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process\Exception; +namespace VendorPrefix\Symfony\Component\Process\Exception; /** * InvalidArgumentException for the Process Component. diff --git a/components/Blueprints/vendor-patched/symfony/process/Exception/LogicException.php b/components/Blueprints/vendor-patched/symfony/process/Exception/LogicException.php index 6f0276c30..848d43177 100644 --- a/components/Blueprints/vendor-patched/symfony/process/Exception/LogicException.php +++ b/components/Blueprints/vendor-patched/symfony/process/Exception/LogicException.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process\Exception; +namespace VendorPrefix\Symfony\Component\Process\Exception; /** * LogicException for the Process Component. diff --git a/components/Blueprints/vendor-patched/symfony/process/Exception/ProcessFailedException.php b/components/Blueprints/vendor-patched/symfony/process/Exception/ProcessFailedException.php index d77488042..ecc28333a 100644 --- a/components/Blueprints/vendor-patched/symfony/process/Exception/ProcessFailedException.php +++ b/components/Blueprints/vendor-patched/symfony/process/Exception/ProcessFailedException.php @@ -9,9 +9,9 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process\Exception; +namespace VendorPrefix\Symfony\Component\Process\Exception; -use Symfony\Component\Process\Process; +use VendorPrefix\Symfony\Component\Process\Process; /** * Exception for failed processes. diff --git a/components/Blueprints/vendor-patched/symfony/process/Exception/ProcessTimedOutException.php b/components/Blueprints/vendor-patched/symfony/process/Exception/ProcessTimedOutException.php index 4addfe5be..f80258d30 100644 --- a/components/Blueprints/vendor-patched/symfony/process/Exception/ProcessTimedOutException.php +++ b/components/Blueprints/vendor-patched/symfony/process/Exception/ProcessTimedOutException.php @@ -9,9 +9,9 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process\Exception; +namespace VendorPrefix\Symfony\Component\Process\Exception; -use Symfony\Component\Process\Process; +use VendorPrefix\Symfony\Component\Process\Process; /** * Exception that is thrown when a process times out. diff --git a/components/Blueprints/vendor-patched/symfony/process/Exception/RuntimeException.php b/components/Blueprints/vendor-patched/symfony/process/Exception/RuntimeException.php index cb3508111..e49428599 100644 --- a/components/Blueprints/vendor-patched/symfony/process/Exception/RuntimeException.php +++ b/components/Blueprints/vendor-patched/symfony/process/Exception/RuntimeException.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process\Exception; +namespace VendorPrefix\Symfony\Component\Process\Exception; /** * RuntimeException for the Process Component. diff --git a/components/Blueprints/vendor-patched/symfony/process/ExecutableFinder.php b/components/Blueprints/vendor-patched/symfony/process/ExecutableFinder.php index 48cc7751b..a6aac6d5a 100644 --- a/components/Blueprints/vendor-patched/symfony/process/ExecutableFinder.php +++ b/components/Blueprints/vendor-patched/symfony/process/ExecutableFinder.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process; +namespace VendorPrefix\Symfony\Component\Process; /** * Generic executable finder. diff --git a/components/Blueprints/vendor-patched/symfony/process/InputStream.php b/components/Blueprints/vendor-patched/symfony/process/InputStream.php index 720b76803..4828a2147 100644 --- a/components/Blueprints/vendor-patched/symfony/process/InputStream.php +++ b/components/Blueprints/vendor-patched/symfony/process/InputStream.php @@ -9,11 +9,11 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process; +namespace VendorPrefix\Symfony\Component\Process; use Iterator; use IteratorAggregate; -use Symfony\Component\Process\Exception\RuntimeException; +use VendorPrefix\Symfony\Component\Process\Exception\RuntimeException; use Traversable; /** diff --git a/components/Blueprints/vendor-patched/symfony/process/PhpExecutableFinder.php b/components/Blueprints/vendor-patched/symfony/process/PhpExecutableFinder.php index 4dbdbff31..f2d96b780 100644 --- a/components/Blueprints/vendor-patched/symfony/process/PhpExecutableFinder.php +++ b/components/Blueprints/vendor-patched/symfony/process/PhpExecutableFinder.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process; +namespace VendorPrefix\Symfony\Component\Process; /** * An executable finder specifically designed for the PHP executable. diff --git a/components/Blueprints/vendor-patched/symfony/process/PhpProcess.php b/components/Blueprints/vendor-patched/symfony/process/PhpProcess.php index 531586c3f..539edb1d7 100644 --- a/components/Blueprints/vendor-patched/symfony/process/PhpProcess.php +++ b/components/Blueprints/vendor-patched/symfony/process/PhpProcess.php @@ -9,9 +9,9 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process; +namespace VendorPrefix\Symfony\Component\Process; -use Symfony\Component\Process\Exception\RuntimeException; +use VendorPrefix\Symfony\Component\Process\Exception\RuntimeException; /** * PhpProcess runs a PHP script in an independent process. diff --git a/components/Blueprints/vendor-patched/symfony/process/Pipes/AbstractPipes.php b/components/Blueprints/vendor-patched/symfony/process/Pipes/AbstractPipes.php index 42cd000a4..74d979cc4 100644 --- a/components/Blueprints/vendor-patched/symfony/process/Pipes/AbstractPipes.php +++ b/components/Blueprints/vendor-patched/symfony/process/Pipes/AbstractPipes.php @@ -9,10 +9,10 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process\Pipes; +namespace VendorPrefix\Symfony\Component\Process\Pipes; use Iterator; -use Symfony\Component\Process\Exception\InvalidArgumentException; +use VendorPrefix\Symfony\Component\Process\Exception\InvalidArgumentException; /** * @author Romain Neutron diff --git a/components/Blueprints/vendor-patched/symfony/process/Pipes/PipesInterface.php b/components/Blueprints/vendor-patched/symfony/process/Pipes/PipesInterface.php index 81b64cbc7..429932ce7 100644 --- a/components/Blueprints/vendor-patched/symfony/process/Pipes/PipesInterface.php +++ b/components/Blueprints/vendor-patched/symfony/process/Pipes/PipesInterface.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process\Pipes; +namespace VendorPrefix\Symfony\Component\Process\Pipes; /** * PipesInterface manages descriptors and pipes for the use of proc_open. diff --git a/components/Blueprints/vendor-patched/symfony/process/Pipes/UnixPipes.php b/components/Blueprints/vendor-patched/symfony/process/Pipes/UnixPipes.php index 4bab5a9c0..dd4935801 100644 --- a/components/Blueprints/vendor-patched/symfony/process/Pipes/UnixPipes.php +++ b/components/Blueprints/vendor-patched/symfony/process/Pipes/UnixPipes.php @@ -9,9 +9,9 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process\Pipes; +namespace VendorPrefix\Symfony\Component\Process\Pipes; -use Symfony\Component\Process\Process; +use VendorPrefix\Symfony\Component\Process\Process; /** * UnixPipes implementation uses unix pipes as handles. diff --git a/components/Blueprints/vendor-patched/symfony/process/Pipes/WindowsPipes.php b/components/Blueprints/vendor-patched/symfony/process/Pipes/WindowsPipes.php index fa5b132b3..4fd7eafa4 100644 --- a/components/Blueprints/vendor-patched/symfony/process/Pipes/WindowsPipes.php +++ b/components/Blueprints/vendor-patched/symfony/process/Pipes/WindowsPipes.php @@ -9,10 +9,10 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process\Pipes; +namespace VendorPrefix\Symfony\Component\Process\Pipes; -use Symfony\Component\Process\Exception\RuntimeException; -use Symfony\Component\Process\Process; +use VendorPrefix\Symfony\Component\Process\Exception\RuntimeException; +use VendorPrefix\Symfony\Component\Process\Process; /** * WindowsPipes implementation uses temporary files as handles. diff --git a/components/Blueprints/vendor-patched/symfony/process/Process.php b/components/Blueprints/vendor-patched/symfony/process/Process.php index 41fa7cc1d..b2b79ec58 100644 --- a/components/Blueprints/vendor-patched/symfony/process/Process.php +++ b/components/Blueprints/vendor-patched/symfony/process/Process.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process; +namespace VendorPrefix\Symfony\Component\Process; use Closure; use Generator; @@ -17,14 +17,14 @@ use IteratorAggregate; use ReflectionMethod; use ReturnTypeWillChange; -use Symfony\Component\Process\Exception\InvalidArgumentException; -use Symfony\Component\Process\Exception\LogicException; -use Symfony\Component\Process\Exception\ProcessFailedException; -use Symfony\Component\Process\Exception\ProcessTimedOutException; -use Symfony\Component\Process\Exception\RuntimeException; -use Symfony\Component\Process\Pipes\PipesInterface; -use Symfony\Component\Process\Pipes\UnixPipes; -use Symfony\Component\Process\Pipes\WindowsPipes; +use VendorPrefix\Symfony\Component\Process\Exception\InvalidArgumentException; +use VendorPrefix\Symfony\Component\Process\Exception\LogicException; +use VendorPrefix\Symfony\Component\Process\Exception\ProcessFailedException; +use VendorPrefix\Symfony\Component\Process\Exception\ProcessTimedOutException; +use VendorPrefix\Symfony\Component\Process\Exception\RuntimeException; +use VendorPrefix\Symfony\Component\Process\Pipes\PipesInterface; +use VendorPrefix\Symfony\Component\Process\Pipes\UnixPipes; +use VendorPrefix\Symfony\Component\Process\Pipes\WindowsPipes; use Traversable; /** diff --git a/components/Blueprints/vendor-patched/symfony/process/ProcessBuilder.php b/components/Blueprints/vendor-patched/symfony/process/ProcessBuilder.php index 934cbccb6..8e414b773 100644 --- a/components/Blueprints/vendor-patched/symfony/process/ProcessBuilder.php +++ b/components/Blueprints/vendor-patched/symfony/process/ProcessBuilder.php @@ -9,10 +9,10 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process; +namespace VendorPrefix\Symfony\Component\Process; -use Symfony\Component\Process\Exception\InvalidArgumentException; -use Symfony\Component\Process\Exception\LogicException; +use VendorPrefix\Symfony\Component\Process\Exception\InvalidArgumentException; +use VendorPrefix\Symfony\Component\Process\Exception\LogicException; use Traversable; /** diff --git a/components/Blueprints/vendor-patched/symfony/process/ProcessUtils.php b/components/Blueprints/vendor-patched/symfony/process/ProcessUtils.php index 4b788bbd2..7cbaad343 100644 --- a/components/Blueprints/vendor-patched/symfony/process/ProcessUtils.php +++ b/components/Blueprints/vendor-patched/symfony/process/ProcessUtils.php @@ -9,11 +9,11 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Process; +namespace VendorPrefix\Symfony\Component\Process; use Iterator; use IteratorIterator; -use Symfony\Component\Process\Exception\InvalidArgumentException; +use VendorPrefix\Symfony\Component\Process\Exception\InvalidArgumentException; use Traversable; /** diff --git a/components/DataLiberation/BlockMarkup/class-blockmarkupurlprocessor.php b/components/DataLiberation/BlockMarkup/class-blockmarkupurlprocessor.php index b924e7d09..831bcc5ec 100644 --- a/components/DataLiberation/BlockMarkup/class-blockmarkupurlprocessor.php +++ b/components/DataLiberation/BlockMarkup/class-blockmarkupurlprocessor.php @@ -2,7 +2,7 @@ namespace WordPress\DataLiberation\BlockMarkup; -use Rowbot\URL\URL; +use VendorPrefix\Rowbot\URL\URL; use WordPress\DataLiberation\URL\URLInTextProcessor; use WordPress\DataLiberation\URL\CSSURLProcessor; use WordPress\DataLiberation\URL\WPURL; diff --git a/components/DataLiberation/Tests/URLParserWHATWGComplianceTest.php b/components/DataLiberation/Tests/URLParserWHATWGComplianceTest.php index 51eab8ee9..434629054 100644 --- a/components/DataLiberation/Tests/URLParserWHATWGComplianceTest.php +++ b/components/DataLiberation/Tests/URLParserWHATWGComplianceTest.php @@ -1,7 +1,7 @@ getDomain(); // 安室奈美恵-with-super-monkeys.com @@ -270,7 +270,7 @@ So... WTF? overwrite the default options. ```php - use Rowbot\Idna\Idna; + use VendorPrefix\Rowbot\Idna\Idna; $result = Idna::toAscii('x-.xn--nxa', ['CheckHyphens' => true]); $result->hasErrors(); // true @@ -306,9 +306,9 @@ So... WTF? echo $info['result']; // 憡��.xn--1ug73gl146a� echo ($info['errors'] & IDNA_ERROR_DISALLOWED) !== 0; // true - $result = \Rowbot\Idna\Idna::toUnicode($input); + $result = \VendorPrefix\Rowbot\Idna\Idna::toUnicode($input); echo $result->getDomain(); // 憡?Ⴔ.xn--1ug73gl146a - echo $result->hasError(\Rowbot\Idna\Idna::ERROR_DISALLOWED); // true + echo $result->hasError(\VendorPrefix\Rowbot\Idna\Idna::ERROR_DISALLOWED); // true ``` From [Section 4. Processing](https://www.unicode.org/reports/tr46/#Processing): @@ -326,7 +326,7 @@ So... WTF? Unicode data files are fetched from https://www.unicode.org/Public. Currently, Unicode version 11.0.0-14.0.0 are supported. To change the version of Unicode that the library is built with, you -must first change the value of the `\Rowbot\Idna::UNICODE_VERSION` constant, like so: +must first change the value of the `\VendorPrefix\Rowbot\Idna::UNICODE_VERSION` constant, like so: ```diff class Idna diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/bin/Builder.php b/components/DataLiberation/vendor-patched/rowbot/idna/bin/Builder.php index a9a36ec60..373585aa7 100644 --- a/components/DataLiberation/vendor-patched/rowbot/idna/bin/Builder.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/bin/Builder.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\Idna\Bin; +namespace VendorPrefix\Rowbot\Idna\Bin; -use Rowbot\Idna\Idna; +use VendorPrefix\Rowbot\Idna\Idna; use RuntimeException; use function array_map; diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/bin/IdnaDataBuilder.php b/components/DataLiberation/vendor-patched/rowbot/idna/bin/IdnaDataBuilder.php index 9635dbd21..976d25489 100755 --- a/components/DataLiberation/vendor-patched/rowbot/idna/bin/IdnaDataBuilder.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/bin/IdnaDataBuilder.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\Idna\Bin; +namespace VendorPrefix\Rowbot\Idna\Bin; -use Rowbot\Idna\CodePoint; +use VendorPrefix\Rowbot\Idna\CodePoint; use RuntimeException; use function array_map; @@ -110,7 +110,7 @@ public static function buildHashMaps( string $output ): void { declare(strict_types=1); -namespace Rowbot\Idna\Resource; +namespace VendorPrefix\Rowbot\Idna\Resource; final class DisallowedRanges { diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/bin/RegexBuilder.php b/components/DataLiberation/vendor-patched/rowbot/idna/bin/RegexBuilder.php index 177810088..e7b2c673b 100644 --- a/components/DataLiberation/vendor-patched/rowbot/idna/bin/RegexBuilder.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/bin/RegexBuilder.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\Idna\Bin; +namespace VendorPrefix\Rowbot\Idna\Bin; use function array_filter; use function assert; @@ -116,7 +116,7 @@ public static function buildRegexClass( string $output ): void { declare(strict_types=1); -namespace Rowbot\Idna\Resource; +namespace VendorPrefix\Rowbot\Idna\Resource; final class Regex { diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/bin/ViramaDataBuilder.php b/components/DataLiberation/vendor-patched/rowbot/idna/bin/ViramaDataBuilder.php index e81a0b37f..f877e62c0 100644 --- a/components/DataLiberation/vendor-patched/rowbot/idna/bin/ViramaDataBuilder.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/bin/ViramaDataBuilder.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\Idna\Bin; +namespace VendorPrefix\Rowbot\Idna\Bin; use function array_map; use function explode; diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/bin/generateDataFiles.php b/components/DataLiberation/vendor-patched/rowbot/idna/bin/generateDataFiles.php index 7ccffe273..7f1c7e4ac 100755 --- a/components/DataLiberation/vendor-patched/rowbot/idna/bin/generateDataFiles.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/bin/generateDataFiles.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -use Rowbot\Idna\Bin\IdnaDataBuilder; -use Rowbot\Idna\Bin\RegexBuilder; -use Rowbot\Idna\Bin\ViramaDataBuilder; +use VendorPrefix\Rowbot\Idna\Bin\IdnaDataBuilder; +use VendorPrefix\Rowbot\Idna\Bin\RegexBuilder; +use VendorPrefix\Rowbot\Idna\Bin\ViramaDataBuilder; const DS = DIRECTORY_SEPARATOR; const ROOT_DIR = __DIR__ . DS . '..'; diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/resources/DisallowedRanges.php b/components/DataLiberation/vendor-patched/rowbot/idna/resources/DisallowedRanges.php index a8ab2edbb..55e6347b7 100644 --- a/components/DataLiberation/vendor-patched/rowbot/idna/resources/DisallowedRanges.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/resources/DisallowedRanges.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\Idna\Resource; +namespace VendorPrefix\Rowbot\Idna\Resource; final class DisallowedRanges { public static function inRange( int $codePoint ): bool { diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/resources/Regex.php b/components/DataLiberation/vendor-patched/rowbot/idna/resources/Regex.php index ffad7f8b1..115dd634f 100644 --- a/components/DataLiberation/vendor-patched/rowbot/idna/resources/Regex.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/resources/Regex.php @@ -4,7 +4,7 @@ declare( strict_types=1 ); -namespace Rowbot\Idna\Resource; +namespace VendorPrefix\Rowbot\Idna\Resource; final class Regex { public const COMBINING_MARK = '/^[\x{0300}-\x{036F}\x{0483}-\x{0487}\x{0488}-\x{0489}\x{0591}-\x{05BD}\x{05BF}\x{05C1}-\x{05C2}\x{05C4}-\x{05C5}\x{05C7}\x{0610}-\x{061A}\x{064B}-\x{065F}\x{0670}\x{06D6}-\x{06DC}\x{06DF}-\x{06E4}\x{06E7}-\x{06E8}\x{06EA}-\x{06ED}\x{0711}\x{0730}-\x{074A}\x{07A6}-\x{07B0}\x{07EB}-\x{07F3}\x{07FD}\x{0816}-\x{0819}\x{081B}-\x{0823}\x{0825}-\x{0827}\x{0829}-\x{082D}\x{0859}-\x{085B}\x{0898}-\x{089F}\x{08CA}-\x{08E1}\x{08E3}-\x{0902}\x{0903}\x{093A}\x{093B}\x{093C}\x{093E}-\x{0940}\x{0941}-\x{0948}\x{0949}-\x{094C}\x{094D}\x{094E}-\x{094F}\x{0951}-\x{0957}\x{0962}-\x{0963}\x{0981}\x{0982}-\x{0983}\x{09BC}\x{09BE}-\x{09C0}\x{09C1}-\x{09C4}\x{09C7}-\x{09C8}\x{09CB}-\x{09CC}\x{09CD}\x{09D7}\x{09E2}-\x{09E3}\x{09FE}\x{0A01}-\x{0A02}\x{0A03}\x{0A3C}\x{0A3E}-\x{0A40}\x{0A41}-\x{0A42}\x{0A47}-\x{0A48}\x{0A4B}-\x{0A4D}\x{0A51}\x{0A70}-\x{0A71}\x{0A75}\x{0A81}-\x{0A82}\x{0A83}\x{0ABC}\x{0ABE}-\x{0AC0}\x{0AC1}-\x{0AC5}\x{0AC7}-\x{0AC8}\x{0AC9}\x{0ACB}-\x{0ACC}\x{0ACD}\x{0AE2}-\x{0AE3}\x{0AFA}-\x{0AFF}\x{0B01}\x{0B02}-\x{0B03}\x{0B3C}\x{0B3E}\x{0B3F}\x{0B40}\x{0B41}-\x{0B44}\x{0B47}-\x{0B48}\x{0B4B}-\x{0B4C}\x{0B4D}\x{0B55}-\x{0B56}\x{0B57}\x{0B62}-\x{0B63}\x{0B82}\x{0BBE}-\x{0BBF}\x{0BC0}\x{0BC1}-\x{0BC2}\x{0BC6}-\x{0BC8}\x{0BCA}-\x{0BCC}\x{0BCD}\x{0BD7}\x{0C00}\x{0C01}-\x{0C03}\x{0C04}\x{0C3C}\x{0C3E}-\x{0C40}\x{0C41}-\x{0C44}\x{0C46}-\x{0C48}\x{0C4A}-\x{0C4D}\x{0C55}-\x{0C56}\x{0C62}-\x{0C63}\x{0C81}\x{0C82}-\x{0C83}\x{0CBC}\x{0CBE}\x{0CBF}\x{0CC0}-\x{0CC4}\x{0CC6}\x{0CC7}-\x{0CC8}\x{0CCA}-\x{0CCB}\x{0CCC}-\x{0CCD}\x{0CD5}-\x{0CD6}\x{0CE2}-\x{0CE3}\x{0D00}-\x{0D01}\x{0D02}-\x{0D03}\x{0D3B}-\x{0D3C}\x{0D3E}-\x{0D40}\x{0D41}-\x{0D44}\x{0D46}-\x{0D48}\x{0D4A}-\x{0D4C}\x{0D4D}\x{0D57}\x{0D62}-\x{0D63}\x{0D81}\x{0D82}-\x{0D83}\x{0DCA}\x{0DCF}-\x{0DD1}\x{0DD2}-\x{0DD4}\x{0DD6}\x{0DD8}-\x{0DDF}\x{0DF2}-\x{0DF3}\x{0E31}\x{0E34}-\x{0E3A}\x{0E47}-\x{0E4E}\x{0EB1}\x{0EB4}-\x{0EBC}\x{0EC8}-\x{0ECD}\x{0F18}-\x{0F19}\x{0F35}\x{0F37}\x{0F39}\x{0F3E}-\x{0F3F}\x{0F71}-\x{0F7E}\x{0F7F}\x{0F80}-\x{0F84}\x{0F86}-\x{0F87}\x{0F8D}-\x{0F97}\x{0F99}-\x{0FBC}\x{0FC6}\x{102B}-\x{102C}\x{102D}-\x{1030}\x{1031}\x{1032}-\x{1037}\x{1038}\x{1039}-\x{103A}\x{103B}-\x{103C}\x{103D}-\x{103E}\x{1056}-\x{1057}\x{1058}-\x{1059}\x{105E}-\x{1060}\x{1062}-\x{1064}\x{1067}-\x{106D}\x{1071}-\x{1074}\x{1082}\x{1083}-\x{1084}\x{1085}-\x{1086}\x{1087}-\x{108C}\x{108D}\x{108F}\x{109A}-\x{109C}\x{109D}\x{135D}-\x{135F}\x{1712}-\x{1714}\x{1715}\x{1732}-\x{1733}\x{1734}\x{1752}-\x{1753}\x{1772}-\x{1773}\x{17B4}-\x{17B5}\x{17B6}\x{17B7}-\x{17BD}\x{17BE}-\x{17C5}\x{17C6}\x{17C7}-\x{17C8}\x{17C9}-\x{17D3}\x{17DD}\x{180B}-\x{180D}\x{180F}\x{1885}-\x{1886}\x{18A9}\x{1920}-\x{1922}\x{1923}-\x{1926}\x{1927}-\x{1928}\x{1929}-\x{192B}\x{1930}-\x{1931}\x{1932}\x{1933}-\x{1938}\x{1939}-\x{193B}\x{1A17}-\x{1A18}\x{1A19}-\x{1A1A}\x{1A1B}\x{1A55}\x{1A56}\x{1A57}\x{1A58}-\x{1A5E}\x{1A60}\x{1A61}\x{1A62}\x{1A63}-\x{1A64}\x{1A65}-\x{1A6C}\x{1A6D}-\x{1A72}\x{1A73}-\x{1A7C}\x{1A7F}\x{1AB0}-\x{1ABD}\x{1ABE}\x{1ABF}-\x{1ACE}\x{1B00}-\x{1B03}\x{1B04}\x{1B34}\x{1B35}\x{1B36}-\x{1B3A}\x{1B3B}\x{1B3C}\x{1B3D}-\x{1B41}\x{1B42}\x{1B43}-\x{1B44}\x{1B6B}-\x{1B73}\x{1B80}-\x{1B81}\x{1B82}\x{1BA1}\x{1BA2}-\x{1BA5}\x{1BA6}-\x{1BA7}\x{1BA8}-\x{1BA9}\x{1BAA}\x{1BAB}-\x{1BAD}\x{1BE6}\x{1BE7}\x{1BE8}-\x{1BE9}\x{1BEA}-\x{1BEC}\x{1BED}\x{1BEE}\x{1BEF}-\x{1BF1}\x{1BF2}-\x{1BF3}\x{1C24}-\x{1C2B}\x{1C2C}-\x{1C33}\x{1C34}-\x{1C35}\x{1C36}-\x{1C37}\x{1CD0}-\x{1CD2}\x{1CD4}-\x{1CE0}\x{1CE1}\x{1CE2}-\x{1CE8}\x{1CED}\x{1CF4}\x{1CF7}\x{1CF8}-\x{1CF9}\x{1DC0}-\x{1DFF}\x{20D0}-\x{20DC}\x{20DD}-\x{20E0}\x{20E1}\x{20E2}-\x{20E4}\x{20E5}-\x{20F0}\x{2CEF}-\x{2CF1}\x{2D7F}\x{2DE0}-\x{2DFF}\x{302A}-\x{302D}\x{302E}-\x{302F}\x{3099}-\x{309A}\x{A66F}\x{A670}-\x{A672}\x{A674}-\x{A67D}\x{A69E}-\x{A69F}\x{A6F0}-\x{A6F1}\x{A802}\x{A806}\x{A80B}\x{A823}-\x{A824}\x{A825}-\x{A826}\x{A827}\x{A82C}\x{A880}-\x{A881}\x{A8B4}-\x{A8C3}\x{A8C4}-\x{A8C5}\x{A8E0}-\x{A8F1}\x{A8FF}\x{A926}-\x{A92D}\x{A947}-\x{A951}\x{A952}-\x{A953}\x{A980}-\x{A982}\x{A983}\x{A9B3}\x{A9B4}-\x{A9B5}\x{A9B6}-\x{A9B9}\x{A9BA}-\x{A9BB}\x{A9BC}-\x{A9BD}\x{A9BE}-\x{A9C0}\x{A9E5}\x{AA29}-\x{AA2E}\x{AA2F}-\x{AA30}\x{AA31}-\x{AA32}\x{AA33}-\x{AA34}\x{AA35}-\x{AA36}\x{AA43}\x{AA4C}\x{AA4D}\x{AA7B}\x{AA7C}\x{AA7D}\x{AAB0}\x{AAB2}-\x{AAB4}\x{AAB7}-\x{AAB8}\x{AABE}-\x{AABF}\x{AAC1}\x{AAEB}\x{AAEC}-\x{AAED}\x{AAEE}-\x{AAEF}\x{AAF5}\x{AAF6}\x{ABE3}-\x{ABE4}\x{ABE5}\x{ABE6}-\x{ABE7}\x{ABE8}\x{ABE9}-\x{ABEA}\x{ABEC}\x{ABED}\x{FB1E}\x{FE00}-\x{FE0F}\x{FE20}-\x{FE2F}\x{101FD}\x{102E0}\x{10376}-\x{1037A}\x{10A01}-\x{10A03}\x{10A05}-\x{10A06}\x{10A0C}-\x{10A0F}\x{10A38}-\x{10A3A}\x{10A3F}\x{10AE5}-\x{10AE6}\x{10D24}-\x{10D27}\x{10EAB}-\x{10EAC}\x{10F46}-\x{10F50}\x{10F82}-\x{10F85}\x{11000}\x{11001}\x{11002}\x{11038}-\x{11046}\x{11070}\x{11073}-\x{11074}\x{1107F}-\x{11081}\x{11082}\x{110B0}-\x{110B2}\x{110B3}-\x{110B6}\x{110B7}-\x{110B8}\x{110B9}-\x{110BA}\x{110C2}\x{11100}-\x{11102}\x{11127}-\x{1112B}\x{1112C}\x{1112D}-\x{11134}\x{11145}-\x{11146}\x{11173}\x{11180}-\x{11181}\x{11182}\x{111B3}-\x{111B5}\x{111B6}-\x{111BE}\x{111BF}-\x{111C0}\x{111C9}-\x{111CC}\x{111CE}\x{111CF}\x{1122C}-\x{1122E}\x{1122F}-\x{11231}\x{11232}-\x{11233}\x{11234}\x{11235}\x{11236}-\x{11237}\x{1123E}\x{112DF}\x{112E0}-\x{112E2}\x{112E3}-\x{112EA}\x{11300}-\x{11301}\x{11302}-\x{11303}\x{1133B}-\x{1133C}\x{1133E}-\x{1133F}\x{11340}\x{11341}-\x{11344}\x{11347}-\x{11348}\x{1134B}-\x{1134D}\x{11357}\x{11362}-\x{11363}\x{11366}-\x{1136C}\x{11370}-\x{11374}\x{11435}-\x{11437}\x{11438}-\x{1143F}\x{11440}-\x{11441}\x{11442}-\x{11444}\x{11445}\x{11446}\x{1145E}\x{114B0}-\x{114B2}\x{114B3}-\x{114B8}\x{114B9}\x{114BA}\x{114BB}-\x{114BE}\x{114BF}-\x{114C0}\x{114C1}\x{114C2}-\x{114C3}\x{115AF}-\x{115B1}\x{115B2}-\x{115B5}\x{115B8}-\x{115BB}\x{115BC}-\x{115BD}\x{115BE}\x{115BF}-\x{115C0}\x{115DC}-\x{115DD}\x{11630}-\x{11632}\x{11633}-\x{1163A}\x{1163B}-\x{1163C}\x{1163D}\x{1163E}\x{1163F}-\x{11640}\x{116AB}\x{116AC}\x{116AD}\x{116AE}-\x{116AF}\x{116B0}-\x{116B5}\x{116B6}\x{116B7}\x{1171D}-\x{1171F}\x{11720}-\x{11721}\x{11722}-\x{11725}\x{11726}\x{11727}-\x{1172B}\x{1182C}-\x{1182E}\x{1182F}-\x{11837}\x{11838}\x{11839}-\x{1183A}\x{11930}-\x{11935}\x{11937}-\x{11938}\x{1193B}-\x{1193C}\x{1193D}\x{1193E}\x{11940}\x{11942}\x{11943}\x{119D1}-\x{119D3}\x{119D4}-\x{119D7}\x{119DA}-\x{119DB}\x{119DC}-\x{119DF}\x{119E0}\x{119E4}\x{11A01}-\x{11A0A}\x{11A33}-\x{11A38}\x{11A39}\x{11A3B}-\x{11A3E}\x{11A47}\x{11A51}-\x{11A56}\x{11A57}-\x{11A58}\x{11A59}-\x{11A5B}\x{11A8A}-\x{11A96}\x{11A97}\x{11A98}-\x{11A99}\x{11C2F}\x{11C30}-\x{11C36}\x{11C38}-\x{11C3D}\x{11C3E}\x{11C3F}\x{11C92}-\x{11CA7}\x{11CA9}\x{11CAA}-\x{11CB0}\x{11CB1}\x{11CB2}-\x{11CB3}\x{11CB4}\x{11CB5}-\x{11CB6}\x{11D31}-\x{11D36}\x{11D3A}\x{11D3C}-\x{11D3D}\x{11D3F}-\x{11D45}\x{11D47}\x{11D8A}-\x{11D8E}\x{11D90}-\x{11D91}\x{11D93}-\x{11D94}\x{11D95}\x{11D96}\x{11D97}\x{11EF3}-\x{11EF4}\x{11EF5}-\x{11EF6}\x{16AF0}-\x{16AF4}\x{16B30}-\x{16B36}\x{16F4F}\x{16F51}-\x{16F87}\x{16F8F}-\x{16F92}\x{16FE4}\x{16FF0}-\x{16FF1}\x{1BC9D}-\x{1BC9E}\x{1CF00}-\x{1CF2D}\x{1CF30}-\x{1CF46}\x{1D165}-\x{1D166}\x{1D167}-\x{1D169}\x{1D16D}-\x{1D172}\x{1D17B}-\x{1D182}\x{1D185}-\x{1D18B}\x{1D1AA}-\x{1D1AD}\x{1D242}-\x{1D244}\x{1DA00}-\x{1DA36}\x{1DA3B}-\x{1DA6C}\x{1DA75}\x{1DA84}\x{1DA9B}-\x{1DA9F}\x{1DAA1}-\x{1DAAF}\x{1E000}-\x{1E006}\x{1E008}-\x{1E018}\x{1E01B}-\x{1E021}\x{1E023}-\x{1E024}\x{1E026}-\x{1E02A}\x{1E130}-\x{1E136}\x{1E2AE}\x{1E2EC}-\x{1E2EF}\x{1E8D0}-\x{1E8D6}\x{1E944}-\x{1E94A}\x{E0100}-\x{E01EF}]/u'; diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/src/CodePoint.php b/components/DataLiberation/vendor-patched/rowbot/idna/src/CodePoint.php index c8262fa2e..122f0176c 100644 --- a/components/DataLiberation/vendor-patched/rowbot/idna/src/CodePoint.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/src/CodePoint.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\Idna; +namespace VendorPrefix\Rowbot\Idna; use function chr; use function ord; diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/src/CodePointStatus.php b/components/DataLiberation/vendor-patched/rowbot/idna/src/CodePointStatus.php index 5117a313b..df1417b34 100755 --- a/components/DataLiberation/vendor-patched/rowbot/idna/src/CodePointStatus.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/src/CodePointStatus.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\Idna; +namespace VendorPrefix\Rowbot\Idna; -use Rowbot\Idna\Resource\DisallowedRanges; +use VendorPrefix\Rowbot\Idna\Resource\DisallowedRanges; use const DIRECTORY_SEPARATOR as DS; diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/src/DomainInfo.php b/components/DataLiberation/vendor-patched/rowbot/idna/src/DomainInfo.php index 1a21775a2..a037b623c 100644 --- a/components/DataLiberation/vendor-patched/rowbot/idna/src/DomainInfo.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/src/DomainInfo.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\Idna; +namespace VendorPrefix\Rowbot\Idna; class DomainInfo { /** diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/src/Idna.php b/components/DataLiberation/vendor-patched/rowbot/idna/src/Idna.php index 02b442906..a32827ab3 100644 --- a/components/DataLiberation/vendor-patched/rowbot/idna/src/Idna.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/src/Idna.php @@ -2,11 +2,11 @@ declare( strict_types=1 ); -namespace Rowbot\Idna; +namespace VendorPrefix\Rowbot\Idna; use Normalizer; -use Rowbot\Punycode\Exception\PunycodeException; -use Rowbot\Punycode\Punycode; +use VendorPrefix\Rowbot\Punycode\Exception\PunycodeException; +use VendorPrefix\Rowbot\Punycode\Punycode; use function array_merge; use function count; diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/src/IdnaResult.php b/components/DataLiberation/vendor-patched/rowbot/idna/src/IdnaResult.php index f5c4e4d40..1eba00f1a 100644 --- a/components/DataLiberation/vendor-patched/rowbot/idna/src/IdnaResult.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/src/IdnaResult.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\Idna; +namespace VendorPrefix\Rowbot\Idna; class IdnaResult { /** diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/src/LabelValidator.php b/components/DataLiberation/vendor-patched/rowbot/idna/src/LabelValidator.php index 7e6ea947d..af07629de 100644 --- a/components/DataLiberation/vendor-patched/rowbot/idna/src/LabelValidator.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/src/LabelValidator.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\Idna; +namespace VendorPrefix\Rowbot\Idna; use Normalizer; -use Rowbot\Idna\Resource\Regex; +use VendorPrefix\Rowbot\Idna\Resource\Regex; use function preg_match; use function strlen; diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/tests/IdnaV2Test.php b/components/DataLiberation/vendor-patched/rowbot/idna/tests/IdnaV2Test.php index 82eab0432..c317f56b8 100755 --- a/components/DataLiberation/vendor-patched/rowbot/idna/tests/IdnaV2Test.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/tests/IdnaV2Test.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\Idna\Test; +namespace VendorPrefix\Rowbot\Idna\Test; use ReflectionClass; -use Rowbot\Idna\Idna; +use VendorPrefix\Rowbot\Idna\Idna; use function array_filter; use function array_flip; diff --git a/components/DataLiberation/vendor-patched/rowbot/idna/tests/IdnaV2TestCase.php b/components/DataLiberation/vendor-patched/rowbot/idna/tests/IdnaV2TestCase.php index fc92020eb..f6ec893ba 100644 --- a/components/DataLiberation/vendor-patched/rowbot/idna/tests/IdnaV2TestCase.php +++ b/components/DataLiberation/vendor-patched/rowbot/idna/tests/IdnaV2TestCase.php @@ -2,14 +2,14 @@ declare( strict_types=1 ); -namespace Rowbot\Idna\Test; +namespace VendorPrefix\Rowbot\Idna\Test; use GuzzleHttp\Client; use PHPUnit\Framework\TestCase; -use Psr\Http\Message\ResponseInterface; -use Rowbot\Idna\Idna; +use VendorPrefix\Psr\Http\Message\ResponseInterface; +use VendorPrefix\Rowbot\Idna\Idna; use RuntimeException; -use Symfony\Component\Cache\Adapter\FilesystemAdapter; +use VendorPrefix\Symfony\Component\Cache\Adapter\FilesystemAdapter; use function array_map; use function count; diff --git a/components/DataLiberation/vendor-patched/rowbot/punycode/README.md b/components/DataLiberation/vendor-patched/rowbot/punycode/README.md index 5f06c24c1..81374de64 100644 --- a/components/DataLiberation/vendor-patched/rowbot/punycode/README.md +++ b/components/DataLiberation/vendor-patched/rowbot/punycode/README.md @@ -36,18 +36,18 @@ returned string. #### Throws -- `\Rowbot\Punycode\Exception\OutputSizeExceededException` - If the size of the output string +- `\VendorPrefix\Rowbot\Punycode\Exception\OutputSizeExceededException` - If the size of the output string exceeds the maximum size specified. -- `\Rowbot\Punycode\Exception\OverflowException` - If integer overflow occurs. -- `\Rowbot\Punycode\Exception\InvalidInputException` - If input contains non-ASCII bytes or mapping +- `\VendorPrefix\Rowbot\Punycode\Exception\OverflowException` - If integer overflow occurs. +- `\VendorPrefix\Rowbot\Punycode\Exception\InvalidInputException` - If input contains non-ASCII bytes or mapping a code point to a digit fails. ```php -use Rowbot\Punycode\Punycode; +use VendorPrefix\Rowbot\Punycode\Punycode; try { echo Punycode::decode('Hello-Another-Way--fc4qua05auwb3674vfr0b'); // Hello-Another-Way-それぞれの場所 -} catch (\Rowbot\Punycode\Exception\PunycodeException $e) { +} catch (\VendorPrefix\Rowbot\Punycode\Exception\PunycodeException $e) { echo 'An error occured!'; } ``` @@ -68,16 +68,16 @@ the returned string. #### Throws -- `\Rowbot\Punycode\Exception\OutputSizeExceededException` - If the size of the output string +- `\VendorPrefix\Rowbot\Punycode\Exception\OutputSizeExceededException` - If the size of the output string exceeds the maximum size specified. -- `\Rowbot\Punycode\Exception\OverflowException` - If integer overflow occurs. +- `\VendorPrefix\Rowbot\Punycode\Exception\OverflowException` - If integer overflow occurs. ```php -use Rowbot\Punycode\Punycode; +use VendorPrefix\Rowbot\Punycode\Punycode; try { echo Punycode::encode('Hello-Another-Way-それぞれの場所'); // Hello-Another-Way--fc4qua05auwb3674vfr0b -} catch (\Rowbot\Punycode\Exception\PunycodeException $e) { +} catch (\VendorPrefix\Rowbot\Punycode\Exception\PunycodeException $e) { echo 'An error occured!'; } ``` diff --git a/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/InvalidInputException.php b/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/InvalidInputException.php index 50b822f9a..a5d2fd14c 100644 --- a/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/InvalidInputException.php +++ b/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/InvalidInputException.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\Punycode\Exception; +namespace VendorPrefix\Rowbot\Punycode\Exception; class InvalidInputException extends PunycodeException { } diff --git a/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/OutputSizeExceededException.php b/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/OutputSizeExceededException.php index 25c2346f6..839755105 100644 --- a/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/OutputSizeExceededException.php +++ b/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/OutputSizeExceededException.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\Punycode\Exception; +namespace VendorPrefix\Rowbot\Punycode\Exception; class OutputSizeExceededException extends PunycodeException { } diff --git a/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/OverflowException.php b/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/OverflowException.php index d86cae028..4ac735f3e 100755 --- a/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/OverflowException.php +++ b/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/OverflowException.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\Punycode\Exception; +namespace VendorPrefix\Rowbot\Punycode\Exception; final class OverflowException extends PunycodeException { } diff --git a/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/PunycodeException.php b/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/PunycodeException.php index effae7061..7d87df97e 100755 --- a/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/PunycodeException.php +++ b/components/DataLiberation/vendor-patched/rowbot/punycode/src/Exception/PunycodeException.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\Punycode\Exception; +namespace VendorPrefix\Rowbot\Punycode\Exception; use Exception; diff --git a/components/DataLiberation/vendor-patched/rowbot/punycode/src/Punycode.php b/components/DataLiberation/vendor-patched/rowbot/punycode/src/Punycode.php index 726be62f8..b433a528a 100755 --- a/components/DataLiberation/vendor-patched/rowbot/punycode/src/Punycode.php +++ b/components/DataLiberation/vendor-patched/rowbot/punycode/src/Punycode.php @@ -2,11 +2,11 @@ declare( strict_types=1 ); -namespace Rowbot\Punycode; +namespace VendorPrefix\Rowbot\Punycode; -use Rowbot\Punycode\Exception\InvalidInputException; -use Rowbot\Punycode\Exception\OutputSizeExceededException; -use Rowbot\Punycode\Exception\OverflowException; +use VendorPrefix\Rowbot\Punycode\Exception\InvalidInputException; +use VendorPrefix\Rowbot\Punycode\Exception\OutputSizeExceededException; +use VendorPrefix\Rowbot\Punycode\Exception\OverflowException; use function array_map; use function array_splice; diff --git a/components/DataLiberation/vendor-patched/rowbot/punycode/tests/PunycodeTest.php b/components/DataLiberation/vendor-patched/rowbot/punycode/tests/PunycodeTest.php index f00e44e89..58bbfac39 100644 --- a/components/DataLiberation/vendor-patched/rowbot/punycode/tests/PunycodeTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/punycode/tests/PunycodeTest.php @@ -2,12 +2,12 @@ declare( strict_types=1 ); -namespace Rowbot\Punycode\Test; +namespace VendorPrefix\Rowbot\Punycode\Test; use PHPUnit\Framework\TestCase; -use Rowbot\Punycode\Exception\InvalidInputException; -use Rowbot\Punycode\Exception\OutputSizeExceededException; -use Rowbot\Punycode\Punycode; +use VendorPrefix\Rowbot\Punycode\Exception\InvalidInputException; +use VendorPrefix\Rowbot\Punycode\Exception\OutputSizeExceededException; +use VendorPrefix\Rowbot\Punycode\Punycode; use function mb_strlen; use function preg_match; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/CHANGELOG.md b/components/DataLiberation/vendor-patched/rowbot/url/CHANGELOG.md index 060100a23..03aed6de6 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/CHANGELOG.md +++ b/components/DataLiberation/vendor-patched/rowbot/url/CHANGELOG.md @@ -8,63 +8,63 @@ - Performance improvements - Validation error logging -- `\Rowbot\URL\URL` and `\Rowbot\URL\URLSearchParams` now implement `\Stringable` -- `\Rowbot\URL\URLSearchParams` constructor now has a native typehint of `array|object|string` -- `\Rowbot\URL\URLSearchParams` now has a `size` getter per [whatwg/url#734](https://github.com/whatwg/url/pull/734) - - `\Rowbot\URL\URLSearchParams` now also implements `\Countable` -- Added `\Rowbot\URL\URL::canParse()`, which returns a boolean if parsing was successful, per [whatwg/url#713](https://github.com/whatwg/url/issues/713) and [whatwg/url#763](https://github.com/whatwg/url/pull/763) -- Add value parameter to `\Rowbot\URL\URLSearchParams::has()` and `\Rowbot\URL\URLSearchParams::delete()` per [whatwg/url#335](https://github.com/whatwg/url/issues/335) and [whatwg/url#735](https://github.com/whatwg/url/pull/735) -- Added `\Rowbot\URL\URL::parse()`, which will return the parsed URL or null on failure, avoiding needing a `try` statement per [whatwg/url#372](https://github.com/whatwg/url/issues/372) and [whatwg/url#825](https://github.com/whatwg/url/pull/825) +- `\VendorPrefix\Rowbot\URL\URL` and `\VendorPrefix\Rowbot\URL\URLSearchParams` now implement `\Stringable` +- `\VendorPrefix\Rowbot\URL\URLSearchParams` constructor now has a native typehint of `array|object|string` +- `\VendorPrefix\Rowbot\URL\URLSearchParams` now has a `size` getter per [whatwg/url#734](https://github.com/whatwg/url/pull/734) + - `\VendorPrefix\Rowbot\URL\URLSearchParams` now also implements `\Countable` +- Added `\VendorPrefix\Rowbot\URL\URL::canParse()`, which returns a boolean if parsing was successful, per [whatwg/url#713](https://github.com/whatwg/url/issues/713) and [whatwg/url#763](https://github.com/whatwg/url/pull/763) +- Add value parameter to `\VendorPrefix\Rowbot\URL\URLSearchParams::has()` and `\VendorPrefix\Rowbot\URL\URLSearchParams::delete()` per [whatwg/url#335](https://github.com/whatwg/url/issues/335) and [whatwg/url#735](https://github.com/whatwg/url/pull/735) +- Added `\VendorPrefix\Rowbot\URL\URL::parse()`, which will return the parsed URL or null on failure, avoiding needing a `try` statement per [whatwg/url#372](https://github.com/whatwg/url/issues/372) and [whatwg/url#825](https://github.com/whatwg/url/pull/825) ### Changed - Bump minimum PHP version to 8.1 - Lone surrogate code points are no longer treated differently from other invalid code points -- `\Rowbot\URL\String\Exception\UConverterException` has been renamed to `\Rowbot\URL\String\Exception\EncodingException` +- `\VendorPrefix\Rowbot\URL\String\Exception\UConverterException` has been renamed to `\VendorPrefix\Rowbot\URL\String\Exception\EncodingException` - Moved 32-bit tests to GitHub Actions from Appveyor -- `\Rowbot\URL\URL`'s $url and $base parameters now also accept `\Stringable` -- `\Rowbot\URL\URLSearchParams::current()` now returns `null` when the iterator is invalid instead of `['', '']`, which better matches the expected behavior +- `\VendorPrefix\Rowbot\URL\URL`'s $url and $base parameters now also accept `\Stringable` +- `\VendorPrefix\Rowbot\URL\URLSearchParams::current()` now returns `null` when the iterator is invalid instead of `['', '']`, which better matches the expected behavior - Ensure opaque paths can round trip from the API [whatwg/url#651](https://github.com/whatwg/url/issues/651) [whatwg/url#728](https://github.com/whatwg/url/pull/728) - Blob URL's with an inner non-http(s) URL now returns an opaque origin per [whatwg/url#770](https://github.com/whatwg/url/issues/770) and [whatwg/url#771](https://github.com/whatwg/url/pull/771) ### Removed -- Removed `\Rowbot\URL\Exception\JsonException` in favor of `\JsonException` +- Removed `\VendorPrefix\Rowbot\URL\Exception\JsonException` in favor of `\JsonException` ### Internals -- Removed class `\Rowbot\URL\String\IDLString` -- Added method `\Rowbot\URL\String\Utf8String::scrub()` -- Added method `\Rowbot\URL\String\Utf8String::fromUnsafe()` -- Moved method `\Rowbot\URL\String\AbstractUSVString::transcode()` to `\Rowbot\URL\String\Utf8String` -- Removed method `\Rowbot\URL\String\Exception\RegexException::getNameFromLastCode()` +- Removed class `\VendorPrefix\Rowbot\URL\String\IDLString` +- Added method `\VendorPrefix\Rowbot\URL\String\Utf8String::scrub()` +- Added method `\VendorPrefix\Rowbot\URL\String\Utf8String::fromUnsafe()` +- Moved method `\VendorPrefix\Rowbot\URL\String\AbstractUSVString::transcode()` to `\VendorPrefix\Rowbot\URL\String\Utf8String` +- Removed method `\VendorPrefix\Rowbot\URL\String\Exception\RegexException::getNameFromLastCode()` - All objects with a `__toString()` method now implement `\Stringable` - Added native union typehints where possible -- `\Rowbot\URL\Origin` is now an interface - - Added class `\Rowbot\URL\Component\TupleOrigin` which implements `\Rowbot\URL\Origin` - - Added class `\Rowbot\URL\Component\OpaqueOrigin` which implements `\Rowbot\URL\Origin` -- `\Rowbot\URL\Component\PathListInterface` renamed to `\Rowbot\URL\PathInterface` - - Added class `\Rowbot\URL\Component\OpaquePath` which implements `\Rowbot\URL\PathInterface` -- `\Rowbot\URL\Component\Path` was renamed to `\Rowbot\URL\Component\PathSegment` -- `\Rowbot\URL\State\CannotBeABaseUrlPathState` was renamed to `\Rowbot\URL\State\OpaquePathState` - - Removed property `\Rowbot\URL\URLRecord::$cannotBeABaseUrl` +- `\VendorPrefix\Rowbot\URL\Origin` is now an interface + - Added class `\VendorPrefix\Rowbot\URL\Component\TupleOrigin` which implements `\VendorPrefix\Rowbot\URL\Origin` + - Added class `\VendorPrefix\Rowbot\URL\Component\OpaqueOrigin` which implements `\VendorPrefix\Rowbot\URL\Origin` +- `\VendorPrefix\Rowbot\URL\Component\PathListInterface` renamed to `\VendorPrefix\Rowbot\URL\PathInterface` + - Added class `\VendorPrefix\Rowbot\URL\Component\OpaquePath` which implements `\VendorPrefix\Rowbot\URL\PathInterface` +- `\VendorPrefix\Rowbot\URL\Component\Path` was renamed to `\VendorPrefix\Rowbot\URL\Component\PathSegment` +- `\VendorPrefix\Rowbot\URL\State\CannotBeABaseUrlPathState` was renamed to `\VendorPrefix\Rowbot\URL\State\OpaquePathState` + - Removed property `\VendorPrefix\Rowbot\URL\URLRecord::$cannotBeABaseUrl` - Adopted the specs new percent encoding model - - Removed const `\Rowbot\URL\String\CodePoint::C0_CONTROL_PERCENT_ENCODE_SET` - - Removed const `\Rowbot\URL\String\CodePoint::FRAGMENT_PERCENT_ENCODE_SET` - - Removed const `\Rowbot\URL\String\CodePoint::PATH_PERCENT_ENCODE_SET` - - Removed const `\Rowbot\URL\String\CodePoint::USERINFO_PERCENT_ENCODE_SET` - - Removed method `\Rowbot\URL\String\CodePoint::utf8PercentEncode()` - - Added enum `\Rowbot\URL\String\EncodeSet` - - Added class `\Rowbot\URL\String\PercentEncoder` - - `\Rowbot\URL\Component\Host\HostParser` methods are no longer static -- `\Rowbot\URL\String\StringListInterface` extends `\IteratorAggregate` instead of `\Iterator` -- `\Rowbot\URL\Component\QueryList` now implements `\Countable` -- Added enum `\Rowbot\URL\State\StatusCode` - - `\Rowbot\URL\State\State` now has a return type of `\Rowbot\URL\State\StatusCode` instead of `int` - - Removed const `\Rowbot\URL\State\State::RETURN_OK` - - Removed const `\Rowbot\URL\State\State::RETURN_CONTINUE` - - Removed const `\Rowbot\URL\State\State::RETURN_BREAK` - - Removed const `\Rowbot\URL\State\State::RETURN_FAILURE` + - Removed const `\VendorPrefix\Rowbot\URL\String\CodePoint::C0_CONTROL_PERCENT_ENCODE_SET` + - Removed const `\VendorPrefix\Rowbot\URL\String\CodePoint::FRAGMENT_PERCENT_ENCODE_SET` + - Removed const `\VendorPrefix\Rowbot\URL\String\CodePoint::PATH_PERCENT_ENCODE_SET` + - Removed const `\VendorPrefix\Rowbot\URL\String\CodePoint::USERINFO_PERCENT_ENCODE_SET` + - Removed method `\VendorPrefix\Rowbot\URL\String\CodePoint::utf8PercentEncode()` + - Added enum `\VendorPrefix\Rowbot\URL\String\EncodeSet` + - Added class `\VendorPrefix\Rowbot\URL\String\PercentEncoder` + - `\VendorPrefix\Rowbot\URL\Component\Host\HostParser` methods are no longer static +- `\VendorPrefix\Rowbot\URL\String\StringListInterface` extends `\IteratorAggregate` instead of `\Iterator` +- `\VendorPrefix\Rowbot\URL\Component\QueryList` now implements `\Countable` +- Added enum `\VendorPrefix\Rowbot\URL\State\StatusCode` + - `\VendorPrefix\Rowbot\URL\State\State` now has a return type of `\VendorPrefix\Rowbot\URL\State\StatusCode` instead of `int` + - Removed const `\VendorPrefix\Rowbot\URL\State\State::RETURN_OK` + - Removed const `\VendorPrefix\Rowbot\URL\State\State::RETURN_CONTINUE` + - Removed const `\VendorPrefix\Rowbot\URL\State\State::RETURN_BREAK` + - Removed const `\VendorPrefix\Rowbot\URL\State\State::RETURN_FAILURE` ## [3.1.7] - 2022-08-26 @@ -189,8 +189,8 @@ The majority of this library was rewritten in this update, but the public API ha - Removed artificial limitation when passing a sequence of sequences to the `URLSearchParams` constructor that required the non-array sub-sequences to implement the `\ArrayAccess` interface. - Note that sub-sequences must still be countable and only contain exactly 2 items. - This broadens the type of sequences that can be supplied from `iterable` to `iterable>`, where `stringable` is a scalar value or an object with the `__toString()` method. -- `URLSearchParams` now throws a `\Rowbot\URL\Exception\TypeError` instead of a `\InvalidArgument` exception to match browsers when passed an iterable that does not solely contain other iterables that are countable. -- JSON encoding the `URL` object will now throw a `\Rowbot\URL\Exception\JsonException` when JSON encoding fails. +- `URLSearchParams` now throws a `\VendorPrefix\Rowbot\URL\Exception\TypeError` instead of a `\InvalidArgument` exception to match browsers when passed an iterable that does not solely contain other iterables that are countable. +- JSON encoding the `URL` object will now throw a `\VendorPrefix\Rowbot\URL\Exception\JsonException` when JSON encoding fails. ### Fixed @@ -235,7 +235,7 @@ The majority of this library was rewritten in this update, but the public API ha - The minimum required PHP version is now 7.1. - Testing environment updated for PHP 7.1 - thanks [@nyamsprod](https://github.com/nyamsprod) - Native typehints are now used. This which means that an `\TypeError` is now thrown instead of an `\InvalidArgumentException` when a value with an incorrect type is passed. -- `\Rowbot\URL\Exception\TypeError` and `\Rowbot\URL\Exception\InvalidParserState` now inherit from `\Rowbot\URL\Exception\URLException` +- `\VendorPrefix\Rowbot\URL\Exception\TypeError` and `\VendorPrefix\Rowbot\URL\Exception\InvalidParserState` now inherit from `\VendorPrefix\Rowbot\URL\Exception\URLException` ## [1.1.1] - 2018-08-15 @@ -282,7 +282,7 @@ The majority of this library was rewritten in this update, but the public API ha ### Changed -- Trying to set `URL::searchParams` directly will now throw a `\Rowbot\URL\Exception\TypeError` +- Trying to set `URL::searchParams` directly will now throw a `\VendorPrefix\Rowbot\URL\Exception\TypeError` - Passing invalid input will throw an `\InvalidArgumentException` - Malformed byte sequences will now get fixed up with `\u{FFFD}` replacement characters. - `URLSearchParams` now implements `\Iterator` instead of `\IteratorAggregate` to match test expectations. diff --git a/components/DataLiberation/vendor-patched/rowbot/url/README.md b/components/DataLiberation/vendor-patched/rowbot/url/README.md index 9136d4337..82fa6ea05 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/README.md +++ b/components/DataLiberation/vendor-patched/rowbot/url/README.md @@ -36,15 +36,15 @@ The URL object is the primary object for working with a URL. `URL(string|\Stringable $url[, null|string|\Stringable $base = null, array $options = []])` The `$options` argument accepts an array with a key `logger` whose value is an object implementing -`\Psr\Log\LoggerInterface`. See [Logging](#logging) for more information. +`\VendorPrefix\Psr\Log\LoggerInterface`. See [Logging](#logging) for more information. #### URL constructor throws -- `\Rowbot\URL\Exception\TypeError` +- `\VendorPrefix\Rowbot\URL\Exception\TypeError` - When the URL parser determines that the given input is not a valid URL. ```php -use Rowbot\URL\URL; +use VendorPrefix\Rowbot\URL\URL; // Construct a new URL object. $url = new URL('https://example.com/'); @@ -61,7 +61,7 @@ echo $url1->href; // Outputs: "https://example.org:123/foo/bar/" // Catch the error when URL parsing fails. try { $url = new URL('http://2001::1]'); -} catch (\Rowbot\URL\Exception\TypeError $e) { +} catch (\VendorPrefix\Rowbot\URL\Exception\TypeError $e) { echo 'Invalid URL'; } ``` @@ -74,7 +74,7 @@ Note: As a convience, both the `__get()` and `__set()` methods will throw an `\I The `href` getter returns the serialization of the URL. The `href` setter will parse the entire string updating all the components of the URL with the new values. Providing an invalid URL will cause the -setter to throw a `\Rowbot\URL\TypeError`. +setter to throw a `\VendorPrefix\Rowbot\URL\TypeError`. #### `readonly string URL::origin` @@ -152,13 +152,13 @@ The URLSearchParams object allows you to work with query strings when you don't #### URLSearchParams constructor throws -- `\Rowbot\URL\Exception\TypeError` +- `\VendorPrefix\Rowbot\URL\Exception\TypeError` - When an iterable is passed and one if its values is not iterable. - When an iterable is passed and one of its values is not countable, such as an object that implements `\Iterator`, but not `\Countable`. - When an iterable is passed and one of its sequences does not contain exactly 2 items, such as an array that contains only 1 string. ```php -use Rowbot\URL\URLSearchParams; +use VendorPrefix\Rowbot\URL\URLSearchParams; // Construct an empty list of search params. $params = new URLSearchParams(); diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/APIParserErrorType.php b/components/DataLiberation/vendor-patched/rowbot/url/src/APIParserErrorType.php index 39975962a..9f99f2379 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/APIParserErrorType.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/APIParserErrorType.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL; +namespace VendorPrefix\Rowbot\URL; class APIParserErrorType { public const NONE = 'none'; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/APIParserResult.php b/components/DataLiberation/vendor-patched/rowbot/url/src/APIParserResult.php index 0468d9452..26812d6f4 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/APIParserResult.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/APIParserResult.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL; +namespace VendorPrefix\Rowbot\URL; final class APIParserResult { /** diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/BasicURLParser.php b/components/DataLiberation/vendor-patched/rowbot/url/src/BasicURLParser.php index 6dc6c3140..8bd9052c2 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/BasicURLParser.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/BasicURLParser.php @@ -2,14 +2,14 @@ declare( strict_types=1 ); -namespace Rowbot\URL; +namespace VendorPrefix\Rowbot\URL; -use Psr\Log\LoggerAwareInterface; -use Psr\Log\LoggerAwareTrait; -use Psr\Log\LoggerInterface; -use Rowbot\URL\State\StatusCode; -use Rowbot\URL\String\StringBuffer; -use Rowbot\URL\String\USVStringInterface; +use VendorPrefix\Psr\Log\LoggerAwareInterface; +use VendorPrefix\Psr\Log\LoggerAwareTrait; +use VendorPrefix\Psr\Log\LoggerInterface; +use VendorPrefix\Rowbot\URL\State\StatusCode; +use VendorPrefix\Rowbot\URL\String\StringBuffer; +use VendorPrefix\Rowbot\URL\String\USVStringInterface; use function mb_strlen; use function strlen; @@ -45,7 +45,7 @@ public function __construct( ?LoggerInterface $logger = null ) { * object that should be modified based on the input * URL and optional base URL. Default is null. * @param ParserState|null $stateOverride (optional) An object implementing the - * \Rowbot\URL\ParserState interface that overrides + * \VendorPrefix\Rowbot\URL\ParserState interface that overrides * the default start state, which is the Scheme Start * State. Default is null. * diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/AbstractPath.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/AbstractPath.php index 864a318c4..f295c8858 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/AbstractPath.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/AbstractPath.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component; +namespace VendorPrefix\Rowbot\URL\Component; -use Rowbot\URL\String\Exception\UndefinedIndexException; -use Rowbot\URL\URLRecord; +use VendorPrefix\Rowbot\URL\String\Exception\UndefinedIndexException; +use VendorPrefix\Rowbot\URL\URLRecord; use function count; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/AbstractHost.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/AbstractHost.php index 0f80a1742..f00e1fe52 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/AbstractHost.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/AbstractHost.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host; +namespace VendorPrefix\Rowbot\URL\Component\Host; abstract class AbstractHost { public function isEmpty(): bool { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/HostInterface.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/HostInterface.php index 02d9b325c..d04b5cf18 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/HostInterface.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/HostInterface.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host; +namespace VendorPrefix\Rowbot\URL\Component\Host; -use Rowbot\URL\Component\Host\Serializer\HostSerializerInterface; +use VendorPrefix\Rowbot\URL\Component\Host\Serializer\HostSerializerInterface; /** * @see https://url.spec.whatwg.org/#concept-host diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/HostParser.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/HostParser.php index b316c4814..a3ceb4648 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/HostParser.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/HostParser.php @@ -2,16 +2,16 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host; +namespace VendorPrefix\Rowbot\URL\Component\Host; use ReflectionClass; use ReflectionClassConstant; -use Rowbot\Idna\Idna; -use Rowbot\URL\ParserContext; -use Rowbot\URL\String\CodePoint; -use Rowbot\URL\String\EncodeSet; -use Rowbot\URL\String\PercentEncoder; -use Rowbot\URL\String\USVStringInterface; +use VendorPrefix\Rowbot\Idna\Idna; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\String\EncodeSet; +use VendorPrefix\Rowbot\URL\String\PercentEncoder; +use VendorPrefix\Rowbot\URL\String\USVStringInterface; use function array_filter; use function assert; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv4Address.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv4Address.php index 8544a50ef..b15a7621a 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv4Address.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv4Address.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host; +namespace VendorPrefix\Rowbot\URL\Component\Host; -use Rowbot\URL\Component\Host\Serializer\HostSerializerInterface; -use Rowbot\URL\Component\Host\Serializer\IPv4AddressSerializer; +use VendorPrefix\Rowbot\URL\Component\Host\Serializer\HostSerializerInterface; +use VendorPrefix\Rowbot\URL\Component\Host\Serializer\IPv4AddressSerializer; /** * @see https://url.spec.whatwg.org/#concept-ipv4 diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv4AddressParser.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv4AddressParser.php index ac9bfbfc8..d592ef92e 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv4AddressParser.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv4AddressParser.php @@ -2,15 +2,15 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host; - -use Psr\Log\LogLevel; -use Rowbot\URL\Component\Host\Math\NumberFactory; -use Rowbot\URL\Component\Host\Math\NumberInterface; -use Rowbot\URL\ParserContext; -use Rowbot\URL\String\CodePoint; -use Rowbot\URL\String\StringListInterface; -use Rowbot\URL\String\USVStringInterface; +namespace VendorPrefix\Rowbot\URL\Component\Host; + +use VendorPrefix\Psr\Log\LogLevel; +use VendorPrefix\Rowbot\URL\Component\Host\Math\NumberFactory; +use VendorPrefix\Rowbot\URL\Component\Host\Math\NumberInterface; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\String\StringListInterface; +use VendorPrefix\Rowbot\URL\String\USVStringInterface; use function array_pop; use function array_reduce; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv6Address.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv6Address.php index 551bbe940..98a17622c 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv6Address.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv6Address.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host; +namespace VendorPrefix\Rowbot\URL\Component\Host; -use Rowbot\URL\Component\Host\Serializer\HostSerializerInterface; -use Rowbot\URL\Component\Host\Serializer\IPv6AddressSerializer; +use VendorPrefix\Rowbot\URL\Component\Host\Serializer\HostSerializerInterface; +use VendorPrefix\Rowbot\URL\Component\Host\Serializer\IPv6AddressSerializer; /** * @see https://url.spec.whatwg.org/#concept-ipv6 diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv6AddressParser.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv6AddressParser.php index dcce18e62..0df8b9a2b 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv6AddressParser.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/IPv6AddressParser.php @@ -2,12 +2,12 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host; +namespace VendorPrefix\Rowbot\URL\Component\Host; -use Rowbot\URL\ParserContext; -use Rowbot\URL\String\CodePoint; -use Rowbot\URL\String\StringIteratorInterface; -use Rowbot\URL\String\USVStringInterface; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\String\StringIteratorInterface; +use VendorPrefix\Rowbot\URL\String\USVStringInterface; use function array_is_list; use function assert; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/BrickMathAdapter.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/BrickMathAdapter.php index 16723e543..57e200693 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/BrickMathAdapter.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/BrickMathAdapter.php @@ -2,11 +2,11 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host\Math; +namespace VendorPrefix\Rowbot\URL\Component\Host\Math; -use Brick\Math\BigInteger; -use Brick\Math\RoundingMode; -use Rowbot\URL\Component\Host\Math\Exception\MathException; +use VendorPrefix\Brick\Math\BigInteger; +use VendorPrefix\Brick\Math\RoundingMode; +use VendorPrefix\Rowbot\URL\Component\Host\Math\Exception\MathException; use function assert; use function is_numeric; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/Exception/MathException.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/Exception/MathException.php index 97c5e7392..121cd4706 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/Exception/MathException.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/Exception/MathException.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host\Math\Exception; +namespace VendorPrefix\Rowbot\URL\Component\Host\Math\Exception; -use Rowbot\URL\Exception\URLException; +use VendorPrefix\Rowbot\URL\Exception\URLException; class MathException extends URLException { } diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NativeIntAdapter.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NativeIntAdapter.php index aa9d96caf..ff1171216 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NativeIntAdapter.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NativeIntAdapter.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host\Math; +namespace VendorPrefix\Rowbot\URL\Component\Host\Math; -use Rowbot\URL\Component\Host\Math\Exception\MathException; +use VendorPrefix\Rowbot\URL\Component\Host\Math\Exception\MathException; use function floor; use function intval; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NumberFactory.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NumberFactory.php index 158be4f4a..13d7d14cd 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NumberFactory.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NumberFactory.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host\Math; +namespace VendorPrefix\Rowbot\URL\Component\Host\Math; use const PHP_INT_SIZE; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NumberInterface.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NumberInterface.php index 86a5bece9..0d31c4103 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NumberInterface.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Math/NumberInterface.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host\Math; +namespace VendorPrefix\Rowbot\URL\Component\Host\Math; -use Rowbot\URL\Component\Host\Math\Exception\MathException; +use VendorPrefix\Rowbot\URL\Component\Host\Math\Exception\MathException; interface NumberInterface { /** diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/NullHost.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/NullHost.php index d54bb636c..cf799891c 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/NullHost.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/NullHost.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host; +namespace VendorPrefix\Rowbot\URL\Component\Host; -use Rowbot\URL\Component\Host\Serializer\HostSerializerInterface; -use Rowbot\URL\Component\Host\Serializer\StringHostSerializer; +use VendorPrefix\Rowbot\URL\Component\Host\Serializer\HostSerializerInterface; +use VendorPrefix\Rowbot\URL\Component\Host\Serializer\StringHostSerializer; class NullHost extends AbstractHost implements HostInterface { /** diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/HostSerializerInterface.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/HostSerializerInterface.php index f3312bc0e..fe784ae3d 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/HostSerializerInterface.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/HostSerializerInterface.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host\Serializer; +namespace VendorPrefix\Rowbot\URL\Component\Host\Serializer; /** * @see https://url.spec.whatwg.org/#concept-host-serializer diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/IPv4AddressSerializer.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/IPv4AddressSerializer.php index 7ae6f1a3a..d0379da8f 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/IPv4AddressSerializer.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/IPv4AddressSerializer.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host\Serializer; +namespace VendorPrefix\Rowbot\URL\Component\Host\Serializer; -use Rowbot\URL\Component\Host\Math\NumberFactory; +use VendorPrefix\Rowbot\URL\Component\Host\Math\NumberFactory; /** * @see https://url.spec.whatwg.org/#concept-ipv4-serializer diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/IPv6AddressSerializer.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/IPv6AddressSerializer.php index c1a15e4c9..14b2575a9 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/IPv6AddressSerializer.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/IPv6AddressSerializer.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host\Serializer; +namespace VendorPrefix\Rowbot\URL\Component\Host\Serializer; use function dechex; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/StringHostSerializer.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/StringHostSerializer.php index 32e442eb6..f01f81200 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/StringHostSerializer.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/Serializer/StringHostSerializer.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host\Serializer; +namespace VendorPrefix\Rowbot\URL\Component\Host\Serializer; class StringHostSerializer implements HostSerializerInterface { /** diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/StringHost.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/StringHost.php index 65f4ccee8..718972875 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/StringHost.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Host/StringHost.php @@ -2,11 +2,11 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component\Host; +namespace VendorPrefix\Rowbot\URL\Component\Host; -use Rowbot\URL\Component\Host\Serializer\HostSerializerInterface; -use Rowbot\URL\Component\Host\Serializer\StringHostSerializer; -use Rowbot\URL\String\Utf8String; +use VendorPrefix\Rowbot\URL\Component\Host\Serializer\HostSerializerInterface; +use VendorPrefix\Rowbot\URL\Component\Host\Serializer\StringHostSerializer; +use VendorPrefix\Rowbot\URL\String\Utf8String; /** * @see https://url.spec.whatwg.org/#concept-domain diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/OpaqueOrigin.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/OpaqueOrigin.php index 262059b7f..cfd6a3363 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/OpaqueOrigin.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/OpaqueOrigin.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component; +namespace VendorPrefix\Rowbot\URL\Component; -use Rowbot\URL\Origin; +use VendorPrefix\Rowbot\URL\Origin; /** * @see https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-opaque diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/OpaquePath.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/OpaquePath.php index 4ab5be878..1334a1f0f 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/OpaquePath.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/OpaquePath.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component; +namespace VendorPrefix\Rowbot\URL\Component; -use Rowbot\URL\Exception\UnsupportedOperationException; +use VendorPrefix\Rowbot\URL\Exception\UnsupportedOperationException; use function implode; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathInterface.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathInterface.php index 3b742f8a3..8caa24b9e 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathInterface.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathInterface.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component; +namespace VendorPrefix\Rowbot\URL\Component; use Countable; -use Rowbot\URL\URLRecord; +use VendorPrefix\Rowbot\URL\URLRecord; interface PathInterface extends Countable { public function first(): PathSegment; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathList.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathList.php index f0d5d8ccc..3454dae62 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathList.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathList.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component; +namespace VendorPrefix\Rowbot\URL\Component; use function array_pop; use function count; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathSegment.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathSegment.php index 11888cd98..fbb45b02b 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathSegment.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/PathSegment.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component; +namespace VendorPrefix\Rowbot\URL\Component; -use Rowbot\URL\String\AbstractStringBuffer; -use Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\String\AbstractStringBuffer; +use VendorPrefix\Rowbot\URL\String\CodePoint; use function rtrim; use function strlen; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/QueryList.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/QueryList.php index 1a891a1d6..daa214a58 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/QueryList.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/QueryList.php @@ -2,15 +2,15 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component; +namespace VendorPrefix\Rowbot\URL\Component; use ArrayIterator; use Countable; use IteratorAggregate; -use Rowbot\URL\String\EncodeSet; -use Rowbot\URL\String\PercentEncoder; -use Rowbot\URL\String\Utf8String; -use Rowbot\URL\Support\EncodingHelper; +use VendorPrefix\Rowbot\URL\String\EncodeSet; +use VendorPrefix\Rowbot\URL\String\PercentEncoder; +use VendorPrefix\Rowbot\URL\String\Utf8String; +use VendorPrefix\Rowbot\URL\Support\EncodingHelper; use function array_column; use function array_filter; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Scheme.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Scheme.php index b9a732893..cc9cb5fe8 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Scheme.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/Scheme.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component; +namespace VendorPrefix\Rowbot\URL\Component; use function array_key_exists; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/TupleOrigin.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/TupleOrigin.php index de41b48a6..c10048732 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Component/TupleOrigin.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Component/TupleOrigin.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Component; +namespace VendorPrefix\Rowbot\URL\Component; -use Rowbot\URL\Component\Host\HostInterface; -use Rowbot\URL\Origin; +use VendorPrefix\Rowbot\URL\Component\Host\HostInterface; +use VendorPrefix\Rowbot\URL\Origin; /** * @see https://html.spec.whatwg.org/multipage/origin.html#concept-origin-tuple diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/TypeError.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/TypeError.php index 09ea7d25a..3411577f2 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/TypeError.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/TypeError.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Exception; +namespace VendorPrefix\Rowbot\URL\Exception; class TypeError extends URLException { } diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/URLException.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/URLException.php index 94f22c0b6..4eb921bb5 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/URLException.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/URLException.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Exception; +namespace VendorPrefix\Rowbot\URL\Exception; use Exception; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/UnsupportedOperationException.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/UnsupportedOperationException.php index ddda97062..3e72b9e85 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/UnsupportedOperationException.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Exception/UnsupportedOperationException.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Exception; +namespace VendorPrefix\Rowbot\URL\Exception; class UnsupportedOperationException extends URLException { } diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Origin.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Origin.php index df32b0c36..c5b3ffa04 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Origin.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Origin.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL; +namespace VendorPrefix\Rowbot\URL; /** * @see https://html.spec.whatwg.org/multipage/browsers.html#origin diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/ParserContext.php b/components/DataLiberation/vendor-patched/rowbot/url/src/ParserContext.php index 6ba8c148c..9197898c4 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/ParserContext.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/ParserContext.php @@ -2,13 +2,13 @@ declare( strict_types=1 ); -namespace Rowbot\URL; +namespace VendorPrefix\Rowbot\URL; -use Psr\Log\LoggerInterface; -use Rowbot\URL\String\StringBufferInterface; -use Rowbot\URL\String\StringIteratorInterface; -use Rowbot\URL\String\USVStringInterface; -use Rowbot\URL\Support\EncodingHelper; +use VendorPrefix\Psr\Log\LoggerInterface; +use VendorPrefix\Rowbot\URL\String\StringBufferInterface; +use VendorPrefix\Rowbot\URL\String\StringIteratorInterface; +use VendorPrefix\Rowbot\URL\String\USVStringInterface; +use VendorPrefix\Rowbot\URL\Support\EncodingHelper; final class ParserContext { /** diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/ParserState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/ParserState.php index fa35924ef..94deb72f5 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/ParserState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/ParserState.php @@ -2,30 +2,30 @@ declare( strict_types=1 ); -namespace Rowbot\URL; +namespace VendorPrefix\Rowbot\URL; -use Rowbot\URL\State\AuthorityState; -use Rowbot\URL\State\FileHostState; -use Rowbot\URL\State\FileSlashState; -use Rowbot\URL\State\FileState; -use Rowbot\URL\State\FragmentState; -use Rowbot\URL\State\HostnameState; -use Rowbot\URL\State\HostState; -use Rowbot\URL\State\NoSchemeState; -use Rowbot\URL\State\OpaquePathState; -use Rowbot\URL\State\PathOrAuthorityState; -use Rowbot\URL\State\PathStartState; -use Rowbot\URL\State\PathState; -use Rowbot\URL\State\PortState; -use Rowbot\URL\State\QueryState; -use Rowbot\URL\State\RelativeSlashState; -use Rowbot\URL\State\RelativeState; -use Rowbot\URL\State\SchemeStartState; -use Rowbot\URL\State\SchemeState; -use Rowbot\URL\State\SpecialAuthorityIgnoreSlashesState; -use Rowbot\URL\State\SpecialAuthoritySlashesState; -use Rowbot\URL\State\SpecialRelativeOrAuthorityState; -use Rowbot\URL\State\State; +use VendorPrefix\Rowbot\URL\State\AuthorityState; +use VendorPrefix\Rowbot\URL\State\FileHostState; +use VendorPrefix\Rowbot\URL\State\FileSlashState; +use VendorPrefix\Rowbot\URL\State\FileState; +use VendorPrefix\Rowbot\URL\State\FragmentState; +use VendorPrefix\Rowbot\URL\State\HostnameState; +use VendorPrefix\Rowbot\URL\State\HostState; +use VendorPrefix\Rowbot\URL\State\NoSchemeState; +use VendorPrefix\Rowbot\URL\State\OpaquePathState; +use VendorPrefix\Rowbot\URL\State\PathOrAuthorityState; +use VendorPrefix\Rowbot\URL\State\PathStartState; +use VendorPrefix\Rowbot\URL\State\PathState; +use VendorPrefix\Rowbot\URL\State\PortState; +use VendorPrefix\Rowbot\URL\State\QueryState; +use VendorPrefix\Rowbot\URL\State\RelativeSlashState; +use VendorPrefix\Rowbot\URL\State\RelativeState; +use VendorPrefix\Rowbot\URL\State\SchemeStartState; +use VendorPrefix\Rowbot\URL\State\SchemeState; +use VendorPrefix\Rowbot\URL\State\SpecialAuthorityIgnoreSlashesState; +use VendorPrefix\Rowbot\URL\State\SpecialAuthoritySlashesState; +use VendorPrefix\Rowbot\URL\State\SpecialRelativeOrAuthorityState; +use VendorPrefix\Rowbot\URL\State\State; class ParserState { public const SCHEME_START = 'scheme_start'; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/AbstractHostState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/AbstractHostState.php index c73b66d74..7cc9f4fa9 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/AbstractHostState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/AbstractHostState.php @@ -2,12 +2,12 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\Component\Host\HostParser; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\Component\Host\HostParser; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; /** * @see https://url.spec.whatwg.org/#host-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/AuthorityState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/AuthorityState.php index 5c4490ae0..95d2f2be5 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/AuthorityState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/AuthorityState.php @@ -2,13 +2,13 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; -use Rowbot\URL\String\EncodeSet; -use Rowbot\URL\String\PercentEncoder; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\String\EncodeSet; +use VendorPrefix\Rowbot\URL\String\PercentEncoder; /** * @see https://url.spec.whatwg.org/#authority-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileHostState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileHostState.php index 72c53c774..6c32cb3ff 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileHostState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileHostState.php @@ -2,13 +2,13 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\Component\Host\HostParser; -use Rowbot\URL\Component\Host\StringHost; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\Component\Host\HostParser; +use VendorPrefix\Rowbot\URL\Component\Host\StringHost; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; /** * @see https://url.spec.whatwg.org/#file-host-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileSlashState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileSlashState.php index a073614bc..edcfe2926 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileSlashState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileSlashState.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; /** * @see https://url.spec.whatwg.org/#file-slash-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileState.php index 6a29f85c8..c23ec585c 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/FileState.php @@ -2,14 +2,14 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; - -use Rowbot\URL\Component\Host\StringHost; -use Rowbot\URL\Component\PathList; -use Rowbot\URL\Component\Scheme; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; +namespace VendorPrefix\Rowbot\URL\State; + +use VendorPrefix\Rowbot\URL\Component\Host\StringHost; +use VendorPrefix\Rowbot\URL\Component\PathList; +use VendorPrefix\Rowbot\URL\Component\Scheme; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; /** * @see https://url.spec.whatwg.org/#file-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/FragmentState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/FragmentState.php index b010d7c38..c71716ac9 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/FragmentState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/FragmentState.php @@ -2,12 +2,12 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\String\CodePoint; -use Rowbot\URL\String\EncodeSet; -use Rowbot\URL\String\PercentEncoder; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\String\EncodeSet; +use VendorPrefix\Rowbot\URL\String\PercentEncoder; /** * @see https://url.spec.whatwg.org/#fragment-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/HostState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/HostState.php index 915a94aa8..508d850dd 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/HostState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/HostState.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; class HostState extends AbstractHostState { } diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/HostnameState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/HostnameState.php index 3d5c80ec4..66601b4cb 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/HostnameState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/HostnameState.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; class HostnameState extends AbstractHostState { } diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/NoSchemeState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/NoSchemeState.php index 1b068231a..6ccf0b68a 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/NoSchemeState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/NoSchemeState.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; /** * @see https://url.spec.whatwg.org/#no-scheme-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/OpaquePathState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/OpaquePathState.php index 5b59eaff9..8544d68c2 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/OpaquePathState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/OpaquePathState.php @@ -2,13 +2,13 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; -use Rowbot\URL\String\EncodeSet; -use Rowbot\URL\String\PercentEncoder; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\String\EncodeSet; +use VendorPrefix\Rowbot\URL\String\PercentEncoder; /** * @see https://url.spec.whatwg.org/#cannot-be-a-base-url-path-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathOrAuthorityState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathOrAuthorityState.php index 3b11ad9a3..886430066 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathOrAuthorityState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathOrAuthorityState.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; /** * @see https://url.spec.whatwg.org/#path-or-authority-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathStartState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathStartState.php index 3b33dc16f..78ab3821d 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathStartState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathStartState.php @@ -2,12 +2,12 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\Component\PathSegment; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\Component\PathSegment; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; /** * @see https://url.spec.whatwg.org/#path-start-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathState.php index 24fb30808..8919b0f93 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/PathState.php @@ -2,14 +2,14 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; - -use Rowbot\URL\Component\PathSegment; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; -use Rowbot\URL\String\EncodeSet; -use Rowbot\URL\String\PercentEncoder; +namespace VendorPrefix\Rowbot\URL\State; + +use VendorPrefix\Rowbot\URL\Component\PathSegment; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\String\EncodeSet; +use VendorPrefix\Rowbot\URL\String\PercentEncoder; /** * @see https://url.spec.whatwg.org/#path-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/PortState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/PortState.php index 7517f502f..0b78bbf33 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/PortState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/PortState.php @@ -2,11 +2,11 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; use function strpbrk; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/QueryState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/QueryState.php index b5a8d56ea..b88c7b319 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/QueryState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/QueryState.php @@ -2,13 +2,13 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; -use Rowbot\URL\String\EncodeSet; -use Rowbot\URL\String\PercentEncoder; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\String\EncodeSet; +use VendorPrefix\Rowbot\URL\String\PercentEncoder; /** * @see https://url.spec.whatwg.org/#query-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/RelativeSlashState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/RelativeSlashState.php index 4bf1f8bfb..65fb33b19 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/RelativeSlashState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/RelativeSlashState.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; use function assert; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/RelativeState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/RelativeState.php index f9c60056b..2485e7f61 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/RelativeState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/RelativeState.php @@ -2,11 +2,11 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; use function assert; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/SchemeStartState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/SchemeStartState.php index 4d43c0136..876eda989 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/SchemeStartState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/SchemeStartState.php @@ -2,11 +2,11 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; use function strpbrk; use function strtolower; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/SchemeState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/SchemeState.php index aa86e8882..ae0642903 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/SchemeState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/SchemeState.php @@ -2,13 +2,13 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\Component\OpaquePath; -use Rowbot\URL\Component\PathSegment; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; -use Rowbot\URL\String\CodePoint; +use VendorPrefix\Rowbot\URL\Component\OpaquePath; +use VendorPrefix\Rowbot\URL\Component\PathSegment; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\String\CodePoint; use function assert; use function strpbrk; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialAuthorityIgnoreSlashesState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialAuthorityIgnoreSlashesState.php index b10507df6..a00849d8b 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialAuthorityIgnoreSlashesState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialAuthorityIgnoreSlashesState.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; /** * @see https://url.spec.whatwg.org/#special-authority-ignore-slashes-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialAuthoritySlashesState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialAuthoritySlashesState.php index 3c455fa1a..2b2f0255d 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialAuthoritySlashesState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialAuthoritySlashesState.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; /** * @see https://url.spec.whatwg.org/#special-authority-slashes-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialRelativeOrAuthorityState.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialRelativeOrAuthorityState.php index 5e2945ee4..2de525c94 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialRelativeOrAuthorityState.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/SpecialRelativeOrAuthorityState.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; -use Rowbot\URL\ParserContext; -use Rowbot\URL\ParserState; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\ParserState; /** * @see https://url.spec.whatwg.org/#special-relative-or-authority-state diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/State.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/State.php index fff53c37b..404351bd1 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/State.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/State.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; interface State { } diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/State/StatusCode.php b/components/DataLiberation/vendor-patched/rowbot/url/src/State/StatusCode.php index ed378dede..eec599f68 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/State/StatusCode.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/State/StatusCode.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\State; +namespace VendorPrefix\Rowbot\URL\State; class StatusCode { public const OK = 'ok'; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractStringBuffer.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractStringBuffer.php index 8af7e548f..bac66a83d 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractStringBuffer.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractStringBuffer.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; use IteratorAggregate; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractStringList.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractStringList.php index c110e205d..53e34b81d 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractStringList.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractStringList.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; use Generator; -use Rowbot\URL\String\Exception\UndefinedIndexException; +use VendorPrefix\Rowbot\URL\String\Exception\UndefinedIndexException; use function array_pop; use function count; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractUSVString.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractUSVString.php index 3af7e9eb8..04b4f47e3 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractUSVString.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/AbstractUSVString.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; -use Rowbot\URL\String\Exception\RegexException; +use VendorPrefix\Rowbot\URL\String\Exception\RegexException; use function explode; use function intval; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/CodePoint.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/CodePoint.php index bcacc2378..0359f97cc 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/CodePoint.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/CodePoint.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; use function in_array; use function strpbrk; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/EncodeSet.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/EncodeSet.php index 10f5c95cd..f31df6c4a 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/EncodeSet.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/EncodeSet.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; class EncodeSet { public const C0_CONTROL = 'c0_control'; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/EncodingException.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/EncodingException.php index b45b46d0f..454b20bc0 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/EncodingException.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/EncodingException.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String\Exception; +namespace VendorPrefix\Rowbot\URL\String\Exception; -use Rowbot\URL\Exception\URLException; +use VendorPrefix\Rowbot\URL\Exception\URLException; class EncodingException extends URLException { } diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/RegexException.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/RegexException.php index 83d786931..e34eb9a46 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/RegexException.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/RegexException.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String\Exception; +namespace VendorPrefix\Rowbot\URL\String\Exception; -use Rowbot\URL\Exception\URLException; +use VendorPrefix\Rowbot\URL\Exception\URLException; class RegexException extends URLException { } diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/UndefinedIndexException.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/UndefinedIndexException.php index 3e5d2879e..c970ac15b 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/UndefinedIndexException.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/Exception/UndefinedIndexException.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String\Exception; +namespace VendorPrefix\Rowbot\URL\String\Exception; -use Rowbot\URL\Exception\URLException; +use VendorPrefix\Rowbot\URL\Exception\URLException; class UndefinedIndexException extends URLException { } diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/PercentEncoder.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/PercentEncoder.php index a02ea14e2..cfa85d9b5 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/PercentEncoder.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/PercentEncoder.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; -use Rowbot\URL\String\Exception\RegexException; -use Rowbot\URL\Support\EncodingHelper; +use VendorPrefix\Rowbot\URL\String\Exception\RegexException; +use VendorPrefix\Rowbot\URL\Support\EncodingHelper; use function bin2hex; use function hexdec; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringBuffer.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringBuffer.php index 20844900b..fe317f476 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringBuffer.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringBuffer.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; -use Rowbot\URL\Component\PathSegment; -use Rowbot\URL\Component\Scheme; +use VendorPrefix\Rowbot\URL\Component\PathSegment; +use VendorPrefix\Rowbot\URL\Component\Scheme; use function intval; use function preg_match; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringBufferInterface.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringBufferInterface.php index 6c766b21c..9f077f5a6 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringBufferInterface.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringBufferInterface.php @@ -2,11 +2,11 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; use IteratorAggregate; -use Rowbot\URL\Component\PathSegment; -use Rowbot\URL\Component\Scheme; +use VendorPrefix\Rowbot\URL\Component\PathSegment; +use VendorPrefix\Rowbot\URL\Component\Scheme; /** * @extends IteratorAggregate diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringIteratorInterface.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringIteratorInterface.php index be83d38ca..1bfbe9227 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringIteratorInterface.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringIteratorInterface.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; use SeekableIterator; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringList.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringList.php index 1cb05c688..e337e03d7 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringList.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringList.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; /** * @extends AbstractStringList diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringListInterface.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringListInterface.php index 24bb88d88..b57d0f62c 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringListInterface.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/StringListInterface.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; use Countable; use IteratorAggregate; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/USVStringInterface.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/USVStringInterface.php index f27e21f03..dff04f92d 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/USVStringInterface.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/USVStringInterface.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; use IteratorAggregate; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/Utf8String.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/Utf8String.php index f132f2357..294b7923b 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/Utf8String.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/Utf8String.php @@ -2,9 +2,9 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; -use Rowbot\URL\String\Exception\EncodingException; +use VendorPrefix\Rowbot\URL\String\Exception\EncodingException; use function mb_convert_encoding; use function mb_scrub; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/String/Utf8StringIterator.php b/components/DataLiberation/vendor-patched/rowbot/url/src/String/Utf8StringIterator.php index 3bebf1525..8ab8ee3f2 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/String/Utf8StringIterator.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/String/Utf8StringIterator.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\String; +namespace VendorPrefix\Rowbot\URL\String; use function mb_str_split; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/Support/EncodingHelper.php b/components/DataLiberation/vendor-patched/rowbot/url/src/Support/EncodingHelper.php index d1da26958..7d36cbff1 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/Support/EncodingHelper.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/Support/EncodingHelper.php @@ -2,7 +2,7 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Support; +namespace VendorPrefix\Rowbot\URL\Support; use function strtolower; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/URL.php b/components/DataLiberation/vendor-patched/rowbot/url/src/URL.php index 099d0bb11..98e94f496 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/URL.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/URL.php @@ -2,17 +2,17 @@ declare( strict_types=1 ); -namespace Rowbot\URL; +namespace VendorPrefix\Rowbot\URL; use InvalidArgumentException; use JsonSerializable; -use Psr\Log\LoggerAwareInterface; -use Psr\Log\LoggerAwareTrait; -use Psr\Log\LoggerInterface; -use Rowbot\URL\Component\PathList; -use Rowbot\URL\Component\QueryList; -use Rowbot\URL\Exception\TypeError; -use Rowbot\URL\String\Utf8String; +use VendorPrefix\Psr\Log\LoggerAwareInterface; +use VendorPrefix\Psr\Log\LoggerAwareTrait; +use VendorPrefix\Psr\Log\LoggerInterface; +use VendorPrefix\Rowbot\URL\Component\PathList; +use VendorPrefix\Rowbot\URL\Component\QueryList; +use VendorPrefix\Rowbot\URL\Exception\TypeError; +use VendorPrefix\Rowbot\URL\String\Utf8String; use Stringable; use Throwable; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/URLRecord.php b/components/DataLiberation/vendor-patched/rowbot/url/src/URLRecord.php index 682b484ca..5198fa49f 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/URLRecord.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/URLRecord.php @@ -2,18 +2,18 @@ declare( strict_types=1 ); -namespace Rowbot\URL; - -use Rowbot\URL\Component\Host\HostInterface; -use Rowbot\URL\Component\Host\NullHost; -use Rowbot\URL\Component\OpaqueOrigin; -use Rowbot\URL\Component\PathInterface; -use Rowbot\URL\Component\PathList; -use Rowbot\URL\Component\Scheme; -use Rowbot\URL\Component\TupleOrigin; -use Rowbot\URL\String\EncodeSet; -use Rowbot\URL\String\PercentEncoder; -use Rowbot\URL\String\USVStringInterface; +namespace VendorPrefix\Rowbot\URL; + +use VendorPrefix\Rowbot\URL\Component\Host\HostInterface; +use VendorPrefix\Rowbot\URL\Component\Host\NullHost; +use VendorPrefix\Rowbot\URL\Component\OpaqueOrigin; +use VendorPrefix\Rowbot\URL\Component\PathInterface; +use VendorPrefix\Rowbot\URL\Component\PathList; +use VendorPrefix\Rowbot\URL\Component\Scheme; +use VendorPrefix\Rowbot\URL\Component\TupleOrigin; +use VendorPrefix\Rowbot\URL\String\EncodeSet; +use VendorPrefix\Rowbot\URL\String\PercentEncoder; +use VendorPrefix\Rowbot\URL\String\USVStringInterface; class URLRecord { /** diff --git a/components/DataLiberation/vendor-patched/rowbot/url/src/URLSearchParams.php b/components/DataLiberation/vendor-patched/rowbot/url/src/URLSearchParams.php index 28bab41d6..a0641f045 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/src/URLSearchParams.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/src/URLSearchParams.php @@ -2,15 +2,15 @@ declare( strict_types=1 ); -namespace Rowbot\URL; +namespace VendorPrefix\Rowbot\URL; use Countable; use Iterator; use ReflectionObject; use ReflectionProperty; -use Rowbot\URL\Component\QueryList; -use Rowbot\URL\Exception\TypeError; -use Rowbot\URL\String\Utf8String; +use VendorPrefix\Rowbot\URL\Component\QueryList; +use VendorPrefix\Rowbot\URL\Exception\TypeError; +use VendorPrefix\Rowbot\URL\String\Utf8String; use Stringable; @@ -302,17 +302,17 @@ private function initIterator( iterable $input ): void { // } // } // - // $s = new \Rowbot\URL\URLSearchParams([new CountableClass()]); + // $s = new \VendorPrefix\Rowbot\URL\URLSearchParams([new CountableClass()]); // // or: // // $a = new \ArrayObject(['x', 'y']); - // $s = new \Rowbot\URL\URLSearchParams($a); + // $s = new \VendorPrefix\Rowbot\URL\URLSearchParams($a); // // while still allowing things like: // // $a = new \ArrayObject(new \ArrayObject(['x', 'y'])); - // $s = new \Rowbot\URL\URLSearchParams($a);' + // $s = new \VendorPrefix\Rowbot\URL\URLSearchParams($a);' if ( ! ( is_array( $pair ) || $pair instanceof Countable ) || ! is_iterable( $pair ) ) { throw new TypeError( sprintf( 'Expected a valid sequence such as an Array or iterable Object that implements ' diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/EncodingHelperTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/EncodingHelperTest.php index 5b64ffac5..678c2f83d 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/EncodingHelperTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/EncodingHelperTest.php @@ -2,11 +2,11 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use PHPUnit\Framework\Attributes\TestWith; use PHPUnit\Framework\TestCase; -use Rowbot\URL\Support\EncodingHelper; +use VendorPrefix\Rowbot\URL\Support\EncodingHelper; class EncodingHelperTest extends TestCase { public function testReplacementAndUtf16EncodingsGetForcedToUtf8( string $encoding, string $outputEncoding ): void { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/HostParserTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/HostParserTest.php index 64a7beb87..c0854bb03 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/HostParserTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/HostParserTest.php @@ -2,16 +2,16 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; -use Rowbot\URL\Component\Host\HostInterface; -use Rowbot\URL\Component\Host\HostParser; -use Rowbot\URL\ParserContext; -use Rowbot\URL\String\StringBuffer; -use Rowbot\URL\String\Utf8String; -use Rowbot\URL\URLRecord; +use VendorPrefix\Rowbot\URL\Component\Host\HostInterface; +use VendorPrefix\Rowbot\URL\Component\Host\HostParser; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\String\StringBuffer; +use VendorPrefix\Rowbot\URL\String\Utf8String; +use VendorPrefix\Rowbot\URL\URLRecord; class HostParserTest extends TestCase { /** diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/BrickMathAdapterTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/BrickMathAdapterTest.php index 2120b350c..337d5656f 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/BrickMathAdapterTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/BrickMathAdapterTest.php @@ -2,12 +2,12 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests\Math; +namespace VendorPrefix\Rowbot\URL\Tests\Math; -use Rowbot\URL\Component\Host\Math\BrickMathAdapter; -use Rowbot\URL\Component\Host\Math\Exception\MathException; -use Rowbot\URL\Component\Host\Math\NativeIntAdapter; -use Rowbot\URL\Component\Host\Math\NumberInterface; +use VendorPrefix\Rowbot\URL\Component\Host\Math\BrickMathAdapter; +use VendorPrefix\Rowbot\URL\Component\Host\Math\Exception\MathException; +use VendorPrefix\Rowbot\URL\Component\Host\Math\NativeIntAdapter; +use VendorPrefix\Rowbot\URL\Component\Host\Math\NumberInterface; class BrickMathAdapterTest extends MathTestCase { /** diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/MathTestCase.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/MathTestCase.php index 2f405268c..65a64db33 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/MathTestCase.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/MathTestCase.php @@ -2,12 +2,12 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests\Math; +namespace VendorPrefix\Rowbot\URL\Tests\Math; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\Attributes\TestWith; use PHPUnit\Framework\TestCase; -use Rowbot\URL\Component\Host\Math\NumberInterface; +use VendorPrefix\Rowbot\URL\Component\Host\Math\NumberInterface; use const PHP_INT_MAX; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/NativeIntAdapterTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/NativeIntAdapterTest.php index 16d2cd35b..8a94bd76a 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/NativeIntAdapterTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/Math/NativeIntAdapterTest.php @@ -2,12 +2,12 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests\Math; +namespace VendorPrefix\Rowbot\URL\Tests\Math; -use Rowbot\URL\Component\Host\Math\BrickMathAdapter; -use Rowbot\URL\Component\Host\Math\Exception\MathException; -use Rowbot\URL\Component\Host\Math\NativeIntAdapter; -use Rowbot\URL\Component\Host\Math\NumberInterface; +use VendorPrefix\Rowbot\URL\Component\Host\Math\BrickMathAdapter; +use VendorPrefix\Rowbot\URL\Component\Host\Math\Exception\MathException; +use VendorPrefix\Rowbot\URL\Component\Host\Math\NativeIntAdapter; +use VendorPrefix\Rowbot\URL\Component\Host\Math\NumberInterface; class NativeIntAdapterTest extends MathTestCase { /** diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/NullHostTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/NullHostTest.php index 40361b78e..963cfcf51 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/NullHostTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/NullHostTest.php @@ -2,11 +2,11 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use PHPUnit\Framework\TestCase; -use Rowbot\URL\Component\Host\NullHost; -use Rowbot\URL\Component\Host\StringHost; +use VendorPrefix\Rowbot\URL\Component\Host\NullHost; +use VendorPrefix\Rowbot\URL\Component\Host\StringHost; class NullHostTest extends TestCase { public function testNullHostSerializesToEmptyString(): void { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/OriginTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/OriginTest.php index 229af0fe8..89714ce89 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/OriginTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/OriginTest.php @@ -2,20 +2,20 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; -use Rowbot\URL\BasicURLParser; -use Rowbot\URL\Component\Host\HostParser; -use Rowbot\URL\Component\OpaqueOrigin; -use Rowbot\URL\Component\TupleOrigin; -use Rowbot\URL\Origin; -use Rowbot\URL\ParserContext; -use Rowbot\URL\String\StringBuffer; -use Rowbot\URL\String\Utf8String; -use Rowbot\URL\String\Utf8StringIterator; -use Rowbot\URL\URLRecord; +use VendorPrefix\Rowbot\URL\BasicURLParser; +use VendorPrefix\Rowbot\URL\Component\Host\HostParser; +use VendorPrefix\Rowbot\URL\Component\OpaqueOrigin; +use VendorPrefix\Rowbot\URL\Component\TupleOrigin; +use VendorPrefix\Rowbot\URL\Origin; +use VendorPrefix\Rowbot\URL\ParserContext; +use VendorPrefix\Rowbot\URL\String\StringBuffer; +use VendorPrefix\Rowbot\URL\String\Utf8String; +use VendorPrefix\Rowbot\URL\String\Utf8StringIterator; +use VendorPrefix\Rowbot\URL\URLRecord; class OriginTest extends TestCase { public static function originProvider(): array { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/PathTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/PathTest.php index 2fbe6dc84..fb9c69184 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/PathTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/PathTest.php @@ -2,14 +2,14 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; -use Rowbot\URL\Component\OpaquePath; -use Rowbot\URL\Component\PathSegment; -use Rowbot\URL\Component\Scheme; -use Rowbot\URL\Exception\URLException; +use VendorPrefix\Rowbot\URL\Component\OpaquePath; +use VendorPrefix\Rowbot\URL\Component\PathSegment; +use VendorPrefix\Rowbot\URL\Component\Scheme; +use VendorPrefix\Rowbot\URL\Exception\URLException; class PathTest extends TestCase { public static function isNormalizedWindowsDriveLetterProvider(): array { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/QueryListTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/QueryListTest.php index 00c67df11..cc30cd8ad 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/QueryListTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/QueryListTest.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use PHPUnit\Framework\TestCase; -use Rowbot\URL\Component\QueryList; +use VendorPrefix\Rowbot\URL\Component\QueryList; class QueryListTest extends TestCase { public function testSetDoesNothingWhenNoMatchingNameExists(): void { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/QueryStateTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/QueryStateTest.php index 57a9fe18f..fec2adc70 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/QueryStateTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/QueryStateTest.php @@ -2,12 +2,12 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use PHPUnit\Framework\TestCase; -use Rowbot\URL\BasicURLParser; -use Rowbot\URL\String\Utf8String; -use Rowbot\URL\URLRecord; +use VendorPrefix\Rowbot\URL\BasicURLParser; +use VendorPrefix\Rowbot\URL\String\Utf8String; +use VendorPrefix\Rowbot\URL\URLRecord; use function html_entity_decode; diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/SchemeTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/SchemeTest.php index 7931b7c35..127122c25 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/SchemeTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/SchemeTest.php @@ -2,13 +2,13 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\Attributes\TestWith; use PHPUnit\Framework\TestCase; use ReflectionClass; -use Rowbot\URL\Component\Scheme; +use VendorPrefix\Rowbot\URL\Component\Scheme; class SchemeTest extends TestCase { public static function specialSchemeNonNullDefaultPortProvider(): iterable { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/StringsTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/StringsTest.php index 27b6b8603..f853caabf 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/StringsTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/StringsTest.php @@ -2,14 +2,14 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; -use Rowbot\URL\String\Exception\RegexException; -use Rowbot\URL\String\Exception\UndefinedIndexException; -use Rowbot\URL\String\StringList; -use Rowbot\URL\String\Utf8String; +use VendorPrefix\Rowbot\URL\String\Exception\RegexException; +use VendorPrefix\Rowbot\URL\String\Exception\UndefinedIndexException; +use VendorPrefix\Rowbot\URL\String\StringList; +use VendorPrefix\Rowbot\URL\String\Utf8String; use ValueError; class StringsTest extends TestCase { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/URLRecordTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/URLRecordTest.php index 98c855e0d..318218ecd 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/URLRecordTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/URLRecordTest.php @@ -2,12 +2,12 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use PHPUnit\Framework\Attributes\TestWith; use PHPUnit\Framework\TestCase; -use Rowbot\URL\BasicURLParser; -use Rowbot\URL\String\Utf8String; +use VendorPrefix\Rowbot\URL\BasicURLParser; +use VendorPrefix\Rowbot\URL\String\Utf8String; class URLRecordTest extends TestCase { public function testUnknownBlobUrlCreatesOpaqueOrigin(): void { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/URLSearchParamsTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/URLSearchParamsTest.php index 7ad23b365..8724577aa 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/URLSearchParamsTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/URLSearchParamsTest.php @@ -2,16 +2,16 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use ArrayObject; use Countable; use Generator; use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\TestCase; -use Rowbot\URL\Exception\TypeError; -use Rowbot\URL\URL; -use Rowbot\URL\URLSearchParams; +use VendorPrefix\Rowbot\URL\Exception\TypeError; +use VendorPrefix\Rowbot\URL\URL; +use VendorPrefix\Rowbot\URL\URLSearchParams; class URLSearchParamsTest extends TestCase { public function testCloningStandaloneURLSearchParams(): void { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/URLTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/URLTest.php index e4c22feab..b5529ca76 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/URLTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/URLTest.php @@ -2,13 +2,13 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; use InvalidArgumentException; use PHPUnit\Framework\Attributes\TestWith; use PHPUnit\Framework\TestCase; -use Rowbot\URL\Exception\TypeError; -use Rowbot\URL\URL; +use VendorPrefix\Rowbot\URL\Exception\TypeError; +use VendorPrefix\Rowbot\URL\URL; use TypeError as NativeTypeError; class URLTest extends TestCase { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/ValidationErrorLogger.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/ValidationErrorLogger.php index 1c62d88a1..e874a6eef 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/ValidationErrorLogger.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/ValidationErrorLogger.php @@ -2,10 +2,10 @@ declare( strict_types=1 ); -namespace Rowbot\URL\Tests; +namespace VendorPrefix\Rowbot\URL\Tests; -use Psr\Log\LoggerInterface; -use Psr\Log\LoggerTrait; +use VendorPrefix\Psr\Log\LoggerInterface; +use VendorPrefix\Psr\Log\LoggerTrait; use Stringable; final class ValidationErrorLogger implements LoggerInterface { diff --git a/components/DataLiberation/vendor-patched/rowbot/url/tests/WhatWg/FailureTest.php b/components/DataLiberation/vendor-patched/rowbot/url/tests/WhatWg/FailureTest.php index c01888aca..deddc2b83 100644 --- a/components/DataLiberation/vendor-patched/rowbot/url/tests/WhatWg/FailureTest.php +++ b/components/DataLiberation/vendor-patched/rowbot/url/tests/WhatWg/FailureTest.php @@ -1,10 +1,10 @@ = 80000 ) { return require __DIR__ . '/bootstrap80.php'; diff --git a/components/DataLiberation/vendor-patched/symfony/polyfill-ctype/bootstrap80.php b/components/DataLiberation/vendor-patched/symfony/polyfill-ctype/bootstrap80.php index b3b36bbc2..7df5d086b 100644 --- a/components/DataLiberation/vendor-patched/symfony/polyfill-ctype/bootstrap80.php +++ b/components/DataLiberation/vendor-patched/symfony/polyfill-ctype/bootstrap80.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -use Symfony\Polyfill\Ctype as p; +use VendorPrefix\Symfony\Polyfill\Ctype as p; if ( ! function_exists( 'ctype_alnum' ) ) { /** diff --git a/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/Normalizer.php b/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/Normalizer.php index 10aaeead8..ceb3573ca 100644 --- a/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/Normalizer.php +++ b/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/Normalizer.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Polyfill\Intl\Normalizer; +namespace VendorPrefix\Symfony\Polyfill\Intl\Normalizer; use ValueError; diff --git a/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php b/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php index 04e4a6b91..95e8ad885 100644 --- a/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php +++ b/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php @@ -1,6 +1,6 @@ = 80000 ) { return require __DIR__ . '/bootstrap80.php'; diff --git a/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/bootstrap80.php b/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/bootstrap80.php index 0ff7e53c0..2b742a3cf 100644 --- a/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/bootstrap80.php +++ b/components/DataLiberation/vendor-patched/symfony/polyfill-intl-normalizer/bootstrap80.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -use Symfony\Polyfill\Intl\Normalizer as p; +use VendorPrefix\Symfony\Polyfill\Intl\Normalizer as p; if ( ! function_exists( 'normalizer_is_normalized' ) ) { function normalizer_is_normalized( ?string $string, ?int $form = p\Normalizer::FORM_C ): bool { diff --git a/components/DataLiberation/vendor-patched/symfony/polyfill-php80/Php80.php b/components/DataLiberation/vendor-patched/symfony/polyfill-php80/Php80.php index 801aa4845..a24b620d9 100644 --- a/components/DataLiberation/vendor-patched/symfony/polyfill-php80/Php80.php +++ b/components/DataLiberation/vendor-patched/symfony/polyfill-php80/Php80.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Polyfill\Php80; +namespace VendorPrefix\Symfony\Polyfill\Php80; use __PHP_Incomplete_Class; use TypeError; diff --git a/components/DataLiberation/vendor-patched/symfony/polyfill-php80/PhpToken.php b/components/DataLiberation/vendor-patched/symfony/polyfill-php80/PhpToken.php index a93fbdfd7..39abb269b 100644 --- a/components/DataLiberation/vendor-patched/symfony/polyfill-php80/PhpToken.php +++ b/components/DataLiberation/vendor-patched/symfony/polyfill-php80/PhpToken.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Polyfill\Php80; +namespace VendorPrefix\Symfony\Polyfill\Php80; use function in_array; use function is_string; diff --git a/components/DataLiberation/vendor-patched/symfony/polyfill-php80/Resources/stubs/PhpToken.php b/components/DataLiberation/vendor-patched/symfony/polyfill-php80/Resources/stubs/PhpToken.php index 78c050163..cd93017a4 100644 --- a/components/DataLiberation/vendor-patched/symfony/polyfill-php80/Resources/stubs/PhpToken.php +++ b/components/DataLiberation/vendor-patched/symfony/polyfill-php80/Resources/stubs/PhpToken.php @@ -10,6 +10,6 @@ */ if ( PHP_VERSION_ID < 80000 && extension_loaded( 'tokenizer' ) ) { - class PhpToken extends Symfony\Polyfill\Php80\PhpToken { + class PhpToken extends VendorPrefix\Symfony\Polyfill\Php80\PhpToken { } } diff --git a/components/DataLiberation/vendor-patched/symfony/polyfill-php80/bootstrap.php b/components/DataLiberation/vendor-patched/symfony/polyfill-php80/bootstrap.php index 7e8a15593..5386c7e1f 100644 --- a/components/DataLiberation/vendor-patched/symfony/polyfill-php80/bootstrap.php +++ b/components/DataLiberation/vendor-patched/symfony/polyfill-php80/bootstrap.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -use Symfony\Polyfill\Php80 as p; +use VendorPrefix\Symfony\Polyfill\Php80 as p; if ( PHP_VERSION_ID >= 80000 ) { return; diff --git a/components/HttpClient/Tests/ClientTestBase.php b/components/HttpClient/Tests/ClientTestBase.php index 78a467692..9af2cf159 100644 --- a/components/HttpClient/Tests/ClientTestBase.php +++ b/components/HttpClient/Tests/ClientTestBase.php @@ -3,7 +3,7 @@ namespace WordPress\HttpClient\Tests; use PHPUnit\Framework\TestCase; -use Symfony\Component\Process\Process; +use VendorPrefix\Symfony\Component\Process\Process; use WordPress\HttpClient\Client; use WordPress\HttpClient\HttpError; use WordPress\HttpClient\Request; diff --git a/components/HttpClient/Tests/RequestReadStreamTest.php b/components/HttpClient/Tests/RequestReadStreamTest.php index caa8bd60e..620524154 100644 --- a/components/HttpClient/Tests/RequestReadStreamTest.php +++ b/components/HttpClient/Tests/RequestReadStreamTest.php @@ -3,7 +3,7 @@ namespace WordPress\HttpClient\Tests; use PHPUnit\Framework\TestCase; -use Symfony\Component\Process\Process; +use VendorPrefix\Symfony\Component\Process\Process; use WordPress\ByteStream\ByteStreamException; use WordPress\HttpClient\ByteStream\RequestReadStream; use WordPress\HttpClient\Client; diff --git a/components/HttpClient/Tests/WithServerTrait.php b/components/HttpClient/Tests/WithServerTrait.php index 2212eb529..26054c4c2 100644 --- a/components/HttpClient/Tests/WithServerTrait.php +++ b/components/HttpClient/Tests/WithServerTrait.php @@ -2,7 +2,7 @@ namespace WordPress\HttpClient\Tests; -use Symfony\Component\Process\Process; +use VendorPrefix\Symfony\Component\Process\Process; trait WithServerTrait { diff --git a/components/HttpServer/class-incomingrequest.php b/components/HttpServer/class-incomingrequest.php index c3bb64c90..d1959fba7 100644 --- a/components/HttpServer/class-incomingrequest.php +++ b/components/HttpServer/class-incomingrequest.php @@ -3,7 +3,7 @@ namespace WordPress\HttpServer; use Exception; -use Rowbot\URL\URL; +use VendorPrefix\Rowbot\URL\URL; use WordPress\ByteStream\ReadStream\ByteReadStream; use WordPress\ByteStream\ReadStream\FileReadStream; use WordPress\ByteStream\ReadStream\InflateReadStream; diff --git a/components/Markdown/vendor-patched/composer/ClassLoader.php b/components/Markdown/vendor-patched/composer/ClassLoader.php index afef3fa2a..17828d941 100644 --- a/components/Markdown/vendor-patched/composer/ClassLoader.php +++ b/components/Markdown/vendor-patched/composer/ClassLoader.php @@ -18,7 +18,7 @@ * $loader = new \Composer\Autoload\ClassLoader(); * * // register classes with namespaces - * $loader->add('Symfony\Component', __DIR__.'/component'); + * $loader->add('VendorPrefix\Symfony\Component', __DIR__.'/component'); * $loader->add('Symfony', __DIR__.'/framework'); * * // activate the autoloader @@ -27,8 +27,8 @@ * // to enable searching the include path (eg. for PEAR packages) * $loader->setUseIncludePath(true); * - * In this example, if you try to use a class in the Symfony\Component - * namespace or one of its children (Symfony\Component\Console for instance), + * In this example, if you try to use a class in the VendorPrefix\Symfony\Component + * namespace or one of its children (VendorPrefix\Symfony\Component\Console for instance), * the autoloader will first look for the class under the component/ * directory, and it will then fallback to the framework/ directory if not * found before giving up. diff --git a/components/Markdown/vendor-patched/composer/autoload_classmap.php b/components/Markdown/vendor-patched/composer/autoload_classmap.php index 2448ac22b..d4f79123e 100644 --- a/components/Markdown/vendor-patched/composer/autoload_classmap.php +++ b/components/Markdown/vendor-patched/composer/autoload_classmap.php @@ -381,25 +381,25 @@ 'Nette\\Utils\\UnknownImageFileException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php', 'Nette\\Utils\\Validators' => $vendorDir . '/nette/utils/src/Utils/Validators.php', 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', - 'Psr\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/psr/event-dispatcher/src/EventDispatcherInterface.php', - 'Psr\\EventDispatcher\\ListenerProviderInterface' => $vendorDir . '/psr/event-dispatcher/src/ListenerProviderInterface.php', - 'Psr\\EventDispatcher\\StoppableEventInterface' => $vendorDir . '/psr/event-dispatcher/src/StoppableEventInterface.php', + 'VendorPrefix\\Psr\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/psr/event-dispatcher/src/EventDispatcherInterface.php', + 'VendorPrefix\\Psr\\EventDispatcher\\ListenerProviderInterface' => $vendorDir . '/psr/event-dispatcher/src/ListenerProviderInterface.php', + 'VendorPrefix\\Psr\\EventDispatcher\\StoppableEventInterface' => $vendorDir . '/psr/event-dispatcher/src/StoppableEventInterface.php', 'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', - 'Symfony\\Component\\Yaml\\Command\\LintCommand' => $vendorDir . '/symfony/yaml/Command/LintCommand.php', - 'Symfony\\Component\\Yaml\\Dumper' => $vendorDir . '/symfony/yaml/Dumper.php', - 'Symfony\\Component\\Yaml\\Escaper' => $vendorDir . '/symfony/yaml/Escaper.php', - 'Symfony\\Component\\Yaml\\Exception\\DumpException' => $vendorDir . '/symfony/yaml/Exception/DumpException.php', - 'Symfony\\Component\\Yaml\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/yaml/Exception/ExceptionInterface.php', - 'Symfony\\Component\\Yaml\\Exception\\ParseException' => $vendorDir . '/symfony/yaml/Exception/ParseException.php', - 'Symfony\\Component\\Yaml\\Exception\\RuntimeException' => $vendorDir . '/symfony/yaml/Exception/RuntimeException.php', - 'Symfony\\Component\\Yaml\\Inline' => $vendorDir . '/symfony/yaml/Inline.php', - 'Symfony\\Component\\Yaml\\Parser' => $vendorDir . '/symfony/yaml/Parser.php', - 'Symfony\\Component\\Yaml\\Tag\\TaggedValue' => $vendorDir . '/symfony/yaml/Tag/TaggedValue.php', - 'Symfony\\Component\\Yaml\\Unescaper' => $vendorDir . '/symfony/yaml/Unescaper.php', - 'Symfony\\Component\\Yaml\\Yaml' => $vendorDir . '/symfony/yaml/Yaml.php', - 'Symfony\\Polyfill\\Ctype\\Ctype' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php', - 'Symfony\\Polyfill\\Php80\\Php80' => $vendorDir . '/symfony/polyfill-php80/Php80.php', - 'Symfony\\Polyfill\\Php80\\PhpToken' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Command\\LintCommand' => $vendorDir . '/symfony/yaml/Command/LintCommand.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Dumper' => $vendorDir . '/symfony/yaml/Dumper.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Escaper' => $vendorDir . '/symfony/yaml/Escaper.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Exception\\DumpException' => $vendorDir . '/symfony/yaml/Exception/DumpException.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/yaml/Exception/ExceptionInterface.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Exception\\ParseException' => $vendorDir . '/symfony/yaml/Exception/ParseException.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Exception\\RuntimeException' => $vendorDir . '/symfony/yaml/Exception/RuntimeException.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Inline' => $vendorDir . '/symfony/yaml/Inline.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Parser' => $vendorDir . '/symfony/yaml/Parser.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Tag\\TaggedValue' => $vendorDir . '/symfony/yaml/Tag/TaggedValue.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Unescaper' => $vendorDir . '/symfony/yaml/Unescaper.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Yaml' => $vendorDir . '/symfony/yaml/Yaml.php', + 'VendorPrefix\\Symfony\\Polyfill\\Ctype\\Ctype' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php', + 'VendorPrefix\\Symfony\\Polyfill\\Php80\\Php80' => $vendorDir . '/symfony/polyfill-php80/Php80.php', + 'VendorPrefix\\Symfony\\Polyfill\\Php80\\PhpToken' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php', 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', 'WP_Markdown_Directory_Tree_Reader' => $baseDir . '/src/WP_Markdown_Directory_Tree_Reader.php', diff --git a/components/Markdown/vendor-patched/composer/autoload_psr4.php b/components/Markdown/vendor-patched/composer/autoload_psr4.php index 1702d6694..7adafe3e1 100644 --- a/components/Markdown/vendor-patched/composer/autoload_psr4.php +++ b/components/Markdown/vendor-patched/composer/autoload_psr4.php @@ -7,10 +7,10 @@ return array( 'Webuni\\FrontMatter\\' => array($vendorDir . '/webuni/front-matter/src'), - 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), - 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), - 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'), - 'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'), + 'VendorPrefix\\Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), + 'VendorPrefix\\Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), + 'VendorPrefix\\Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'), + 'VendorPrefix\\Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'), 'League\\Config\\' => array($vendorDir . '/league/config/src'), 'League\\CommonMark\\' => array($vendorDir . '/league/commonmark/src'), 'Dflydev\\DotAccessData\\' => array($vendorDir . '/dflydev/dot-access-data/src'), diff --git a/components/Markdown/vendor-patched/composer/autoload_static.php b/components/Markdown/vendor-patched/composer/autoload_static.php index 5adc73678..02a3e43c8 100644 --- a/components/Markdown/vendor-patched/composer/autoload_static.php +++ b/components/Markdown/vendor-patched/composer/autoload_static.php @@ -19,13 +19,13 @@ class ComposerStaticInit13c3acfa4eaaf3747ca455e049c26d35 ), 'S' => array ( - 'Symfony\\Polyfill\\Php80\\' => 23, - 'Symfony\\Polyfill\\Ctype\\' => 23, - 'Symfony\\Component\\Yaml\\' => 23, + 'VendorPrefix\\Symfony\\Polyfill\\Php80\\' => 23, + 'VendorPrefix\\Symfony\\Polyfill\\Ctype\\' => 23, + 'VendorPrefix\\Symfony\\Component\\Yaml\\' => 23, ), 'P' => array ( - 'Psr\\EventDispatcher\\' => 20, + 'VendorPrefix\\Psr\\EventDispatcher\\' => 20, ), 'L' => array ( @@ -43,19 +43,19 @@ class ComposerStaticInit13c3acfa4eaaf3747ca455e049c26d35 array ( 0 => __DIR__ . '/..' . '/webuni/front-matter/src', ), - 'Symfony\\Polyfill\\Php80\\' => + 'VendorPrefix\\Symfony\\Polyfill\\Php80\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-php80', ), - 'Symfony\\Polyfill\\Ctype\\' => + 'VendorPrefix\\Symfony\\Polyfill\\Ctype\\' => array ( 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', ), - 'Symfony\\Component\\Yaml\\' => + 'VendorPrefix\\Symfony\\Component\\Yaml\\' => array ( 0 => __DIR__ . '/..' . '/symfony/yaml', ), - 'Psr\\EventDispatcher\\' => + 'VendorPrefix\\Psr\\EventDispatcher\\' => array ( 0 => __DIR__ . '/..' . '/psr/event-dispatcher/src', ), @@ -449,25 +449,25 @@ class ComposerStaticInit13c3acfa4eaaf3747ca455e049c26d35 'Nette\\Utils\\UnknownImageFileException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php', 'Nette\\Utils\\Validators' => __DIR__ . '/..' . '/nette/utils/src/Utils/Validators.php', 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', - 'Psr\\EventDispatcher\\EventDispatcherInterface' => __DIR__ . '/..' . '/psr/event-dispatcher/src/EventDispatcherInterface.php', - 'Psr\\EventDispatcher\\ListenerProviderInterface' => __DIR__ . '/..' . '/psr/event-dispatcher/src/ListenerProviderInterface.php', - 'Psr\\EventDispatcher\\StoppableEventInterface' => __DIR__ . '/..' . '/psr/event-dispatcher/src/StoppableEventInterface.php', + 'VendorPrefix\\Psr\\EventDispatcher\\EventDispatcherInterface' => __DIR__ . '/..' . '/psr/event-dispatcher/src/EventDispatcherInterface.php', + 'VendorPrefix\\Psr\\EventDispatcher\\ListenerProviderInterface' => __DIR__ . '/..' . '/psr/event-dispatcher/src/ListenerProviderInterface.php', + 'VendorPrefix\\Psr\\EventDispatcher\\StoppableEventInterface' => __DIR__ . '/..' . '/psr/event-dispatcher/src/StoppableEventInterface.php', 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', - 'Symfony\\Component\\Yaml\\Command\\LintCommand' => __DIR__ . '/..' . '/symfony/yaml/Command/LintCommand.php', - 'Symfony\\Component\\Yaml\\Dumper' => __DIR__ . '/..' . '/symfony/yaml/Dumper.php', - 'Symfony\\Component\\Yaml\\Escaper' => __DIR__ . '/..' . '/symfony/yaml/Escaper.php', - 'Symfony\\Component\\Yaml\\Exception\\DumpException' => __DIR__ . '/..' . '/symfony/yaml/Exception/DumpException.php', - 'Symfony\\Component\\Yaml\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/yaml/Exception/ExceptionInterface.php', - 'Symfony\\Component\\Yaml\\Exception\\ParseException' => __DIR__ . '/..' . '/symfony/yaml/Exception/ParseException.php', - 'Symfony\\Component\\Yaml\\Exception\\RuntimeException' => __DIR__ . '/..' . '/symfony/yaml/Exception/RuntimeException.php', - 'Symfony\\Component\\Yaml\\Inline' => __DIR__ . '/..' . '/symfony/yaml/Inline.php', - 'Symfony\\Component\\Yaml\\Parser' => __DIR__ . '/..' . '/symfony/yaml/Parser.php', - 'Symfony\\Component\\Yaml\\Tag\\TaggedValue' => __DIR__ . '/..' . '/symfony/yaml/Tag/TaggedValue.php', - 'Symfony\\Component\\Yaml\\Unescaper' => __DIR__ . '/..' . '/symfony/yaml/Unescaper.php', - 'Symfony\\Component\\Yaml\\Yaml' => __DIR__ . '/..' . '/symfony/yaml/Yaml.php', - 'Symfony\\Polyfill\\Ctype\\Ctype' => __DIR__ . '/..' . '/symfony/polyfill-ctype/Ctype.php', - 'Symfony\\Polyfill\\Php80\\Php80' => __DIR__ . '/..' . '/symfony/polyfill-php80/Php80.php', - 'Symfony\\Polyfill\\Php80\\PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/PhpToken.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Command\\LintCommand' => __DIR__ . '/..' . '/symfony/yaml/Command/LintCommand.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Dumper' => __DIR__ . '/..' . '/symfony/yaml/Dumper.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Escaper' => __DIR__ . '/..' . '/symfony/yaml/Escaper.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Exception\\DumpException' => __DIR__ . '/..' . '/symfony/yaml/Exception/DumpException.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/yaml/Exception/ExceptionInterface.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Exception\\ParseException' => __DIR__ . '/..' . '/symfony/yaml/Exception/ParseException.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Exception\\RuntimeException' => __DIR__ . '/..' . '/symfony/yaml/Exception/RuntimeException.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Inline' => __DIR__ . '/..' . '/symfony/yaml/Inline.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Parser' => __DIR__ . '/..' . '/symfony/yaml/Parser.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Tag\\TaggedValue' => __DIR__ . '/..' . '/symfony/yaml/Tag/TaggedValue.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Unescaper' => __DIR__ . '/..' . '/symfony/yaml/Unescaper.php', + 'VendorPrefix\\Symfony\\Component\\Yaml\\Yaml' => __DIR__ . '/..' . '/symfony/yaml/Yaml.php', + 'VendorPrefix\\Symfony\\Polyfill\\Ctype\\Ctype' => __DIR__ . '/..' . '/symfony/polyfill-ctype/Ctype.php', + 'VendorPrefix\\Symfony\\Polyfill\\Php80\\Php80' => __DIR__ . '/..' . '/symfony/polyfill-php80/Php80.php', + 'VendorPrefix\\Symfony\\Polyfill\\Php80\\PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/PhpToken.php', 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', 'WP_Markdown_Directory_Tree_Reader' => __DIR__ . '/../..' . '/src/WP_Markdown_Directory_Tree_Reader.php', diff --git a/components/Markdown/vendor-patched/composer/installed.json b/components/Markdown/vendor-patched/composer/installed.json index c7e41794b..502817563 100644 --- a/components/Markdown/vendor-patched/composer/installed.json +++ b/components/Markdown/vendor-patched/composer/installed.json @@ -429,7 +429,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "Psr\\EventDispatcher\\": "src/" + "VendorPrefix\\Psr\\EventDispatcher\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -550,7 +550,7 @@ "autoload": { "files": ["bootstrap.php"], "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" + "VendorPrefix\\Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -617,7 +617,7 @@ "autoload": { "files": ["bootstrap.php"], "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" + "VendorPrefix\\Symfony\\Polyfill\\Php80\\": "" }, "classmap": ["Resources/stubs"] }, @@ -691,7 +691,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "Symfony\\Component\\Yaml\\": "" + "VendorPrefix\\Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": ["/Tests/"] }, diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Environment/Environment.php b/components/Markdown/vendor-patched/league/commonmark/src/Environment/Environment.php index 1256f2a11..2636da3f4 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Environment/Environment.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Environment/Environment.php @@ -40,9 +40,9 @@ use League\Config\ConfigurationAwareInterface; use League\Config\ConfigurationInterface; use Nette\Schema\Expect; -use Psr\EventDispatcher\EventDispatcherInterface; -use Psr\EventDispatcher\ListenerProviderInterface; -use Psr\EventDispatcher\StoppableEventInterface; +use VendorPrefix\Psr\EventDispatcher\EventDispatcherInterface; +use VendorPrefix\Psr\EventDispatcher\ListenerProviderInterface; +use VendorPrefix\Psr\EventDispatcher\StoppableEventInterface; final class Environment implements EnvironmentInterface, EnvironmentBuilderInterface, ListenerProviderInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentInterface.php index 8e19a5273..ce9cfbb38 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentInterface.php @@ -21,7 +21,7 @@ use League\CommonMark\Parser\Inline\InlineParserInterface; use League\CommonMark\Renderer\NodeRendererInterface; use League\Config\ConfigurationProviderInterface; -use Psr\EventDispatcher\EventDispatcherInterface; +use VendorPrefix\Psr\EventDispatcher\EventDispatcherInterface; interface EnvironmentInterface extends ConfigurationProviderInterface, EventDispatcherInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Event/AbstractEvent.php b/components/Markdown/vendor-patched/league/commonmark/src/Event/AbstractEvent.php index ea0e088f2..94cd0d972 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Event/AbstractEvent.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Event/AbstractEvent.php @@ -16,7 +16,7 @@ namespace League\CommonMark\Event; -use Psr\EventDispatcher\StoppableEventInterface; +use VendorPrefix\Psr\EventDispatcher\StoppableEventInterface; /** * Base class for classes containing event data. diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php index 8d99d336a..f8e1c436c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php @@ -15,8 +15,8 @@ use League\CommonMark\Exception\MissingDependencyException; use League\CommonMark\Extension\FrontMatter\Exception\InvalidFrontMatterException; -use Symfony\Component\Yaml\Exception\ParseException; -use Symfony\Component\Yaml\Yaml; +use VendorPrefix\Symfony\Component\Yaml\Exception\ParseException; +use VendorPrefix\Symfony\Component\Yaml\Yaml; final class SymfonyYamlFrontMatterParser implements FrontMatterDataParserInterface { diff --git a/components/Markdown/vendor-patched/psr/event-dispatcher/src/EventDispatcherInterface.php b/components/Markdown/vendor-patched/psr/event-dispatcher/src/EventDispatcherInterface.php index 4306fa915..6fdab3bda 100644 --- a/components/Markdown/vendor-patched/psr/event-dispatcher/src/EventDispatcherInterface.php +++ b/components/Markdown/vendor-patched/psr/event-dispatcher/src/EventDispatcherInterface.php @@ -1,7 +1,7 @@ = 80000) { return require __DIR__.'/bootstrap80.php'; diff --git a/components/Markdown/vendor-patched/symfony/polyfill-ctype/bootstrap80.php b/components/Markdown/vendor-patched/symfony/polyfill-ctype/bootstrap80.php index 2b540ea41..15b936633 100644 --- a/components/Markdown/vendor-patched/symfony/polyfill-ctype/bootstrap80.php +++ b/components/Markdown/vendor-patched/symfony/polyfill-ctype/bootstrap80.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -use Symfony\Polyfill\Ctype as p; +use VendorPrefix\Symfony\Polyfill\Ctype as p; if (!function_exists('ctype_alnum')) { /** diff --git a/components/Markdown/vendor-patched/symfony/polyfill-php80/Php80.php b/components/Markdown/vendor-patched/symfony/polyfill-php80/Php80.php index 362dd1a95..1a5324676 100644 --- a/components/Markdown/vendor-patched/symfony/polyfill-php80/Php80.php +++ b/components/Markdown/vendor-patched/symfony/polyfill-php80/Php80.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Polyfill\Php80; +namespace VendorPrefix\Symfony\Polyfill\Php80; /** * @author Ion Bazan diff --git a/components/Markdown/vendor-patched/symfony/polyfill-php80/PhpToken.php b/components/Markdown/vendor-patched/symfony/polyfill-php80/PhpToken.php index ffd164d88..09305f517 100644 --- a/components/Markdown/vendor-patched/symfony/polyfill-php80/PhpToken.php +++ b/components/Markdown/vendor-patched/symfony/polyfill-php80/PhpToken.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Polyfill\Php80; +namespace VendorPrefix\Symfony\Polyfill\Php80; /** * @author Fedonyuk Anton diff --git a/components/Markdown/vendor-patched/symfony/polyfill-php80/Resources/stubs/PhpToken.php b/components/Markdown/vendor-patched/symfony/polyfill-php80/Resources/stubs/PhpToken.php index bd1212f6e..8dee864cd 100644 --- a/components/Markdown/vendor-patched/symfony/polyfill-php80/Resources/stubs/PhpToken.php +++ b/components/Markdown/vendor-patched/symfony/polyfill-php80/Resources/stubs/PhpToken.php @@ -10,7 +10,7 @@ */ if (\PHP_VERSION_ID < 80000 && extension_loaded('tokenizer')) { - class PhpToken extends Symfony\Polyfill\Php80\PhpToken + class PhpToken extends VendorPrefix\Symfony\Polyfill\Php80\PhpToken { } } diff --git a/components/Markdown/vendor-patched/symfony/polyfill-php80/bootstrap.php b/components/Markdown/vendor-patched/symfony/polyfill-php80/bootstrap.php index e5f7dbc1a..261ed72ad 100644 --- a/components/Markdown/vendor-patched/symfony/polyfill-php80/bootstrap.php +++ b/components/Markdown/vendor-patched/symfony/polyfill-php80/bootstrap.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -use Symfony\Polyfill\Php80 as p; +use VendorPrefix\Symfony\Polyfill\Php80 as p; if (\PHP_VERSION_ID >= 80000) { return; diff --git a/components/Markdown/vendor-patched/symfony/yaml/Command/LintCommand.php b/components/Markdown/vendor-patched/symfony/yaml/Command/LintCommand.php index c68adc510..c93d10ef3 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Command/LintCommand.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Command/LintCommand.php @@ -9,23 +9,23 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml\Command; - -use Symfony\Component\Console\Attribute\AsCommand; -use Symfony\Component\Console\CI\GithubActionReporter; -use Symfony\Component\Console\Command\Command; -use Symfony\Component\Console\Completion\CompletionInput; -use Symfony\Component\Console\Completion\CompletionSuggestions; -use Symfony\Component\Console\Exception\InvalidArgumentException; -use Symfony\Component\Console\Exception\RuntimeException; -use Symfony\Component\Console\Input\InputArgument; -use Symfony\Component\Console\Input\InputInterface; -use Symfony\Component\Console\Input\InputOption; -use Symfony\Component\Console\Output\OutputInterface; -use Symfony\Component\Console\Style\SymfonyStyle; -use Symfony\Component\Yaml\Exception\ParseException; -use Symfony\Component\Yaml\Parser; -use Symfony\Component\Yaml\Yaml; +namespace VendorPrefix\Symfony\Component\Yaml\Command; + +use VendorPrefix\Symfony\Component\Console\Attribute\AsCommand; +use VendorPrefix\Symfony\Component\Console\CI\GithubActionReporter; +use VendorPrefix\Symfony\Component\Console\Command\Command; +use VendorPrefix\Symfony\Component\Console\Completion\CompletionInput; +use VendorPrefix\Symfony\Component\Console\Completion\CompletionSuggestions; +use VendorPrefix\Symfony\Component\Console\Exception\InvalidArgumentException; +use VendorPrefix\Symfony\Component\Console\Exception\RuntimeException; +use VendorPrefix\Symfony\Component\Console\Input\InputArgument; +use VendorPrefix\Symfony\Component\Console\Input\InputInterface; +use VendorPrefix\Symfony\Component\Console\Input\InputOption; +use VendorPrefix\Symfony\Component\Console\Output\OutputInterface; +use VendorPrefix\Symfony\Component\Console\Style\SymfonyStyle; +use VendorPrefix\Symfony\Component\Yaml\Exception\ParseException; +use VendorPrefix\Symfony\Component\Yaml\Parser; +use VendorPrefix\Symfony\Component\Yaml\Yaml; /** * Validates YAML files syntax and outputs encountered errors. @@ -36,7 +36,7 @@ class LintCommand extends Command { /** - * @var \Symfony\Component\Yaml\Parser + * @var \VendorPrefix\Symfony\Component\Yaml\Parser */ private $parser; /** diff --git a/components/Markdown/vendor-patched/symfony/yaml/Dumper.php b/components/Markdown/vendor-patched/symfony/yaml/Dumper.php index d5012437f..652c18d12 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Dumper.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Dumper.php @@ -9,9 +9,9 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml; +namespace VendorPrefix\Symfony\Component\Yaml; -use Symfony\Component\Yaml\Tag\TaggedValue; +use VendorPrefix\Symfony\Component\Yaml\Tag\TaggedValue; /** * Dumper dumps PHP variables to YAML strings. diff --git a/components/Markdown/vendor-patched/symfony/yaml/Escaper.php b/components/Markdown/vendor-patched/symfony/yaml/Escaper.php index e42034aa1..97983e4f4 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Escaper.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Escaper.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml; +namespace VendorPrefix\Symfony\Component\Yaml; /** * Escaper encapsulates escaping rules for single and double-quoted diff --git a/components/Markdown/vendor-patched/symfony/yaml/Exception/DumpException.php b/components/Markdown/vendor-patched/symfony/yaml/Exception/DumpException.php index cce972f24..6c1ea2447 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Exception/DumpException.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Exception/DumpException.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml\Exception; +namespace VendorPrefix\Symfony\Component\Yaml\Exception; /** * Exception class thrown when an error occurs during dumping. diff --git a/components/Markdown/vendor-patched/symfony/yaml/Exception/ExceptionInterface.php b/components/Markdown/vendor-patched/symfony/yaml/Exception/ExceptionInterface.php index 909131684..cbe738064 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Exception/ExceptionInterface.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Exception/ExceptionInterface.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml\Exception; +namespace VendorPrefix\Symfony\Component\Yaml\Exception; /** * Exception interface for all exceptions thrown by the component. diff --git a/components/Markdown/vendor-patched/symfony/yaml/Exception/ParseException.php b/components/Markdown/vendor-patched/symfony/yaml/Exception/ParseException.php index 4830657ab..e5e33190a 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Exception/ParseException.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Exception/ParseException.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml\Exception; +namespace VendorPrefix\Symfony\Component\Yaml\Exception; /** * Exception class thrown when an error occurs during parsing. diff --git a/components/Markdown/vendor-patched/symfony/yaml/Exception/RuntimeException.php b/components/Markdown/vendor-patched/symfony/yaml/Exception/RuntimeException.php index 3f36b73be..1afcdf7b9 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Exception/RuntimeException.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Exception/RuntimeException.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml\Exception; +namespace VendorPrefix\Symfony\Component\Yaml\Exception; /** * Exception class thrown when an error occurs during parsing. diff --git a/components/Markdown/vendor-patched/symfony/yaml/Inline.php b/components/Markdown/vendor-patched/symfony/yaml/Inline.php index 01694779e..34d72c827 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Inline.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Inline.php @@ -9,11 +9,11 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml; +namespace VendorPrefix\Symfony\Component\Yaml; -use Symfony\Component\Yaml\Exception\DumpException; -use Symfony\Component\Yaml\Exception\ParseException; -use Symfony\Component\Yaml\Tag\TaggedValue; +use VendorPrefix\Symfony\Component\Yaml\Exception\DumpException; +use VendorPrefix\Symfony\Component\Yaml\Exception\ParseException; +use VendorPrefix\Symfony\Component\Yaml\Tag\TaggedValue; /** * Inline implements a YAML parser/dumper for the YAML inline syntax. diff --git a/components/Markdown/vendor-patched/symfony/yaml/Parser.php b/components/Markdown/vendor-patched/symfony/yaml/Parser.php index 8fde625f0..6bfd3d309 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Parser.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Parser.php @@ -9,10 +9,10 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml; +namespace VendorPrefix\Symfony\Component\Yaml; -use Symfony\Component\Yaml\Exception\ParseException; -use Symfony\Component\Yaml\Tag\TaggedValue; +use VendorPrefix\Symfony\Component\Yaml\Exception\ParseException; +use VendorPrefix\Symfony\Component\Yaml\Tag\TaggedValue; /** * Parser parses YAML strings to convert them to PHP arrays. diff --git a/components/Markdown/vendor-patched/symfony/yaml/Resources/bin/yaml-lint b/components/Markdown/vendor-patched/symfony/yaml/Resources/bin/yaml-lint index 143869e01..fe3c6956d 100755 --- a/components/Markdown/vendor-patched/symfony/yaml/Resources/bin/yaml-lint +++ b/components/Markdown/vendor-patched/symfony/yaml/Resources/bin/yaml-lint @@ -20,8 +20,8 @@ if ('cli' !== \PHP_SAPI) { * @author Jan Schädlich */ -use Symfony\Component\Console\Application; -use Symfony\Component\Yaml\Command\LintCommand; +use VendorPrefix\Symfony\Component\Console\Application; +use VendorPrefix\Symfony\Component\Yaml\Command\LintCommand; function includeIfExists(string $file): bool { diff --git a/components/Markdown/vendor-patched/symfony/yaml/Tag/TaggedValue.php b/components/Markdown/vendor-patched/symfony/yaml/Tag/TaggedValue.php index 13bdbd9ef..670f1be26 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Tag/TaggedValue.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Tag/TaggedValue.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml\Tag; +namespace VendorPrefix\Symfony\Component\Yaml\Tag; /** * @author Nicolas Grekas diff --git a/components/Markdown/vendor-patched/symfony/yaml/Unescaper.php b/components/Markdown/vendor-patched/symfony/yaml/Unescaper.php index ecc289a41..03889dbab 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Unescaper.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Unescaper.php @@ -9,9 +9,9 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml; +namespace VendorPrefix\Symfony\Component\Yaml; -use Symfony\Component\Yaml\Exception\ParseException; +use VendorPrefix\Symfony\Component\Yaml\Exception\ParseException; /** * Unescaper encapsulates unescaping rules for single and double-quoted diff --git a/components/Markdown/vendor-patched/symfony/yaml/Yaml.php b/components/Markdown/vendor-patched/symfony/yaml/Yaml.php index 24696b7d5..057dec5bd 100644 --- a/components/Markdown/vendor-patched/symfony/yaml/Yaml.php +++ b/components/Markdown/vendor-patched/symfony/yaml/Yaml.php @@ -9,9 +9,9 @@ * file that was distributed with this source code. */ -namespace Symfony\Component\Yaml; +namespace VendorPrefix\Symfony\Component\Yaml; -use Symfony\Component\Yaml\Exception\ParseException; +use VendorPrefix\Symfony\Component\Yaml\Exception\ParseException; /** * Yaml offers convenience methods to load and dump YAML. diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/YamlProcessor.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/YamlProcessor.php index db4bf7603..2f3580dca 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/YamlProcessor.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/YamlProcessor.php @@ -12,7 +12,7 @@ namespace Webuni\FrontMatter\Processor; -use Symfony\Component\Yaml\Yaml; +use VendorPrefix\Symfony\Component\Yaml\Yaml; final class YamlProcessor implements ProcessorInterface { diff --git a/components/Zip/Tests/ZipFilesystemTest.php b/components/Zip/Tests/ZipFilesystemTest.php index 8afeb3224..b41468f1c 100644 --- a/components/Zip/Tests/ZipFilesystemTest.php +++ b/components/Zip/Tests/ZipFilesystemTest.php @@ -1,7 +1,7 @@ Date: Sun, 30 Nov 2025 01:06:46 +0100 Subject: [PATCH 2/4] Cover all inlined vendor libraries --- .../DataReference/class-datareference.php | 2 +- .../Markdown/class-markdownconsumer.php | 28 +- .../composer/autoload_classmap.php | 778 ++++++++--------- .../vendor-patched/composer/autoload_psr4.php | 8 +- .../composer/autoload_static.php | 794 +++++++++--------- .../vendor-patched/composer/installed.json | 12 +- .../dflydev/dot-access-data/README.md | 4 +- .../dflydev/dot-access-data/src/Data.php | 8 +- .../dot-access-data/src/DataInterface.php | 6 +- .../src/Exception/DataException.php | 2 +- .../src/Exception/InvalidPathException.php | 2 +- .../src/Exception/MissingPathException.php | 2 +- .../dflydev/dot-access-data/src/Util.php | 2 +- .../league/commonmark/README.md | 4 +- .../commonmark/src/CommonMarkConverter.php | 8 +- .../commonmark/src/ConverterInterface.php | 8 +- .../commonmark/src/Delimiter/Bracket.php | 8 +- .../commonmark/src/Delimiter/Delimiter.php | 10 +- .../src/Delimiter/DelimiterInterface.php | 4 +- .../src/Delimiter/DelimiterParser.php | 18 +- .../src/Delimiter/DelimiterStack.php | 14 +- .../CacheableDelimiterProcessorInterface.php | 4 +- .../DelimiterProcessorCollection.php | 4 +- .../DelimiterProcessorCollectionInterface.php | 4 +- .../Processor/DelimiterProcessorInterface.php | 6 +- .../Processor/StaggeredDelimiterProcessor.php | 8 +- .../src/Environment/Environment.php | 52 +- .../Environment/EnvironmentAwareInterface.php | 2 +- .../EnvironmentBuilderInterface.php | 18 +- .../src/Environment/EnvironmentInterface.php | 20 +- .../commonmark/src/Event/AbstractEvent.php | 2 +- .../src/Event/DocumentParsedEvent.php | 6 +- .../src/Event/DocumentPreParsedEvent.php | 10 +- .../src/Event/DocumentPreRenderEvent.php | 6 +- .../src/Event/DocumentRenderedEvent.php | 6 +- .../commonmark/src/Event/ListenerData.php | 2 +- .../Exception/AlreadyInitializedException.php | 2 +- .../src/Exception/CommonMarkException.php | 2 +- .../commonmark/src/Exception/IOException.php | 2 +- .../Exception/InvalidArgumentException.php | 2 +- .../src/Exception/LogicException.php | 2 +- .../Exception/MissingDependencyException.php | 2 +- .../Exception/UnexpectedEncodingException.php | 2 +- .../Attributes/AttributesExtension.php | 14 +- .../Attributes/Event/AttributesListener.php | 22 +- .../Extension/Attributes/Node/Attributes.php | 4 +- .../Attributes/Node/AttributesInline.php | 4 +- .../Parser/AttributesBlockContinueParser.php | 20 +- .../Parser/AttributesBlockStartParser.php | 12 +- .../Parser/AttributesInlineParser.php | 16 +- .../Attributes/Util/AttributesHelper.php | 8 +- .../Extension/Autolink/AutolinkExtension.php | 10 +- .../Autolink/EmailAutolinkParser.php | 10 +- .../Extension/Autolink/UrlAutolinkParser.php | 10 +- .../CommonMark/CommonMarkCoreExtension.php | 18 +- .../Processor/EmphasisDelimiterProcessor.php | 18 +- .../CommonMark/Node/Block/BlockQuote.php | 4 +- .../CommonMark/Node/Block/FencedCode.php | 6 +- .../CommonMark/Node/Block/Heading.php | 4 +- .../CommonMark/Node/Block/HtmlBlock.php | 6 +- .../CommonMark/Node/Block/IndentedCode.php | 6 +- .../CommonMark/Node/Block/ListBlock.php | 8 +- .../CommonMark/Node/Block/ListData.php | 2 +- .../CommonMark/Node/Block/ListItem.php | 6 +- .../CommonMark/Node/Block/ThematicBreak.php | 4 +- .../Node/Inline/AbstractWebResource.php | 4 +- .../Extension/CommonMark/Node/Inline/Code.php | 4 +- .../CommonMark/Node/Inline/Emphasis.php | 6 +- .../CommonMark/Node/Inline/HtmlInline.php | 6 +- .../CommonMark/Node/Inline/Image.php | 4 +- .../Extension/CommonMark/Node/Inline/Link.php | 4 +- .../CommonMark/Node/Inline/Strong.php | 6 +- .../Parser/Block/BlockQuoteParser.php | 18 +- .../Parser/Block/BlockQuoteStartParser.php | 10 +- .../Parser/Block/FencedCodeParser.php | 20 +- .../Parser/Block/FencedCodeStartParser.php | 10 +- .../CommonMark/Parser/Block/HeadingParser.php | 20 +- .../Parser/Block/HeadingStartParser.php | 12 +- .../Parser/Block/HtmlBlockParser.php | 18 +- .../Parser/Block/HtmlBlockStartParser.php | 18 +- .../Parser/Block/IndentedCodeParser.php | 18 +- .../Parser/Block/IndentedCodeStartParser.php | 12 +- .../Parser/Block/ListBlockParser.php | 22 +- .../Parser/Block/ListBlockStartParser.php | 24 +- .../Parser/Block/ListItemParser.php | 20 +- .../Parser/Block/ThematicBreakParser.php | 16 +- .../Parser/Block/ThematicBreakStartParser.php | 12 +- .../Parser/Inline/AutolinkParser.php | 12 +- .../Parser/Inline/BacktickParser.php | 16 +- .../CommonMark/Parser/Inline/BangParser.php | 10 +- .../Parser/Inline/CloseBracketParser.php | 40 +- .../CommonMark/Parser/Inline/EntityParser.php | 16 +- .../Parser/Inline/EscapableParser.php | 16 +- .../Parser/Inline/HtmlInlineParser.php | 12 +- .../Parser/Inline/OpenBracketParser.php | 10 +- .../Renderer/Block/BlockQuoteRenderer.php | 14 +- .../Renderer/Block/FencedCodeRenderer.php | 16 +- .../Renderer/Block/HeadingRenderer.php | 14 +- .../Renderer/Block/HtmlBlockRenderer.php | 20 +- .../Renderer/Block/IndentedCodeRenderer.php | 18 +- .../Renderer/Block/ListBlockRenderer.php | 16 +- .../Renderer/Block/ListItemRenderer.php | 18 +- .../Renderer/Block/ThematicBreakRenderer.php | 16 +- .../Renderer/Inline/CodeRenderer.php | 18 +- .../Renderer/Inline/EmphasisRenderer.php | 16 +- .../Renderer/Inline/HtmlInlineRenderer.php | 20 +- .../Renderer/Inline/ImageRenderer.php | 30 +- .../Renderer/Inline/LinkRenderer.php | 22 +- .../Renderer/Inline/StrongRenderer.php | 16 +- .../ConfigurableExtensionInterface.php | 4 +- .../ApplyDefaultAttributesProcessor.php | 12 +- .../DefaultAttributesExtension.php | 12 +- .../DescriptionListExtension.php | 26 +- .../ConsecutiveDescriptionListMerger.php | 8 +- .../Event/LooseDescriptionHandler.php | 16 +- .../DescriptionList/Node/Description.php | 6 +- .../DescriptionList/Node/DescriptionList.php | 4 +- .../DescriptionList/Node/DescriptionTerm.php | 4 +- .../Parser/DescriptionContinueParser.php | 18 +- .../Parser/DescriptionListContinueParser.php | 22 +- .../Parser/DescriptionStartParser.php | 14 +- .../Parser/DescriptionTermContinueParser.php | 20 +- .../Renderer/DescriptionListRenderer.php | 12 +- .../Renderer/DescriptionRenderer.php | 12 +- .../Renderer/DescriptionTermRenderer.php | 12 +- .../DisallowedRawHtmlExtension.php | 18 +- .../DisallowedRawHtmlRenderer.php | 16 +- .../Embed/Bridge/OscaroteroEmbedAdapter.php | 8 +- .../Embed/DomainFilteringAdapter.php | 4 +- .../commonmark/src/Extension/Embed/Embed.php | 4 +- .../Extension/Embed/EmbedAdapterInterface.php | 2 +- .../src/Extension/Embed/EmbedExtension.php | 12 +- .../src/Extension/Embed/EmbedParser.php | 12 +- .../src/Extension/Embed/EmbedProcessor.php | 14 +- .../src/Extension/Embed/EmbedRenderer.php | 8 +- .../src/Extension/Embed/EmbedStartParser.php | 12 +- .../src/Extension/ExtensionInterface.php | 4 +- .../ExternalLink/ExternalLinkExtension.php | 12 +- .../ExternalLink/ExternalLinkProcessor.php | 10 +- .../Event/AnonymousFootnotesListener.php | 22 +- .../FixOrphanedFootnotesAndRefsListener.php | 12 +- .../Event/GatherFootnotesListener.php | 24 +- .../Event/NumberFootnotesListener.php | 8 +- .../Extension/Footnote/FootnoteExtension.php | 42 +- .../src/Extension/Footnote/Node/Footnote.php | 10 +- .../Footnote/Node/FootnoteBackref.php | 10 +- .../Footnote/Node/FootnoteContainer.php | 4 +- .../Extension/Footnote/Node/FootnoteRef.php | 10 +- .../Parser/AnonymousFootnoteRefParser.php | 24 +- .../Footnote/Parser/FootnoteParser.php | 20 +- .../Footnote/Parser/FootnoteRefParser.php | 18 +- .../Footnote/Parser/FootnoteStartParser.php | 16 +- .../Renderer/FootnoteBackrefRenderer.php | 20 +- .../Renderer/FootnoteContainerRenderer.php | 20 +- .../Footnote/Renderer/FootnoteRefRenderer.php | 20 +- .../Footnote/Renderer/FootnoteRenderer.php | 20 +- .../Data/FrontMatterDataParserInterface.php | 4 +- .../Data/LibYamlFrontMatterParser.php | 6 +- .../Data/SymfonyYamlFrontMatterParser.php | 6 +- .../Exception/InvalidFrontMatterException.php | 4 +- .../FrontMatter/FrontMatterExtension.php | 24 +- .../FrontMatter/FrontMatterParser.php | 12 +- .../FrontMatterParserInterface.php | 4 +- .../FrontMatterProviderInterface.php | 2 +- .../Input/MarkdownInputWithFrontMatter.php | 6 +- .../FrontMatterPostRenderListener.php | 6 +- .../Listener/FrontMatterPreParser.php | 8 +- .../Output/RenderedContentWithFrontMatter.php | 8 +- .../GithubFlavoredMarkdownExtension.php | 14 +- .../HeadingPermalink/HeadingPermalink.php | 4 +- .../HeadingPermalinkExtension.php | 12 +- .../HeadingPermalinkProcessor.php | 28 +- .../HeadingPermalinkRenderer.php | 18 +- .../Extension/InlinesOnly/ChildRenderer.php | 10 +- .../InlinesOnly/InlinesOnlyExtension.php | 16 +- .../Mention/Generator/CallbackGenerator.php | 8 +- .../Generator/MentionGeneratorInterface.php | 6 +- .../Generator/StringTemplateLinkGenerator.php | 6 +- .../src/Extension/Mention/Mention.php | 6 +- .../Extension/Mention/MentionExtension.php | 16 +- .../src/Extension/Mention/MentionParser.php | 16 +- .../src/Extension/SmartPunct/DashParser.php | 10 +- .../Extension/SmartPunct/EllipsesParser.php | 10 +- .../src/Extension/SmartPunct/Quote.php | 4 +- .../src/Extension/SmartPunct/QuoteParser.php | 12 +- .../Extension/SmartPunct/QuoteProcessor.php | 8 +- .../ReplaceUnpairedQuotesListener.php | 10 +- .../SmartPunct/SmartPunctExtension.php | 22 +- .../Extension/Strikethrough/Strikethrough.php | 6 +- .../StrikethroughDelimiterProcessor.php | 8 +- .../Strikethrough/StrikethroughExtension.php | 6 +- .../Strikethrough/StrikethroughRenderer.php | 12 +- .../commonmark/src/Extension/Table/Table.php | 4 +- .../src/Extension/Table/TableCell.php | 4 +- .../src/Extension/Table/TableCellRenderer.php | 16 +- .../src/Extension/Table/TableExtension.php | 12 +- .../src/Extension/Table/TableParser.php | 20 +- .../src/Extension/Table/TableRenderer.php | 12 +- .../src/Extension/Table/TableRow.php | 4 +- .../src/Extension/Table/TableRowRenderer.php | 12 +- .../src/Extension/Table/TableSection.php | 4 +- .../Extension/Table/TableSectionRenderer.php | 12 +- .../src/Extension/Table/TableStartParser.php | 12 +- .../TableOfContents/Node/TableOfContents.php | 4 +- .../Node/TableOfContentsPlaceholder.php | 4 +- .../Normalizer/AsIsNormalizerStrategy.php | 12 +- .../Normalizer/FlatNormalizerStrategy.php | 8 +- .../NormalizerStrategyInterface.php | 4 +- .../Normalizer/RelativeNormalizerStrategy.php | 10 +- .../TableOfContentsBuilder.php | 26 +- .../TableOfContentsExtension.php | 20 +- .../TableOfContentsGenerator.php | 36 +- .../TableOfContentsGeneratorInterface.php | 6 +- .../TableOfContentsPlaceholderParser.php | 28 +- .../TableOfContentsPlaceholderRenderer.php | 10 +- .../TableOfContentsRenderer.php | 10 +- .../Extension/TaskList/TaskListExtension.php | 6 +- .../Extension/TaskList/TaskListItemMarker.php | 4 +- .../TaskList/TaskListItemMarkerParser.php | 12 +- .../TaskList/TaskListItemMarkerRenderer.php | 12 +- .../src/GithubFlavoredMarkdownConverter.php | 10 +- .../commonmark/src/Input/MarkdownInput.php | 4 +- .../src/Input/MarkdownInputInterface.php | 2 +- .../commonmark/src/MarkdownConverter.php | 22 +- .../src/MarkdownConverterInterface.php | 6 +- .../src/Node/Block/AbstractBlock.php | 6 +- .../commonmark/src/Node/Block/Document.php | 10 +- .../commonmark/src/Node/Block/Paragraph.php | 2 +- .../src/Node/Block/TightBlockInterface.php | 2 +- .../src/Node/Inline/AbstractInline.php | 4 +- .../Node/Inline/AbstractStringContainer.php | 4 +- .../src/Node/Inline/AdjacentTextMerger.php | 4 +- .../src/Node/Inline/DelimitedInterface.php | 2 +- .../commonmark/src/Node/Inline/Newline.php | 2 +- .../commonmark/src/Node/Inline/Text.php | 2 +- .../league/commonmark/src/Node/Node.php | 18 +- .../commonmark/src/Node/NodeIterator.php | 6 +- .../league/commonmark/src/Node/NodeWalker.php | 8 +- .../commonmark/src/Node/NodeWalkerEvent.php | 4 +- .../league/commonmark/src/Node/Query.php | 6 +- .../commonmark/src/Node/Query/AndExpr.php | 4 +- .../src/Node/Query/ExpressionInterface.php | 4 +- .../commonmark/src/Node/Query/OrExpr.php | 4 +- .../src/Node/RawMarkupContainerInterface.php | 2 +- .../src/Node/StringContainerHelper.php | 2 +- .../src/Node/StringContainerInterface.php | 2 +- .../src/Normalizer/SlugNormalizer.php | 6 +- .../src/Normalizer/TextNormalizer.php | 2 +- .../Normalizer/TextNormalizerInterface.php | 2 +- .../src/Normalizer/UniqueSlugNormalizer.php | 4 +- .../UniqueSlugNormalizerInterface.php | 2 +- .../commonmark/src/Output/RenderedContent.php | 6 +- .../src/Output/RenderedContentInterface.php | 4 +- .../Block/AbstractBlockContinueParser.php | 4 +- .../src/Parser/Block/BlockContinue.php | 8 +- .../Block/BlockContinueParserInterface.php | 6 +- ...lockContinueParserWithInlinesInterface.php | 4 +- .../src/Parser/Block/BlockStart.php | 8 +- .../Block/BlockStartParserInterface.php | 6 +- .../src/Parser/Block/DocumentBlockParser.php | 16 +- .../src/Parser/Block/ParagraphParser.php | 18 +- .../SkipLinesStartingWithLettersParser.php | 8 +- .../league/commonmark/src/Parser/Cursor.php | 4 +- .../commonmark/src/Parser/CursorState.php | 2 +- .../Parser/Inline/InlineParserInterface.php | 4 +- .../src/Parser/Inline/InlineParserMatch.php | 4 +- .../src/Parser/Inline/NewlineParser.php | 8 +- .../src/Parser/InlineParserContext.php | 16 +- .../src/Parser/InlineParserEngine.php | 18 +- .../Parser/InlineParserEngineInterface.php | 4 +- .../commonmark/src/Parser/MarkdownParser.php | 42 +- .../src/Parser/MarkdownParserInterface.php | 6 +- .../src/Parser/MarkdownParserState.php | 10 +- .../Parser/MarkdownParserStateInterface.php | 4 +- .../src/Parser/ParserLogicException.php | 4 +- .../Reference/MemoryLimitedReferenceMap.php | 4 +- .../commonmark/src/Reference/Reference.php | 2 +- .../src/Reference/ReferenceInterface.php | 2 +- .../commonmark/src/Reference/ReferenceMap.php | 6 +- .../src/Reference/ReferenceMapInterface.php | 2 +- .../src/Reference/ReferenceParser.php | 6 +- .../src/Reference/ReferenceableInterface.php | 2 +- .../src/Renderer/Block/DocumentRenderer.php | 12 +- .../src/Renderer/Block/ParagraphRenderer.php | 16 +- .../Renderer/ChildNodeRendererInterface.php | 4 +- .../Renderer/DocumentRendererInterface.php | 6 +- .../commonmark/src/Renderer/HtmlDecorator.php | 8 +- .../commonmark/src/Renderer/HtmlRenderer.php | 20 +- .../src/Renderer/Inline/NewlineRenderer.php | 18 +- .../src/Renderer/Inline/TextRenderer.php | 16 +- .../Renderer/MarkdownRendererInterface.php | 6 +- .../Renderer/NoMatchingRendererException.php | 4 +- .../src/Renderer/NodeRendererInterface.php | 6 +- .../commonmark/src/Util/ArrayCollection.php | 2 +- .../src/Util/Html5EntityDecoder.php | 2 +- .../commonmark/src/Util/HtmlElement.php | 2 +- .../league/commonmark/src/Util/HtmlFilter.php | 4 +- .../commonmark/src/Util/LinkParserHelper.php | 4 +- .../commonmark/src/Util/PrioritizedList.php | 2 +- .../commonmark/src/Util/RegexHelper.php | 6 +- .../league/commonmark/src/Util/SpecReader.php | 4 +- .../league/commonmark/src/Util/UrlEncoder.php | 4 +- .../league/commonmark/src/Util/Xml.php | 2 +- .../src/Xml/FallbackNodeXmlRenderer.php | 8 +- .../src/Xml/MarkdownToXmlConverter.php | 20 +- .../src/Xml/XmlNodeRendererInterface.php | 4 +- .../league/commonmark/src/Xml/XmlRenderer.php | 28 +- .../vendor-patched/league/config/README.md | 4 +- .../league/config/src/Configuration.php | 32 +- .../src/ConfigurationAwareInterface.php | 2 +- .../src/ConfigurationBuilderInterface.php | 2 +- .../config/src/ConfigurationInterface.php | 6 +- .../src/ConfigurationProviderInterface.php | 2 +- .../ConfigurationExceptionInterface.php | 2 +- .../InvalidConfigurationException.php | 2 +- .../src/Exception/UnknownOptionException.php | 2 +- .../src/Exception/ValidationException.php | 4 +- .../src/MutableConfigurationInterface.php | 4 +- .../config/src/ReadOnlyConfiguration.php | 4 +- .../config/src/SchemaBuilderInterface.php | 4 +- .../vendor-patched/nette/schema/readme.md | 16 +- .../nette/schema/src/Schema/Context.php | 2 +- .../schema/src/Schema/DynamicParameter.php | 2 +- .../schema/src/Schema/Elements/AnyOf.php | 18 +- .../nette/schema/src/Schema/Elements/Base.php | 16 +- .../schema/src/Schema/Elements/Structure.php | 18 +- .../nette/schema/src/Schema/Elements/Type.php | 18 +- .../nette/schema/src/Schema/Expect.php | 20 +- .../nette/schema/src/Schema/Helpers.php | 20 +- .../nette/schema/src/Schema/Message.php | 4 +- .../nette/schema/src/Schema/Processor.php | 6 +- .../nette/schema/src/Schema/Schema.php | 2 +- .../schema/src/Schema/ValidationException.php | 4 +- .../utils/src/Iterators/CachingIterator.php | 8 +- .../nette/utils/src/Iterators/Mapper.php | 4 +- .../nette/utils/src/SmartObject.php | 2 +- .../nette/utils/src/Translator.php | 2 +- .../nette/utils/src/Utils/ArrayHash.php | 4 +- .../nette/utils/src/Utils/ArrayList.php | 18 +- .../nette/utils/src/Utils/Arrays.php | 18 +- .../nette/utils/src/Utils/Callback.php | 8 +- .../nette/utils/src/Utils/DateTime.php | 8 +- .../nette/utils/src/Utils/FileInfo.php | 6 +- .../nette/utils/src/Utils/FileSystem.php | 58 +- .../nette/utils/src/Utils/Finder.php | 22 +- .../nette/utils/src/Utils/Floats.php | 4 +- .../nette/utils/src/Utils/Helpers.php | 6 +- .../nette/utils/src/Utils/Html.php | 10 +- .../nette/utils/src/Utils/Image.php | 34 +- .../nette/utils/src/Utils/ImageColor.php | 4 +- .../nette/utils/src/Utils/ImageType.php | 2 +- .../nette/utils/src/Utils/Iterables.php | 4 +- .../nette/utils/src/Utils/Json.php | 4 +- .../nette/utils/src/Utils/ObjectHelpers.php | 8 +- .../nette/utils/src/Utils/Paginator.php | 4 +- .../nette/utils/src/Utils/Random.php | 8 +- .../nette/utils/src/Utils/Reflection.php | 16 +- .../utils/src/Utils/ReflectionMethod.php | 2 +- .../nette/utils/src/Utils/Strings.php | 22 +- .../nette/utils/src/Utils/Type.php | 6 +- .../nette/utils/src/Utils/Validators.php | 6 +- .../nette/utils/src/Utils/exceptions.php | 2 +- .../nette/utils/src/compatibility.php | 12 +- .../webuni/front-matter/README.md | 18 +- .../webuni/front-matter/src/Document.php | 2 +- .../webuni/front-matter/src/FrontMatter.php | 12 +- .../front-matter/src/FrontMatterChain.php | 6 +- .../front-matter/src/FrontMatterInterface.php | 2 +- .../src/Haml/FrontMatterFilter.php | 6 +- .../FrontMatterLeagueCommonMarkExtension.php | 16 +- .../src/Processor/JsonProcessor.php | 2 +- .../Processor/JsonWithoutBracesProcessor.php | 2 +- .../src/Processor/NeonProcessor.php | 4 +- .../src/Processor/ProcessorDecorator.php | 4 +- .../src/Processor/ProcessorInterface.php | 2 +- .../src/Processor/TomlProcessor.php | 2 +- .../src/Processor/YamlProcessor.php | 2 +- .../src/Pug/PugCommentFrontMatter.php | 8 +- .../src/Twig/DataToTwigConvertor.php | 2 +- .../src/Twig/FrontMatterLoader.php | 4 +- .../src/Twig/TwigCommentFrontMatter.php | 8 +- components/Merge/Diff/class-myersdiffer.php | 2 +- .../Merge/class-diffmatchpatchmergedriver.php | 4 +- .../yetanotherape/diff-match-patch/README.md | 78 +- .../diff-match-patch/src/Diff.php | 4 +- .../diff-match-patch/tests/DiffTest.php | 2 +- .../tests/SimpleDiffBenchmark.php | 2 +- .../diff-match-patch/tests/bootstrap.php | 2 +- 388 files changed, 2710 insertions(+), 2706 deletions(-) diff --git a/components/Blueprints/DataReference/class-datareference.php b/components/Blueprints/DataReference/class-datareference.php index e7e127c98..9b7cb9e02 100644 --- a/components/Blueprints/DataReference/class-datareference.php +++ b/components/Blueprints/DataReference/class-datareference.php @@ -3,7 +3,7 @@ namespace WordPress\Blueprints\DataReference; use InvalidArgumentException; -use Nette\NotImplementedException; +use VendorPrefix\Nette\NotImplementedException; class DataReference { diff --git a/components/Markdown/class-markdownconsumer.php b/components/Markdown/class-markdownconsumer.php index c49a41459..c8439bcd2 100644 --- a/components/Markdown/class-markdownconsumer.php +++ b/components/Markdown/class-markdownconsumer.php @@ -2,18 +2,18 @@ namespace WordPress\Markdown; -use League\CommonMark\Environment\Environment; -use League\CommonMark\Extension\CommonMark\CommonMarkCoreExtension; -use League\CommonMark\Extension\CommonMark\Node\Block as ExtensionBlock; -use League\CommonMark\Extension\CommonMark\Node\Inline as ExtensionInline; -use League\CommonMark\Extension\GithubFlavoredMarkdownExtension; -use League\CommonMark\Extension\Table\Table; -use League\CommonMark\Extension\Table\TableCell; -use League\CommonMark\Extension\Table\TableRow; -use League\CommonMark\Extension\Table\TableSection; -use League\CommonMark\Node\Block; -use League\CommonMark\Node\Inline; -use League\CommonMark\Parser\MarkdownParser; +use VendorPrefix\League\CommonMark\Environment\Environment; +use VendorPrefix\League\CommonMark\Extension\CommonMark\CommonMarkCoreExtension; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block as ExtensionBlock; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline as ExtensionInline; +use VendorPrefix\League\CommonMark\Extension\GithubFlavoredMarkdownExtension; +use VendorPrefix\League\CommonMark\Extension\Table\Table; +use VendorPrefix\League\CommonMark\Extension\Table\TableCell; +use VendorPrefix\League\CommonMark\Extension\Table\TableRow; +use VendorPrefix\League\CommonMark\Extension\Table\TableSection; +use VendorPrefix\League\CommonMark\Node\Block; +use VendorPrefix\League\CommonMark\Node\Inline; +use VendorPrefix\League\CommonMark\Parser\MarkdownParser; use WordPress\DataLiberation\BlockMarkup\BlockObject; use WordPress\DataLiberation\DataFormatConsumer\BlocksWithMetadata; use WordPress\DataLiberation\DataFormatConsumer\DataFormatConsumer; @@ -75,8 +75,8 @@ private function convert_markdown_to_blocks() { $environment->addExtension( new CommonMarkCoreExtension() ); $environment->addExtension( new GithubFlavoredMarkdownExtension() ); $environment->addExtension( - new \Webuni\FrontMatter\Markdown\FrontMatterLeagueCommonMarkExtension( - new \Webuni\FrontMatter\FrontMatter() + new \VendorPrefix\Webuni\FrontMatter\Markdown\FrontMatterLeagueCommonMarkExtension( + new \VendorPrefix\Webuni\FrontMatter\FrontMatter() ) ); diff --git a/components/Markdown/vendor-patched/composer/autoload_classmap.php b/components/Markdown/vendor-patched/composer/autoload_classmap.php index d4f79123e..f143c39ec 100644 --- a/components/Markdown/vendor-patched/composer/autoload_classmap.php +++ b/components/Markdown/vendor-patched/composer/autoload_classmap.php @@ -8,378 +8,378 @@ return array( 'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', - 'Dflydev\\DotAccessData\\Data' => $vendorDir . '/dflydev/dot-access-data/src/Data.php', - 'Dflydev\\DotAccessData\\DataInterface' => $vendorDir . '/dflydev/dot-access-data/src/DataInterface.php', - 'Dflydev\\DotAccessData\\Exception\\DataException' => $vendorDir . '/dflydev/dot-access-data/src/Exception/DataException.php', - 'Dflydev\\DotAccessData\\Exception\\InvalidPathException' => $vendorDir . '/dflydev/dot-access-data/src/Exception/InvalidPathException.php', - 'Dflydev\\DotAccessData\\Exception\\MissingPathException' => $vendorDir . '/dflydev/dot-access-data/src/Exception/MissingPathException.php', - 'Dflydev\\DotAccessData\\Util' => $vendorDir . '/dflydev/dot-access-data/src/Util.php', - 'League\\CommonMark\\CommonMarkConverter' => $vendorDir . '/league/commonmark/src/CommonMarkConverter.php', - 'League\\CommonMark\\ConverterInterface' => $vendorDir . '/league/commonmark/src/ConverterInterface.php', - 'League\\CommonMark\\Delimiter\\Bracket' => $vendorDir . '/league/commonmark/src/Delimiter/Bracket.php', - 'League\\CommonMark\\Delimiter\\Delimiter' => $vendorDir . '/league/commonmark/src/Delimiter/Delimiter.php', - 'League\\CommonMark\\Delimiter\\DelimiterInterface' => $vendorDir . '/league/commonmark/src/Delimiter/DelimiterInterface.php', - 'League\\CommonMark\\Delimiter\\DelimiterParser' => $vendorDir . '/league/commonmark/src/Delimiter/DelimiterParser.php', - 'League\\CommonMark\\Delimiter\\DelimiterStack' => $vendorDir . '/league/commonmark/src/Delimiter/DelimiterStack.php', - 'League\\CommonMark\\Delimiter\\Processor\\CacheableDelimiterProcessorInterface' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/CacheableDelimiterProcessorInterface.php', - 'League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorCollection' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollection.php', - 'League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorCollectionInterface' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollectionInterface.php', - 'League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorInterface' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorInterface.php', - 'League\\CommonMark\\Delimiter\\Processor\\StaggeredDelimiterProcessor' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/StaggeredDelimiterProcessor.php', - 'League\\CommonMark\\Environment\\Environment' => $vendorDir . '/league/commonmark/src/Environment/Environment.php', - 'League\\CommonMark\\Environment\\EnvironmentAwareInterface' => $vendorDir . '/league/commonmark/src/Environment/EnvironmentAwareInterface.php', - 'League\\CommonMark\\Environment\\EnvironmentBuilderInterface' => $vendorDir . '/league/commonmark/src/Environment/EnvironmentBuilderInterface.php', - 'League\\CommonMark\\Environment\\EnvironmentInterface' => $vendorDir . '/league/commonmark/src/Environment/EnvironmentInterface.php', - 'League\\CommonMark\\Event\\AbstractEvent' => $vendorDir . '/league/commonmark/src/Event/AbstractEvent.php', - 'League\\CommonMark\\Event\\DocumentParsedEvent' => $vendorDir . '/league/commonmark/src/Event/DocumentParsedEvent.php', - 'League\\CommonMark\\Event\\DocumentPreParsedEvent' => $vendorDir . '/league/commonmark/src/Event/DocumentPreParsedEvent.php', - 'League\\CommonMark\\Event\\DocumentPreRenderEvent' => $vendorDir . '/league/commonmark/src/Event/DocumentPreRenderEvent.php', - 'League\\CommonMark\\Event\\DocumentRenderedEvent' => $vendorDir . '/league/commonmark/src/Event/DocumentRenderedEvent.php', - 'League\\CommonMark\\Event\\ListenerData' => $vendorDir . '/league/commonmark/src/Event/ListenerData.php', - 'League\\CommonMark\\Exception\\AlreadyInitializedException' => $vendorDir . '/league/commonmark/src/Exception/AlreadyInitializedException.php', - 'League\\CommonMark\\Exception\\CommonMarkException' => $vendorDir . '/league/commonmark/src/Exception/CommonMarkException.php', - 'League\\CommonMark\\Exception\\IOException' => $vendorDir . '/league/commonmark/src/Exception/IOException.php', - 'League\\CommonMark\\Exception\\InvalidArgumentException' => $vendorDir . '/league/commonmark/src/Exception/InvalidArgumentException.php', - 'League\\CommonMark\\Exception\\LogicException' => $vendorDir . '/league/commonmark/src/Exception/LogicException.php', - 'League\\CommonMark\\Exception\\MissingDependencyException' => $vendorDir . '/league/commonmark/src/Exception/MissingDependencyException.php', - 'League\\CommonMark\\Exception\\UnexpectedEncodingException' => $vendorDir . '/league/commonmark/src/Exception/UnexpectedEncodingException.php', - 'League\\CommonMark\\Extension\\Attributes\\AttributesExtension' => $vendorDir . '/league/commonmark/src/Extension/Attributes/AttributesExtension.php', - 'League\\CommonMark\\Extension\\Attributes\\Event\\AttributesListener' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Event/AttributesListener.php', - 'League\\CommonMark\\Extension\\Attributes\\Node\\Attributes' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Node/Attributes.php', - 'League\\CommonMark\\Extension\\Attributes\\Node\\AttributesInline' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Node/AttributesInline.php', - 'League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesBlockContinueParser' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockContinueParser.php', - 'League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesBlockStartParser' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockStartParser.php', - 'League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesInlineParser' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Parser/AttributesInlineParser.php', - 'League\\CommonMark\\Extension\\Attributes\\Util\\AttributesHelper' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Util/AttributesHelper.php', - 'League\\CommonMark\\Extension\\Autolink\\AutolinkExtension' => $vendorDir . '/league/commonmark/src/Extension/Autolink/AutolinkExtension.php', - 'League\\CommonMark\\Extension\\Autolink\\EmailAutolinkParser' => $vendorDir . '/league/commonmark/src/Extension/Autolink/EmailAutolinkParser.php', - 'League\\CommonMark\\Extension\\Autolink\\UrlAutolinkParser' => $vendorDir . '/league/commonmark/src/Extension/Autolink/UrlAutolinkParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\CommonMarkCoreExtension' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/CommonMarkCoreExtension.php', - 'League\\CommonMark\\Extension\\CommonMark\\Delimiter\\Processor\\EmphasisDelimiterProcessor' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Delimiter/Processor/EmphasisDelimiterProcessor.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\BlockQuote' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/BlockQuote.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\FencedCode' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/FencedCode.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\Heading' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/Heading.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\HtmlBlock' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/HtmlBlock.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\IndentedCode' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/IndentedCode.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListBlock' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListBlock.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListData' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListData.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListItem' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListItem.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ThematicBreak' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/ThematicBreak.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\AbstractWebResource' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/AbstractWebResource.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Code' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Code.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Emphasis' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Emphasis.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\HtmlInline' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/HtmlInline.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Image' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Image.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Link' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Link.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Strong' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Strong.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\BlockQuoteParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\BlockQuoteStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\FencedCodeParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\FencedCodeStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HeadingParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HeadingStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HtmlBlockParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HtmlBlockStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\IndentedCodeParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\IndentedCodeStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListBlockParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListBlockStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListItemParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListItemParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ThematicBreakParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ThematicBreakStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\AutolinkParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/AutolinkParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\BacktickParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/BacktickParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\BangParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/BangParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\CloseBracketParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/CloseBracketParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\EntityParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/EntityParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\EscapableParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/EscapableParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\HtmlInlineParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/HtmlInlineParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\OpenBracketParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/OpenBracketParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\BlockQuoteRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/BlockQuoteRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\FencedCodeRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/FencedCodeRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\HeadingRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/HeadingRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\HtmlBlockRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/HtmlBlockRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\IndentedCodeRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/IndentedCodeRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ListBlockRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListBlockRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ListItemRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListItemRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ThematicBreakRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ThematicBreakRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\CodeRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/CodeRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\EmphasisRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/EmphasisRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\HtmlInlineRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/HtmlInlineRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\ImageRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/ImageRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\LinkRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/LinkRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\StrongRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/StrongRenderer.php', - 'League\\CommonMark\\Extension\\ConfigurableExtensionInterface' => $vendorDir . '/league/commonmark/src/Extension/ConfigurableExtensionInterface.php', - 'League\\CommonMark\\Extension\\DefaultAttributes\\ApplyDefaultAttributesProcessor' => $vendorDir . '/league/commonmark/src/Extension/DefaultAttributes/ApplyDefaultAttributesProcessor.php', - 'League\\CommonMark\\Extension\\DefaultAttributes\\DefaultAttributesExtension' => $vendorDir . '/league/commonmark/src/Extension/DefaultAttributes/DefaultAttributesExtension.php', - 'League\\CommonMark\\Extension\\DescriptionList\\DescriptionListExtension' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/DescriptionListExtension.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Event\\ConsecutiveDescriptionListMerger' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Event/ConsecutiveDescriptionListMerger.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Event\\LooseDescriptionHandler' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Event/LooseDescriptionHandler.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Node\\Description' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Node/Description.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Node\\DescriptionList' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Node/DescriptionList.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Node\\DescriptionTerm' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Node/DescriptionTerm.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionContinueParser' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionContinueParser.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionListContinueParser' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionListContinueParser.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionStartParser' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionStartParser.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionTermContinueParser' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionTermContinueParser.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionListRenderer' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionListRenderer.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionRenderer' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionRenderer.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionTermRenderer' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionTermRenderer.php', - 'League\\CommonMark\\Extension\\DisallowedRawHtml\\DisallowedRawHtmlExtension' => $vendorDir . '/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlExtension.php', - 'League\\CommonMark\\Extension\\DisallowedRawHtml\\DisallowedRawHtmlRenderer' => $vendorDir . '/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlRenderer.php', - 'League\\CommonMark\\Extension\\Embed\\Bridge\\OscaroteroEmbedAdapter' => $vendorDir . '/league/commonmark/src/Extension/Embed/Bridge/OscaroteroEmbedAdapter.php', - 'League\\CommonMark\\Extension\\Embed\\DomainFilteringAdapter' => $vendorDir . '/league/commonmark/src/Extension/Embed/DomainFilteringAdapter.php', - 'League\\CommonMark\\Extension\\Embed\\Embed' => $vendorDir . '/league/commonmark/src/Extension/Embed/Embed.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedAdapterInterface' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedAdapterInterface.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedExtension' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedExtension.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedParser' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedParser.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedProcessor' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedProcessor.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedRenderer' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedRenderer.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedStartParser' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedStartParser.php', - 'League\\CommonMark\\Extension\\ExtensionInterface' => $vendorDir . '/league/commonmark/src/Extension/ExtensionInterface.php', - 'League\\CommonMark\\Extension\\ExternalLink\\ExternalLinkExtension' => $vendorDir . '/league/commonmark/src/Extension/ExternalLink/ExternalLinkExtension.php', - 'League\\CommonMark\\Extension\\ExternalLink\\ExternalLinkProcessor' => $vendorDir . '/league/commonmark/src/Extension/ExternalLink/ExternalLinkProcessor.php', - 'League\\CommonMark\\Extension\\Footnote\\Event\\AnonymousFootnotesListener' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Event/AnonymousFootnotesListener.php', - 'League\\CommonMark\\Extension\\Footnote\\Event\\FixOrphanedFootnotesAndRefsListener' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Event/FixOrphanedFootnotesAndRefsListener.php', - 'League\\CommonMark\\Extension\\Footnote\\Event\\GatherFootnotesListener' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Event/GatherFootnotesListener.php', - 'League\\CommonMark\\Extension\\Footnote\\Event\\NumberFootnotesListener' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Event/NumberFootnotesListener.php', - 'League\\CommonMark\\Extension\\Footnote\\FootnoteExtension' => $vendorDir . '/league/commonmark/src/Extension/Footnote/FootnoteExtension.php', - 'League\\CommonMark\\Extension\\Footnote\\Node\\Footnote' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/Footnote.php', - 'League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteBackref' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/FootnoteBackref.php', - 'League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteContainer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/FootnoteContainer.php', - 'League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteRef' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/FootnoteRef.php', - 'League\\CommonMark\\Extension\\Footnote\\Parser\\AnonymousFootnoteRefParser' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php', - 'League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteParser' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteParser.php', - 'League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteRefParser' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteRefParser.php', - 'League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteStartParser' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteStartParser.php', - 'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteBackrefRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteBackrefRenderer.php', - 'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteContainerRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteContainerRenderer.php', - 'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteRefRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRefRenderer.php', - 'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRenderer.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Data\\FrontMatterDataParserInterface' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Data/FrontMatterDataParserInterface.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Data\\LibYamlFrontMatterParser' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Data/LibYamlFrontMatterParser.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Data\\SymfonyYamlFrontMatterParser' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Exception\\InvalidFrontMatterException' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Exception/InvalidFrontMatterException.php', - 'League\\CommonMark\\Extension\\FrontMatter\\FrontMatterExtension' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/FrontMatterExtension.php', - 'League\\CommonMark\\Extension\\FrontMatter\\FrontMatterParser' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/FrontMatterParser.php', - 'League\\CommonMark\\Extension\\FrontMatter\\FrontMatterParserInterface' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/FrontMatterParserInterface.php', - 'League\\CommonMark\\Extension\\FrontMatter\\FrontMatterProviderInterface' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/FrontMatterProviderInterface.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Input\\MarkdownInputWithFrontMatter' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Input/MarkdownInputWithFrontMatter.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Listener\\FrontMatterPostRenderListener' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPostRenderListener.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Listener\\FrontMatterPreParser' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPreParser.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Output\\RenderedContentWithFrontMatter' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Output/RenderedContentWithFrontMatter.php', - 'League\\CommonMark\\Extension\\GithubFlavoredMarkdownExtension' => $vendorDir . '/league/commonmark/src/Extension/GithubFlavoredMarkdownExtension.php', - 'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalink' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalink.php', - 'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkExtension' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkExtension.php', - 'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkProcessor' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkProcessor.php', - 'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkRenderer' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php', - 'League\\CommonMark\\Extension\\InlinesOnly\\ChildRenderer' => $vendorDir . '/league/commonmark/src/Extension/InlinesOnly/ChildRenderer.php', - 'League\\CommonMark\\Extension\\InlinesOnly\\InlinesOnlyExtension' => $vendorDir . '/league/commonmark/src/Extension/InlinesOnly/InlinesOnlyExtension.php', - 'League\\CommonMark\\Extension\\Mention\\Generator\\CallbackGenerator' => $vendorDir . '/league/commonmark/src/Extension/Mention/Generator/CallbackGenerator.php', - 'League\\CommonMark\\Extension\\Mention\\Generator\\MentionGeneratorInterface' => $vendorDir . '/league/commonmark/src/Extension/Mention/Generator/MentionGeneratorInterface.php', - 'League\\CommonMark\\Extension\\Mention\\Generator\\StringTemplateLinkGenerator' => $vendorDir . '/league/commonmark/src/Extension/Mention/Generator/StringTemplateLinkGenerator.php', - 'League\\CommonMark\\Extension\\Mention\\Mention' => $vendorDir . '/league/commonmark/src/Extension/Mention/Mention.php', - 'League\\CommonMark\\Extension\\Mention\\MentionExtension' => $vendorDir . '/league/commonmark/src/Extension/Mention/MentionExtension.php', - 'League\\CommonMark\\Extension\\Mention\\MentionParser' => $vendorDir . '/league/commonmark/src/Extension/Mention/MentionParser.php', - 'League\\CommonMark\\Extension\\SmartPunct\\DashParser' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/DashParser.php', - 'League\\CommonMark\\Extension\\SmartPunct\\EllipsesParser' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/EllipsesParser.php', - 'League\\CommonMark\\Extension\\SmartPunct\\Quote' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/Quote.php', - 'League\\CommonMark\\Extension\\SmartPunct\\QuoteParser' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/QuoteParser.php', - 'League\\CommonMark\\Extension\\SmartPunct\\QuoteProcessor' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/QuoteProcessor.php', - 'League\\CommonMark\\Extension\\SmartPunct\\ReplaceUnpairedQuotesListener' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/ReplaceUnpairedQuotesListener.php', - 'League\\CommonMark\\Extension\\SmartPunct\\SmartPunctExtension' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/SmartPunctExtension.php', - 'League\\CommonMark\\Extension\\Strikethrough\\Strikethrough' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/Strikethrough.php', - 'League\\CommonMark\\Extension\\Strikethrough\\StrikethroughDelimiterProcessor' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/StrikethroughDelimiterProcessor.php', - 'League\\CommonMark\\Extension\\Strikethrough\\StrikethroughExtension' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/StrikethroughExtension.php', - 'League\\CommonMark\\Extension\\Strikethrough\\StrikethroughRenderer' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/StrikethroughRenderer.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContents' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Node/TableOfContents.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContentsPlaceholder' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Node/TableOfContentsPlaceholder.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\AsIsNormalizerStrategy' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/AsIsNormalizerStrategy.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\FlatNormalizerStrategy' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/FlatNormalizerStrategy.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\NormalizerStrategyInterface' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/NormalizerStrategyInterface.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\RelativeNormalizerStrategy' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/RelativeNormalizerStrategy.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsBuilder' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsBuilder.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsExtension' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsExtension.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGenerator' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsGenerator.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGeneratorInterface' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderParser' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderParser.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderRenderer' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderRenderer.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsRenderer' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsRenderer.php', - 'League\\CommonMark\\Extension\\Table\\Table' => $vendorDir . '/league/commonmark/src/Extension/Table/Table.php', - 'League\\CommonMark\\Extension\\Table\\TableCell' => $vendorDir . '/league/commonmark/src/Extension/Table/TableCell.php', - 'League\\CommonMark\\Extension\\Table\\TableCellRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableCellRenderer.php', - 'League\\CommonMark\\Extension\\Table\\TableExtension' => $vendorDir . '/league/commonmark/src/Extension/Table/TableExtension.php', - 'League\\CommonMark\\Extension\\Table\\TableParser' => $vendorDir . '/league/commonmark/src/Extension/Table/TableParser.php', - 'League\\CommonMark\\Extension\\Table\\TableRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableRenderer.php', - 'League\\CommonMark\\Extension\\Table\\TableRow' => $vendorDir . '/league/commonmark/src/Extension/Table/TableRow.php', - 'League\\CommonMark\\Extension\\Table\\TableRowRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableRowRenderer.php', - 'League\\CommonMark\\Extension\\Table\\TableSection' => $vendorDir . '/league/commonmark/src/Extension/Table/TableSection.php', - 'League\\CommonMark\\Extension\\Table\\TableSectionRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableSectionRenderer.php', - 'League\\CommonMark\\Extension\\Table\\TableStartParser' => $vendorDir . '/league/commonmark/src/Extension/Table/TableStartParser.php', - 'League\\CommonMark\\Extension\\TaskList\\TaskListExtension' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListExtension.php', - 'League\\CommonMark\\Extension\\TaskList\\TaskListItemMarker' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListItemMarker.php', - 'League\\CommonMark\\Extension\\TaskList\\TaskListItemMarkerParser' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListItemMarkerParser.php', - 'League\\CommonMark\\Extension\\TaskList\\TaskListItemMarkerRenderer' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListItemMarkerRenderer.php', - 'League\\CommonMark\\GithubFlavoredMarkdownConverter' => $vendorDir . '/league/commonmark/src/GithubFlavoredMarkdownConverter.php', - 'League\\CommonMark\\Input\\MarkdownInput' => $vendorDir . '/league/commonmark/src/Input/MarkdownInput.php', - 'League\\CommonMark\\Input\\MarkdownInputInterface' => $vendorDir . '/league/commonmark/src/Input/MarkdownInputInterface.php', - 'League\\CommonMark\\MarkdownConverter' => $vendorDir . '/league/commonmark/src/MarkdownConverter.php', - 'League\\CommonMark\\MarkdownConverterInterface' => $vendorDir . '/league/commonmark/src/MarkdownConverterInterface.php', - 'League\\CommonMark\\Node\\Block\\AbstractBlock' => $vendorDir . '/league/commonmark/src/Node/Block/AbstractBlock.php', - 'League\\CommonMark\\Node\\Block\\Document' => $vendorDir . '/league/commonmark/src/Node/Block/Document.php', - 'League\\CommonMark\\Node\\Block\\Paragraph' => $vendorDir . '/league/commonmark/src/Node/Block/Paragraph.php', - 'League\\CommonMark\\Node\\Block\\TightBlockInterface' => $vendorDir . '/league/commonmark/src/Node/Block/TightBlockInterface.php', - 'League\\CommonMark\\Node\\Inline\\AbstractInline' => $vendorDir . '/league/commonmark/src/Node/Inline/AbstractInline.php', - 'League\\CommonMark\\Node\\Inline\\AbstractStringContainer' => $vendorDir . '/league/commonmark/src/Node/Inline/AbstractStringContainer.php', - 'League\\CommonMark\\Node\\Inline\\AdjacentTextMerger' => $vendorDir . '/league/commonmark/src/Node/Inline/AdjacentTextMerger.php', - 'League\\CommonMark\\Node\\Inline\\DelimitedInterface' => $vendorDir . '/league/commonmark/src/Node/Inline/DelimitedInterface.php', - 'League\\CommonMark\\Node\\Inline\\Newline' => $vendorDir . '/league/commonmark/src/Node/Inline/Newline.php', - 'League\\CommonMark\\Node\\Inline\\Text' => $vendorDir . '/league/commonmark/src/Node/Inline/Text.php', - 'League\\CommonMark\\Node\\Node' => $vendorDir . '/league/commonmark/src/Node/Node.php', - 'League\\CommonMark\\Node\\NodeIterator' => $vendorDir . '/league/commonmark/src/Node/NodeIterator.php', - 'League\\CommonMark\\Node\\NodeWalker' => $vendorDir . '/league/commonmark/src/Node/NodeWalker.php', - 'League\\CommonMark\\Node\\NodeWalkerEvent' => $vendorDir . '/league/commonmark/src/Node/NodeWalkerEvent.php', - 'League\\CommonMark\\Node\\Query' => $vendorDir . '/league/commonmark/src/Node/Query.php', - 'League\\CommonMark\\Node\\Query\\AndExpr' => $vendorDir . '/league/commonmark/src/Node/Query/AndExpr.php', - 'League\\CommonMark\\Node\\Query\\ExpressionInterface' => $vendorDir . '/league/commonmark/src/Node/Query/ExpressionInterface.php', - 'League\\CommonMark\\Node\\Query\\OrExpr' => $vendorDir . '/league/commonmark/src/Node/Query/OrExpr.php', - 'League\\CommonMark\\Node\\RawMarkupContainerInterface' => $vendorDir . '/league/commonmark/src/Node/RawMarkupContainerInterface.php', - 'League\\CommonMark\\Node\\StringContainerHelper' => $vendorDir . '/league/commonmark/src/Node/StringContainerHelper.php', - 'League\\CommonMark\\Node\\StringContainerInterface' => $vendorDir . '/league/commonmark/src/Node/StringContainerInterface.php', - 'League\\CommonMark\\Normalizer\\SlugNormalizer' => $vendorDir . '/league/commonmark/src/Normalizer/SlugNormalizer.php', - 'League\\CommonMark\\Normalizer\\TextNormalizer' => $vendorDir . '/league/commonmark/src/Normalizer/TextNormalizer.php', - 'League\\CommonMark\\Normalizer\\TextNormalizerInterface' => $vendorDir . '/league/commonmark/src/Normalizer/TextNormalizerInterface.php', - 'League\\CommonMark\\Normalizer\\UniqueSlugNormalizer' => $vendorDir . '/league/commonmark/src/Normalizer/UniqueSlugNormalizer.php', - 'League\\CommonMark\\Normalizer\\UniqueSlugNormalizerInterface' => $vendorDir . '/league/commonmark/src/Normalizer/UniqueSlugNormalizerInterface.php', - 'League\\CommonMark\\Output\\RenderedContent' => $vendorDir . '/league/commonmark/src/Output/RenderedContent.php', - 'League\\CommonMark\\Output\\RenderedContentInterface' => $vendorDir . '/league/commonmark/src/Output/RenderedContentInterface.php', - 'League\\CommonMark\\Parser\\Block\\AbstractBlockContinueParser' => $vendorDir . '/league/commonmark/src/Parser/Block/AbstractBlockContinueParser.php', - 'League\\CommonMark\\Parser\\Block\\BlockContinue' => $vendorDir . '/league/commonmark/src/Parser/Block/BlockContinue.php', - 'League\\CommonMark\\Parser\\Block\\BlockContinueParserInterface' => $vendorDir . '/league/commonmark/src/Parser/Block/BlockContinueParserInterface.php', - 'League\\CommonMark\\Parser\\Block\\BlockContinueParserWithInlinesInterface' => $vendorDir . '/league/commonmark/src/Parser/Block/BlockContinueParserWithInlinesInterface.php', - 'League\\CommonMark\\Parser\\Block\\BlockStart' => $vendorDir . '/league/commonmark/src/Parser/Block/BlockStart.php', - 'League\\CommonMark\\Parser\\Block\\BlockStartParserInterface' => $vendorDir . '/league/commonmark/src/Parser/Block/BlockStartParserInterface.php', - 'League\\CommonMark\\Parser\\Block\\DocumentBlockParser' => $vendorDir . '/league/commonmark/src/Parser/Block/DocumentBlockParser.php', - 'League\\CommonMark\\Parser\\Block\\ParagraphParser' => $vendorDir . '/league/commonmark/src/Parser/Block/ParagraphParser.php', - 'League\\CommonMark\\Parser\\Block\\SkipLinesStartingWithLettersParser' => $vendorDir . '/league/commonmark/src/Parser/Block/SkipLinesStartingWithLettersParser.php', - 'League\\CommonMark\\Parser\\Cursor' => $vendorDir . '/league/commonmark/src/Parser/Cursor.php', - 'League\\CommonMark\\Parser\\CursorState' => $vendorDir . '/league/commonmark/src/Parser/CursorState.php', - 'League\\CommonMark\\Parser\\InlineParserContext' => $vendorDir . '/league/commonmark/src/Parser/InlineParserContext.php', - 'League\\CommonMark\\Parser\\InlineParserEngine' => $vendorDir . '/league/commonmark/src/Parser/InlineParserEngine.php', - 'League\\CommonMark\\Parser\\InlineParserEngineInterface' => $vendorDir . '/league/commonmark/src/Parser/InlineParserEngineInterface.php', - 'League\\CommonMark\\Parser\\Inline\\InlineParserInterface' => $vendorDir . '/league/commonmark/src/Parser/Inline/InlineParserInterface.php', - 'League\\CommonMark\\Parser\\Inline\\InlineParserMatch' => $vendorDir . '/league/commonmark/src/Parser/Inline/InlineParserMatch.php', - 'League\\CommonMark\\Parser\\Inline\\NewlineParser' => $vendorDir . '/league/commonmark/src/Parser/Inline/NewlineParser.php', - 'League\\CommonMark\\Parser\\MarkdownParser' => $vendorDir . '/league/commonmark/src/Parser/MarkdownParser.php', - 'League\\CommonMark\\Parser\\MarkdownParserInterface' => $vendorDir . '/league/commonmark/src/Parser/MarkdownParserInterface.php', - 'League\\CommonMark\\Parser\\MarkdownParserState' => $vendorDir . '/league/commonmark/src/Parser/MarkdownParserState.php', - 'League\\CommonMark\\Parser\\MarkdownParserStateInterface' => $vendorDir . '/league/commonmark/src/Parser/MarkdownParserStateInterface.php', - 'League\\CommonMark\\Parser\\ParserLogicException' => $vendorDir . '/league/commonmark/src/Parser/ParserLogicException.php', - 'League\\CommonMark\\Reference\\MemoryLimitedReferenceMap' => $vendorDir . '/league/commonmark/src/Reference/MemoryLimitedReferenceMap.php', - 'League\\CommonMark\\Reference\\Reference' => $vendorDir . '/league/commonmark/src/Reference/Reference.php', - 'League\\CommonMark\\Reference\\ReferenceInterface' => $vendorDir . '/league/commonmark/src/Reference/ReferenceInterface.php', - 'League\\CommonMark\\Reference\\ReferenceMap' => $vendorDir . '/league/commonmark/src/Reference/ReferenceMap.php', - 'League\\CommonMark\\Reference\\ReferenceMapInterface' => $vendorDir . '/league/commonmark/src/Reference/ReferenceMapInterface.php', - 'League\\CommonMark\\Reference\\ReferenceParser' => $vendorDir . '/league/commonmark/src/Reference/ReferenceParser.php', - 'League\\CommonMark\\Reference\\ReferenceableInterface' => $vendorDir . '/league/commonmark/src/Reference/ReferenceableInterface.php', - 'League\\CommonMark\\Renderer\\Block\\DocumentRenderer' => $vendorDir . '/league/commonmark/src/Renderer/Block/DocumentRenderer.php', - 'League\\CommonMark\\Renderer\\Block\\ParagraphRenderer' => $vendorDir . '/league/commonmark/src/Renderer/Block/ParagraphRenderer.php', - 'League\\CommonMark\\Renderer\\ChildNodeRendererInterface' => $vendorDir . '/league/commonmark/src/Renderer/ChildNodeRendererInterface.php', - 'League\\CommonMark\\Renderer\\DocumentRendererInterface' => $vendorDir . '/league/commonmark/src/Renderer/DocumentRendererInterface.php', - 'League\\CommonMark\\Renderer\\HtmlDecorator' => $vendorDir . '/league/commonmark/src/Renderer/HtmlDecorator.php', - 'League\\CommonMark\\Renderer\\HtmlRenderer' => $vendorDir . '/league/commonmark/src/Renderer/HtmlRenderer.php', - 'League\\CommonMark\\Renderer\\Inline\\NewlineRenderer' => $vendorDir . '/league/commonmark/src/Renderer/Inline/NewlineRenderer.php', - 'League\\CommonMark\\Renderer\\Inline\\TextRenderer' => $vendorDir . '/league/commonmark/src/Renderer/Inline/TextRenderer.php', - 'League\\CommonMark\\Renderer\\MarkdownRendererInterface' => $vendorDir . '/league/commonmark/src/Renderer/MarkdownRendererInterface.php', - 'League\\CommonMark\\Renderer\\NoMatchingRendererException' => $vendorDir . '/league/commonmark/src/Renderer/NoMatchingRendererException.php', - 'League\\CommonMark\\Renderer\\NodeRendererInterface' => $vendorDir . '/league/commonmark/src/Renderer/NodeRendererInterface.php', - 'League\\CommonMark\\Util\\ArrayCollection' => $vendorDir . '/league/commonmark/src/Util/ArrayCollection.php', - 'League\\CommonMark\\Util\\Html5EntityDecoder' => $vendorDir . '/league/commonmark/src/Util/Html5EntityDecoder.php', - 'League\\CommonMark\\Util\\HtmlElement' => $vendorDir . '/league/commonmark/src/Util/HtmlElement.php', - 'League\\CommonMark\\Util\\HtmlFilter' => $vendorDir . '/league/commonmark/src/Util/HtmlFilter.php', - 'League\\CommonMark\\Util\\LinkParserHelper' => $vendorDir . '/league/commonmark/src/Util/LinkParserHelper.php', - 'League\\CommonMark\\Util\\PrioritizedList' => $vendorDir . '/league/commonmark/src/Util/PrioritizedList.php', - 'League\\CommonMark\\Util\\RegexHelper' => $vendorDir . '/league/commonmark/src/Util/RegexHelper.php', - 'League\\CommonMark\\Util\\SpecReader' => $vendorDir . '/league/commonmark/src/Util/SpecReader.php', - 'League\\CommonMark\\Util\\UrlEncoder' => $vendorDir . '/league/commonmark/src/Util/UrlEncoder.php', - 'League\\CommonMark\\Util\\Xml' => $vendorDir . '/league/commonmark/src/Util/Xml.php', - 'League\\CommonMark\\Xml\\FallbackNodeXmlRenderer' => $vendorDir . '/league/commonmark/src/Xml/FallbackNodeXmlRenderer.php', - 'League\\CommonMark\\Xml\\MarkdownToXmlConverter' => $vendorDir . '/league/commonmark/src/Xml/MarkdownToXmlConverter.php', - 'League\\CommonMark\\Xml\\XmlNodeRendererInterface' => $vendorDir . '/league/commonmark/src/Xml/XmlNodeRendererInterface.php', - 'League\\CommonMark\\Xml\\XmlRenderer' => $vendorDir . '/league/commonmark/src/Xml/XmlRenderer.php', - 'League\\Config\\Configuration' => $vendorDir . '/league/config/src/Configuration.php', - 'League\\Config\\ConfigurationAwareInterface' => $vendorDir . '/league/config/src/ConfigurationAwareInterface.php', - 'League\\Config\\ConfigurationBuilderInterface' => $vendorDir . '/league/config/src/ConfigurationBuilderInterface.php', - 'League\\Config\\ConfigurationInterface' => $vendorDir . '/league/config/src/ConfigurationInterface.php', - 'League\\Config\\ConfigurationProviderInterface' => $vendorDir . '/league/config/src/ConfigurationProviderInterface.php', - 'League\\Config\\Exception\\ConfigurationExceptionInterface' => $vendorDir . '/league/config/src/Exception/ConfigurationExceptionInterface.php', - 'League\\Config\\Exception\\InvalidConfigurationException' => $vendorDir . '/league/config/src/Exception/InvalidConfigurationException.php', - 'League\\Config\\Exception\\UnknownOptionException' => $vendorDir . '/league/config/src/Exception/UnknownOptionException.php', - 'League\\Config\\Exception\\ValidationException' => $vendorDir . '/league/config/src/Exception/ValidationException.php', - 'League\\Config\\MutableConfigurationInterface' => $vendorDir . '/league/config/src/MutableConfigurationInterface.php', - 'League\\Config\\ReadOnlyConfiguration' => $vendorDir . '/league/config/src/ReadOnlyConfiguration.php', - 'League\\Config\\SchemaBuilderInterface' => $vendorDir . '/league/config/src/SchemaBuilderInterface.php', - 'Nette\\ArgumentOutOfRangeException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\DeprecatedException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\DirectoryNotFoundException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\FileNotFoundException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\HtmlStringable' => $vendorDir . '/nette/utils/src/HtmlStringable.php', - 'Nette\\IOException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\InvalidArgumentException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\InvalidStateException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\Iterators\\CachingIterator' => $vendorDir . '/nette/utils/src/Iterators/CachingIterator.php', - 'Nette\\Iterators\\Mapper' => $vendorDir . '/nette/utils/src/Iterators/Mapper.php', - 'Nette\\Localization\\ITranslator' => $vendorDir . '/nette/utils/src/compatibility.php', - 'Nette\\Localization\\Translator' => $vendorDir . '/nette/utils/src/Translator.php', - 'Nette\\MemberAccessException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\NotImplementedException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\NotSupportedException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\OutOfRangeException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\Schema\\Context' => $vendorDir . '/nette/schema/src/Schema/Context.php', - 'Nette\\Schema\\DynamicParameter' => $vendorDir . '/nette/schema/src/Schema/DynamicParameter.php', - 'Nette\\Schema\\Elements\\AnyOf' => $vendorDir . '/nette/schema/src/Schema/Elements/AnyOf.php', - 'Nette\\Schema\\Elements\\Base' => $vendorDir . '/nette/schema/src/Schema/Elements/Base.php', - 'Nette\\Schema\\Elements\\Structure' => $vendorDir . '/nette/schema/src/Schema/Elements/Structure.php', - 'Nette\\Schema\\Elements\\Type' => $vendorDir . '/nette/schema/src/Schema/Elements/Type.php', - 'Nette\\Schema\\Expect' => $vendorDir . '/nette/schema/src/Schema/Expect.php', - 'Nette\\Schema\\Helpers' => $vendorDir . '/nette/schema/src/Schema/Helpers.php', - 'Nette\\Schema\\Message' => $vendorDir . '/nette/schema/src/Schema/Message.php', - 'Nette\\Schema\\Processor' => $vendorDir . '/nette/schema/src/Schema/Processor.php', - 'Nette\\Schema\\Schema' => $vendorDir . '/nette/schema/src/Schema/Schema.php', - 'Nette\\Schema\\ValidationException' => $vendorDir . '/nette/schema/src/Schema/ValidationException.php', - 'Nette\\SmartObject' => $vendorDir . '/nette/utils/src/SmartObject.php', - 'Nette\\StaticClass' => $vendorDir . '/nette/utils/src/StaticClass.php', - 'Nette\\UnexpectedValueException' => $vendorDir . '/nette/utils/src/exceptions.php', - 'Nette\\Utils\\ArrayHash' => $vendorDir . '/nette/utils/src/Utils/ArrayHash.php', - 'Nette\\Utils\\ArrayList' => $vendorDir . '/nette/utils/src/Utils/ArrayList.php', - 'Nette\\Utils\\Arrays' => $vendorDir . '/nette/utils/src/Utils/Arrays.php', - 'Nette\\Utils\\AssertionException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php', - 'Nette\\Utils\\Callback' => $vendorDir . '/nette/utils/src/Utils/Callback.php', - 'Nette\\Utils\\DateTime' => $vendorDir . '/nette/utils/src/Utils/DateTime.php', - 'Nette\\Utils\\FileInfo' => $vendorDir . '/nette/utils/src/Utils/FileInfo.php', - 'Nette\\Utils\\FileSystem' => $vendorDir . '/nette/utils/src/Utils/FileSystem.php', - 'Nette\\Utils\\Finder' => $vendorDir . '/nette/utils/src/Utils/Finder.php', - 'Nette\\Utils\\Floats' => $vendorDir . '/nette/utils/src/Utils/Floats.php', - 'Nette\\Utils\\Helpers' => $vendorDir . '/nette/utils/src/Utils/Helpers.php', - 'Nette\\Utils\\Html' => $vendorDir . '/nette/utils/src/Utils/Html.php', - 'Nette\\Utils\\IHtmlString' => $vendorDir . '/nette/utils/src/compatibility.php', - 'Nette\\Utils\\Image' => $vendorDir . '/nette/utils/src/Utils/Image.php', - 'Nette\\Utils\\ImageColor' => $vendorDir . '/nette/utils/src/Utils/ImageColor.php', - 'Nette\\Utils\\ImageException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php', - 'Nette\\Utils\\ImageType' => $vendorDir . '/nette/utils/src/Utils/ImageType.php', - 'Nette\\Utils\\Iterables' => $vendorDir . '/nette/utils/src/Utils/Iterables.php', - 'Nette\\Utils\\Json' => $vendorDir . '/nette/utils/src/Utils/Json.php', - 'Nette\\Utils\\JsonException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php', - 'Nette\\Utils\\ObjectHelpers' => $vendorDir . '/nette/utils/src/Utils/ObjectHelpers.php', - 'Nette\\Utils\\Paginator' => $vendorDir . '/nette/utils/src/Utils/Paginator.php', - 'Nette\\Utils\\Random' => $vendorDir . '/nette/utils/src/Utils/Random.php', - 'Nette\\Utils\\Reflection' => $vendorDir . '/nette/utils/src/Utils/Reflection.php', - 'Nette\\Utils\\ReflectionMethod' => $vendorDir . '/nette/utils/src/Utils/ReflectionMethod.php', - 'Nette\\Utils\\RegexpException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php', - 'Nette\\Utils\\Strings' => $vendorDir . '/nette/utils/src/Utils/Strings.php', - 'Nette\\Utils\\Type' => $vendorDir . '/nette/utils/src/Utils/Type.php', - 'Nette\\Utils\\UnknownImageFileException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php', - 'Nette\\Utils\\Validators' => $vendorDir . '/nette/utils/src/Utils/Validators.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\Data' => $vendorDir . '/dflydev/dot-access-data/src/Data.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\DataInterface' => $vendorDir . '/dflydev/dot-access-data/src/DataInterface.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\Exception\\DataException' => $vendorDir . '/dflydev/dot-access-data/src/Exception/DataException.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\Exception\\InvalidPathException' => $vendorDir . '/dflydev/dot-access-data/src/Exception/InvalidPathException.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\Exception\\MissingPathException' => $vendorDir . '/dflydev/dot-access-data/src/Exception/MissingPathException.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\Util' => $vendorDir . '/dflydev/dot-access-data/src/Util.php', + 'VendorPrefix\\League\\CommonMark\\CommonMarkConverter' => $vendorDir . '/league/commonmark/src/CommonMarkConverter.php', + 'VendorPrefix\\League\\CommonMark\\ConverterInterface' => $vendorDir . '/league/commonmark/src/ConverterInterface.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Bracket' => $vendorDir . '/league/commonmark/src/Delimiter/Bracket.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Delimiter' => $vendorDir . '/league/commonmark/src/Delimiter/Delimiter.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\DelimiterInterface' => $vendorDir . '/league/commonmark/src/Delimiter/DelimiterInterface.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\DelimiterParser' => $vendorDir . '/league/commonmark/src/Delimiter/DelimiterParser.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\DelimiterStack' => $vendorDir . '/league/commonmark/src/Delimiter/DelimiterStack.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Processor\\CacheableDelimiterProcessorInterface' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/CacheableDelimiterProcessorInterface.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorCollection' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollection.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorCollectionInterface' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollectionInterface.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorInterface' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorInterface.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Processor\\StaggeredDelimiterProcessor' => $vendorDir . '/league/commonmark/src/Delimiter/Processor/StaggeredDelimiterProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Environment\\Environment' => $vendorDir . '/league/commonmark/src/Environment/Environment.php', + 'VendorPrefix\\League\\CommonMark\\Environment\\EnvironmentAwareInterface' => $vendorDir . '/league/commonmark/src/Environment/EnvironmentAwareInterface.php', + 'VendorPrefix\\League\\CommonMark\\Environment\\EnvironmentBuilderInterface' => $vendorDir . '/league/commonmark/src/Environment/EnvironmentBuilderInterface.php', + 'VendorPrefix\\League\\CommonMark\\Environment\\EnvironmentInterface' => $vendorDir . '/league/commonmark/src/Environment/EnvironmentInterface.php', + 'VendorPrefix\\League\\CommonMark\\Event\\AbstractEvent' => $vendorDir . '/league/commonmark/src/Event/AbstractEvent.php', + 'VendorPrefix\\League\\CommonMark\\Event\\DocumentParsedEvent' => $vendorDir . '/league/commonmark/src/Event/DocumentParsedEvent.php', + 'VendorPrefix\\League\\CommonMark\\Event\\DocumentPreParsedEvent' => $vendorDir . '/league/commonmark/src/Event/DocumentPreParsedEvent.php', + 'VendorPrefix\\League\\CommonMark\\Event\\DocumentPreRenderEvent' => $vendorDir . '/league/commonmark/src/Event/DocumentPreRenderEvent.php', + 'VendorPrefix\\League\\CommonMark\\Event\\DocumentRenderedEvent' => $vendorDir . '/league/commonmark/src/Event/DocumentRenderedEvent.php', + 'VendorPrefix\\League\\CommonMark\\Event\\ListenerData' => $vendorDir . '/league/commonmark/src/Event/ListenerData.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\AlreadyInitializedException' => $vendorDir . '/league/commonmark/src/Exception/AlreadyInitializedException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\CommonMarkException' => $vendorDir . '/league/commonmark/src/Exception/CommonMarkException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\IOException' => $vendorDir . '/league/commonmark/src/Exception/IOException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\InvalidArgumentException' => $vendorDir . '/league/commonmark/src/Exception/InvalidArgumentException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\LogicException' => $vendorDir . '/league/commonmark/src/Exception/LogicException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\MissingDependencyException' => $vendorDir . '/league/commonmark/src/Exception/MissingDependencyException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\UnexpectedEncodingException' => $vendorDir . '/league/commonmark/src/Exception/UnexpectedEncodingException.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\AttributesExtension' => $vendorDir . '/league/commonmark/src/Extension/Attributes/AttributesExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Event\\AttributesListener' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Event/AttributesListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Node\\Attributes' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Node/Attributes.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Node\\AttributesInline' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Node/AttributesInline.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesBlockContinueParser' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockContinueParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesBlockStartParser' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesInlineParser' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Parser/AttributesInlineParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Util\\AttributesHelper' => $vendorDir . '/league/commonmark/src/Extension/Attributes/Util/AttributesHelper.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Autolink\\AutolinkExtension' => $vendorDir . '/league/commonmark/src/Extension/Autolink/AutolinkExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Autolink\\EmailAutolinkParser' => $vendorDir . '/league/commonmark/src/Extension/Autolink/EmailAutolinkParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Autolink\\UrlAutolinkParser' => $vendorDir . '/league/commonmark/src/Extension/Autolink/UrlAutolinkParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\CommonMarkCoreExtension' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/CommonMarkCoreExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Delimiter\\Processor\\EmphasisDelimiterProcessor' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Delimiter/Processor/EmphasisDelimiterProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\BlockQuote' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/BlockQuote.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\FencedCode' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/FencedCode.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\Heading' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/Heading.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\HtmlBlock' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/HtmlBlock.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\IndentedCode' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/IndentedCode.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListBlock' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListBlock.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListData' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListData.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListItem' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListItem.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ThematicBreak' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Block/ThematicBreak.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\AbstractWebResource' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/AbstractWebResource.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Code' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Code.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Emphasis' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Emphasis.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\HtmlInline' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/HtmlInline.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Image' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Image.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Link' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Link.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Strong' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Strong.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\BlockQuoteParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\BlockQuoteStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\FencedCodeParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\FencedCodeStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HeadingParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HeadingStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HtmlBlockParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HtmlBlockStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\IndentedCodeParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\IndentedCodeStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListBlockParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListBlockStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListItemParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListItemParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ThematicBreakParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ThematicBreakStartParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\AutolinkParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/AutolinkParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\BacktickParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/BacktickParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\BangParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/BangParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\CloseBracketParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/CloseBracketParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\EntityParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/EntityParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\EscapableParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/EscapableParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\HtmlInlineParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/HtmlInlineParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\OpenBracketParser' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/OpenBracketParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\BlockQuoteRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/BlockQuoteRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\FencedCodeRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/FencedCodeRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\HeadingRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/HeadingRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\HtmlBlockRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/HtmlBlockRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\IndentedCodeRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/IndentedCodeRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ListBlockRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListBlockRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ListItemRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListItemRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ThematicBreakRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ThematicBreakRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\CodeRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/CodeRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\EmphasisRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/EmphasisRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\HtmlInlineRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/HtmlInlineRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\ImageRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/ImageRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\LinkRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/LinkRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\StrongRenderer' => $vendorDir . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/StrongRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\ConfigurableExtensionInterface' => $vendorDir . '/league/commonmark/src/Extension/ConfigurableExtensionInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DefaultAttributes\\ApplyDefaultAttributesProcessor' => $vendorDir . '/league/commonmark/src/Extension/DefaultAttributes/ApplyDefaultAttributesProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DefaultAttributes\\DefaultAttributesExtension' => $vendorDir . '/league/commonmark/src/Extension/DefaultAttributes/DefaultAttributesExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\DescriptionListExtension' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/DescriptionListExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Event\\ConsecutiveDescriptionListMerger' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Event/ConsecutiveDescriptionListMerger.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Event\\LooseDescriptionHandler' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Event/LooseDescriptionHandler.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Node\\Description' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Node/Description.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Node\\DescriptionList' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Node/DescriptionList.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Node\\DescriptionTerm' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Node/DescriptionTerm.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionContinueParser' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionContinueParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionListContinueParser' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionListContinueParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionStartParser' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionTermContinueParser' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionTermContinueParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionListRenderer' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionListRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionRenderer' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionTermRenderer' => $vendorDir . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionTermRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DisallowedRawHtml\\DisallowedRawHtmlExtension' => $vendorDir . '/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DisallowedRawHtml\\DisallowedRawHtmlRenderer' => $vendorDir . '/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\Bridge\\OscaroteroEmbedAdapter' => $vendorDir . '/league/commonmark/src/Extension/Embed/Bridge/OscaroteroEmbedAdapter.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\DomainFilteringAdapter' => $vendorDir . '/league/commonmark/src/Extension/Embed/DomainFilteringAdapter.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\Embed' => $vendorDir . '/league/commonmark/src/Extension/Embed/Embed.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedAdapterInterface' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedAdapterInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedExtension' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedParser' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedProcessor' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedRenderer' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedStartParser' => $vendorDir . '/league/commonmark/src/Extension/Embed/EmbedStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\ExtensionInterface' => $vendorDir . '/league/commonmark/src/Extension/ExtensionInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\ExternalLink\\ExternalLinkExtension' => $vendorDir . '/league/commonmark/src/Extension/ExternalLink/ExternalLinkExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\ExternalLink\\ExternalLinkProcessor' => $vendorDir . '/league/commonmark/src/Extension/ExternalLink/ExternalLinkProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Event\\AnonymousFootnotesListener' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Event/AnonymousFootnotesListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Event\\FixOrphanedFootnotesAndRefsListener' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Event/FixOrphanedFootnotesAndRefsListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Event\\GatherFootnotesListener' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Event/GatherFootnotesListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Event\\NumberFootnotesListener' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Event/NumberFootnotesListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\FootnoteExtension' => $vendorDir . '/league/commonmark/src/Extension/Footnote/FootnoteExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Node\\Footnote' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/Footnote.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteBackref' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/FootnoteBackref.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteContainer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/FootnoteContainer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteRef' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Node/FootnoteRef.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Parser\\AnonymousFootnoteRefParser' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteParser' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteRefParser' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteRefParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteStartParser' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteBackrefRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteBackrefRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteContainerRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteContainerRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteRefRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRefRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteRenderer' => $vendorDir . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Data\\FrontMatterDataParserInterface' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Data/FrontMatterDataParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Data\\LibYamlFrontMatterParser' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Data/LibYamlFrontMatterParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Data\\SymfonyYamlFrontMatterParser' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Exception\\InvalidFrontMatterException' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Exception/InvalidFrontMatterException.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\FrontMatterExtension' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/FrontMatterExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\FrontMatterParser' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/FrontMatterParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\FrontMatterParserInterface' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/FrontMatterParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\FrontMatterProviderInterface' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/FrontMatterProviderInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Input\\MarkdownInputWithFrontMatter' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Input/MarkdownInputWithFrontMatter.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Listener\\FrontMatterPostRenderListener' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPostRenderListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Listener\\FrontMatterPreParser' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPreParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Output\\RenderedContentWithFrontMatter' => $vendorDir . '/league/commonmark/src/Extension/FrontMatter/Output/RenderedContentWithFrontMatter.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\GithubFlavoredMarkdownExtension' => $vendorDir . '/league/commonmark/src/Extension/GithubFlavoredMarkdownExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalink' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalink.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkExtension' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkProcessor' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkRenderer' => $vendorDir . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\InlinesOnly\\ChildRenderer' => $vendorDir . '/league/commonmark/src/Extension/InlinesOnly/ChildRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\InlinesOnly\\InlinesOnlyExtension' => $vendorDir . '/league/commonmark/src/Extension/InlinesOnly/InlinesOnlyExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\Generator\\CallbackGenerator' => $vendorDir . '/league/commonmark/src/Extension/Mention/Generator/CallbackGenerator.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\Generator\\MentionGeneratorInterface' => $vendorDir . '/league/commonmark/src/Extension/Mention/Generator/MentionGeneratorInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\Generator\\StringTemplateLinkGenerator' => $vendorDir . '/league/commonmark/src/Extension/Mention/Generator/StringTemplateLinkGenerator.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\Mention' => $vendorDir . '/league/commonmark/src/Extension/Mention/Mention.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\MentionExtension' => $vendorDir . '/league/commonmark/src/Extension/Mention/MentionExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\MentionParser' => $vendorDir . '/league/commonmark/src/Extension/Mention/MentionParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\DashParser' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/DashParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\EllipsesParser' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/EllipsesParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\Quote' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/Quote.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\QuoteParser' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/QuoteParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\QuoteProcessor' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/QuoteProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\ReplaceUnpairedQuotesListener' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/ReplaceUnpairedQuotesListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\SmartPunctExtension' => $vendorDir . '/league/commonmark/src/Extension/SmartPunct/SmartPunctExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Strikethrough\\Strikethrough' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/Strikethrough.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Strikethrough\\StrikethroughDelimiterProcessor' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/StrikethroughDelimiterProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Strikethrough\\StrikethroughExtension' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/StrikethroughExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Strikethrough\\StrikethroughRenderer' => $vendorDir . '/league/commonmark/src/Extension/Strikethrough/StrikethroughRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContents' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Node/TableOfContents.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContentsPlaceholder' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Node/TableOfContentsPlaceholder.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\AsIsNormalizerStrategy' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/AsIsNormalizerStrategy.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\FlatNormalizerStrategy' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/FlatNormalizerStrategy.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\NormalizerStrategyInterface' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/NormalizerStrategyInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\RelativeNormalizerStrategy' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/Normalizer/RelativeNormalizerStrategy.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsBuilder' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsBuilder.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsExtension' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGenerator' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsGenerator.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGeneratorInterface' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderParser' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderRenderer' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsRenderer' => $vendorDir . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\Table' => $vendorDir . '/league/commonmark/src/Extension/Table/Table.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableCell' => $vendorDir . '/league/commonmark/src/Extension/Table/TableCell.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableCellRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableCellRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableExtension' => $vendorDir . '/league/commonmark/src/Extension/Table/TableExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableParser' => $vendorDir . '/league/commonmark/src/Extension/Table/TableParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableRow' => $vendorDir . '/league/commonmark/src/Extension/Table/TableRow.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableRowRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableRowRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableSection' => $vendorDir . '/league/commonmark/src/Extension/Table/TableSection.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableSectionRenderer' => $vendorDir . '/league/commonmark/src/Extension/Table/TableSectionRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableStartParser' => $vendorDir . '/league/commonmark/src/Extension/Table/TableStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TaskList\\TaskListExtension' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TaskList\\TaskListItemMarker' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListItemMarker.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TaskList\\TaskListItemMarkerParser' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListItemMarkerParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TaskList\\TaskListItemMarkerRenderer' => $vendorDir . '/league/commonmark/src/Extension/TaskList/TaskListItemMarkerRenderer.php', + 'VendorPrefix\\League\\CommonMark\\GithubFlavoredMarkdownConverter' => $vendorDir . '/league/commonmark/src/GithubFlavoredMarkdownConverter.php', + 'VendorPrefix\\League\\CommonMark\\Input\\MarkdownInput' => $vendorDir . '/league/commonmark/src/Input/MarkdownInput.php', + 'VendorPrefix\\League\\CommonMark\\Input\\MarkdownInputInterface' => $vendorDir . '/league/commonmark/src/Input/MarkdownInputInterface.php', + 'VendorPrefix\\League\\CommonMark\\MarkdownConverter' => $vendorDir . '/league/commonmark/src/MarkdownConverter.php', + 'VendorPrefix\\League\\CommonMark\\MarkdownConverterInterface' => $vendorDir . '/league/commonmark/src/MarkdownConverterInterface.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Block\\AbstractBlock' => $vendorDir . '/league/commonmark/src/Node/Block/AbstractBlock.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Block\\Document' => $vendorDir . '/league/commonmark/src/Node/Block/Document.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Block\\Paragraph' => $vendorDir . '/league/commonmark/src/Node/Block/Paragraph.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Block\\TightBlockInterface' => $vendorDir . '/league/commonmark/src/Node/Block/TightBlockInterface.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\AbstractInline' => $vendorDir . '/league/commonmark/src/Node/Inline/AbstractInline.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\AbstractStringContainer' => $vendorDir . '/league/commonmark/src/Node/Inline/AbstractStringContainer.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\AdjacentTextMerger' => $vendorDir . '/league/commonmark/src/Node/Inline/AdjacentTextMerger.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\DelimitedInterface' => $vendorDir . '/league/commonmark/src/Node/Inline/DelimitedInterface.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\Newline' => $vendorDir . '/league/commonmark/src/Node/Inline/Newline.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\Text' => $vendorDir . '/league/commonmark/src/Node/Inline/Text.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Node' => $vendorDir . '/league/commonmark/src/Node/Node.php', + 'VendorPrefix\\League\\CommonMark\\Node\\NodeIterator' => $vendorDir . '/league/commonmark/src/Node/NodeIterator.php', + 'VendorPrefix\\League\\CommonMark\\Node\\NodeWalker' => $vendorDir . '/league/commonmark/src/Node/NodeWalker.php', + 'VendorPrefix\\League\\CommonMark\\Node\\NodeWalkerEvent' => $vendorDir . '/league/commonmark/src/Node/NodeWalkerEvent.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Query' => $vendorDir . '/league/commonmark/src/Node/Query.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Query\\AndExpr' => $vendorDir . '/league/commonmark/src/Node/Query/AndExpr.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Query\\ExpressionInterface' => $vendorDir . '/league/commonmark/src/Node/Query/ExpressionInterface.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Query\\OrExpr' => $vendorDir . '/league/commonmark/src/Node/Query/OrExpr.php', + 'VendorPrefix\\League\\CommonMark\\Node\\RawMarkupContainerInterface' => $vendorDir . '/league/commonmark/src/Node/RawMarkupContainerInterface.php', + 'VendorPrefix\\League\\CommonMark\\Node\\StringContainerHelper' => $vendorDir . '/league/commonmark/src/Node/StringContainerHelper.php', + 'VendorPrefix\\League\\CommonMark\\Node\\StringContainerInterface' => $vendorDir . '/league/commonmark/src/Node/StringContainerInterface.php', + 'VendorPrefix\\League\\CommonMark\\Normalizer\\SlugNormalizer' => $vendorDir . '/league/commonmark/src/Normalizer/SlugNormalizer.php', + 'VendorPrefix\\League\\CommonMark\\Normalizer\\TextNormalizer' => $vendorDir . '/league/commonmark/src/Normalizer/TextNormalizer.php', + 'VendorPrefix\\League\\CommonMark\\Normalizer\\TextNormalizerInterface' => $vendorDir . '/league/commonmark/src/Normalizer/TextNormalizerInterface.php', + 'VendorPrefix\\League\\CommonMark\\Normalizer\\UniqueSlugNormalizer' => $vendorDir . '/league/commonmark/src/Normalizer/UniqueSlugNormalizer.php', + 'VendorPrefix\\League\\CommonMark\\Normalizer\\UniqueSlugNormalizerInterface' => $vendorDir . '/league/commonmark/src/Normalizer/UniqueSlugNormalizerInterface.php', + 'VendorPrefix\\League\\CommonMark\\Output\\RenderedContent' => $vendorDir . '/league/commonmark/src/Output/RenderedContent.php', + 'VendorPrefix\\League\\CommonMark\\Output\\RenderedContentInterface' => $vendorDir . '/league/commonmark/src/Output/RenderedContentInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\AbstractBlockContinueParser' => $vendorDir . '/league/commonmark/src/Parser/Block/AbstractBlockContinueParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\BlockContinue' => $vendorDir . '/league/commonmark/src/Parser/Block/BlockContinue.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\BlockContinueParserInterface' => $vendorDir . '/league/commonmark/src/Parser/Block/BlockContinueParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\BlockContinueParserWithInlinesInterface' => $vendorDir . '/league/commonmark/src/Parser/Block/BlockContinueParserWithInlinesInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\BlockStart' => $vendorDir . '/league/commonmark/src/Parser/Block/BlockStart.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\BlockStartParserInterface' => $vendorDir . '/league/commonmark/src/Parser/Block/BlockStartParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\DocumentBlockParser' => $vendorDir . '/league/commonmark/src/Parser/Block/DocumentBlockParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\ParagraphParser' => $vendorDir . '/league/commonmark/src/Parser/Block/ParagraphParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\SkipLinesStartingWithLettersParser' => $vendorDir . '/league/commonmark/src/Parser/Block/SkipLinesStartingWithLettersParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Cursor' => $vendorDir . '/league/commonmark/src/Parser/Cursor.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\CursorState' => $vendorDir . '/league/commonmark/src/Parser/CursorState.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\InlineParserContext' => $vendorDir . '/league/commonmark/src/Parser/InlineParserContext.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\InlineParserEngine' => $vendorDir . '/league/commonmark/src/Parser/InlineParserEngine.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\InlineParserEngineInterface' => $vendorDir . '/league/commonmark/src/Parser/InlineParserEngineInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Inline\\InlineParserInterface' => $vendorDir . '/league/commonmark/src/Parser/Inline/InlineParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Inline\\InlineParserMatch' => $vendorDir . '/league/commonmark/src/Parser/Inline/InlineParserMatch.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Inline\\NewlineParser' => $vendorDir . '/league/commonmark/src/Parser/Inline/NewlineParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\MarkdownParser' => $vendorDir . '/league/commonmark/src/Parser/MarkdownParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\MarkdownParserInterface' => $vendorDir . '/league/commonmark/src/Parser/MarkdownParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\MarkdownParserState' => $vendorDir . '/league/commonmark/src/Parser/MarkdownParserState.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\MarkdownParserStateInterface' => $vendorDir . '/league/commonmark/src/Parser/MarkdownParserStateInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\ParserLogicException' => $vendorDir . '/league/commonmark/src/Parser/ParserLogicException.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\MemoryLimitedReferenceMap' => $vendorDir . '/league/commonmark/src/Reference/MemoryLimitedReferenceMap.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\Reference' => $vendorDir . '/league/commonmark/src/Reference/Reference.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\ReferenceInterface' => $vendorDir . '/league/commonmark/src/Reference/ReferenceInterface.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\ReferenceMap' => $vendorDir . '/league/commonmark/src/Reference/ReferenceMap.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\ReferenceMapInterface' => $vendorDir . '/league/commonmark/src/Reference/ReferenceMapInterface.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\ReferenceParser' => $vendorDir . '/league/commonmark/src/Reference/ReferenceParser.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\ReferenceableInterface' => $vendorDir . '/league/commonmark/src/Reference/ReferenceableInterface.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\Block\\DocumentRenderer' => $vendorDir . '/league/commonmark/src/Renderer/Block/DocumentRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\Block\\ParagraphRenderer' => $vendorDir . '/league/commonmark/src/Renderer/Block/ParagraphRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\ChildNodeRendererInterface' => $vendorDir . '/league/commonmark/src/Renderer/ChildNodeRendererInterface.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\DocumentRendererInterface' => $vendorDir . '/league/commonmark/src/Renderer/DocumentRendererInterface.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\HtmlDecorator' => $vendorDir . '/league/commonmark/src/Renderer/HtmlDecorator.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\HtmlRenderer' => $vendorDir . '/league/commonmark/src/Renderer/HtmlRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\Inline\\NewlineRenderer' => $vendorDir . '/league/commonmark/src/Renderer/Inline/NewlineRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\Inline\\TextRenderer' => $vendorDir . '/league/commonmark/src/Renderer/Inline/TextRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\MarkdownRendererInterface' => $vendorDir . '/league/commonmark/src/Renderer/MarkdownRendererInterface.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\NoMatchingRendererException' => $vendorDir . '/league/commonmark/src/Renderer/NoMatchingRendererException.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\NodeRendererInterface' => $vendorDir . '/league/commonmark/src/Renderer/NodeRendererInterface.php', + 'VendorPrefix\\League\\CommonMark\\Util\\ArrayCollection' => $vendorDir . '/league/commonmark/src/Util/ArrayCollection.php', + 'VendorPrefix\\League\\CommonMark\\Util\\Html5EntityDecoder' => $vendorDir . '/league/commonmark/src/Util/Html5EntityDecoder.php', + 'VendorPrefix\\League\\CommonMark\\Util\\HtmlElement' => $vendorDir . '/league/commonmark/src/Util/HtmlElement.php', + 'VendorPrefix\\League\\CommonMark\\Util\\HtmlFilter' => $vendorDir . '/league/commonmark/src/Util/HtmlFilter.php', + 'VendorPrefix\\League\\CommonMark\\Util\\LinkParserHelper' => $vendorDir . '/league/commonmark/src/Util/LinkParserHelper.php', + 'VendorPrefix\\League\\CommonMark\\Util\\PrioritizedList' => $vendorDir . '/league/commonmark/src/Util/PrioritizedList.php', + 'VendorPrefix\\League\\CommonMark\\Util\\RegexHelper' => $vendorDir . '/league/commonmark/src/Util/RegexHelper.php', + 'VendorPrefix\\League\\CommonMark\\Util\\SpecReader' => $vendorDir . '/league/commonmark/src/Util/SpecReader.php', + 'VendorPrefix\\League\\CommonMark\\Util\\UrlEncoder' => $vendorDir . '/league/commonmark/src/Util/UrlEncoder.php', + 'VendorPrefix\\League\\CommonMark\\Util\\Xml' => $vendorDir . '/league/commonmark/src/Util/Xml.php', + 'VendorPrefix\\League\\CommonMark\\Xml\\FallbackNodeXmlRenderer' => $vendorDir . '/league/commonmark/src/Xml/FallbackNodeXmlRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Xml\\MarkdownToXmlConverter' => $vendorDir . '/league/commonmark/src/Xml/MarkdownToXmlConverter.php', + 'VendorPrefix\\League\\CommonMark\\Xml\\XmlNodeRendererInterface' => $vendorDir . '/league/commonmark/src/Xml/XmlNodeRendererInterface.php', + 'VendorPrefix\\League\\CommonMark\\Xml\\XmlRenderer' => $vendorDir . '/league/commonmark/src/Xml/XmlRenderer.php', + 'VendorPrefix\\League\\Config\\Configuration' => $vendorDir . '/league/config/src/Configuration.php', + 'VendorPrefix\\League\\Config\\ConfigurationAwareInterface' => $vendorDir . '/league/config/src/ConfigurationAwareInterface.php', + 'VendorPrefix\\League\\Config\\ConfigurationBuilderInterface' => $vendorDir . '/league/config/src/ConfigurationBuilderInterface.php', + 'VendorPrefix\\League\\Config\\ConfigurationInterface' => $vendorDir . '/league/config/src/ConfigurationInterface.php', + 'VendorPrefix\\League\\Config\\ConfigurationProviderInterface' => $vendorDir . '/league/config/src/ConfigurationProviderInterface.php', + 'VendorPrefix\\League\\Config\\Exception\\ConfigurationExceptionInterface' => $vendorDir . '/league/config/src/Exception/ConfigurationExceptionInterface.php', + 'VendorPrefix\\League\\Config\\Exception\\InvalidConfigurationException' => $vendorDir . '/league/config/src/Exception/InvalidConfigurationException.php', + 'VendorPrefix\\League\\Config\\Exception\\UnknownOptionException' => $vendorDir . '/league/config/src/Exception/UnknownOptionException.php', + 'VendorPrefix\\League\\Config\\Exception\\ValidationException' => $vendorDir . '/league/config/src/Exception/ValidationException.php', + 'VendorPrefix\\League\\Config\\MutableConfigurationInterface' => $vendorDir . '/league/config/src/MutableConfigurationInterface.php', + 'VendorPrefix\\League\\Config\\ReadOnlyConfiguration' => $vendorDir . '/league/config/src/ReadOnlyConfiguration.php', + 'VendorPrefix\\League\\Config\\SchemaBuilderInterface' => $vendorDir . '/league/config/src/SchemaBuilderInterface.php', + 'VendorPrefix\\Nette\\ArgumentOutOfRangeException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\DeprecatedException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\DirectoryNotFoundException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\FileNotFoundException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\HtmlStringable' => $vendorDir . '/nette/utils/src/HtmlStringable.php', + 'VendorPrefix\\Nette\\IOException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\InvalidArgumentException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\InvalidStateException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\Iterators\\CachingIterator' => $vendorDir . '/nette/utils/src/Iterators/CachingIterator.php', + 'VendorPrefix\\Nette\\Iterators\\Mapper' => $vendorDir . '/nette/utils/src/Iterators/Mapper.php', + 'VendorPrefix\\Nette\\Localization\\ITranslator' => $vendorDir . '/nette/utils/src/compatibility.php', + 'VendorPrefix\\Nette\\Localization\\Translator' => $vendorDir . '/nette/utils/src/Translator.php', + 'VendorPrefix\\Nette\\MemberAccessException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\NotImplementedException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\NotSupportedException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\OutOfRangeException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\Schema\\Context' => $vendorDir . '/nette/schema/src/Schema/Context.php', + 'VendorPrefix\\Nette\\Schema\\DynamicParameter' => $vendorDir . '/nette/schema/src/Schema/DynamicParameter.php', + 'VendorPrefix\\Nette\\Schema\\Elements\\AnyOf' => $vendorDir . '/nette/schema/src/Schema/Elements/AnyOf.php', + 'VendorPrefix\\Nette\\Schema\\Elements\\Base' => $vendorDir . '/nette/schema/src/Schema/Elements/Base.php', + 'VendorPrefix\\Nette\\Schema\\Elements\\Structure' => $vendorDir . '/nette/schema/src/Schema/Elements/Structure.php', + 'VendorPrefix\\Nette\\Schema\\Elements\\Type' => $vendorDir . '/nette/schema/src/Schema/Elements/Type.php', + 'VendorPrefix\\Nette\\Schema\\Expect' => $vendorDir . '/nette/schema/src/Schema/Expect.php', + 'VendorPrefix\\Nette\\Schema\\Helpers' => $vendorDir . '/nette/schema/src/Schema/Helpers.php', + 'VendorPrefix\\Nette\\Schema\\Message' => $vendorDir . '/nette/schema/src/Schema/Message.php', + 'VendorPrefix\\Nette\\Schema\\Processor' => $vendorDir . '/nette/schema/src/Schema/Processor.php', + 'VendorPrefix\\Nette\\Schema\\Schema' => $vendorDir . '/nette/schema/src/Schema/Schema.php', + 'VendorPrefix\\Nette\\Schema\\ValidationException' => $vendorDir . '/nette/schema/src/Schema/ValidationException.php', + 'VendorPrefix\\Nette\\SmartObject' => $vendorDir . '/nette/utils/src/SmartObject.php', + 'VendorPrefix\\Nette\\StaticClass' => $vendorDir . '/nette/utils/src/StaticClass.php', + 'VendorPrefix\\Nette\\UnexpectedValueException' => $vendorDir . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\ArrayHash' => $vendorDir . '/nette/utils/src/Utils/ArrayHash.php', + 'VendorPrefix\\Nette\\Utils\\ArrayList' => $vendorDir . '/nette/utils/src/Utils/ArrayList.php', + 'VendorPrefix\\Nette\\Utils\\Arrays' => $vendorDir . '/nette/utils/src/Utils/Arrays.php', + 'VendorPrefix\\Nette\\Utils\\AssertionException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\Callback' => $vendorDir . '/nette/utils/src/Utils/Callback.php', + 'VendorPrefix\\Nette\\Utils\\DateTime' => $vendorDir . '/nette/utils/src/Utils/DateTime.php', + 'VendorPrefix\\Nette\\Utils\\FileInfo' => $vendorDir . '/nette/utils/src/Utils/FileInfo.php', + 'VendorPrefix\\Nette\\Utils\\FileSystem' => $vendorDir . '/nette/utils/src/Utils/FileSystem.php', + 'VendorPrefix\\Nette\\Utils\\Finder' => $vendorDir . '/nette/utils/src/Utils/Finder.php', + 'VendorPrefix\\Nette\\Utils\\Floats' => $vendorDir . '/nette/utils/src/Utils/Floats.php', + 'VendorPrefix\\Nette\\Utils\\Helpers' => $vendorDir . '/nette/utils/src/Utils/Helpers.php', + 'VendorPrefix\\Nette\\Utils\\Html' => $vendorDir . '/nette/utils/src/Utils/Html.php', + 'VendorPrefix\\Nette\\Utils\\IHtmlString' => $vendorDir . '/nette/utils/src/compatibility.php', + 'VendorPrefix\\Nette\\Utils\\Image' => $vendorDir . '/nette/utils/src/Utils/Image.php', + 'VendorPrefix\\Nette\\Utils\\ImageColor' => $vendorDir . '/nette/utils/src/Utils/ImageColor.php', + 'VendorPrefix\\Nette\\Utils\\ImageException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\ImageType' => $vendorDir . '/nette/utils/src/Utils/ImageType.php', + 'VendorPrefix\\Nette\\Utils\\Iterables' => $vendorDir . '/nette/utils/src/Utils/Iterables.php', + 'VendorPrefix\\Nette\\Utils\\Json' => $vendorDir . '/nette/utils/src/Utils/Json.php', + 'VendorPrefix\\Nette\\Utils\\JsonException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\ObjectHelpers' => $vendorDir . '/nette/utils/src/Utils/ObjectHelpers.php', + 'VendorPrefix\\Nette\\Utils\\Paginator' => $vendorDir . '/nette/utils/src/Utils/Paginator.php', + 'VendorPrefix\\Nette\\Utils\\Random' => $vendorDir . '/nette/utils/src/Utils/Random.php', + 'VendorPrefix\\Nette\\Utils\\Reflection' => $vendorDir . '/nette/utils/src/Utils/Reflection.php', + 'VendorPrefix\\Nette\\Utils\\ReflectionMethod' => $vendorDir . '/nette/utils/src/Utils/ReflectionMethod.php', + 'VendorPrefix\\Nette\\Utils\\RegexpException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\Strings' => $vendorDir . '/nette/utils/src/Utils/Strings.php', + 'VendorPrefix\\Nette\\Utils\\Type' => $vendorDir . '/nette/utils/src/Utils/Type.php', + 'VendorPrefix\\Nette\\Utils\\UnknownImageFileException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\Validators' => $vendorDir . '/nette/utils/src/Utils/Validators.php', 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 'VendorPrefix\\Psr\\EventDispatcher\\EventDispatcherInterface' => $vendorDir . '/psr/event-dispatcher/src/EventDispatcherInterface.php', 'VendorPrefix\\Psr\\EventDispatcher\\ListenerProviderInterface' => $vendorDir . '/psr/event-dispatcher/src/ListenerProviderInterface.php', @@ -406,21 +406,21 @@ 'WP_Markdown_HTML_Processor' => $baseDir . '/src/WP_Markdown_HTML_Processor.php', 'WP_Markdown_Importer' => $baseDir . '/src/WP_Markdown_Importer.php', 'WP_Markdown_To_Blocks' => $baseDir . '/src/WP_Markdown_To_Blocks.php', - 'Webuni\\FrontMatter\\Document' => $vendorDir . '/webuni/front-matter/src/Document.php', - 'Webuni\\FrontMatter\\FrontMatter' => $vendorDir . '/webuni/front-matter/src/FrontMatter.php', - 'Webuni\\FrontMatter\\FrontMatterChain' => $vendorDir . '/webuni/front-matter/src/FrontMatterChain.php', - 'Webuni\\FrontMatter\\FrontMatterInterface' => $vendorDir . '/webuni/front-matter/src/FrontMatterInterface.php', - 'Webuni\\FrontMatter\\Haml\\FrontMatterFilter' => $vendorDir . '/webuni/front-matter/src/Haml/FrontMatterFilter.php', - 'Webuni\\FrontMatter\\Markdown\\FrontMatterLeagueCommonMarkExtension' => $vendorDir . '/webuni/front-matter/src/Markdown/FrontMatterLeagueCommonMarkExtension.php', - 'Webuni\\FrontMatter\\Processor\\JsonProcessor' => $vendorDir . '/webuni/front-matter/src/Processor/JsonProcessor.php', - 'Webuni\\FrontMatter\\Processor\\JsonWithoutBracesProcessor' => $vendorDir . '/webuni/front-matter/src/Processor/JsonWithoutBracesProcessor.php', - 'Webuni\\FrontMatter\\Processor\\NeonProcessor' => $vendorDir . '/webuni/front-matter/src/Processor/NeonProcessor.php', - 'Webuni\\FrontMatter\\Processor\\ProcessorDecorator' => $vendorDir . '/webuni/front-matter/src/Processor/ProcessorDecorator.php', - 'Webuni\\FrontMatter\\Processor\\ProcessorInterface' => $vendorDir . '/webuni/front-matter/src/Processor/ProcessorInterface.php', - 'Webuni\\FrontMatter\\Processor\\TomlProcessor' => $vendorDir . '/webuni/front-matter/src/Processor/TomlProcessor.php', - 'Webuni\\FrontMatter\\Processor\\YamlProcessor' => $vendorDir . '/webuni/front-matter/src/Processor/YamlProcessor.php', - 'Webuni\\FrontMatter\\Pug\\PugCommentFrontMatter' => $vendorDir . '/webuni/front-matter/src/Pug/PugCommentFrontMatter.php', - 'Webuni\\FrontMatter\\Twig\\DataToTwigConvertor' => $vendorDir . '/webuni/front-matter/src/Twig/DataToTwigConvertor.php', - 'Webuni\\FrontMatter\\Twig\\FrontMatterLoader' => $vendorDir . '/webuni/front-matter/src/Twig/FrontMatterLoader.php', - 'Webuni\\FrontMatter\\Twig\\TwigCommentFrontMatter' => $vendorDir . '/webuni/front-matter/src/Twig/TwigCommentFrontMatter.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Document' => $vendorDir . '/webuni/front-matter/src/Document.php', + 'VendorPrefix\\Webuni\\FrontMatter\\FrontMatter' => $vendorDir . '/webuni/front-matter/src/FrontMatter.php', + 'VendorPrefix\\Webuni\\FrontMatter\\FrontMatterChain' => $vendorDir . '/webuni/front-matter/src/FrontMatterChain.php', + 'VendorPrefix\\Webuni\\FrontMatter\\FrontMatterInterface' => $vendorDir . '/webuni/front-matter/src/FrontMatterInterface.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Haml\\FrontMatterFilter' => $vendorDir . '/webuni/front-matter/src/Haml/FrontMatterFilter.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Markdown\\FrontMatterLeagueCommonMarkExtension' => $vendorDir . '/webuni/front-matter/src/Markdown/FrontMatterLeagueCommonMarkExtension.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\JsonProcessor' => $vendorDir . '/webuni/front-matter/src/Processor/JsonProcessor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\JsonWithoutBracesProcessor' => $vendorDir . '/webuni/front-matter/src/Processor/JsonWithoutBracesProcessor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\NeonProcessor' => $vendorDir . '/webuni/front-matter/src/Processor/NeonProcessor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\ProcessorDecorator' => $vendorDir . '/webuni/front-matter/src/Processor/ProcessorDecorator.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\ProcessorInterface' => $vendorDir . '/webuni/front-matter/src/Processor/ProcessorInterface.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\TomlProcessor' => $vendorDir . '/webuni/front-matter/src/Processor/TomlProcessor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\YamlProcessor' => $vendorDir . '/webuni/front-matter/src/Processor/YamlProcessor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Pug\\PugCommentFrontMatter' => $vendorDir . '/webuni/front-matter/src/Pug/PugCommentFrontMatter.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Twig\\DataToTwigConvertor' => $vendorDir . '/webuni/front-matter/src/Twig/DataToTwigConvertor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Twig\\FrontMatterLoader' => $vendorDir . '/webuni/front-matter/src/Twig/FrontMatterLoader.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Twig\\TwigCommentFrontMatter' => $vendorDir . '/webuni/front-matter/src/Twig/TwigCommentFrontMatter.php', ); diff --git a/components/Markdown/vendor-patched/composer/autoload_psr4.php b/components/Markdown/vendor-patched/composer/autoload_psr4.php index 7adafe3e1..22b1249ca 100644 --- a/components/Markdown/vendor-patched/composer/autoload_psr4.php +++ b/components/Markdown/vendor-patched/composer/autoload_psr4.php @@ -6,12 +6,12 @@ $baseDir = dirname($vendorDir); return array( - 'Webuni\\FrontMatter\\' => array($vendorDir . '/webuni/front-matter/src'), + 'VendorPrefix\\Webuni\\FrontMatter\\' => array($vendorDir . '/webuni/front-matter/src'), 'VendorPrefix\\Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), 'VendorPrefix\\Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), 'VendorPrefix\\Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'), 'VendorPrefix\\Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'), - 'League\\Config\\' => array($vendorDir . '/league/config/src'), - 'League\\CommonMark\\' => array($vendorDir . '/league/commonmark/src'), - 'Dflydev\\DotAccessData\\' => array($vendorDir . '/dflydev/dot-access-data/src'), + 'VendorPrefix\\League\\Config\\' => array($vendorDir . '/league/config/src'), + 'VendorPrefix\\League\\CommonMark\\' => array($vendorDir . '/league/commonmark/src'), + 'VendorPrefix\\Dflydev\\DotAccessData\\' => array($vendorDir . '/dflydev/dot-access-data/src'), ); diff --git a/components/Markdown/vendor-patched/composer/autoload_static.php b/components/Markdown/vendor-patched/composer/autoload_static.php index 02a3e43c8..ab72d5fa4 100644 --- a/components/Markdown/vendor-patched/composer/autoload_static.php +++ b/components/Markdown/vendor-patched/composer/autoload_static.php @@ -15,7 +15,7 @@ class ComposerStaticInit13c3acfa4eaaf3747ca455e049c26d35 public static $prefixLengthsPsr4 = array ( 'W' => array ( - 'Webuni\\FrontMatter\\' => 19, + 'VendorPrefix\\Webuni\\FrontMatter\\' => 19, ), 'S' => array ( @@ -29,17 +29,17 @@ class ComposerStaticInit13c3acfa4eaaf3747ca455e049c26d35 ), 'L' => array ( - 'League\\Config\\' => 14, - 'League\\CommonMark\\' => 18, + 'VendorPrefix\\League\\Config\\' => 14, + 'VendorPrefix\\League\\CommonMark\\' => 18, ), 'D' => array ( - 'Dflydev\\DotAccessData\\' => 22, + 'VendorPrefix\\Dflydev\\DotAccessData\\' => 22, ), ); public static $prefixDirsPsr4 = array ( - 'Webuni\\FrontMatter\\' => + 'VendorPrefix\\Webuni\\FrontMatter\\' => array ( 0 => __DIR__ . '/..' . '/webuni/front-matter/src', ), @@ -59,15 +59,15 @@ class ComposerStaticInit13c3acfa4eaaf3747ca455e049c26d35 array ( 0 => __DIR__ . '/..' . '/psr/event-dispatcher/src', ), - 'League\\Config\\' => + 'VendorPrefix\\League\\Config\\' => array ( 0 => __DIR__ . '/..' . '/league/config/src', ), - 'League\\CommonMark\\' => + 'VendorPrefix\\League\\CommonMark\\' => array ( 0 => __DIR__ . '/..' . '/league/commonmark/src', ), - 'Dflydev\\DotAccessData\\' => + 'VendorPrefix\\Dflydev\\DotAccessData\\' => array ( 0 => __DIR__ . '/..' . '/dflydev/dot-access-data/src', ), @@ -76,378 +76,378 @@ class ComposerStaticInit13c3acfa4eaaf3747ca455e049c26d35 public static $classMap = array ( 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', - 'Dflydev\\DotAccessData\\Data' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/Data.php', - 'Dflydev\\DotAccessData\\DataInterface' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/DataInterface.php', - 'Dflydev\\DotAccessData\\Exception\\DataException' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/Exception/DataException.php', - 'Dflydev\\DotAccessData\\Exception\\InvalidPathException' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/Exception/InvalidPathException.php', - 'Dflydev\\DotAccessData\\Exception\\MissingPathException' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/Exception/MissingPathException.php', - 'Dflydev\\DotAccessData\\Util' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/Util.php', - 'League\\CommonMark\\CommonMarkConverter' => __DIR__ . '/..' . '/league/commonmark/src/CommonMarkConverter.php', - 'League\\CommonMark\\ConverterInterface' => __DIR__ . '/..' . '/league/commonmark/src/ConverterInterface.php', - 'League\\CommonMark\\Delimiter\\Bracket' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Bracket.php', - 'League\\CommonMark\\Delimiter\\Delimiter' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Delimiter.php', - 'League\\CommonMark\\Delimiter\\DelimiterInterface' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/DelimiterInterface.php', - 'League\\CommonMark\\Delimiter\\DelimiterParser' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/DelimiterParser.php', - 'League\\CommonMark\\Delimiter\\DelimiterStack' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/DelimiterStack.php', - 'League\\CommonMark\\Delimiter\\Processor\\CacheableDelimiterProcessorInterface' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Processor/CacheableDelimiterProcessorInterface.php', - 'League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorCollection' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollection.php', - 'League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorCollectionInterface' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollectionInterface.php', - 'League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorInterface' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorInterface.php', - 'League\\CommonMark\\Delimiter\\Processor\\StaggeredDelimiterProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Processor/StaggeredDelimiterProcessor.php', - 'League\\CommonMark\\Environment\\Environment' => __DIR__ . '/..' . '/league/commonmark/src/Environment/Environment.php', - 'League\\CommonMark\\Environment\\EnvironmentAwareInterface' => __DIR__ . '/..' . '/league/commonmark/src/Environment/EnvironmentAwareInterface.php', - 'League\\CommonMark\\Environment\\EnvironmentBuilderInterface' => __DIR__ . '/..' . '/league/commonmark/src/Environment/EnvironmentBuilderInterface.php', - 'League\\CommonMark\\Environment\\EnvironmentInterface' => __DIR__ . '/..' . '/league/commonmark/src/Environment/EnvironmentInterface.php', - 'League\\CommonMark\\Event\\AbstractEvent' => __DIR__ . '/..' . '/league/commonmark/src/Event/AbstractEvent.php', - 'League\\CommonMark\\Event\\DocumentParsedEvent' => __DIR__ . '/..' . '/league/commonmark/src/Event/DocumentParsedEvent.php', - 'League\\CommonMark\\Event\\DocumentPreParsedEvent' => __DIR__ . '/..' . '/league/commonmark/src/Event/DocumentPreParsedEvent.php', - 'League\\CommonMark\\Event\\DocumentPreRenderEvent' => __DIR__ . '/..' . '/league/commonmark/src/Event/DocumentPreRenderEvent.php', - 'League\\CommonMark\\Event\\DocumentRenderedEvent' => __DIR__ . '/..' . '/league/commonmark/src/Event/DocumentRenderedEvent.php', - 'League\\CommonMark\\Event\\ListenerData' => __DIR__ . '/..' . '/league/commonmark/src/Event/ListenerData.php', - 'League\\CommonMark\\Exception\\AlreadyInitializedException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/AlreadyInitializedException.php', - 'League\\CommonMark\\Exception\\CommonMarkException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/CommonMarkException.php', - 'League\\CommonMark\\Exception\\IOException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/IOException.php', - 'League\\CommonMark\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/InvalidArgumentException.php', - 'League\\CommonMark\\Exception\\LogicException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/LogicException.php', - 'League\\CommonMark\\Exception\\MissingDependencyException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/MissingDependencyException.php', - 'League\\CommonMark\\Exception\\UnexpectedEncodingException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/UnexpectedEncodingException.php', - 'League\\CommonMark\\Extension\\Attributes\\AttributesExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/AttributesExtension.php', - 'League\\CommonMark\\Extension\\Attributes\\Event\\AttributesListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Event/AttributesListener.php', - 'League\\CommonMark\\Extension\\Attributes\\Node\\Attributes' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Node/Attributes.php', - 'League\\CommonMark\\Extension\\Attributes\\Node\\AttributesInline' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Node/AttributesInline.php', - 'League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesBlockContinueParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockContinueParser.php', - 'League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesBlockStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockStartParser.php', - 'League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesInlineParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Parser/AttributesInlineParser.php', - 'League\\CommonMark\\Extension\\Attributes\\Util\\AttributesHelper' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Util/AttributesHelper.php', - 'League\\CommonMark\\Extension\\Autolink\\AutolinkExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Autolink/AutolinkExtension.php', - 'League\\CommonMark\\Extension\\Autolink\\EmailAutolinkParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Autolink/EmailAutolinkParser.php', - 'League\\CommonMark\\Extension\\Autolink\\UrlAutolinkParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Autolink/UrlAutolinkParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\CommonMarkCoreExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/CommonMarkCoreExtension.php', - 'League\\CommonMark\\Extension\\CommonMark\\Delimiter\\Processor\\EmphasisDelimiterProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Delimiter/Processor/EmphasisDelimiterProcessor.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\BlockQuote' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/BlockQuote.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\FencedCode' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/FencedCode.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\Heading' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/Heading.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\HtmlBlock' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/HtmlBlock.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\IndentedCode' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/IndentedCode.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListBlock' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListBlock.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListData' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListData.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListItem' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListItem.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ThematicBreak' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/ThematicBreak.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\AbstractWebResource' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/AbstractWebResource.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Code' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Code.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Emphasis' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Emphasis.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\HtmlInline' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/HtmlInline.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Image' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Image.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Link' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Link.php', - 'League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Strong' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Strong.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\BlockQuoteParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\BlockQuoteStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\FencedCodeParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\FencedCodeStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HeadingParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HeadingStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HtmlBlockParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HtmlBlockStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\IndentedCodeParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\IndentedCodeStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListBlockParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListBlockStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListItemParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListItemParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ThematicBreakParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ThematicBreakStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakStartParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\AutolinkParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/AutolinkParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\BacktickParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/BacktickParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\BangParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/BangParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\CloseBracketParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/CloseBracketParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\EntityParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/EntityParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\EscapableParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/EscapableParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\HtmlInlineParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/HtmlInlineParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\OpenBracketParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/OpenBracketParser.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\BlockQuoteRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/BlockQuoteRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\FencedCodeRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/FencedCodeRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\HeadingRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/HeadingRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\HtmlBlockRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/HtmlBlockRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\IndentedCodeRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/IndentedCodeRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ListBlockRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListBlockRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ListItemRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListItemRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ThematicBreakRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ThematicBreakRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\CodeRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/CodeRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\EmphasisRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/EmphasisRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\HtmlInlineRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/HtmlInlineRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\ImageRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/ImageRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\LinkRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/LinkRenderer.php', - 'League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\StrongRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/StrongRenderer.php', - 'League\\CommonMark\\Extension\\ConfigurableExtensionInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/ConfigurableExtensionInterface.php', - 'League\\CommonMark\\Extension\\DefaultAttributes\\ApplyDefaultAttributesProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DefaultAttributes/ApplyDefaultAttributesProcessor.php', - 'League\\CommonMark\\Extension\\DefaultAttributes\\DefaultAttributesExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DefaultAttributes/DefaultAttributesExtension.php', - 'League\\CommonMark\\Extension\\DescriptionList\\DescriptionListExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/DescriptionListExtension.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Event\\ConsecutiveDescriptionListMerger' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Event/ConsecutiveDescriptionListMerger.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Event\\LooseDescriptionHandler' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Event/LooseDescriptionHandler.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Node\\Description' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Node/Description.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Node\\DescriptionList' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Node/DescriptionList.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Node\\DescriptionTerm' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Node/DescriptionTerm.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionContinueParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionContinueParser.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionListContinueParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionListContinueParser.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionStartParser.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionTermContinueParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionTermContinueParser.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionListRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionListRenderer.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionRenderer.php', - 'League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionTermRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionTermRenderer.php', - 'League\\CommonMark\\Extension\\DisallowedRawHtml\\DisallowedRawHtmlExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlExtension.php', - 'League\\CommonMark\\Extension\\DisallowedRawHtml\\DisallowedRawHtmlRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlRenderer.php', - 'League\\CommonMark\\Extension\\Embed\\Bridge\\OscaroteroEmbedAdapter' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/Bridge/OscaroteroEmbedAdapter.php', - 'League\\CommonMark\\Extension\\Embed\\DomainFilteringAdapter' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/DomainFilteringAdapter.php', - 'League\\CommonMark\\Extension\\Embed\\Embed' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/Embed.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedAdapterInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedAdapterInterface.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedExtension.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedParser.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedProcessor.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedRenderer.php', - 'League\\CommonMark\\Extension\\Embed\\EmbedStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedStartParser.php', - 'League\\CommonMark\\Extension\\ExtensionInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/ExtensionInterface.php', - 'League\\CommonMark\\Extension\\ExternalLink\\ExternalLinkExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/ExternalLink/ExternalLinkExtension.php', - 'League\\CommonMark\\Extension\\ExternalLink\\ExternalLinkProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/ExternalLink/ExternalLinkProcessor.php', - 'League\\CommonMark\\Extension\\Footnote\\Event\\AnonymousFootnotesListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Event/AnonymousFootnotesListener.php', - 'League\\CommonMark\\Extension\\Footnote\\Event\\FixOrphanedFootnotesAndRefsListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Event/FixOrphanedFootnotesAndRefsListener.php', - 'League\\CommonMark\\Extension\\Footnote\\Event\\GatherFootnotesListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Event/GatherFootnotesListener.php', - 'League\\CommonMark\\Extension\\Footnote\\Event\\NumberFootnotesListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Event/NumberFootnotesListener.php', - 'League\\CommonMark\\Extension\\Footnote\\FootnoteExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/FootnoteExtension.php', - 'League\\CommonMark\\Extension\\Footnote\\Node\\Footnote' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Node/Footnote.php', - 'League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteBackref' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Node/FootnoteBackref.php', - 'League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteContainer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Node/FootnoteContainer.php', - 'League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteRef' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Node/FootnoteRef.php', - 'League\\CommonMark\\Extension\\Footnote\\Parser\\AnonymousFootnoteRefParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php', - 'League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteParser.php', - 'League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteRefParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteRefParser.php', - 'League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteStartParser.php', - 'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteBackrefRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteBackrefRenderer.php', - 'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteContainerRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteContainerRenderer.php', - 'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteRefRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRefRenderer.php', - 'League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRenderer.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Data\\FrontMatterDataParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Data/FrontMatterDataParserInterface.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Data\\LibYamlFrontMatterParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Data/LibYamlFrontMatterParser.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Data\\SymfonyYamlFrontMatterParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Exception\\InvalidFrontMatterException' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Exception/InvalidFrontMatterException.php', - 'League\\CommonMark\\Extension\\FrontMatter\\FrontMatterExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/FrontMatterExtension.php', - 'League\\CommonMark\\Extension\\FrontMatter\\FrontMatterParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/FrontMatterParser.php', - 'League\\CommonMark\\Extension\\FrontMatter\\FrontMatterParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/FrontMatterParserInterface.php', - 'League\\CommonMark\\Extension\\FrontMatter\\FrontMatterProviderInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/FrontMatterProviderInterface.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Input\\MarkdownInputWithFrontMatter' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Input/MarkdownInputWithFrontMatter.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Listener\\FrontMatterPostRenderListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPostRenderListener.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Listener\\FrontMatterPreParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPreParser.php', - 'League\\CommonMark\\Extension\\FrontMatter\\Output\\RenderedContentWithFrontMatter' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Output/RenderedContentWithFrontMatter.php', - 'League\\CommonMark\\Extension\\GithubFlavoredMarkdownExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/GithubFlavoredMarkdownExtension.php', - 'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalink' => __DIR__ . '/..' . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalink.php', - 'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkExtension.php', - 'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkProcessor.php', - 'League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php', - 'League\\CommonMark\\Extension\\InlinesOnly\\ChildRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/InlinesOnly/ChildRenderer.php', - 'League\\CommonMark\\Extension\\InlinesOnly\\InlinesOnlyExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/InlinesOnly/InlinesOnlyExtension.php', - 'League\\CommonMark\\Extension\\Mention\\Generator\\CallbackGenerator' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/Generator/CallbackGenerator.php', - 'League\\CommonMark\\Extension\\Mention\\Generator\\MentionGeneratorInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/Generator/MentionGeneratorInterface.php', - 'League\\CommonMark\\Extension\\Mention\\Generator\\StringTemplateLinkGenerator' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/Generator/StringTemplateLinkGenerator.php', - 'League\\CommonMark\\Extension\\Mention\\Mention' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/Mention.php', - 'League\\CommonMark\\Extension\\Mention\\MentionExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/MentionExtension.php', - 'League\\CommonMark\\Extension\\Mention\\MentionParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/MentionParser.php', - 'League\\CommonMark\\Extension\\SmartPunct\\DashParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/DashParser.php', - 'League\\CommonMark\\Extension\\SmartPunct\\EllipsesParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/EllipsesParser.php', - 'League\\CommonMark\\Extension\\SmartPunct\\Quote' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/Quote.php', - 'League\\CommonMark\\Extension\\SmartPunct\\QuoteParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/QuoteParser.php', - 'League\\CommonMark\\Extension\\SmartPunct\\QuoteProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/QuoteProcessor.php', - 'League\\CommonMark\\Extension\\SmartPunct\\ReplaceUnpairedQuotesListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/ReplaceUnpairedQuotesListener.php', - 'League\\CommonMark\\Extension\\SmartPunct\\SmartPunctExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/SmartPunctExtension.php', - 'League\\CommonMark\\Extension\\Strikethrough\\Strikethrough' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Strikethrough/Strikethrough.php', - 'League\\CommonMark\\Extension\\Strikethrough\\StrikethroughDelimiterProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Strikethrough/StrikethroughDelimiterProcessor.php', - 'League\\CommonMark\\Extension\\Strikethrough\\StrikethroughExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Strikethrough/StrikethroughExtension.php', - 'League\\CommonMark\\Extension\\Strikethrough\\StrikethroughRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Strikethrough/StrikethroughRenderer.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContents' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Node/TableOfContents.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContentsPlaceholder' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Node/TableOfContentsPlaceholder.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\AsIsNormalizerStrategy' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Normalizer/AsIsNormalizerStrategy.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\FlatNormalizerStrategy' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Normalizer/FlatNormalizerStrategy.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\NormalizerStrategyInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Normalizer/NormalizerStrategyInterface.php', - 'League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\RelativeNormalizerStrategy' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Normalizer/RelativeNormalizerStrategy.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsBuilder' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsBuilder.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsExtension.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGenerator' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsGenerator.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGeneratorInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderParser.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderRenderer.php', - 'League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsRenderer.php', - 'League\\CommonMark\\Extension\\Table\\Table' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/Table.php', - 'League\\CommonMark\\Extension\\Table\\TableCell' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableCell.php', - 'League\\CommonMark\\Extension\\Table\\TableCellRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableCellRenderer.php', - 'League\\CommonMark\\Extension\\Table\\TableExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableExtension.php', - 'League\\CommonMark\\Extension\\Table\\TableParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableParser.php', - 'League\\CommonMark\\Extension\\Table\\TableRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableRenderer.php', - 'League\\CommonMark\\Extension\\Table\\TableRow' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableRow.php', - 'League\\CommonMark\\Extension\\Table\\TableRowRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableRowRenderer.php', - 'League\\CommonMark\\Extension\\Table\\TableSection' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableSection.php', - 'League\\CommonMark\\Extension\\Table\\TableSectionRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableSectionRenderer.php', - 'League\\CommonMark\\Extension\\Table\\TableStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableStartParser.php', - 'League\\CommonMark\\Extension\\TaskList\\TaskListExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TaskList/TaskListExtension.php', - 'League\\CommonMark\\Extension\\TaskList\\TaskListItemMarker' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TaskList/TaskListItemMarker.php', - 'League\\CommonMark\\Extension\\TaskList\\TaskListItemMarkerParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TaskList/TaskListItemMarkerParser.php', - 'League\\CommonMark\\Extension\\TaskList\\TaskListItemMarkerRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TaskList/TaskListItemMarkerRenderer.php', - 'League\\CommonMark\\GithubFlavoredMarkdownConverter' => __DIR__ . '/..' . '/league/commonmark/src/GithubFlavoredMarkdownConverter.php', - 'League\\CommonMark\\Input\\MarkdownInput' => __DIR__ . '/..' . '/league/commonmark/src/Input/MarkdownInput.php', - 'League\\CommonMark\\Input\\MarkdownInputInterface' => __DIR__ . '/..' . '/league/commonmark/src/Input/MarkdownInputInterface.php', - 'League\\CommonMark\\MarkdownConverter' => __DIR__ . '/..' . '/league/commonmark/src/MarkdownConverter.php', - 'League\\CommonMark\\MarkdownConverterInterface' => __DIR__ . '/..' . '/league/commonmark/src/MarkdownConverterInterface.php', - 'League\\CommonMark\\Node\\Block\\AbstractBlock' => __DIR__ . '/..' . '/league/commonmark/src/Node/Block/AbstractBlock.php', - 'League\\CommonMark\\Node\\Block\\Document' => __DIR__ . '/..' . '/league/commonmark/src/Node/Block/Document.php', - 'League\\CommonMark\\Node\\Block\\Paragraph' => __DIR__ . '/..' . '/league/commonmark/src/Node/Block/Paragraph.php', - 'League\\CommonMark\\Node\\Block\\TightBlockInterface' => __DIR__ . '/..' . '/league/commonmark/src/Node/Block/TightBlockInterface.php', - 'League\\CommonMark\\Node\\Inline\\AbstractInline' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/AbstractInline.php', - 'League\\CommonMark\\Node\\Inline\\AbstractStringContainer' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/AbstractStringContainer.php', - 'League\\CommonMark\\Node\\Inline\\AdjacentTextMerger' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/AdjacentTextMerger.php', - 'League\\CommonMark\\Node\\Inline\\DelimitedInterface' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/DelimitedInterface.php', - 'League\\CommonMark\\Node\\Inline\\Newline' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/Newline.php', - 'League\\CommonMark\\Node\\Inline\\Text' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/Text.php', - 'League\\CommonMark\\Node\\Node' => __DIR__ . '/..' . '/league/commonmark/src/Node/Node.php', - 'League\\CommonMark\\Node\\NodeIterator' => __DIR__ . '/..' . '/league/commonmark/src/Node/NodeIterator.php', - 'League\\CommonMark\\Node\\NodeWalker' => __DIR__ . '/..' . '/league/commonmark/src/Node/NodeWalker.php', - 'League\\CommonMark\\Node\\NodeWalkerEvent' => __DIR__ . '/..' . '/league/commonmark/src/Node/NodeWalkerEvent.php', - 'League\\CommonMark\\Node\\Query' => __DIR__ . '/..' . '/league/commonmark/src/Node/Query.php', - 'League\\CommonMark\\Node\\Query\\AndExpr' => __DIR__ . '/..' . '/league/commonmark/src/Node/Query/AndExpr.php', - 'League\\CommonMark\\Node\\Query\\ExpressionInterface' => __DIR__ . '/..' . '/league/commonmark/src/Node/Query/ExpressionInterface.php', - 'League\\CommonMark\\Node\\Query\\OrExpr' => __DIR__ . '/..' . '/league/commonmark/src/Node/Query/OrExpr.php', - 'League\\CommonMark\\Node\\RawMarkupContainerInterface' => __DIR__ . '/..' . '/league/commonmark/src/Node/RawMarkupContainerInterface.php', - 'League\\CommonMark\\Node\\StringContainerHelper' => __DIR__ . '/..' . '/league/commonmark/src/Node/StringContainerHelper.php', - 'League\\CommonMark\\Node\\StringContainerInterface' => __DIR__ . '/..' . '/league/commonmark/src/Node/StringContainerInterface.php', - 'League\\CommonMark\\Normalizer\\SlugNormalizer' => __DIR__ . '/..' . '/league/commonmark/src/Normalizer/SlugNormalizer.php', - 'League\\CommonMark\\Normalizer\\TextNormalizer' => __DIR__ . '/..' . '/league/commonmark/src/Normalizer/TextNormalizer.php', - 'League\\CommonMark\\Normalizer\\TextNormalizerInterface' => __DIR__ . '/..' . '/league/commonmark/src/Normalizer/TextNormalizerInterface.php', - 'League\\CommonMark\\Normalizer\\UniqueSlugNormalizer' => __DIR__ . '/..' . '/league/commonmark/src/Normalizer/UniqueSlugNormalizer.php', - 'League\\CommonMark\\Normalizer\\UniqueSlugNormalizerInterface' => __DIR__ . '/..' . '/league/commonmark/src/Normalizer/UniqueSlugNormalizerInterface.php', - 'League\\CommonMark\\Output\\RenderedContent' => __DIR__ . '/..' . '/league/commonmark/src/Output/RenderedContent.php', - 'League\\CommonMark\\Output\\RenderedContentInterface' => __DIR__ . '/..' . '/league/commonmark/src/Output/RenderedContentInterface.php', - 'League\\CommonMark\\Parser\\Block\\AbstractBlockContinueParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/AbstractBlockContinueParser.php', - 'League\\CommonMark\\Parser\\Block\\BlockContinue' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/BlockContinue.php', - 'League\\CommonMark\\Parser\\Block\\BlockContinueParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/BlockContinueParserInterface.php', - 'League\\CommonMark\\Parser\\Block\\BlockContinueParserWithInlinesInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/BlockContinueParserWithInlinesInterface.php', - 'League\\CommonMark\\Parser\\Block\\BlockStart' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/BlockStart.php', - 'League\\CommonMark\\Parser\\Block\\BlockStartParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/BlockStartParserInterface.php', - 'League\\CommonMark\\Parser\\Block\\DocumentBlockParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/DocumentBlockParser.php', - 'League\\CommonMark\\Parser\\Block\\ParagraphParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/ParagraphParser.php', - 'League\\CommonMark\\Parser\\Block\\SkipLinesStartingWithLettersParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/SkipLinesStartingWithLettersParser.php', - 'League\\CommonMark\\Parser\\Cursor' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Cursor.php', - 'League\\CommonMark\\Parser\\CursorState' => __DIR__ . '/..' . '/league/commonmark/src/Parser/CursorState.php', - 'League\\CommonMark\\Parser\\InlineParserContext' => __DIR__ . '/..' . '/league/commonmark/src/Parser/InlineParserContext.php', - 'League\\CommonMark\\Parser\\InlineParserEngine' => __DIR__ . '/..' . '/league/commonmark/src/Parser/InlineParserEngine.php', - 'League\\CommonMark\\Parser\\InlineParserEngineInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/InlineParserEngineInterface.php', - 'League\\CommonMark\\Parser\\Inline\\InlineParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Inline/InlineParserInterface.php', - 'League\\CommonMark\\Parser\\Inline\\InlineParserMatch' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Inline/InlineParserMatch.php', - 'League\\CommonMark\\Parser\\Inline\\NewlineParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Inline/NewlineParser.php', - 'League\\CommonMark\\Parser\\MarkdownParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/MarkdownParser.php', - 'League\\CommonMark\\Parser\\MarkdownParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/MarkdownParserInterface.php', - 'League\\CommonMark\\Parser\\MarkdownParserState' => __DIR__ . '/..' . '/league/commonmark/src/Parser/MarkdownParserState.php', - 'League\\CommonMark\\Parser\\MarkdownParserStateInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/MarkdownParserStateInterface.php', - 'League\\CommonMark\\Parser\\ParserLogicException' => __DIR__ . '/..' . '/league/commonmark/src/Parser/ParserLogicException.php', - 'League\\CommonMark\\Reference\\MemoryLimitedReferenceMap' => __DIR__ . '/..' . '/league/commonmark/src/Reference/MemoryLimitedReferenceMap.php', - 'League\\CommonMark\\Reference\\Reference' => __DIR__ . '/..' . '/league/commonmark/src/Reference/Reference.php', - 'League\\CommonMark\\Reference\\ReferenceInterface' => __DIR__ . '/..' . '/league/commonmark/src/Reference/ReferenceInterface.php', - 'League\\CommonMark\\Reference\\ReferenceMap' => __DIR__ . '/..' . '/league/commonmark/src/Reference/ReferenceMap.php', - 'League\\CommonMark\\Reference\\ReferenceMapInterface' => __DIR__ . '/..' . '/league/commonmark/src/Reference/ReferenceMapInterface.php', - 'League\\CommonMark\\Reference\\ReferenceParser' => __DIR__ . '/..' . '/league/commonmark/src/Reference/ReferenceParser.php', - 'League\\CommonMark\\Reference\\ReferenceableInterface' => __DIR__ . '/..' . '/league/commonmark/src/Reference/ReferenceableInterface.php', - 'League\\CommonMark\\Renderer\\Block\\DocumentRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/Block/DocumentRenderer.php', - 'League\\CommonMark\\Renderer\\Block\\ParagraphRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/Block/ParagraphRenderer.php', - 'League\\CommonMark\\Renderer\\ChildNodeRendererInterface' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/ChildNodeRendererInterface.php', - 'League\\CommonMark\\Renderer\\DocumentRendererInterface' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/DocumentRendererInterface.php', - 'League\\CommonMark\\Renderer\\HtmlDecorator' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/HtmlDecorator.php', - 'League\\CommonMark\\Renderer\\HtmlRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/HtmlRenderer.php', - 'League\\CommonMark\\Renderer\\Inline\\NewlineRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/Inline/NewlineRenderer.php', - 'League\\CommonMark\\Renderer\\Inline\\TextRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/Inline/TextRenderer.php', - 'League\\CommonMark\\Renderer\\MarkdownRendererInterface' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/MarkdownRendererInterface.php', - 'League\\CommonMark\\Renderer\\NoMatchingRendererException' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/NoMatchingRendererException.php', - 'League\\CommonMark\\Renderer\\NodeRendererInterface' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/NodeRendererInterface.php', - 'League\\CommonMark\\Util\\ArrayCollection' => __DIR__ . '/..' . '/league/commonmark/src/Util/ArrayCollection.php', - 'League\\CommonMark\\Util\\Html5EntityDecoder' => __DIR__ . '/..' . '/league/commonmark/src/Util/Html5EntityDecoder.php', - 'League\\CommonMark\\Util\\HtmlElement' => __DIR__ . '/..' . '/league/commonmark/src/Util/HtmlElement.php', - 'League\\CommonMark\\Util\\HtmlFilter' => __DIR__ . '/..' . '/league/commonmark/src/Util/HtmlFilter.php', - 'League\\CommonMark\\Util\\LinkParserHelper' => __DIR__ . '/..' . '/league/commonmark/src/Util/LinkParserHelper.php', - 'League\\CommonMark\\Util\\PrioritizedList' => __DIR__ . '/..' . '/league/commonmark/src/Util/PrioritizedList.php', - 'League\\CommonMark\\Util\\RegexHelper' => __DIR__ . '/..' . '/league/commonmark/src/Util/RegexHelper.php', - 'League\\CommonMark\\Util\\SpecReader' => __DIR__ . '/..' . '/league/commonmark/src/Util/SpecReader.php', - 'League\\CommonMark\\Util\\UrlEncoder' => __DIR__ . '/..' . '/league/commonmark/src/Util/UrlEncoder.php', - 'League\\CommonMark\\Util\\Xml' => __DIR__ . '/..' . '/league/commonmark/src/Util/Xml.php', - 'League\\CommonMark\\Xml\\FallbackNodeXmlRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Xml/FallbackNodeXmlRenderer.php', - 'League\\CommonMark\\Xml\\MarkdownToXmlConverter' => __DIR__ . '/..' . '/league/commonmark/src/Xml/MarkdownToXmlConverter.php', - 'League\\CommonMark\\Xml\\XmlNodeRendererInterface' => __DIR__ . '/..' . '/league/commonmark/src/Xml/XmlNodeRendererInterface.php', - 'League\\CommonMark\\Xml\\XmlRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Xml/XmlRenderer.php', - 'League\\Config\\Configuration' => __DIR__ . '/..' . '/league/config/src/Configuration.php', - 'League\\Config\\ConfigurationAwareInterface' => __DIR__ . '/..' . '/league/config/src/ConfigurationAwareInterface.php', - 'League\\Config\\ConfigurationBuilderInterface' => __DIR__ . '/..' . '/league/config/src/ConfigurationBuilderInterface.php', - 'League\\Config\\ConfigurationInterface' => __DIR__ . '/..' . '/league/config/src/ConfigurationInterface.php', - 'League\\Config\\ConfigurationProviderInterface' => __DIR__ . '/..' . '/league/config/src/ConfigurationProviderInterface.php', - 'League\\Config\\Exception\\ConfigurationExceptionInterface' => __DIR__ . '/..' . '/league/config/src/Exception/ConfigurationExceptionInterface.php', - 'League\\Config\\Exception\\InvalidConfigurationException' => __DIR__ . '/..' . '/league/config/src/Exception/InvalidConfigurationException.php', - 'League\\Config\\Exception\\UnknownOptionException' => __DIR__ . '/..' . '/league/config/src/Exception/UnknownOptionException.php', - 'League\\Config\\Exception\\ValidationException' => __DIR__ . '/..' . '/league/config/src/Exception/ValidationException.php', - 'League\\Config\\MutableConfigurationInterface' => __DIR__ . '/..' . '/league/config/src/MutableConfigurationInterface.php', - 'League\\Config\\ReadOnlyConfiguration' => __DIR__ . '/..' . '/league/config/src/ReadOnlyConfiguration.php', - 'League\\Config\\SchemaBuilderInterface' => __DIR__ . '/..' . '/league/config/src/SchemaBuilderInterface.php', - 'Nette\\ArgumentOutOfRangeException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\DeprecatedException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\DirectoryNotFoundException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\FileNotFoundException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\HtmlStringable' => __DIR__ . '/..' . '/nette/utils/src/HtmlStringable.php', - 'Nette\\IOException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\InvalidArgumentException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\InvalidStateException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\Iterators\\CachingIterator' => __DIR__ . '/..' . '/nette/utils/src/Iterators/CachingIterator.php', - 'Nette\\Iterators\\Mapper' => __DIR__ . '/..' . '/nette/utils/src/Iterators/Mapper.php', - 'Nette\\Localization\\ITranslator' => __DIR__ . '/..' . '/nette/utils/src/compatibility.php', - 'Nette\\Localization\\Translator' => __DIR__ . '/..' . '/nette/utils/src/Translator.php', - 'Nette\\MemberAccessException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\NotImplementedException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\NotSupportedException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\OutOfRangeException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\Schema\\Context' => __DIR__ . '/..' . '/nette/schema/src/Schema/Context.php', - 'Nette\\Schema\\DynamicParameter' => __DIR__ . '/..' . '/nette/schema/src/Schema/DynamicParameter.php', - 'Nette\\Schema\\Elements\\AnyOf' => __DIR__ . '/..' . '/nette/schema/src/Schema/Elements/AnyOf.php', - 'Nette\\Schema\\Elements\\Base' => __DIR__ . '/..' . '/nette/schema/src/Schema/Elements/Base.php', - 'Nette\\Schema\\Elements\\Structure' => __DIR__ . '/..' . '/nette/schema/src/Schema/Elements/Structure.php', - 'Nette\\Schema\\Elements\\Type' => __DIR__ . '/..' . '/nette/schema/src/Schema/Elements/Type.php', - 'Nette\\Schema\\Expect' => __DIR__ . '/..' . '/nette/schema/src/Schema/Expect.php', - 'Nette\\Schema\\Helpers' => __DIR__ . '/..' . '/nette/schema/src/Schema/Helpers.php', - 'Nette\\Schema\\Message' => __DIR__ . '/..' . '/nette/schema/src/Schema/Message.php', - 'Nette\\Schema\\Processor' => __DIR__ . '/..' . '/nette/schema/src/Schema/Processor.php', - 'Nette\\Schema\\Schema' => __DIR__ . '/..' . '/nette/schema/src/Schema/Schema.php', - 'Nette\\Schema\\ValidationException' => __DIR__ . '/..' . '/nette/schema/src/Schema/ValidationException.php', - 'Nette\\SmartObject' => __DIR__ . '/..' . '/nette/utils/src/SmartObject.php', - 'Nette\\StaticClass' => __DIR__ . '/..' . '/nette/utils/src/StaticClass.php', - 'Nette\\UnexpectedValueException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', - 'Nette\\Utils\\ArrayHash' => __DIR__ . '/..' . '/nette/utils/src/Utils/ArrayHash.php', - 'Nette\\Utils\\ArrayList' => __DIR__ . '/..' . '/nette/utils/src/Utils/ArrayList.php', - 'Nette\\Utils\\Arrays' => __DIR__ . '/..' . '/nette/utils/src/Utils/Arrays.php', - 'Nette\\Utils\\AssertionException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php', - 'Nette\\Utils\\Callback' => __DIR__ . '/..' . '/nette/utils/src/Utils/Callback.php', - 'Nette\\Utils\\DateTime' => __DIR__ . '/..' . '/nette/utils/src/Utils/DateTime.php', - 'Nette\\Utils\\FileInfo' => __DIR__ . '/..' . '/nette/utils/src/Utils/FileInfo.php', - 'Nette\\Utils\\FileSystem' => __DIR__ . '/..' . '/nette/utils/src/Utils/FileSystem.php', - 'Nette\\Utils\\Finder' => __DIR__ . '/..' . '/nette/utils/src/Utils/Finder.php', - 'Nette\\Utils\\Floats' => __DIR__ . '/..' . '/nette/utils/src/Utils/Floats.php', - 'Nette\\Utils\\Helpers' => __DIR__ . '/..' . '/nette/utils/src/Utils/Helpers.php', - 'Nette\\Utils\\Html' => __DIR__ . '/..' . '/nette/utils/src/Utils/Html.php', - 'Nette\\Utils\\IHtmlString' => __DIR__ . '/..' . '/nette/utils/src/compatibility.php', - 'Nette\\Utils\\Image' => __DIR__ . '/..' . '/nette/utils/src/Utils/Image.php', - 'Nette\\Utils\\ImageColor' => __DIR__ . '/..' . '/nette/utils/src/Utils/ImageColor.php', - 'Nette\\Utils\\ImageException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php', - 'Nette\\Utils\\ImageType' => __DIR__ . '/..' . '/nette/utils/src/Utils/ImageType.php', - 'Nette\\Utils\\Iterables' => __DIR__ . '/..' . '/nette/utils/src/Utils/Iterables.php', - 'Nette\\Utils\\Json' => __DIR__ . '/..' . '/nette/utils/src/Utils/Json.php', - 'Nette\\Utils\\JsonException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php', - 'Nette\\Utils\\ObjectHelpers' => __DIR__ . '/..' . '/nette/utils/src/Utils/ObjectHelpers.php', - 'Nette\\Utils\\Paginator' => __DIR__ . '/..' . '/nette/utils/src/Utils/Paginator.php', - 'Nette\\Utils\\Random' => __DIR__ . '/..' . '/nette/utils/src/Utils/Random.php', - 'Nette\\Utils\\Reflection' => __DIR__ . '/..' . '/nette/utils/src/Utils/Reflection.php', - 'Nette\\Utils\\ReflectionMethod' => __DIR__ . '/..' . '/nette/utils/src/Utils/ReflectionMethod.php', - 'Nette\\Utils\\RegexpException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php', - 'Nette\\Utils\\Strings' => __DIR__ . '/..' . '/nette/utils/src/Utils/Strings.php', - 'Nette\\Utils\\Type' => __DIR__ . '/..' . '/nette/utils/src/Utils/Type.php', - 'Nette\\Utils\\UnknownImageFileException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php', - 'Nette\\Utils\\Validators' => __DIR__ . '/..' . '/nette/utils/src/Utils/Validators.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\Data' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/Data.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\DataInterface' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/DataInterface.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\Exception\\DataException' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/Exception/DataException.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\Exception\\InvalidPathException' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/Exception/InvalidPathException.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\Exception\\MissingPathException' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/Exception/MissingPathException.php', + 'VendorPrefix\\Dflydev\\DotAccessData\\Util' => __DIR__ . '/..' . '/dflydev/dot-access-data/src/Util.php', + 'VendorPrefix\\League\\CommonMark\\CommonMarkConverter' => __DIR__ . '/..' . '/league/commonmark/src/CommonMarkConverter.php', + 'VendorPrefix\\League\\CommonMark\\ConverterInterface' => __DIR__ . '/..' . '/league/commonmark/src/ConverterInterface.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Bracket' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Bracket.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Delimiter' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Delimiter.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\DelimiterInterface' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/DelimiterInterface.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\DelimiterParser' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/DelimiterParser.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\DelimiterStack' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/DelimiterStack.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Processor\\CacheableDelimiterProcessorInterface' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Processor/CacheableDelimiterProcessorInterface.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorCollection' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollection.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorCollectionInterface' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollectionInterface.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Processor\\DelimiterProcessorInterface' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Processor/DelimiterProcessorInterface.php', + 'VendorPrefix\\League\\CommonMark\\Delimiter\\Processor\\StaggeredDelimiterProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Delimiter/Processor/StaggeredDelimiterProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Environment\\Environment' => __DIR__ . '/..' . '/league/commonmark/src/Environment/Environment.php', + 'VendorPrefix\\League\\CommonMark\\Environment\\EnvironmentAwareInterface' => __DIR__ . '/..' . '/league/commonmark/src/Environment/EnvironmentAwareInterface.php', + 'VendorPrefix\\League\\CommonMark\\Environment\\EnvironmentBuilderInterface' => __DIR__ . '/..' . '/league/commonmark/src/Environment/EnvironmentBuilderInterface.php', + 'VendorPrefix\\League\\CommonMark\\Environment\\EnvironmentInterface' => __DIR__ . '/..' . '/league/commonmark/src/Environment/EnvironmentInterface.php', + 'VendorPrefix\\League\\CommonMark\\Event\\AbstractEvent' => __DIR__ . '/..' . '/league/commonmark/src/Event/AbstractEvent.php', + 'VendorPrefix\\League\\CommonMark\\Event\\DocumentParsedEvent' => __DIR__ . '/..' . '/league/commonmark/src/Event/DocumentParsedEvent.php', + 'VendorPrefix\\League\\CommonMark\\Event\\DocumentPreParsedEvent' => __DIR__ . '/..' . '/league/commonmark/src/Event/DocumentPreParsedEvent.php', + 'VendorPrefix\\League\\CommonMark\\Event\\DocumentPreRenderEvent' => __DIR__ . '/..' . '/league/commonmark/src/Event/DocumentPreRenderEvent.php', + 'VendorPrefix\\League\\CommonMark\\Event\\DocumentRenderedEvent' => __DIR__ . '/..' . '/league/commonmark/src/Event/DocumentRenderedEvent.php', + 'VendorPrefix\\League\\CommonMark\\Event\\ListenerData' => __DIR__ . '/..' . '/league/commonmark/src/Event/ListenerData.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\AlreadyInitializedException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/AlreadyInitializedException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\CommonMarkException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/CommonMarkException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\IOException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/IOException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/InvalidArgumentException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\LogicException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/LogicException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\MissingDependencyException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/MissingDependencyException.php', + 'VendorPrefix\\League\\CommonMark\\Exception\\UnexpectedEncodingException' => __DIR__ . '/..' . '/league/commonmark/src/Exception/UnexpectedEncodingException.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\AttributesExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/AttributesExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Event\\AttributesListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Event/AttributesListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Node\\Attributes' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Node/Attributes.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Node\\AttributesInline' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Node/AttributesInline.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesBlockContinueParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockContinueParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesBlockStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Parser\\AttributesInlineParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Parser/AttributesInlineParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Attributes\\Util\\AttributesHelper' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Attributes/Util/AttributesHelper.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Autolink\\AutolinkExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Autolink/AutolinkExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Autolink\\EmailAutolinkParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Autolink/EmailAutolinkParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Autolink\\UrlAutolinkParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Autolink/UrlAutolinkParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\CommonMarkCoreExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/CommonMarkCoreExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Delimiter\\Processor\\EmphasisDelimiterProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Delimiter/Processor/EmphasisDelimiterProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\BlockQuote' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/BlockQuote.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\FencedCode' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/FencedCode.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\Heading' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/Heading.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\HtmlBlock' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/HtmlBlock.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\IndentedCode' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/IndentedCode.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListBlock' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListBlock.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListData' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListData.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ListItem' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/ListItem.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Block\\ThematicBreak' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Block/ThematicBreak.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\AbstractWebResource' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/AbstractWebResource.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Code' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Code.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Emphasis' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Emphasis.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\HtmlInline' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/HtmlInline.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Image' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Image.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Link' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Link.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Node\\Inline\\Strong' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Node/Inline/Strong.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\BlockQuoteParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\BlockQuoteStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\FencedCodeParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\FencedCodeStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HeadingParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HeadingStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HtmlBlockParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\HtmlBlockStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\IndentedCodeParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\IndentedCodeStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListBlockParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListBlockStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ListItemParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ListItemParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ThematicBreakParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Block\\ThematicBreakStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\AutolinkParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/AutolinkParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\BacktickParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/BacktickParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\BangParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/BangParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\CloseBracketParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/CloseBracketParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\EntityParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/EntityParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\EscapableParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/EscapableParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\HtmlInlineParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/HtmlInlineParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Parser\\Inline\\OpenBracketParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Parser/Inline/OpenBracketParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\BlockQuoteRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/BlockQuoteRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\FencedCodeRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/FencedCodeRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\HeadingRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/HeadingRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\HtmlBlockRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/HtmlBlockRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\IndentedCodeRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/IndentedCodeRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ListBlockRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListBlockRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ListItemRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListItemRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Block\\ThematicBreakRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Block/ThematicBreakRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\CodeRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/CodeRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\EmphasisRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/EmphasisRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\HtmlInlineRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/HtmlInlineRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\ImageRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/ImageRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\LinkRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/LinkRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\CommonMark\\Renderer\\Inline\\StrongRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/CommonMark/Renderer/Inline/StrongRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\ConfigurableExtensionInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/ConfigurableExtensionInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DefaultAttributes\\ApplyDefaultAttributesProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DefaultAttributes/ApplyDefaultAttributesProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DefaultAttributes\\DefaultAttributesExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DefaultAttributes/DefaultAttributesExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\DescriptionListExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/DescriptionListExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Event\\ConsecutiveDescriptionListMerger' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Event/ConsecutiveDescriptionListMerger.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Event\\LooseDescriptionHandler' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Event/LooseDescriptionHandler.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Node\\Description' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Node/Description.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Node\\DescriptionList' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Node/DescriptionList.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Node\\DescriptionTerm' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Node/DescriptionTerm.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionContinueParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionContinueParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionListContinueParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionListContinueParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Parser\\DescriptionTermContinueParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionTermContinueParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionListRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionListRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DescriptionList\\Renderer\\DescriptionTermRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionTermRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DisallowedRawHtml\\DisallowedRawHtmlExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\DisallowedRawHtml\\DisallowedRawHtmlRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\Bridge\\OscaroteroEmbedAdapter' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/Bridge/OscaroteroEmbedAdapter.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\DomainFilteringAdapter' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/DomainFilteringAdapter.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\Embed' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/Embed.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedAdapterInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedAdapterInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Embed\\EmbedStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Embed/EmbedStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\ExtensionInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/ExtensionInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\ExternalLink\\ExternalLinkExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/ExternalLink/ExternalLinkExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\ExternalLink\\ExternalLinkProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/ExternalLink/ExternalLinkProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Event\\AnonymousFootnotesListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Event/AnonymousFootnotesListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Event\\FixOrphanedFootnotesAndRefsListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Event/FixOrphanedFootnotesAndRefsListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Event\\GatherFootnotesListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Event/GatherFootnotesListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Event\\NumberFootnotesListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Event/NumberFootnotesListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\FootnoteExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/FootnoteExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Node\\Footnote' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Node/Footnote.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteBackref' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Node/FootnoteBackref.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteContainer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Node/FootnoteContainer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteRef' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Node/FootnoteRef.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Parser\\AnonymousFootnoteRefParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteRefParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteRefParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Parser\\FootnoteStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Parser/FootnoteStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteBackrefRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteBackrefRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteContainerRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteContainerRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteRefRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRefRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Footnote\\Renderer\\FootnoteRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Data\\FrontMatterDataParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Data/FrontMatterDataParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Data\\LibYamlFrontMatterParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Data/LibYamlFrontMatterParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Data\\SymfonyYamlFrontMatterParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Exception\\InvalidFrontMatterException' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Exception/InvalidFrontMatterException.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\FrontMatterExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/FrontMatterExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\FrontMatterParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/FrontMatterParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\FrontMatterParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/FrontMatterParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\FrontMatterProviderInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/FrontMatterProviderInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Input\\MarkdownInputWithFrontMatter' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Input/MarkdownInputWithFrontMatter.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Listener\\FrontMatterPostRenderListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPostRenderListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Listener\\FrontMatterPreParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPreParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\FrontMatter\\Output\\RenderedContentWithFrontMatter' => __DIR__ . '/..' . '/league/commonmark/src/Extension/FrontMatter/Output/RenderedContentWithFrontMatter.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\GithubFlavoredMarkdownExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/GithubFlavoredMarkdownExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalink' => __DIR__ . '/..' . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalink.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\HeadingPermalink\\HeadingPermalinkRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\InlinesOnly\\ChildRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/InlinesOnly/ChildRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\InlinesOnly\\InlinesOnlyExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/InlinesOnly/InlinesOnlyExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\Generator\\CallbackGenerator' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/Generator/CallbackGenerator.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\Generator\\MentionGeneratorInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/Generator/MentionGeneratorInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\Generator\\StringTemplateLinkGenerator' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/Generator/StringTemplateLinkGenerator.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\Mention' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/Mention.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\MentionExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/MentionExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Mention\\MentionParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Mention/MentionParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\DashParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/DashParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\EllipsesParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/EllipsesParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\Quote' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/Quote.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\QuoteParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/QuoteParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\QuoteProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/QuoteProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\ReplaceUnpairedQuotesListener' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/ReplaceUnpairedQuotesListener.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\SmartPunct\\SmartPunctExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/SmartPunct/SmartPunctExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Strikethrough\\Strikethrough' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Strikethrough/Strikethrough.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Strikethrough\\StrikethroughDelimiterProcessor' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Strikethrough/StrikethroughDelimiterProcessor.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Strikethrough\\StrikethroughExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Strikethrough/StrikethroughExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Strikethrough\\StrikethroughRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Strikethrough/StrikethroughRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContents' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Node/TableOfContents.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Node\\TableOfContentsPlaceholder' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Node/TableOfContentsPlaceholder.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\AsIsNormalizerStrategy' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Normalizer/AsIsNormalizerStrategy.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\FlatNormalizerStrategy' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Normalizer/FlatNormalizerStrategy.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\NormalizerStrategyInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Normalizer/NormalizerStrategyInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\RelativeNormalizerStrategy' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/Normalizer/RelativeNormalizerStrategy.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsBuilder' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsBuilder.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGenerator' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsGenerator.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsGeneratorInterface' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsPlaceholderRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TableOfContents\\TableOfContentsRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TableOfContents/TableOfContentsRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\Table' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/Table.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableCell' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableCell.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableCellRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableCellRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableRow' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableRow.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableRowRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableRowRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableSection' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableSection.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableSectionRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableSectionRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\Table\\TableStartParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/Table/TableStartParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TaskList\\TaskListExtension' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TaskList/TaskListExtension.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TaskList\\TaskListItemMarker' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TaskList/TaskListItemMarker.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TaskList\\TaskListItemMarkerParser' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TaskList/TaskListItemMarkerParser.php', + 'VendorPrefix\\League\\CommonMark\\Extension\\TaskList\\TaskListItemMarkerRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Extension/TaskList/TaskListItemMarkerRenderer.php', + 'VendorPrefix\\League\\CommonMark\\GithubFlavoredMarkdownConverter' => __DIR__ . '/..' . '/league/commonmark/src/GithubFlavoredMarkdownConverter.php', + 'VendorPrefix\\League\\CommonMark\\Input\\MarkdownInput' => __DIR__ . '/..' . '/league/commonmark/src/Input/MarkdownInput.php', + 'VendorPrefix\\League\\CommonMark\\Input\\MarkdownInputInterface' => __DIR__ . '/..' . '/league/commonmark/src/Input/MarkdownInputInterface.php', + 'VendorPrefix\\League\\CommonMark\\MarkdownConverter' => __DIR__ . '/..' . '/league/commonmark/src/MarkdownConverter.php', + 'VendorPrefix\\League\\CommonMark\\MarkdownConverterInterface' => __DIR__ . '/..' . '/league/commonmark/src/MarkdownConverterInterface.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Block\\AbstractBlock' => __DIR__ . '/..' . '/league/commonmark/src/Node/Block/AbstractBlock.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Block\\Document' => __DIR__ . '/..' . '/league/commonmark/src/Node/Block/Document.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Block\\Paragraph' => __DIR__ . '/..' . '/league/commonmark/src/Node/Block/Paragraph.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Block\\TightBlockInterface' => __DIR__ . '/..' . '/league/commonmark/src/Node/Block/TightBlockInterface.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\AbstractInline' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/AbstractInline.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\AbstractStringContainer' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/AbstractStringContainer.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\AdjacentTextMerger' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/AdjacentTextMerger.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\DelimitedInterface' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/DelimitedInterface.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\Newline' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/Newline.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Inline\\Text' => __DIR__ . '/..' . '/league/commonmark/src/Node/Inline/Text.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Node' => __DIR__ . '/..' . '/league/commonmark/src/Node/Node.php', + 'VendorPrefix\\League\\CommonMark\\Node\\NodeIterator' => __DIR__ . '/..' . '/league/commonmark/src/Node/NodeIterator.php', + 'VendorPrefix\\League\\CommonMark\\Node\\NodeWalker' => __DIR__ . '/..' . '/league/commonmark/src/Node/NodeWalker.php', + 'VendorPrefix\\League\\CommonMark\\Node\\NodeWalkerEvent' => __DIR__ . '/..' . '/league/commonmark/src/Node/NodeWalkerEvent.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Query' => __DIR__ . '/..' . '/league/commonmark/src/Node/Query.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Query\\AndExpr' => __DIR__ . '/..' . '/league/commonmark/src/Node/Query/AndExpr.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Query\\ExpressionInterface' => __DIR__ . '/..' . '/league/commonmark/src/Node/Query/ExpressionInterface.php', + 'VendorPrefix\\League\\CommonMark\\Node\\Query\\OrExpr' => __DIR__ . '/..' . '/league/commonmark/src/Node/Query/OrExpr.php', + 'VendorPrefix\\League\\CommonMark\\Node\\RawMarkupContainerInterface' => __DIR__ . '/..' . '/league/commonmark/src/Node/RawMarkupContainerInterface.php', + 'VendorPrefix\\League\\CommonMark\\Node\\StringContainerHelper' => __DIR__ . '/..' . '/league/commonmark/src/Node/StringContainerHelper.php', + 'VendorPrefix\\League\\CommonMark\\Node\\StringContainerInterface' => __DIR__ . '/..' . '/league/commonmark/src/Node/StringContainerInterface.php', + 'VendorPrefix\\League\\CommonMark\\Normalizer\\SlugNormalizer' => __DIR__ . '/..' . '/league/commonmark/src/Normalizer/SlugNormalizer.php', + 'VendorPrefix\\League\\CommonMark\\Normalizer\\TextNormalizer' => __DIR__ . '/..' . '/league/commonmark/src/Normalizer/TextNormalizer.php', + 'VendorPrefix\\League\\CommonMark\\Normalizer\\TextNormalizerInterface' => __DIR__ . '/..' . '/league/commonmark/src/Normalizer/TextNormalizerInterface.php', + 'VendorPrefix\\League\\CommonMark\\Normalizer\\UniqueSlugNormalizer' => __DIR__ . '/..' . '/league/commonmark/src/Normalizer/UniqueSlugNormalizer.php', + 'VendorPrefix\\League\\CommonMark\\Normalizer\\UniqueSlugNormalizerInterface' => __DIR__ . '/..' . '/league/commonmark/src/Normalizer/UniqueSlugNormalizerInterface.php', + 'VendorPrefix\\League\\CommonMark\\Output\\RenderedContent' => __DIR__ . '/..' . '/league/commonmark/src/Output/RenderedContent.php', + 'VendorPrefix\\League\\CommonMark\\Output\\RenderedContentInterface' => __DIR__ . '/..' . '/league/commonmark/src/Output/RenderedContentInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\AbstractBlockContinueParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/AbstractBlockContinueParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\BlockContinue' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/BlockContinue.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\BlockContinueParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/BlockContinueParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\BlockContinueParserWithInlinesInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/BlockContinueParserWithInlinesInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\BlockStart' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/BlockStart.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\BlockStartParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/BlockStartParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\DocumentBlockParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/DocumentBlockParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\ParagraphParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/ParagraphParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Block\\SkipLinesStartingWithLettersParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Block/SkipLinesStartingWithLettersParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Cursor' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Cursor.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\CursorState' => __DIR__ . '/..' . '/league/commonmark/src/Parser/CursorState.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\InlineParserContext' => __DIR__ . '/..' . '/league/commonmark/src/Parser/InlineParserContext.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\InlineParserEngine' => __DIR__ . '/..' . '/league/commonmark/src/Parser/InlineParserEngine.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\InlineParserEngineInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/InlineParserEngineInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Inline\\InlineParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Inline/InlineParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Inline\\InlineParserMatch' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Inline/InlineParserMatch.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\Inline\\NewlineParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/Inline/NewlineParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\MarkdownParser' => __DIR__ . '/..' . '/league/commonmark/src/Parser/MarkdownParser.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\MarkdownParserInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/MarkdownParserInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\MarkdownParserState' => __DIR__ . '/..' . '/league/commonmark/src/Parser/MarkdownParserState.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\MarkdownParserStateInterface' => __DIR__ . '/..' . '/league/commonmark/src/Parser/MarkdownParserStateInterface.php', + 'VendorPrefix\\League\\CommonMark\\Parser\\ParserLogicException' => __DIR__ . '/..' . '/league/commonmark/src/Parser/ParserLogicException.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\MemoryLimitedReferenceMap' => __DIR__ . '/..' . '/league/commonmark/src/Reference/MemoryLimitedReferenceMap.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\Reference' => __DIR__ . '/..' . '/league/commonmark/src/Reference/Reference.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\ReferenceInterface' => __DIR__ . '/..' . '/league/commonmark/src/Reference/ReferenceInterface.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\ReferenceMap' => __DIR__ . '/..' . '/league/commonmark/src/Reference/ReferenceMap.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\ReferenceMapInterface' => __DIR__ . '/..' . '/league/commonmark/src/Reference/ReferenceMapInterface.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\ReferenceParser' => __DIR__ . '/..' . '/league/commonmark/src/Reference/ReferenceParser.php', + 'VendorPrefix\\League\\CommonMark\\Reference\\ReferenceableInterface' => __DIR__ . '/..' . '/league/commonmark/src/Reference/ReferenceableInterface.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\Block\\DocumentRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/Block/DocumentRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\Block\\ParagraphRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/Block/ParagraphRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\ChildNodeRendererInterface' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/ChildNodeRendererInterface.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\DocumentRendererInterface' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/DocumentRendererInterface.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\HtmlDecorator' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/HtmlDecorator.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\HtmlRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/HtmlRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\Inline\\NewlineRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/Inline/NewlineRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\Inline\\TextRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/Inline/TextRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\MarkdownRendererInterface' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/MarkdownRendererInterface.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\NoMatchingRendererException' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/NoMatchingRendererException.php', + 'VendorPrefix\\League\\CommonMark\\Renderer\\NodeRendererInterface' => __DIR__ . '/..' . '/league/commonmark/src/Renderer/NodeRendererInterface.php', + 'VendorPrefix\\League\\CommonMark\\Util\\ArrayCollection' => __DIR__ . '/..' . '/league/commonmark/src/Util/ArrayCollection.php', + 'VendorPrefix\\League\\CommonMark\\Util\\Html5EntityDecoder' => __DIR__ . '/..' . '/league/commonmark/src/Util/Html5EntityDecoder.php', + 'VendorPrefix\\League\\CommonMark\\Util\\HtmlElement' => __DIR__ . '/..' . '/league/commonmark/src/Util/HtmlElement.php', + 'VendorPrefix\\League\\CommonMark\\Util\\HtmlFilter' => __DIR__ . '/..' . '/league/commonmark/src/Util/HtmlFilter.php', + 'VendorPrefix\\League\\CommonMark\\Util\\LinkParserHelper' => __DIR__ . '/..' . '/league/commonmark/src/Util/LinkParserHelper.php', + 'VendorPrefix\\League\\CommonMark\\Util\\PrioritizedList' => __DIR__ . '/..' . '/league/commonmark/src/Util/PrioritizedList.php', + 'VendorPrefix\\League\\CommonMark\\Util\\RegexHelper' => __DIR__ . '/..' . '/league/commonmark/src/Util/RegexHelper.php', + 'VendorPrefix\\League\\CommonMark\\Util\\SpecReader' => __DIR__ . '/..' . '/league/commonmark/src/Util/SpecReader.php', + 'VendorPrefix\\League\\CommonMark\\Util\\UrlEncoder' => __DIR__ . '/..' . '/league/commonmark/src/Util/UrlEncoder.php', + 'VendorPrefix\\League\\CommonMark\\Util\\Xml' => __DIR__ . '/..' . '/league/commonmark/src/Util/Xml.php', + 'VendorPrefix\\League\\CommonMark\\Xml\\FallbackNodeXmlRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Xml/FallbackNodeXmlRenderer.php', + 'VendorPrefix\\League\\CommonMark\\Xml\\MarkdownToXmlConverter' => __DIR__ . '/..' . '/league/commonmark/src/Xml/MarkdownToXmlConverter.php', + 'VendorPrefix\\League\\CommonMark\\Xml\\XmlNodeRendererInterface' => __DIR__ . '/..' . '/league/commonmark/src/Xml/XmlNodeRendererInterface.php', + 'VendorPrefix\\League\\CommonMark\\Xml\\XmlRenderer' => __DIR__ . '/..' . '/league/commonmark/src/Xml/XmlRenderer.php', + 'VendorPrefix\\League\\Config\\Configuration' => __DIR__ . '/..' . '/league/config/src/Configuration.php', + 'VendorPrefix\\League\\Config\\ConfigurationAwareInterface' => __DIR__ . '/..' . '/league/config/src/ConfigurationAwareInterface.php', + 'VendorPrefix\\League\\Config\\ConfigurationBuilderInterface' => __DIR__ . '/..' . '/league/config/src/ConfigurationBuilderInterface.php', + 'VendorPrefix\\League\\Config\\ConfigurationInterface' => __DIR__ . '/..' . '/league/config/src/ConfigurationInterface.php', + 'VendorPrefix\\League\\Config\\ConfigurationProviderInterface' => __DIR__ . '/..' . '/league/config/src/ConfigurationProviderInterface.php', + 'VendorPrefix\\League\\Config\\Exception\\ConfigurationExceptionInterface' => __DIR__ . '/..' . '/league/config/src/Exception/ConfigurationExceptionInterface.php', + 'VendorPrefix\\League\\Config\\Exception\\InvalidConfigurationException' => __DIR__ . '/..' . '/league/config/src/Exception/InvalidConfigurationException.php', + 'VendorPrefix\\League\\Config\\Exception\\UnknownOptionException' => __DIR__ . '/..' . '/league/config/src/Exception/UnknownOptionException.php', + 'VendorPrefix\\League\\Config\\Exception\\ValidationException' => __DIR__ . '/..' . '/league/config/src/Exception/ValidationException.php', + 'VendorPrefix\\League\\Config\\MutableConfigurationInterface' => __DIR__ . '/..' . '/league/config/src/MutableConfigurationInterface.php', + 'VendorPrefix\\League\\Config\\ReadOnlyConfiguration' => __DIR__ . '/..' . '/league/config/src/ReadOnlyConfiguration.php', + 'VendorPrefix\\League\\Config\\SchemaBuilderInterface' => __DIR__ . '/..' . '/league/config/src/SchemaBuilderInterface.php', + 'VendorPrefix\\Nette\\ArgumentOutOfRangeException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\DeprecatedException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\DirectoryNotFoundException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\FileNotFoundException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\HtmlStringable' => __DIR__ . '/..' . '/nette/utils/src/HtmlStringable.php', + 'VendorPrefix\\Nette\\IOException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\InvalidArgumentException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\InvalidStateException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\Iterators\\CachingIterator' => __DIR__ . '/..' . '/nette/utils/src/Iterators/CachingIterator.php', + 'VendorPrefix\\Nette\\Iterators\\Mapper' => __DIR__ . '/..' . '/nette/utils/src/Iterators/Mapper.php', + 'VendorPrefix\\Nette\\Localization\\ITranslator' => __DIR__ . '/..' . '/nette/utils/src/compatibility.php', + 'VendorPrefix\\Nette\\Localization\\Translator' => __DIR__ . '/..' . '/nette/utils/src/Translator.php', + 'VendorPrefix\\Nette\\MemberAccessException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\NotImplementedException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\NotSupportedException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\OutOfRangeException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\Schema\\Context' => __DIR__ . '/..' . '/nette/schema/src/Schema/Context.php', + 'VendorPrefix\\Nette\\Schema\\DynamicParameter' => __DIR__ . '/..' . '/nette/schema/src/Schema/DynamicParameter.php', + 'VendorPrefix\\Nette\\Schema\\Elements\\AnyOf' => __DIR__ . '/..' . '/nette/schema/src/Schema/Elements/AnyOf.php', + 'VendorPrefix\\Nette\\Schema\\Elements\\Base' => __DIR__ . '/..' . '/nette/schema/src/Schema/Elements/Base.php', + 'VendorPrefix\\Nette\\Schema\\Elements\\Structure' => __DIR__ . '/..' . '/nette/schema/src/Schema/Elements/Structure.php', + 'VendorPrefix\\Nette\\Schema\\Elements\\Type' => __DIR__ . '/..' . '/nette/schema/src/Schema/Elements/Type.php', + 'VendorPrefix\\Nette\\Schema\\Expect' => __DIR__ . '/..' . '/nette/schema/src/Schema/Expect.php', + 'VendorPrefix\\Nette\\Schema\\Helpers' => __DIR__ . '/..' . '/nette/schema/src/Schema/Helpers.php', + 'VendorPrefix\\Nette\\Schema\\Message' => __DIR__ . '/..' . '/nette/schema/src/Schema/Message.php', + 'VendorPrefix\\Nette\\Schema\\Processor' => __DIR__ . '/..' . '/nette/schema/src/Schema/Processor.php', + 'VendorPrefix\\Nette\\Schema\\Schema' => __DIR__ . '/..' . '/nette/schema/src/Schema/Schema.php', + 'VendorPrefix\\Nette\\Schema\\ValidationException' => __DIR__ . '/..' . '/nette/schema/src/Schema/ValidationException.php', + 'VendorPrefix\\Nette\\SmartObject' => __DIR__ . '/..' . '/nette/utils/src/SmartObject.php', + 'VendorPrefix\\Nette\\StaticClass' => __DIR__ . '/..' . '/nette/utils/src/StaticClass.php', + 'VendorPrefix\\Nette\\UnexpectedValueException' => __DIR__ . '/..' . '/nette/utils/src/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\ArrayHash' => __DIR__ . '/..' . '/nette/utils/src/Utils/ArrayHash.php', + 'VendorPrefix\\Nette\\Utils\\ArrayList' => __DIR__ . '/..' . '/nette/utils/src/Utils/ArrayList.php', + 'VendorPrefix\\Nette\\Utils\\Arrays' => __DIR__ . '/..' . '/nette/utils/src/Utils/Arrays.php', + 'VendorPrefix\\Nette\\Utils\\AssertionException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\Callback' => __DIR__ . '/..' . '/nette/utils/src/Utils/Callback.php', + 'VendorPrefix\\Nette\\Utils\\DateTime' => __DIR__ . '/..' . '/nette/utils/src/Utils/DateTime.php', + 'VendorPrefix\\Nette\\Utils\\FileInfo' => __DIR__ . '/..' . '/nette/utils/src/Utils/FileInfo.php', + 'VendorPrefix\\Nette\\Utils\\FileSystem' => __DIR__ . '/..' . '/nette/utils/src/Utils/FileSystem.php', + 'VendorPrefix\\Nette\\Utils\\Finder' => __DIR__ . '/..' . '/nette/utils/src/Utils/Finder.php', + 'VendorPrefix\\Nette\\Utils\\Floats' => __DIR__ . '/..' . '/nette/utils/src/Utils/Floats.php', + 'VendorPrefix\\Nette\\Utils\\Helpers' => __DIR__ . '/..' . '/nette/utils/src/Utils/Helpers.php', + 'VendorPrefix\\Nette\\Utils\\Html' => __DIR__ . '/..' . '/nette/utils/src/Utils/Html.php', + 'VendorPrefix\\Nette\\Utils\\IHtmlString' => __DIR__ . '/..' . '/nette/utils/src/compatibility.php', + 'VendorPrefix\\Nette\\Utils\\Image' => __DIR__ . '/..' . '/nette/utils/src/Utils/Image.php', + 'VendorPrefix\\Nette\\Utils\\ImageColor' => __DIR__ . '/..' . '/nette/utils/src/Utils/ImageColor.php', + 'VendorPrefix\\Nette\\Utils\\ImageException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\ImageType' => __DIR__ . '/..' . '/nette/utils/src/Utils/ImageType.php', + 'VendorPrefix\\Nette\\Utils\\Iterables' => __DIR__ . '/..' . '/nette/utils/src/Utils/Iterables.php', + 'VendorPrefix\\Nette\\Utils\\Json' => __DIR__ . '/..' . '/nette/utils/src/Utils/Json.php', + 'VendorPrefix\\Nette\\Utils\\JsonException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\ObjectHelpers' => __DIR__ . '/..' . '/nette/utils/src/Utils/ObjectHelpers.php', + 'VendorPrefix\\Nette\\Utils\\Paginator' => __DIR__ . '/..' . '/nette/utils/src/Utils/Paginator.php', + 'VendorPrefix\\Nette\\Utils\\Random' => __DIR__ . '/..' . '/nette/utils/src/Utils/Random.php', + 'VendorPrefix\\Nette\\Utils\\Reflection' => __DIR__ . '/..' . '/nette/utils/src/Utils/Reflection.php', + 'VendorPrefix\\Nette\\Utils\\ReflectionMethod' => __DIR__ . '/..' . '/nette/utils/src/Utils/ReflectionMethod.php', + 'VendorPrefix\\Nette\\Utils\\RegexpException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\Strings' => __DIR__ . '/..' . '/nette/utils/src/Utils/Strings.php', + 'VendorPrefix\\Nette\\Utils\\Type' => __DIR__ . '/..' . '/nette/utils/src/Utils/Type.php', + 'VendorPrefix\\Nette\\Utils\\UnknownImageFileException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php', + 'VendorPrefix\\Nette\\Utils\\Validators' => __DIR__ . '/..' . '/nette/utils/src/Utils/Validators.php', 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 'VendorPrefix\\Psr\\EventDispatcher\\EventDispatcherInterface' => __DIR__ . '/..' . '/psr/event-dispatcher/src/EventDispatcherInterface.php', 'VendorPrefix\\Psr\\EventDispatcher\\ListenerProviderInterface' => __DIR__ . '/..' . '/psr/event-dispatcher/src/ListenerProviderInterface.php', @@ -474,23 +474,23 @@ class ComposerStaticInit13c3acfa4eaaf3747ca455e049c26d35 'WP_Markdown_HTML_Processor' => __DIR__ . '/../..' . '/src/WP_Markdown_HTML_Processor.php', 'WP_Markdown_Importer' => __DIR__ . '/../..' . '/src/WP_Markdown_Importer.php', 'WP_Markdown_To_Blocks' => __DIR__ . '/../..' . '/src/WP_Markdown_To_Blocks.php', - 'Webuni\\FrontMatter\\Document' => __DIR__ . '/..' . '/webuni/front-matter/src/Document.php', - 'Webuni\\FrontMatter\\FrontMatter' => __DIR__ . '/..' . '/webuni/front-matter/src/FrontMatter.php', - 'Webuni\\FrontMatter\\FrontMatterChain' => __DIR__ . '/..' . '/webuni/front-matter/src/FrontMatterChain.php', - 'Webuni\\FrontMatter\\FrontMatterInterface' => __DIR__ . '/..' . '/webuni/front-matter/src/FrontMatterInterface.php', - 'Webuni\\FrontMatter\\Haml\\FrontMatterFilter' => __DIR__ . '/..' . '/webuni/front-matter/src/Haml/FrontMatterFilter.php', - 'Webuni\\FrontMatter\\Markdown\\FrontMatterLeagueCommonMarkExtension' => __DIR__ . '/..' . '/webuni/front-matter/src/Markdown/FrontMatterLeagueCommonMarkExtension.php', - 'Webuni\\FrontMatter\\Processor\\JsonProcessor' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/JsonProcessor.php', - 'Webuni\\FrontMatter\\Processor\\JsonWithoutBracesProcessor' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/JsonWithoutBracesProcessor.php', - 'Webuni\\FrontMatter\\Processor\\NeonProcessor' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/NeonProcessor.php', - 'Webuni\\FrontMatter\\Processor\\ProcessorDecorator' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/ProcessorDecorator.php', - 'Webuni\\FrontMatter\\Processor\\ProcessorInterface' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/ProcessorInterface.php', - 'Webuni\\FrontMatter\\Processor\\TomlProcessor' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/TomlProcessor.php', - 'Webuni\\FrontMatter\\Processor\\YamlProcessor' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/YamlProcessor.php', - 'Webuni\\FrontMatter\\Pug\\PugCommentFrontMatter' => __DIR__ . '/..' . '/webuni/front-matter/src/Pug/PugCommentFrontMatter.php', - 'Webuni\\FrontMatter\\Twig\\DataToTwigConvertor' => __DIR__ . '/..' . '/webuni/front-matter/src/Twig/DataToTwigConvertor.php', - 'Webuni\\FrontMatter\\Twig\\FrontMatterLoader' => __DIR__ . '/..' . '/webuni/front-matter/src/Twig/FrontMatterLoader.php', - 'Webuni\\FrontMatter\\Twig\\TwigCommentFrontMatter' => __DIR__ . '/..' . '/webuni/front-matter/src/Twig/TwigCommentFrontMatter.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Document' => __DIR__ . '/..' . '/webuni/front-matter/src/Document.php', + 'VendorPrefix\\Webuni\\FrontMatter\\FrontMatter' => __DIR__ . '/..' . '/webuni/front-matter/src/FrontMatter.php', + 'VendorPrefix\\Webuni\\FrontMatter\\FrontMatterChain' => __DIR__ . '/..' . '/webuni/front-matter/src/FrontMatterChain.php', + 'VendorPrefix\\Webuni\\FrontMatter\\FrontMatterInterface' => __DIR__ . '/..' . '/webuni/front-matter/src/FrontMatterInterface.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Haml\\FrontMatterFilter' => __DIR__ . '/..' . '/webuni/front-matter/src/Haml/FrontMatterFilter.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Markdown\\FrontMatterLeagueCommonMarkExtension' => __DIR__ . '/..' . '/webuni/front-matter/src/Markdown/FrontMatterLeagueCommonMarkExtension.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\JsonProcessor' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/JsonProcessor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\JsonWithoutBracesProcessor' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/JsonWithoutBracesProcessor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\NeonProcessor' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/NeonProcessor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\ProcessorDecorator' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/ProcessorDecorator.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\ProcessorInterface' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/ProcessorInterface.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\TomlProcessor' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/TomlProcessor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Processor\\YamlProcessor' => __DIR__ . '/..' . '/webuni/front-matter/src/Processor/YamlProcessor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Pug\\PugCommentFrontMatter' => __DIR__ . '/..' . '/webuni/front-matter/src/Pug/PugCommentFrontMatter.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Twig\\DataToTwigConvertor' => __DIR__ . '/..' . '/webuni/front-matter/src/Twig/DataToTwigConvertor.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Twig\\FrontMatterLoader' => __DIR__ . '/..' . '/webuni/front-matter/src/Twig/FrontMatterLoader.php', + 'VendorPrefix\\Webuni\\FrontMatter\\Twig\\TwigCommentFrontMatter' => __DIR__ . '/..' . '/webuni/front-matter/src/Twig/TwigCommentFrontMatter.php', ); public static function getInitializer(ClassLoader $loader) diff --git a/components/Markdown/vendor-patched/composer/installed.json b/components/Markdown/vendor-patched/composer/installed.json index 502817563..48a1af10d 100644 --- a/components/Markdown/vendor-patched/composer/installed.json +++ b/components/Markdown/vendor-patched/composer/installed.json @@ -35,7 +35,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "Dflydev\\DotAccessData\\": "src/" + "VendorPrefix\\Dflydev\\DotAccessData\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -127,7 +127,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "League\\CommonMark\\": "src" + "VendorPrefix\\League\\CommonMark\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -216,7 +216,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "League\\Config\\": "src" + "VendorPrefix\\League\\Config\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -350,9 +350,9 @@ "ext-gd": "to use Image", "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", - "ext-json": "to use Nette\\Utils\\Json", + "ext-json": "to use VendorPrefix\\Nette\\Utils\\Json", "ext-mbstring": "to use Strings::lower() etc...", - "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" + "ext-tokenizer": "to use VendorPrefix\\Nette\\Utils\\Reflection::getUseStatements()" }, "time": "2024-08-07T15:39:19+00:00", "type": "library", @@ -772,7 +772,7 @@ "installation-source": "dist", "autoload": { "psr-4": { - "Webuni\\FrontMatter\\": "src" + "VendorPrefix\\Webuni\\FrontMatter\\": "src" } }, "notification-url": "https://packagist.org/downloads/", diff --git a/components/Markdown/vendor-patched/dflydev/dot-access-data/README.md b/components/Markdown/vendor-patched/dflydev/dot-access-data/README.md index d12189535..c2f0e9c4b 100644 --- a/components/Markdown/vendor-patched/dflydev/dot-access-data/README.md +++ b/components/Markdown/vendor-patched/dflydev/dot-access-data/README.md @@ -20,7 +20,7 @@ Given a deep data structure, access data by dot notation. Abstract example: ```php -use Dflydev\DotAccessData\Data; +use VendorPrefix\Dflydev\DotAccessData\Data; $data = new Data; @@ -55,7 +55,7 @@ $data->get('some.path.that.does.not.exist'); A more concrete example: ```php -use Dflydev\DotAccessData\Data; +use VendorPrefix\Dflydev\DotAccessData\Data; $data = new Data([ 'hosts' => [ diff --git a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Data.php b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Data.php index 3409b8e58..0ea898027 100644 --- a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Data.php +++ b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Data.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace Dflydev\DotAccessData; +namespace VendorPrefix\Dflydev\DotAccessData; use ArrayAccess; -use Dflydev\DotAccessData\Exception\DataException; -use Dflydev\DotAccessData\Exception\InvalidPathException; -use Dflydev\DotAccessData\Exception\MissingPathException; +use VendorPrefix\Dflydev\DotAccessData\Exception\DataException; +use VendorPrefix\Dflydev\DotAccessData\Exception\InvalidPathException; +use VendorPrefix\Dflydev\DotAccessData\Exception\MissingPathException; /** * @implements ArrayAccess diff --git a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/DataInterface.php b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/DataInterface.php index 5909a8c67..732893c4c 100644 --- a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/DataInterface.php +++ b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/DataInterface.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace Dflydev\DotAccessData; +namespace VendorPrefix\Dflydev\DotAccessData; -use Dflydev\DotAccessData\Exception\DataException; -use Dflydev\DotAccessData\Exception\InvalidPathException; +use VendorPrefix\Dflydev\DotAccessData\Exception\DataException; +use VendorPrefix\Dflydev\DotAccessData\Exception\InvalidPathException; interface DataInterface { diff --git a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/DataException.php b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/DataException.php index 2faf9f54b..f88621d81 100644 --- a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/DataException.php +++ b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/DataException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace Dflydev\DotAccessData\Exception; +namespace VendorPrefix\Dflydev\DotAccessData\Exception; /** * Base runtime exception type thrown by this library diff --git a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/InvalidPathException.php b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/InvalidPathException.php index 374486cc9..4e6d2f40c 100644 --- a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/InvalidPathException.php +++ b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/InvalidPathException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace Dflydev\DotAccessData\Exception; +namespace VendorPrefix\Dflydev\DotAccessData\Exception; /** * Thrown when trying to access an invalid path in the data array diff --git a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/MissingPathException.php b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/MissingPathException.php index 92577e783..e5a593d35 100644 --- a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/MissingPathException.php +++ b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Exception/MissingPathException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace Dflydev\DotAccessData\Exception; +namespace VendorPrefix\Dflydev\DotAccessData\Exception; use Throwable; diff --git a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Util.php b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Util.php index 5634c5115..a46a9f707 100644 --- a/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Util.php +++ b/components/Markdown/vendor-patched/dflydev/dot-access-data/src/Util.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace Dflydev\DotAccessData; +namespace VendorPrefix\Dflydev\DotAccessData; class Util { diff --git a/components/Markdown/vendor-patched/league/commonmark/README.md b/components/Markdown/vendor-patched/league/commonmark/README.md index bc18ace37..6c72e24c6 100644 --- a/components/Markdown/vendor-patched/league/commonmark/README.md +++ b/components/Markdown/vendor-patched/league/commonmark/README.md @@ -25,7 +25,7 @@ $ composer require league/commonmark The `CommonMarkConverter` class provides a simple wrapper for converting CommonMark to HTML: ```php -use League\CommonMark\CommonMarkConverter; +use VendorPrefix\League\CommonMark\CommonMarkConverter; $converter = new CommonMarkConverter([ 'html_input' => 'strip', @@ -40,7 +40,7 @@ echo $converter->convert('# Hello World!'); Or if you want GitHub-Flavored Markdown, use the `GithubFlavoredMarkdownConverter` class instead: ```php -use League\CommonMark\GithubFlavoredMarkdownConverter; +use VendorPrefix\League\CommonMark\GithubFlavoredMarkdownConverter; $converter = new GithubFlavoredMarkdownConverter([ 'html_input' => 'strip', diff --git a/components/Markdown/vendor-patched/league/commonmark/src/CommonMarkConverter.php b/components/Markdown/vendor-patched/league/commonmark/src/CommonMarkConverter.php index 97f954c8e..0bc4ac970 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/CommonMarkConverter.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/CommonMarkConverter.php @@ -14,10 +14,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark; +namespace VendorPrefix\League\CommonMark; -use League\CommonMark\Environment\Environment; -use League\CommonMark\Extension\CommonMark\CommonMarkCoreExtension; +use VendorPrefix\League\CommonMark\Environment\Environment; +use VendorPrefix\League\CommonMark\Extension\CommonMark\CommonMarkCoreExtension; /** * Converts CommonMark-compatible Markdown to HTML. @@ -37,7 +37,7 @@ public function __construct(array $config = []) parent::__construct($environment); } - public function getEnvironment(): \League\CommonMark\Environment\EnvironmentInterface + public function getEnvironment(): \VendorPrefix\League\CommonMark\Environment\EnvironmentInterface { \assert($this->environment instanceof Environment); diff --git a/components/Markdown/vendor-patched/league/commonmark/src/ConverterInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/ConverterInterface.php index 8192b0fbe..d8812e315 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/ConverterInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/ConverterInterface.php @@ -11,11 +11,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark; +namespace VendorPrefix\League\CommonMark; -use League\CommonMark\Exception\CommonMarkException; -use League\CommonMark\Output\RenderedContentInterface; -use League\Config\Exception\ConfigurationExceptionInterface; +use VendorPrefix\League\CommonMark\Exception\CommonMarkException; +use VendorPrefix\League\CommonMark\Output\RenderedContentInterface; +use VendorPrefix\League\Config\Exception\ConfigurationExceptionInterface; /** * Interface for a service which converts content from one format (like Markdown) to another (like HTML). diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Bracket.php b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Bracket.php index f8cf7cf1f..5d53bb2e9 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Bracket.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Bracket.php @@ -11,18 +11,18 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Delimiter; +namespace VendorPrefix\League\CommonMark\Delimiter; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Node\Node; final class Bracket { /** - * @var \League\CommonMark\Node\Node + * @var \VendorPrefix\League\CommonMark\Node\Node */ private $node; /** - * @var \League\CommonMark\Delimiter\Bracket|null + * @var \VendorPrefix\League\CommonMark\Delimiter\Bracket|null */ private $previous; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Delimiter.php b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Delimiter.php index 348d585b8..1c83f6638 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Delimiter.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Delimiter.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Delimiter; +namespace VendorPrefix\League\CommonMark\Delimiter; -use League\CommonMark\Node\Inline\AbstractStringContainer; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractStringContainer; final class Delimiter implements DelimiterInterface { @@ -33,15 +33,15 @@ final class Delimiter implements DelimiterInterface private $originalLength; /** @psalm-readonly - * @var \League\CommonMark\Node\Inline\AbstractStringContainer */ + * @var \VendorPrefix\League\CommonMark\Node\Inline\AbstractStringContainer */ private $inlineNode; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Delimiter\DelimiterInterface|null */ + * @var \VendorPrefix\League\CommonMark\Delimiter\DelimiterInterface|null */ private $previous; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Delimiter\DelimiterInterface|null */ + * @var \VendorPrefix\League\CommonMark\Delimiter\DelimiterInterface|null */ private $next; /** @psalm-readonly diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterInterface.php index 0cefba7e6..aa8b24d0a 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterInterface.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Delimiter; +namespace VendorPrefix\League\CommonMark\Delimiter; -use League\CommonMark\Node\Inline\AbstractStringContainer; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractStringContainer; interface DelimiterInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterParser.php index 0e5320276..6f611bc8e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterParser.php @@ -2,15 +2,15 @@ declare(strict_types=1); -namespace League\CommonMark\Delimiter; +namespace VendorPrefix\League\CommonMark\Delimiter; -use League\CommonMark\Delimiter\Processor\DelimiterProcessorCollection; -use League\CommonMark\Delimiter\Processor\DelimiterProcessorInterface; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; -use League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\CommonMark\Delimiter\Processor\DelimiterProcessorCollection; +use VendorPrefix\League\CommonMark\Delimiter\Processor\DelimiterProcessorInterface; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Util\RegexHelper; /** * Delimiter parsing is implemented as an Inline Parser with the lowest-possible priority @@ -20,7 +20,7 @@ final class DelimiterParser implements InlineParserInterface { /** - * @var \League\CommonMark\Delimiter\Processor\DelimiterProcessorCollection + * @var \VendorPrefix\League\CommonMark\Delimiter\Processor\DelimiterProcessorCollection */ private $collection; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterStack.php b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterStack.php index f2ecc27f8..76e964282 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterStack.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/DelimiterStack.php @@ -17,21 +17,21 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Delimiter; +namespace VendorPrefix\League\CommonMark\Delimiter; -use League\CommonMark\Delimiter\Processor\CacheableDelimiterProcessorInterface; -use League\CommonMark\Delimiter\Processor\DelimiterProcessorCollection; -use League\CommonMark\Node\Inline\AdjacentTextMerger; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Delimiter\Processor\CacheableDelimiterProcessorInterface; +use VendorPrefix\League\CommonMark\Delimiter\Processor\DelimiterProcessorCollection; +use VendorPrefix\League\CommonMark\Node\Inline\AdjacentTextMerger; +use VendorPrefix\League\CommonMark\Node\Node; final class DelimiterStack { /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Delimiter\DelimiterInterface|null */ + * @var \VendorPrefix\League\CommonMark\Delimiter\DelimiterInterface|null */ private $top; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Delimiter\Bracket|null */ + * @var \VendorPrefix\League\CommonMark\Delimiter\Bracket|null */ private $brackets; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/CacheableDelimiterProcessorInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/CacheableDelimiterProcessorInterface.php index a2a9b7ef3..46549e43b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/CacheableDelimiterProcessorInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/CacheableDelimiterProcessorInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Delimiter\Processor; +namespace VendorPrefix\League\CommonMark\Delimiter\Processor; -use League\CommonMark\Delimiter\DelimiterInterface; +use VendorPrefix\League\CommonMark\Delimiter\DelimiterInterface; /** * Special marker interface for delimiter processors that return dynamic values from getDelimiterUse() diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollection.php b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollection.php index 14417bd48..3246ca0ae 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollection.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollection.php @@ -17,9 +17,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Delimiter\Processor; +namespace VendorPrefix\League\CommonMark\Delimiter\Processor; -use League\CommonMark\Exception\InvalidArgumentException; +use VendorPrefix\League\CommonMark\Exception\InvalidArgumentException; final class DelimiterProcessorCollection implements DelimiterProcessorCollectionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollectionInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollectionInterface.php index fea3ddbb3..d088f34b5 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollectionInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorCollectionInterface.php @@ -17,9 +17,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Delimiter\Processor; +namespace VendorPrefix\League\CommonMark\Delimiter\Processor; -use League\CommonMark\Exception\InvalidArgumentException; +use VendorPrefix\League\CommonMark\Exception\InvalidArgumentException; interface DelimiterProcessorCollectionInterface extends \Countable { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorInterface.php index 5e88ddc7a..97a0b0330 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/DelimiterProcessorInterface.php @@ -17,10 +17,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Delimiter\Processor; +namespace VendorPrefix\League\CommonMark\Delimiter\Processor; -use League\CommonMark\Delimiter\DelimiterInterface; -use League\CommonMark\Node\Inline\AbstractStringContainer; +use VendorPrefix\League\CommonMark\Delimiter\DelimiterInterface; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractStringContainer; /** * Interface for a delimiter processor diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/StaggeredDelimiterProcessor.php b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/StaggeredDelimiterProcessor.php index f1871102b..ada03d55c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/StaggeredDelimiterProcessor.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Delimiter/Processor/StaggeredDelimiterProcessor.php @@ -14,11 +14,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Delimiter\Processor; +namespace VendorPrefix\League\CommonMark\Delimiter\Processor; -use League\CommonMark\Delimiter\DelimiterInterface; -use League\CommonMark\Exception\InvalidArgumentException; -use League\CommonMark\Node\Inline\AbstractStringContainer; +use VendorPrefix\League\CommonMark\Delimiter\DelimiterInterface; +use VendorPrefix\League\CommonMark\Exception\InvalidArgumentException; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractStringContainer; /** * An implementation of DelimiterProcessorInterface that dispatches all calls to two or more other DelimiterProcessors diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Environment/Environment.php b/components/Markdown/vendor-patched/league/commonmark/src/Environment/Environment.php index 2636da3f4..3aa592d8f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Environment/Environment.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Environment/Environment.php @@ -14,32 +14,32 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Environment; - -use League\CommonMark\Delimiter\DelimiterParser; -use League\CommonMark\Delimiter\Processor\DelimiterProcessorCollection; -use League\CommonMark\Delimiter\Processor\DelimiterProcessorInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Event\ListenerData; -use League\CommonMark\Exception\AlreadyInitializedException; -use League\CommonMark\Extension\CommonMark\CommonMarkCoreExtension; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\CommonMark\Extension\ExtensionInterface; -use League\CommonMark\Extension\GithubFlavoredMarkdownExtension; -use League\CommonMark\Normalizer\SlugNormalizer; -use League\CommonMark\Normalizer\TextNormalizerInterface; -use League\CommonMark\Normalizer\UniqueSlugNormalizer; -use League\CommonMark\Normalizer\UniqueSlugNormalizerInterface; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Block\SkipLinesStartingWithLettersParser; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlFilter; -use League\CommonMark\Util\PrioritizedList; -use League\Config\Configuration; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; -use Nette\Schema\Expect; +namespace VendorPrefix\League\CommonMark\Environment; + +use VendorPrefix\League\CommonMark\Delimiter\DelimiterParser; +use VendorPrefix\League\CommonMark\Delimiter\Processor\DelimiterProcessorCollection; +use VendorPrefix\League\CommonMark\Delimiter\Processor\DelimiterProcessorInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Event\ListenerData; +use VendorPrefix\League\CommonMark\Exception\AlreadyInitializedException; +use VendorPrefix\League\CommonMark\Extension\CommonMark\CommonMarkCoreExtension; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\CommonMark\Extension\ExtensionInterface; +use VendorPrefix\League\CommonMark\Extension\GithubFlavoredMarkdownExtension; +use VendorPrefix\League\CommonMark\Normalizer\SlugNormalizer; +use VendorPrefix\League\CommonMark\Normalizer\TextNormalizerInterface; +use VendorPrefix\League\CommonMark\Normalizer\UniqueSlugNormalizer; +use VendorPrefix\League\CommonMark\Normalizer\UniqueSlugNormalizerInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Block\SkipLinesStartingWithLettersParser; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlFilter; +use VendorPrefix\League\CommonMark\Util\PrioritizedList; +use VendorPrefix\League\Config\Configuration; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; +use VendorPrefix\Nette\Schema\Expect; use VendorPrefix\Psr\EventDispatcher\EventDispatcherInterface; use VendorPrefix\Psr\EventDispatcher\ListenerProviderInterface; use VendorPrefix\Psr\EventDispatcher\StoppableEventInterface; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentAwareInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentAwareInterface.php index 44b9d3ecb..7baf7735f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentAwareInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentAwareInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Environment; +namespace VendorPrefix\League\CommonMark\Environment; interface EnvironmentAwareInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentBuilderInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentBuilderInterface.php index 4df9761ba..96ca49cab 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentBuilderInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentBuilderInterface.php @@ -11,16 +11,16 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Environment; +namespace VendorPrefix\League\CommonMark\Environment; -use League\CommonMark\Delimiter\Processor\DelimiterProcessorInterface; -use League\CommonMark\Exception\AlreadyInitializedException; -use League\CommonMark\Extension\ExtensionInterface; -use League\CommonMark\Node\Node; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\Config\ConfigurationProviderInterface; +use VendorPrefix\League\CommonMark\Delimiter\Processor\DelimiterProcessorInterface; +use VendorPrefix\League\CommonMark\Exception\AlreadyInitializedException; +use VendorPrefix\League\CommonMark\Extension\ExtensionInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationProviderInterface; /** * Interface for building the Environment with any extensions, parsers, listeners, etc. that it may need diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentInterface.php index ce9cfbb38..e29e9ceff 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Environment/EnvironmentInterface.php @@ -11,16 +11,16 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Environment; - -use League\CommonMark\Delimiter\Processor\DelimiterProcessorCollection; -use League\CommonMark\Extension\ExtensionInterface; -use League\CommonMark\Node\Node; -use League\CommonMark\Normalizer\TextNormalizerInterface; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\Config\ConfigurationProviderInterface; +namespace VendorPrefix\League\CommonMark\Environment; + +use VendorPrefix\League\CommonMark\Delimiter\Processor\DelimiterProcessorCollection; +use VendorPrefix\League\CommonMark\Extension\ExtensionInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Normalizer\TextNormalizerInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationProviderInterface; use VendorPrefix\Psr\EventDispatcher\EventDispatcherInterface; interface EnvironmentInterface extends ConfigurationProviderInterface, EventDispatcherInterface diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Event/AbstractEvent.php b/components/Markdown/vendor-patched/league/commonmark/src/Event/AbstractEvent.php index 94cd0d972..d613dc97b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Event/AbstractEvent.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Event/AbstractEvent.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Event; +namespace VendorPrefix\League\CommonMark\Event; use VendorPrefix\Psr\EventDispatcher\StoppableEventInterface; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentParsedEvent.php b/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentParsedEvent.php index 1fd5a2a11..193631584 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentParsedEvent.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentParsedEvent.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Event; +namespace VendorPrefix\League\CommonMark\Event; -use League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Block\Document; /** * Event dispatched when the document has been fully parsed @@ -21,7 +21,7 @@ final class DocumentParsedEvent extends AbstractEvent { /** @psalm-readonly - * @var \League\CommonMark\Node\Block\Document */ + * @var \VendorPrefix\League\CommonMark\Node\Block\Document */ private $document; public function __construct(Document $document) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentPreParsedEvent.php b/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentPreParsedEvent.php index d84d660f6..aac97dd11 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentPreParsedEvent.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentPreParsedEvent.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Event; +namespace VendorPrefix\League\CommonMark\Event; -use League\CommonMark\Input\MarkdownInputInterface; -use League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Input\MarkdownInputInterface; +use VendorPrefix\League\CommonMark\Node\Block\Document; /** * Event dispatched when the document is about to be parsed @@ -22,11 +22,11 @@ final class DocumentPreParsedEvent extends AbstractEvent { /** @psalm-readonly - * @var \League\CommonMark\Node\Block\Document */ + * @var \VendorPrefix\League\CommonMark\Node\Block\Document */ private $document; /** - * @var \League\CommonMark\Input\MarkdownInputInterface + * @var \VendorPrefix\League\CommonMark\Input\MarkdownInputInterface */ private $markdown; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentPreRenderEvent.php b/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentPreRenderEvent.php index 4fd898774..88347775e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentPreRenderEvent.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentPreRenderEvent.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Event; +namespace VendorPrefix\League\CommonMark\Event; -use League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Block\Document; /** * Event dispatched just before rendering begins @@ -21,7 +21,7 @@ final class DocumentPreRenderEvent extends AbstractEvent { /** @psalm-readonly - * @var \League\CommonMark\Node\Block\Document */ + * @var \VendorPrefix\League\CommonMark\Node\Block\Document */ private $document; /** @psalm-readonly diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentRenderedEvent.php b/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentRenderedEvent.php index 1a6721b85..03cbff77b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentRenderedEvent.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Event/DocumentRenderedEvent.php @@ -11,14 +11,14 @@ declare(strict_types=1); -namespace League\CommonMark\Event; +namespace VendorPrefix\League\CommonMark\Event; -use League\CommonMark\Output\RenderedContentInterface; +use VendorPrefix\League\CommonMark\Output\RenderedContentInterface; final class DocumentRenderedEvent extends AbstractEvent { /** - * @var \League\CommonMark\Output\RenderedContentInterface + * @var \VendorPrefix\League\CommonMark\Output\RenderedContentInterface */ private $output; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Event/ListenerData.php b/components/Markdown/vendor-patched/league/commonmark/src/Event/ListenerData.php index 36b97c9dc..0e28f174b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Event/ListenerData.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Event/ListenerData.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Event; +namespace VendorPrefix\League\CommonMark\Event; /** * @internal diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Exception/AlreadyInitializedException.php b/components/Markdown/vendor-patched/league/commonmark/src/Exception/AlreadyInitializedException.php index 5faa6f80a..9dc241205 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Exception/AlreadyInitializedException.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Exception/AlreadyInitializedException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Exception; +namespace VendorPrefix\League\CommonMark\Exception; class AlreadyInitializedException extends LogicException implements CommonMarkException { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Exception/CommonMarkException.php b/components/Markdown/vendor-patched/league/commonmark/src/Exception/CommonMarkException.php index 9fb349ef0..3eff004c3 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Exception/CommonMarkException.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Exception/CommonMarkException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Exception; +namespace VendorPrefix\League\CommonMark\Exception; /** * Marker interface for all exceptions thrown by this library. diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Exception/IOException.php b/components/Markdown/vendor-patched/league/commonmark/src/Exception/IOException.php index 09a55782e..9f59c307f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Exception/IOException.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Exception/IOException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Exception; +namespace VendorPrefix\League\CommonMark\Exception; class IOException extends \RuntimeException implements CommonMarkException { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Exception/InvalidArgumentException.php b/components/Markdown/vendor-patched/league/commonmark/src/Exception/InvalidArgumentException.php index fc67ac423..cacad6696 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Exception/InvalidArgumentException.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Exception/InvalidArgumentException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Exception; +namespace VendorPrefix\League\CommonMark\Exception; class InvalidArgumentException extends \InvalidArgumentException implements CommonMarkException { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Exception/LogicException.php b/components/Markdown/vendor-patched/league/commonmark/src/Exception/LogicException.php index c1d00df58..30ce17419 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Exception/LogicException.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Exception/LogicException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Exception; +namespace VendorPrefix\League\CommonMark\Exception; class LogicException extends \LogicException implements CommonMarkException { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Exception/MissingDependencyException.php b/components/Markdown/vendor-patched/league/commonmark/src/Exception/MissingDependencyException.php index b8eb84199..ad0e6cd38 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Exception/MissingDependencyException.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Exception/MissingDependencyException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Exception; +namespace VendorPrefix\League\CommonMark\Exception; class MissingDependencyException extends \RuntimeException implements CommonMarkException { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Exception/UnexpectedEncodingException.php b/components/Markdown/vendor-patched/league/commonmark/src/Exception/UnexpectedEncodingException.php index 0f4e3999f..bc14df86e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Exception/UnexpectedEncodingException.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Exception/UnexpectedEncodingException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Exception; +namespace VendorPrefix\League\CommonMark\Exception; final class UnexpectedEncodingException extends \RuntimeException implements CommonMarkException { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/AttributesExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/AttributesExtension.php index 2ef3d85cd..eb3b0b199 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/AttributesExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/AttributesExtension.php @@ -12,14 +12,14 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Attributes; +namespace VendorPrefix\League\CommonMark\Extension\Attributes; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\Attributes\Event\AttributesListener; -use League\CommonMark\Extension\Attributes\Parser\AttributesBlockStartParser; -use League\CommonMark\Extension\Attributes\Parser\AttributesInlineParser; -use League\CommonMark\Extension\ExtensionInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\Attributes\Event\AttributesListener; +use VendorPrefix\League\CommonMark\Extension\Attributes\Parser\AttributesBlockStartParser; +use VendorPrefix\League\CommonMark\Extension\Attributes\Parser\AttributesInlineParser; +use VendorPrefix\League\CommonMark\Extension\ExtensionInterface; final class AttributesExtension implements ExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Event/AttributesListener.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Event/AttributesListener.php index feec8cce1..16c9a14c8 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Event/AttributesListener.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Event/AttributesListener.php @@ -12,17 +12,17 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Attributes\Event; - -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\Attributes\Node\Attributes; -use League\CommonMark\Extension\Attributes\Node\AttributesInline; -use League\CommonMark\Extension\Attributes\Util\AttributesHelper; -use League\CommonMark\Extension\CommonMark\Node\Block\FencedCode; -use League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; -use League\CommonMark\Extension\CommonMark\Node\Block\ListItem; -use League\CommonMark\Node\Inline\AbstractInline; -use League\CommonMark\Node\Node; +namespace VendorPrefix\League\CommonMark\Extension\Attributes\Event; + +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\Attributes\Node\Attributes; +use VendorPrefix\League\CommonMark\Extension\Attributes\Node\AttributesInline; +use VendorPrefix\League\CommonMark\Extension\Attributes\Util\AttributesHelper; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\FencedCode; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Node\Node; final class AttributesListener { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Node/Attributes.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Node/Attributes.php index 524ca8298..0278a77eb 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Node/Attributes.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Node/Attributes.php @@ -12,9 +12,9 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Attributes\Node; +namespace VendorPrefix\League\CommonMark\Extension\Attributes\Node; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; final class Attributes extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Node/AttributesInline.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Node/AttributesInline.php index d5c0e8aa8..bce12df82 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Node/AttributesInline.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Node/AttributesInline.php @@ -12,9 +12,9 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Attributes\Node; +namespace VendorPrefix\League\CommonMark\Extension\Attributes\Node; -use League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; final class AttributesInline extends AbstractInline { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockContinueParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockContinueParser.php index 3a1804b65..a88a4afcd 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockContinueParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockContinueParser.php @@ -12,25 +12,25 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Attributes\Parser; +namespace VendorPrefix\League\CommonMark\Extension\Attributes\Parser; -use League\CommonMark\Extension\Attributes\Node\Attributes; -use League\CommonMark\Extension\Attributes\Util\AttributesHelper; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Extension\Attributes\Node\Attributes; +use VendorPrefix\League\CommonMark\Extension\Attributes\Util\AttributesHelper; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; final class AttributesBlockContinueParser extends AbstractBlockContinueParser { /** - * @var \League\CommonMark\Extension\Attributes\Node\Attributes + * @var \VendorPrefix\League\CommonMark\Extension\Attributes\Node\Attributes */ private $block; /** - * @var \League\CommonMark\Node\Block\AbstractBlock + * @var \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock */ private $container; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockStartParser.php index 299ccd407..4ac1a8431 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesBlockStartParser.php @@ -12,13 +12,13 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Attributes\Parser; +namespace VendorPrefix\League\CommonMark\Extension\Attributes\Parser; -use League\CommonMark\Extension\Attributes\Util\AttributesHelper; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Extension\Attributes\Util\AttributesHelper; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; final class AttributesBlockStartParser implements BlockStartParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesInlineParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesInlineParser.php index 26af3ca56..b204ea05b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesInlineParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Parser/AttributesInlineParser.php @@ -12,14 +12,14 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Attributes\Parser; - -use League\CommonMark\Extension\Attributes\Node\AttributesInline; -use League\CommonMark\Extension\Attributes\Util\AttributesHelper; -use League\CommonMark\Node\StringContainerInterface; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; +namespace VendorPrefix\League\CommonMark\Extension\Attributes\Parser; + +use VendorPrefix\League\CommonMark\Extension\Attributes\Node\AttributesInline; +use VendorPrefix\League\CommonMark\Extension\Attributes\Util\AttributesHelper; +use VendorPrefix\League\CommonMark\Node\StringContainerInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; final class AttributesInlineParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Util/AttributesHelper.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Util/AttributesHelper.php index d13a565ef..a8bcc31ab 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Util/AttributesHelper.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Attributes/Util/AttributesHelper.php @@ -12,11 +12,11 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Attributes\Util; +namespace VendorPrefix\League\CommonMark\Extension\Attributes\Util; -use League\CommonMark\Node\Node; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Util\RegexHelper; /** * @internal diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/AutolinkExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/AutolinkExtension.php index 4df377884..7b6ec43a1 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/AutolinkExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/AutolinkExtension.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Autolink; +namespace VendorPrefix\League\CommonMark\Extension\Autolink; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; final class AutolinkExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/EmailAutolinkParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/EmailAutolinkParser.php index 15a7d3465..fd1e4291c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/EmailAutolinkParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/EmailAutolinkParser.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Autolink; +namespace VendorPrefix\League\CommonMark\Extension\Autolink; -use League\CommonMark\Extension\CommonMark\Node\Inline\Link; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Link; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; final class EmailAutolinkParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/UrlAutolinkParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/UrlAutolinkParser.php index 43e5b3f06..2524a7437 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/UrlAutolinkParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Autolink/UrlAutolinkParser.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Autolink; +namespace VendorPrefix\League\CommonMark\Extension\Autolink; -use League\CommonMark\Extension\CommonMark\Node\Inline\Link; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Link; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; final class UrlAutolinkParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/CommonMarkCoreExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/CommonMarkCoreExtension.php index 91f7a227d..2358e5ecd 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/CommonMarkCoreExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/CommonMarkCoreExtension.php @@ -14,16 +14,16 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Extension\CommonMark\Delimiter\Processor\EmphasisDelimiterProcessor; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\CommonMark\Node as CoreNode; -use League\CommonMark\Parser as CoreParser; -use League\CommonMark\Renderer as CoreRenderer; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Delimiter\Processor\EmphasisDelimiterProcessor; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\CommonMark\Node as CoreNode; +use VendorPrefix\League\CommonMark\Parser as CoreParser; +use VendorPrefix\League\CommonMark\Renderer as CoreRenderer; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; final class CommonMarkCoreExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Delimiter/Processor/EmphasisDelimiterProcessor.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Delimiter/Processor/EmphasisDelimiterProcessor.php index 0e92b9676..369a88f3e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Delimiter/Processor/EmphasisDelimiterProcessor.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Delimiter/Processor/EmphasisDelimiterProcessor.php @@ -17,15 +17,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Delimiter\Processor; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Delimiter\Processor; -use League\CommonMark\Delimiter\DelimiterInterface; -use League\CommonMark\Delimiter\Processor\CacheableDelimiterProcessorInterface; -use League\CommonMark\Extension\CommonMark\Node\Inline\Emphasis; -use League\CommonMark\Extension\CommonMark\Node\Inline\Strong; -use League\CommonMark\Node\Inline\AbstractStringContainer; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Delimiter\DelimiterInterface; +use VendorPrefix\League\CommonMark\Delimiter\Processor\CacheableDelimiterProcessorInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Emphasis; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Strong; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractStringContainer; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class EmphasisDelimiterProcessor implements CacheableDelimiterProcessorInterface, ConfigurationAwareInterface { @@ -34,7 +34,7 @@ final class EmphasisDelimiterProcessor implements CacheableDelimiterProcessorInt private $char; /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/BlockQuote.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/BlockQuote.php index 11094b9da..663728fff 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/BlockQuote.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/BlockQuote.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; class BlockQuote extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/FencedCode.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/FencedCode.php index fa4266967..6f2a0e3f0 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/FencedCode.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/FencedCode.php @@ -14,10 +14,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Node\StringContainerInterface; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\StringContainerInterface; final class FencedCode extends AbstractBlock implements StringContainerInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/Heading.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/Heading.php index ec0fe7d0d..b61700368 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/Heading.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/Heading.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; final class Heading extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/HtmlBlock.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/HtmlBlock.php index f755ac08b..3cc5df0cc 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/HtmlBlock.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/HtmlBlock.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Node\RawMarkupContainerInterface; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\RawMarkupContainerInterface; final class HtmlBlock extends AbstractBlock implements RawMarkupContainerInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/IndentedCode.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/IndentedCode.php index feb3b3e03..74009264b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/IndentedCode.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/IndentedCode.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Node\StringContainerInterface; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\StringContainerInterface; final class IndentedCode extends AbstractBlock implements StringContainerInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListBlock.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListBlock.php index 615188e5c..19383db51 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListBlock.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListBlock.php @@ -14,10 +14,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Node\Block\TightBlockInterface; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\TightBlockInterface; class ListBlock extends AbstractBlock implements TightBlockInterface { @@ -32,7 +32,7 @@ class ListBlock extends AbstractBlock implements TightBlockInterface */ protected $tight = false; // TODO Make lists tight by default in v3 /** @psalm-readonly - * @var \League\CommonMark\Extension\CommonMark\Node\Block\ListData */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListData */ protected $listData; public function __construct(ListData $listData) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListData.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListData.php index 33e964b1d..24fafe0d2 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListData.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListData.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block; class ListData { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListItem.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListItem.php index 5f2e04b3b..98df6bb51 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListItem.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ListItem.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; class ListItem extends AbstractBlock { /** @psalm-readonly - * @var \League\CommonMark\Extension\CommonMark\Node\Block\ListData */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListData */ protected $listData; public function __construct(ListData $listData) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ThematicBreak.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ThematicBreak.php index bb6cea0bf..3ab754da8 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ThematicBreak.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Block/ThematicBreak.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; class ThematicBreak extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/AbstractWebResource.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/AbstractWebResource.php index 5bb3e487b..a90567bb2 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/AbstractWebResource.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/AbstractWebResource.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline; -use League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; abstract class AbstractWebResource extends AbstractInline { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Code.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Code.php index 3a6aca241..99c3512e5 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Code.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Code.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline; -use League\CommonMark\Node\Inline\AbstractStringContainer; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractStringContainer; class Code extends AbstractStringContainer { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Emphasis.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Emphasis.php index 97021fadb..36d79ce3b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Emphasis.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Emphasis.php @@ -14,10 +14,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline; -use League\CommonMark\Node\Inline\AbstractInline; -use League\CommonMark\Node\Inline\DelimitedInterface; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Node\Inline\DelimitedInterface; final class Emphasis extends AbstractInline implements DelimitedInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/HtmlInline.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/HtmlInline.php index 8594a06e9..96afad7ed 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/HtmlInline.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/HtmlInline.php @@ -14,10 +14,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline; -use League\CommonMark\Node\Inline\AbstractStringContainer; -use League\CommonMark\Node\RawMarkupContainerInterface; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractStringContainer; +use VendorPrefix\League\CommonMark\Node\RawMarkupContainerInterface; final class HtmlInline extends AbstractStringContainer implements RawMarkupContainerInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Image.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Image.php index 6e5b4a46b..e6ec33583 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Image.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Image.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline; -use League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Node\Inline\Text; class Image extends AbstractWebResource { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Link.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Link.php index dac27a2a2..64ae7278c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Link.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Link.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline; -use League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Node\Inline\Text; class Link extends AbstractWebResource { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Strong.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Strong.php index 6db5e0f53..af878f42c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Strong.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Node/Inline/Strong.php @@ -14,10 +14,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline; -use League\CommonMark\Node\Inline\AbstractInline; -use League\CommonMark\Node\Inline\DelimitedInterface; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Node\Inline\DelimitedInterface; final class Strong extends AbstractInline implements DelimitedInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteParser.php index b1237a617..9a24d7f5b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteParser.php @@ -11,19 +11,19 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\BlockQuote; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\BlockQuote; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; final class BlockQuoteParser extends AbstractBlockContinueParser { /** @psalm-readonly - * @var \League\CommonMark\Extension\CommonMark\Node\Block\BlockQuote */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\BlockQuote */ private $block; public function __construct() @@ -31,7 +31,7 @@ public function __construct() $this->block = new BlockQuote(); } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteStartParser.php index de9a6bc9c..785db628e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/BlockQuoteStartParser.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; final class BlockQuoteStartParser implements BlockStartParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeParser.php index a502d8671..f10455469 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeParser.php @@ -11,20 +11,20 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\FencedCode; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Util\ArrayCollection; -use League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\FencedCode; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Util\ArrayCollection; +use VendorPrefix\League\CommonMark\Util\RegexHelper; final class FencedCodeParser extends AbstractBlockContinueParser { /** @psalm-readonly - * @var \League\CommonMark\Extension\CommonMark\Node\Block\FencedCode */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\FencedCode */ private $block; /** @var ArrayCollection */ @@ -36,7 +36,7 @@ public function __construct(int $fenceLength, string $fenceChar, int $fenceOffse $this->strings = new ArrayCollection(); } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeStartParser.php index be1b1dca5..d950e842a 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/FencedCodeStartParser.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; final class FencedCodeStartParser implements BlockStartParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingParser.php index 4bbf6de99..b891a0636 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingParser.php @@ -11,20 +11,20 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\Heading; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Block\BlockContinueParserWithInlinesInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\InlineParserEngineInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\Heading; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserWithInlinesInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\InlineParserEngineInterface; final class HeadingParser extends AbstractBlockContinueParser implements BlockContinueParserWithInlinesInterface { /** @psalm-readonly - * @var \League\CommonMark\Extension\CommonMark\Node\Block\Heading */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\Heading */ private $block; /** @@ -38,7 +38,7 @@ public function __construct(int $level, string $content) $this->content = $content; } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingStartParser.php index 404f4038c..3d75c0cce 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HeadingStartParser.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; -use League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Util\RegexHelper; class HeadingStartParser implements BlockStartParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockParser.php index 1f2497908..dfb24d621 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockParser.php @@ -11,19 +11,19 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Util\RegexHelper; final class HtmlBlockParser extends AbstractBlockContinueParser { /** @psalm-readonly - * @var \League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock */ private $block; /** @@ -46,7 +46,7 @@ public function __construct(int $blockType) $this->block = new HtmlBlock($blockType); } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockStartParser.php index bcef0af2f..868407810 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/HtmlBlockStartParser.php @@ -11,15 +11,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; - -use League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; -use League\CommonMark\Util\RegexHelper; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; + +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Util\RegexHelper; final class HtmlBlockStartParser implements BlockStartParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeParser.php index ab727de8e..faf569a82 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeParser.php @@ -11,19 +11,19 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\IndentedCode; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Util\ArrayCollection; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\IndentedCode; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Util\ArrayCollection; final class IndentedCodeParser extends AbstractBlockContinueParser { /** @psalm-readonly - * @var \League\CommonMark\Extension\CommonMark\Node\Block\IndentedCode */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\IndentedCode */ private $block; /** @var ArrayCollection */ @@ -35,7 +35,7 @@ public function __construct() $this->strings = new ArrayCollection(); } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeStartParser.php index bea4bdebd..187bc74b3 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/IndentedCodeStartParser.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; final class IndentedCodeStartParser implements BlockStartParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockParser.php index 2e5ec7520..fac4db259 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockParser.php @@ -11,21 +11,21 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; -use League\CommonMark\Extension\CommonMark\Node\Block\ListData; -use League\CommonMark\Extension\CommonMark\Node\Block\ListItem; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListData; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; final class ListBlockParser extends AbstractBlockContinueParser { /** @psalm-readonly - * @var \League\CommonMark\Extension\CommonMark\Node\Block\ListBlock */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListBlock */ private $block; public function __construct(ListData $listData) @@ -33,7 +33,7 @@ public function __construct(ListData $listData) $this->block = new ListBlock($listData); } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockStartParser.php index 8bddba6fc..92dba38f8 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListBlockStartParser.php @@ -11,22 +11,22 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; - -use League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; -use League\CommonMark\Extension\CommonMark\Node\Block\ListData; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; -use League\CommonMark\Util\RegexHelper; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; + +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListData; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class ListBlockStartParser implements BlockStartParserInterface, ConfigurationAwareInterface { /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface|null */ + * @var \VendorPrefix\League\Config\ConfigurationInterface|null */ private $config; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListItemParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListItemParser.php index 017adc04c..a48d690b6 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListItemParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ListItemParser.php @@ -11,20 +11,20 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\ListData; -use League\CommonMark\Extension\CommonMark\Node\Block\ListItem; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListData; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; final class ListItemParser extends AbstractBlockContinueParser { /** @psalm-readonly - * @var \League\CommonMark\Extension\CommonMark\Node\Block\ListItem */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem */ private $block; public function __construct(ListData $listData) @@ -32,7 +32,7 @@ public function __construct(ListData $listData) $this->block = new ListItem($listData); } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakParser.php index f6dbd3111..37e0969d6 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakParser.php @@ -11,18 +11,18 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\ThematicBreak; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ThematicBreak; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; final class ThematicBreakParser extends AbstractBlockContinueParser { /** @psalm-readonly - * @var \League\CommonMark\Extension\CommonMark\Node\Block\ThematicBreak */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ThematicBreak */ private $block; public function __construct() @@ -30,7 +30,7 @@ public function __construct() $this->block = new ThematicBreak(); } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakStartParser.php index ba7ddf37b..320676465 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Block/ThematicBreakStartParser.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Block; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; -use League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Util\RegexHelper; final class ThematicBreakStartParser implements BlockStartParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/AutolinkParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/AutolinkParser.php index 810769d74..422e56f00 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/AutolinkParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/AutolinkParser.php @@ -14,13 +14,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Inline; -use League\CommonMark\Extension\CommonMark\Node\Inline\Link; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; -use League\CommonMark\Util\UrlEncoder; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Link; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Util\UrlEncoder; final class AutolinkParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/BacktickParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/BacktickParser.php index 5f8040fdd..e2e3b818c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/BacktickParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/BacktickParser.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Inline; - -use League\CommonMark\Extension\CommonMark\Node\Inline\Code; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Inline; + +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Code; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; final class BacktickParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/BangParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/BangParser.php index cbf6ca382..a23a40a6f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/BangParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/BangParser.php @@ -14,12 +14,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Inline; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; final class BangParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/CloseBracketParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/CloseBracketParser.php index c0c28dc23..1970a66e6 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/CloseBracketParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/CloseBracketParser.php @@ -14,30 +14,30 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Inline; - -use League\CommonMark\Delimiter\Bracket; -use League\CommonMark\Environment\EnvironmentAwareInterface; -use League\CommonMark\Environment\EnvironmentInterface; -use League\CommonMark\Extension\CommonMark\Node\Inline\AbstractWebResource; -use League\CommonMark\Extension\CommonMark\Node\Inline\Image; -use League\CommonMark\Extension\CommonMark\Node\Inline\Link; -use League\CommonMark\Extension\Mention\Mention; -use League\CommonMark\Node\Inline\AdjacentTextMerger; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; -use League\CommonMark\Reference\ReferenceInterface; -use League\CommonMark\Reference\ReferenceMapInterface; -use League\CommonMark\Util\LinkParserHelper; -use League\CommonMark\Util\RegexHelper; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Inline; + +use VendorPrefix\League\CommonMark\Delimiter\Bracket; +use VendorPrefix\League\CommonMark\Environment\EnvironmentAwareInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\AbstractWebResource; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Image; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Link; +use VendorPrefix\League\CommonMark\Extension\Mention\Mention; +use VendorPrefix\League\CommonMark\Node\Inline\AdjacentTextMerger; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Reference\ReferenceInterface; +use VendorPrefix\League\CommonMark\Reference\ReferenceMapInterface; +use VendorPrefix\League\CommonMark\Util\LinkParserHelper; +use VendorPrefix\League\CommonMark\Util\RegexHelper; final class CloseBracketParser implements InlineParserInterface, EnvironmentAwareInterface { /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Environment\EnvironmentInterface */ + * @var \VendorPrefix\League\CommonMark\Environment\EnvironmentInterface */ private $environment; public function getMatchDefinition(): InlineParserMatch diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/EntityParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/EntityParser.php index 4122ff709..e4a9ad68c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/EntityParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/EntityParser.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Inline; - -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; -use League\CommonMark\Util\Html5EntityDecoder; -use League\CommonMark\Util\RegexHelper; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Inline; + +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Util\Html5EntityDecoder; +use VendorPrefix\League\CommonMark\Util\RegexHelper; final class EntityParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/EscapableParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/EscapableParser.php index 64e6fab85..166d6b54c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/EscapableParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/EscapableParser.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Inline; - -use League\CommonMark\Node\Inline\Newline; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; -use League\CommonMark\Util\RegexHelper; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Inline; + +use VendorPrefix\League\CommonMark\Node\Inline\Newline; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Util\RegexHelper; final class EscapableParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/HtmlInlineParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/HtmlInlineParser.php index f38db1355..761fed69b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/HtmlInlineParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/HtmlInlineParser.php @@ -14,13 +14,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Inline; -use League\CommonMark\Extension\CommonMark\Node\Inline\HtmlInline; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; -use League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\HtmlInline; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Util\RegexHelper; final class HtmlInlineParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/OpenBracketParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/OpenBracketParser.php index 1ba8c133a..b00089de6 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/OpenBracketParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Parser/Inline/OpenBracketParser.php @@ -14,12 +14,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Parser\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Parser\Inline; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; final class OpenBracketParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/BlockQuoteRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/BlockQuoteRenderer.php index 4a59bd367..a7212a5ea 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/BlockQuoteRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/BlockQuoteRenderer.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\BlockQuote; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\BlockQuote; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class BlockQuoteRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/FencedCodeRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/FencedCodeRenderer.php index 5c15ee3d4..cd3ccc4d0 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/FencedCodeRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/FencedCodeRenderer.php @@ -14,15 +14,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\FencedCode; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Util\Xml; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\FencedCode; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Util\Xml; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class FencedCodeRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/HeadingRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/HeadingRenderer.php index 8718b8c37..ec273050c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/HeadingRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/HeadingRenderer.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\Heading; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\Heading; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class HeadingRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/HtmlBlockRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/HtmlBlockRenderer.php index 388030c7f..477c18808 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/HtmlBlockRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/HtmlBlockRenderer.php @@ -14,21 +14,21 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlFilter; -use League\CommonMark\Xml\XmlNodeRendererInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlFilter; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class HtmlBlockRenderer implements NodeRendererInterface, XmlNodeRendererInterface, ConfigurationAwareInterface { /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/IndentedCodeRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/IndentedCodeRenderer.php index c4bd4eb03..b545b3258 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/IndentedCodeRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/IndentedCodeRenderer.php @@ -14,15 +14,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Block; - -use League\CommonMark\Extension\CommonMark\Node\Block\IndentedCode; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Util\Xml; -use League\CommonMark\Xml\XmlNodeRendererInterface; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Block; + +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\IndentedCode; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Util\Xml; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class IndentedCodeRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListBlockRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListBlockRenderer.php index f79b44dd3..7831070e2 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListBlockRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListBlockRenderer.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Block; - -use League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Block; + +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class ListBlockRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListItemRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListItemRenderer.php index 570f5a7f7..0d9fcea3d 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListItemRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ListItemRenderer.php @@ -14,16 +14,16 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Block; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Block; -use League\CommonMark\Extension\CommonMark\Node\Block\ListItem; -use League\CommonMark\Extension\TaskList\TaskListItemMarker; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem; +use VendorPrefix\League\CommonMark\Extension\TaskList\TaskListItemMarker; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class ListItemRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ThematicBreakRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ThematicBreakRenderer.php index 392bfeed8..3c8255e6f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ThematicBreakRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Block/ThematicBreakRenderer.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Block; - -use League\CommonMark\Extension\CommonMark\Node\Block\ThematicBreak; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Block; + +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ThematicBreak; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class ThematicBreakRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/CodeRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/CodeRenderer.php index de030e846..567bfac08 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/CodeRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/CodeRenderer.php @@ -14,15 +14,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Inline; - -use League\CommonMark\Extension\CommonMark\Node\Inline\Code; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Util\Xml; -use League\CommonMark\Xml\XmlNodeRendererInterface; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Inline; + +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Code; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Util\Xml; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class CodeRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/EmphasisRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/EmphasisRenderer.php index 41169c4d9..7b7ad4b7e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/EmphasisRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/EmphasisRenderer.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Inline; - -use League\CommonMark\Extension\CommonMark\Node\Inline\Emphasis; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Inline; + +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Emphasis; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class EmphasisRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/HtmlInlineRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/HtmlInlineRenderer.php index d6bb691e5..732ae8284 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/HtmlInlineRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/HtmlInlineRenderer.php @@ -14,21 +14,21 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Inline; -use League\CommonMark\Extension\CommonMark\Node\Inline\HtmlInline; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlFilter; -use League\CommonMark\Xml\XmlNodeRendererInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\HtmlInline; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlFilter; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class HtmlInlineRenderer implements NodeRendererInterface, XmlNodeRendererInterface, ConfigurationAwareInterface { /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/ImageRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/ImageRenderer.php index 5c0999a76..281605196 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/ImageRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/ImageRenderer.php @@ -14,25 +14,25 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Inline; - -use League\CommonMark\Extension\CommonMark\Node\Inline\Image; -use League\CommonMark\Node\Inline\Newline; -use League\CommonMark\Node\Node; -use League\CommonMark\Node\NodeIterator; -use League\CommonMark\Node\StringContainerInterface; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Util\RegexHelper; -use League\CommonMark\Xml\XmlNodeRendererInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Inline; + +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Image; +use VendorPrefix\League\CommonMark\Node\Inline\Newline; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Node\NodeIterator; +use VendorPrefix\League\CommonMark\Node\StringContainerInterface; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class ImageRenderer implements NodeRendererInterface, XmlNodeRendererInterface, ConfigurationAwareInterface { /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/LinkRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/LinkRenderer.php index 250f0d67e..9f5781919 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/LinkRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/LinkRenderer.php @@ -14,22 +14,22 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Inline; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Inline; -use League\CommonMark\Extension\CommonMark\Node\Inline\Link; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Util\RegexHelper; -use League\CommonMark\Xml\XmlNodeRendererInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Link; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class LinkRenderer implements NodeRendererInterface, XmlNodeRendererInterface, ConfigurationAwareInterface { /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/StrongRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/StrongRenderer.php index f0bb8f9c3..153c313c5 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/StrongRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/CommonMark/Renderer/Inline/StrongRenderer.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\CommonMark\Renderer\Inline; - -use League\CommonMark\Extension\CommonMark\Node\Inline\Strong; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +namespace VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Inline; + +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Strong; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class StrongRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/ConfigurableExtensionInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/ConfigurableExtensionInterface.php index 63e467cb8..40d381273 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/ConfigurableExtensionInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/ConfigurableExtensionInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension; +namespace VendorPrefix\League\CommonMark\Extension; -use League\Config\ConfigurationBuilderInterface; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; interface ConfigurableExtensionInterface extends ExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DefaultAttributes/ApplyDefaultAttributesProcessor.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DefaultAttributes/ApplyDefaultAttributesProcessor.php index 4eacc080b..80981cd35 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DefaultAttributes/ApplyDefaultAttributesProcessor.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DefaultAttributes/ApplyDefaultAttributesProcessor.php @@ -11,17 +11,17 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DefaultAttributes; +namespace VendorPrefix\League\CommonMark\Extension\DefaultAttributes; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\Attributes\Util\AttributesHelper; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\Attributes\Util\AttributesHelper; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class ApplyDefaultAttributesProcessor implements ConfigurationAwareInterface { /** - * @var \League\Config\ConfigurationInterface + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DefaultAttributes/DefaultAttributesExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DefaultAttributes/DefaultAttributesExtension.php index 152c29a03..d0db4bacf 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DefaultAttributes/DefaultAttributesExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DefaultAttributes/DefaultAttributesExtension.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DefaultAttributes; +namespace VendorPrefix\League\CommonMark\Extension\DefaultAttributes; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; final class DefaultAttributesExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/DescriptionListExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/DescriptionListExtension.php index 9ddd2a838..a8f68bc37 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/DescriptionListExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/DescriptionListExtension.php @@ -11,20 +11,20 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DescriptionList; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\DescriptionList\Event\ConsecutiveDescriptionListMerger; -use League\CommonMark\Extension\DescriptionList\Event\LooseDescriptionHandler; -use League\CommonMark\Extension\DescriptionList\Node\Description; -use League\CommonMark\Extension\DescriptionList\Node\DescriptionList; -use League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm; -use League\CommonMark\Extension\DescriptionList\Parser\DescriptionStartParser; -use League\CommonMark\Extension\DescriptionList\Renderer\DescriptionListRenderer; -use League\CommonMark\Extension\DescriptionList\Renderer\DescriptionRenderer; -use League\CommonMark\Extension\DescriptionList\Renderer\DescriptionTermRenderer; -use League\CommonMark\Extension\ExtensionInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Event\ConsecutiveDescriptionListMerger; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Event\LooseDescriptionHandler; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\Description; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionList; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Parser\DescriptionStartParser; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Renderer\DescriptionListRenderer; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Renderer\DescriptionRenderer; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Renderer\DescriptionTermRenderer; +use VendorPrefix\League\CommonMark\Extension\ExtensionInterface; final class DescriptionListExtension implements ExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Event/ConsecutiveDescriptionListMerger.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Event/ConsecutiveDescriptionListMerger.php index 15210e778..986b77064 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Event/ConsecutiveDescriptionListMerger.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Event/ConsecutiveDescriptionListMerger.php @@ -11,11 +11,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DescriptionList\Event; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Event; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\DescriptionList\Node\DescriptionList; -use League\CommonMark\Node\NodeIterator; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionList; +use VendorPrefix\League\CommonMark\Node\NodeIterator; final class ConsecutiveDescriptionListMerger { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Event/LooseDescriptionHandler.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Event/LooseDescriptionHandler.php index a8823fab9..9c6580da1 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Event/LooseDescriptionHandler.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Event/LooseDescriptionHandler.php @@ -11,15 +11,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DescriptionList\Event; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Event; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\DescriptionList\Node\Description; -use League\CommonMark\Extension\DescriptionList\Node\DescriptionList; -use League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Node\Inline\Newline; -use League\CommonMark\Node\NodeIterator; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\Description; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionList; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Node\Inline\Newline; +use VendorPrefix\League\CommonMark\Node\NodeIterator; final class LooseDescriptionHandler { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/Description.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/Description.php index bb5aaba4a..4af9a1643 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/Description.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/Description.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DescriptionList\Node; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Node; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Node\Block\TightBlockInterface; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\TightBlockInterface; class Description extends AbstractBlock implements TightBlockInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/DescriptionList.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/DescriptionList.php index 90d026c39..045d6d399 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/DescriptionList.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/DescriptionList.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DescriptionList\Node; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Node; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; class DescriptionList extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/DescriptionTerm.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/DescriptionTerm.php index b13ec7511..79c3f9b58 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/DescriptionTerm.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Node/DescriptionTerm.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DescriptionList\Node; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Node; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; class DescriptionTerm extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionContinueParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionContinueParser.php index 333f71410..317618882 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionContinueParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionContinueParser.php @@ -11,19 +11,19 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\DescriptionList\Parser; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Parser; -use League\CommonMark\Extension\DescriptionList\Node\Description; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\Description; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; final class DescriptionContinueParser extends AbstractBlockContinueParser { /** - * @var \League\CommonMark\Extension\DescriptionList\Node\Description + * @var \VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\Description */ private $block; @@ -38,7 +38,7 @@ public function __construct(bool $tight, int $indentation) $this->indentation = $indentation; } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionListContinueParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionListContinueParser.php index eb263dcb7..2bdab0078 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionListContinueParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionListContinueParser.php @@ -11,21 +11,21 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\DescriptionList\Parser; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Parser; -use League\CommonMark\Extension\DescriptionList\Node\Description; -use League\CommonMark\Extension\DescriptionList\Node\DescriptionList; -use League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\Description; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionList; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; final class DescriptionListContinueParser extends AbstractBlockContinueParser { /** - * @var \League\CommonMark\Extension\DescriptionList\Node\DescriptionList + * @var \VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionList */ private $block; @@ -34,7 +34,7 @@ public function __construct() $this->block = new DescriptionList(); } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionStartParser.php index b4e8c98eb..46d9171ba 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionStartParser.php @@ -11,14 +11,14 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\DescriptionList\Parser; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Parser; -use League\CommonMark\Extension\DescriptionList\Node\Description; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\Description; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; final class DescriptionStartParser implements BlockStartParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionTermContinueParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionTermContinueParser.php index 90da21df9..5690fd7b1 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionTermContinueParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Parser/DescriptionTermContinueParser.php @@ -11,20 +11,20 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DescriptionList\Parser; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Parser; -use League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Block\BlockContinueParserWithInlinesInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\InlineParserEngineInterface; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserWithInlinesInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\InlineParserEngineInterface; final class DescriptionTermContinueParser extends AbstractBlockContinueParser implements BlockContinueParserWithInlinesInterface { /** - * @var \League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm + * @var \VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm */ private $block; @@ -39,7 +39,7 @@ public function __construct(string $term) $this->term = $term; } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionListRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionListRenderer.php index 7723038f0..db083525f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionListRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionListRenderer.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DescriptionList\Renderer; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Renderer; -use League\CommonMark\Extension\DescriptionList\Node\DescriptionList; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionList; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; final class DescriptionListRenderer implements NodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionRenderer.php index 5fcffd6ae..cf422a0f8 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionRenderer.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DescriptionList\Renderer; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Renderer; -use League\CommonMark\Extension\DescriptionList\Node\Description; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\Description; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; final class DescriptionRenderer implements NodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionTermRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionTermRenderer.php index ce8a1c446..503585a76 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionTermRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DescriptionList/Renderer/DescriptionTermRenderer.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DescriptionList\Renderer; +namespace VendorPrefix\League\CommonMark\Extension\DescriptionList\Renderer; -use League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Extension\DescriptionList\Node\DescriptionTerm; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; final class DescriptionTermRenderer implements NodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlExtension.php index 0ece0c2f6..9ee83fe5a 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlExtension.php @@ -11,16 +11,16 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DisallowedRawHtml; +namespace VendorPrefix\League\CommonMark\Extension\DisallowedRawHtml; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock; -use League\CommonMark\Extension\CommonMark\Node\Inline\HtmlInline; -use League\CommonMark\Extension\CommonMark\Renderer\Block\HtmlBlockRenderer; -use League\CommonMark\Extension\CommonMark\Renderer\Inline\HtmlInlineRenderer; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\HtmlInline; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Block\HtmlBlockRenderer; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Inline\HtmlInlineRenderer; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; final class DisallowedRawHtmlExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlRenderer.php index d1ba38723..c1c00995c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/DisallowedRawHtml/DisallowedRawHtmlRenderer.php @@ -11,22 +11,22 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\DisallowedRawHtml; +namespace VendorPrefix\League\CommonMark\Extension\DisallowedRawHtml; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class DisallowedRawHtmlRenderer implements NodeRendererInterface, ConfigurationAwareInterface { /** @psalm-readonly - * @var \League\CommonMark\Renderer\NodeRendererInterface */ + * @var \VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface */ private $innerRenderer; /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; public function __construct(NodeRendererInterface $innerRenderer) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/Bridge/OscaroteroEmbedAdapter.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/Bridge/OscaroteroEmbedAdapter.php index 03ed2918a..f9b463ebc 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/Bridge/OscaroteroEmbedAdapter.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/Bridge/OscaroteroEmbedAdapter.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Embed\Bridge; +namespace VendorPrefix\League\CommonMark\Extension\Embed\Bridge; use Embed\Embed as EmbedLib; -use League\CommonMark\Exception\MissingDependencyException; -use League\CommonMark\Extension\Embed\Embed; -use League\CommonMark\Extension\Embed\EmbedAdapterInterface; +use VendorPrefix\League\CommonMark\Exception\MissingDependencyException; +use VendorPrefix\League\CommonMark\Extension\Embed\Embed; +use VendorPrefix\League\CommonMark\Extension\Embed\EmbedAdapterInterface; final class OscaroteroEmbedAdapter implements EmbedAdapterInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/DomainFilteringAdapter.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/DomainFilteringAdapter.php index 3091dbeba..c74d1a255 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/DomainFilteringAdapter.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/DomainFilteringAdapter.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Embed; +namespace VendorPrefix\League\CommonMark\Extension\Embed; class DomainFilteringAdapter implements EmbedAdapterInterface { /** - * @var \League\CommonMark\Extension\Embed\EmbedAdapterInterface + * @var \VendorPrefix\League\CommonMark\Extension\Embed\EmbedAdapterInterface */ private $decorated; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/Embed.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/Embed.php index a829d9db4..bac83248b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/Embed.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/Embed.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Embed; +namespace VendorPrefix\League\CommonMark\Extension\Embed; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; final class Embed extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedAdapterInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedAdapterInterface.php index 9880a4393..40e5b623f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedAdapterInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedAdapterInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Embed; +namespace VendorPrefix\League\CommonMark\Extension\Embed; /** * Interface for a service which updates the embed code(s) for the given array of embeds diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedExtension.php index babf048d4..b5c23784f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedExtension.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Embed; +namespace VendorPrefix\League\CommonMark\Extension\Embed; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; final class EmbedExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedParser.php index d84e19265..02b0064c8 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedParser.php @@ -11,17 +11,17 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Embed; +namespace VendorPrefix\League\CommonMark\Extension\Embed; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; class EmbedParser implements BlockContinueParserInterface { /** - * @var \League\CommonMark\Extension\Embed\Embed + * @var \VendorPrefix\League\CommonMark\Extension\Embed\Embed */ private $embed; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedProcessor.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedProcessor.php index b86c8d32c..6935b0a8d 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedProcessor.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedProcessor.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Embed; +namespace VendorPrefix\League\CommonMark\Extension\Embed; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\CommonMark\Node\Inline\Link; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Node\NodeIterator; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Link; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Node\NodeIterator; final class EmbedProcessor { @@ -25,7 +25,7 @@ final class EmbedProcessor public const FALLBACK_LINK = 'link'; /** - * @var \League\CommonMark\Extension\Embed\EmbedAdapterInterface + * @var \VendorPrefix\League\CommonMark\Extension\Embed\EmbedAdapterInterface */ private $adapter; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedRenderer.php index 91655d88f..263a8df6f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedRenderer.php @@ -11,11 +11,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Embed; +namespace VendorPrefix\League\CommonMark\Extension\Embed; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; class EmbedRenderer implements NodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedStartParser.php index 3c5b86a04..1fc47eb36 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Embed/EmbedStartParser.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Embed; +namespace VendorPrefix\League\CommonMark\Extension\Embed; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; -use League\CommonMark\Util\LinkParserHelper; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Util\LinkParserHelper; class EmbedStartParser implements BlockStartParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExtensionInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExtensionInterface.php index 01a9f2eda..ce1823382 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExtensionInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExtensionInterface.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension; +namespace VendorPrefix\League\CommonMark\Extension; -use League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; interface ExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExternalLink/ExternalLinkExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExternalLink/ExternalLinkExtension.php index df0079cf1..d50f97a4f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExternalLink/ExternalLinkExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExternalLink/ExternalLinkExtension.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\ExternalLink; +namespace VendorPrefix\League\CommonMark\Extension\ExternalLink; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; final class ExternalLinkExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExternalLink/ExternalLinkProcessor.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExternalLink/ExternalLinkProcessor.php index 63582bfd5..724ea48b0 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExternalLink/ExternalLinkProcessor.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/ExternalLink/ExternalLinkProcessor.php @@ -11,11 +11,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\ExternalLink; +namespace VendorPrefix\League\CommonMark\Extension\ExternalLink; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\CommonMark\Node\Inline\Link; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Link; +use VendorPrefix\League\Config\ConfigurationInterface; final class ExternalLinkProcessor { @@ -25,7 +25,7 @@ final class ExternalLinkProcessor public const APPLY_INTERNAL = 'internal'; /** @psalm-readonly - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; public function __construct(ConfigurationInterface $config) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/AnonymousFootnotesListener.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/AnonymousFootnotesListener.php index cad98c98a..f9ac8e92c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/AnonymousFootnotesListener.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/AnonymousFootnotesListener.php @@ -12,22 +12,22 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Event; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Event; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\Footnote\Node\Footnote; -use League\CommonMark\Extension\Footnote\Node\FootnoteBackref; -use League\CommonMark\Extension\Footnote\Node\FootnoteRef; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Reference\Reference; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\Footnote; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteBackref; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteRef; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Reference\Reference; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class AnonymousFootnotesListener implements ConfigurationAwareInterface { /** - * @var \League\Config\ConfigurationInterface + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/FixOrphanedFootnotesAndRefsListener.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/FixOrphanedFootnotesAndRefsListener.php index a0295b535..1d8c75ff3 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/FixOrphanedFootnotesAndRefsListener.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/FixOrphanedFootnotesAndRefsListener.php @@ -11,13 +11,13 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Event; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Event; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\Footnote\Node\Footnote; -use League\CommonMark\Extension\Footnote\Node\FootnoteRef; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\Footnote; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteRef; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Inline\Text; final class FixOrphanedFootnotesAndRefsListener { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/GatherFootnotesListener.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/GatherFootnotesListener.php index f925c7e0a..f2412ae32 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/GatherFootnotesListener.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/GatherFootnotesListener.php @@ -12,22 +12,22 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Event; - -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\Footnote\Node\Footnote; -use League\CommonMark\Extension\Footnote\Node\FootnoteBackref; -use League\CommonMark\Extension\Footnote\Node\FootnoteContainer; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Node\NodeIterator; -use League\CommonMark\Reference\Reference; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Event; + +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\Footnote; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteBackref; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteContainer; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\NodeIterator; +use VendorPrefix\League\CommonMark\Reference\Reference; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class GatherFootnotesListener implements ConfigurationAwareInterface { /** - * @var \League\Config\ConfigurationInterface + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/NumberFootnotesListener.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/NumberFootnotesListener.php index 65600fabf..56bcaca87 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/NumberFootnotesListener.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Event/NumberFootnotesListener.php @@ -12,11 +12,11 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Event; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Event; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\Footnote\Node\FootnoteRef; -use League\CommonMark\Reference\Reference; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteRef; +use VendorPrefix\League\CommonMark\Reference\Reference; final class NumberFootnotesListener { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/FootnoteExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/FootnoteExtension.php index 0fa8038e2..d579f23e5 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/FootnoteExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/FootnoteExtension.php @@ -12,28 +12,28 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote; +namespace VendorPrefix\League\CommonMark\Extension\Footnote; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\CommonMark\Extension\Footnote\Event\AnonymousFootnotesListener; -use League\CommonMark\Extension\Footnote\Event\FixOrphanedFootnotesAndRefsListener; -use League\CommonMark\Extension\Footnote\Event\GatherFootnotesListener; -use League\CommonMark\Extension\Footnote\Event\NumberFootnotesListener; -use League\CommonMark\Extension\Footnote\Node\Footnote; -use League\CommonMark\Extension\Footnote\Node\FootnoteBackref; -use League\CommonMark\Extension\Footnote\Node\FootnoteContainer; -use League\CommonMark\Extension\Footnote\Node\FootnoteRef; -use League\CommonMark\Extension\Footnote\Parser\AnonymousFootnoteRefParser; -use League\CommonMark\Extension\Footnote\Parser\FootnoteRefParser; -use League\CommonMark\Extension\Footnote\Parser\FootnoteStartParser; -use League\CommonMark\Extension\Footnote\Renderer\FootnoteBackrefRenderer; -use League\CommonMark\Extension\Footnote\Renderer\FootnoteContainerRenderer; -use League\CommonMark\Extension\Footnote\Renderer\FootnoteRefRenderer; -use League\CommonMark\Extension\Footnote\Renderer\FootnoteRenderer; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\CommonMark\Extension\Footnote\Event\AnonymousFootnotesListener; +use VendorPrefix\League\CommonMark\Extension\Footnote\Event\FixOrphanedFootnotesAndRefsListener; +use VendorPrefix\League\CommonMark\Extension\Footnote\Event\GatherFootnotesListener; +use VendorPrefix\League\CommonMark\Extension\Footnote\Event\NumberFootnotesListener; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\Footnote; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteBackref; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteContainer; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteRef; +use VendorPrefix\League\CommonMark\Extension\Footnote\Parser\AnonymousFootnoteRefParser; +use VendorPrefix\League\CommonMark\Extension\Footnote\Parser\FootnoteRefParser; +use VendorPrefix\League\CommonMark\Extension\Footnote\Parser\FootnoteStartParser; +use VendorPrefix\League\CommonMark\Extension\Footnote\Renderer\FootnoteBackrefRenderer; +use VendorPrefix\League\CommonMark\Extension\Footnote\Renderer\FootnoteContainerRenderer; +use VendorPrefix\League\CommonMark\Extension\Footnote\Renderer\FootnoteRefRenderer; +use VendorPrefix\League\CommonMark\Extension\Footnote\Renderer\FootnoteRenderer; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; final class FootnoteExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/Footnote.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/Footnote.php index 6aab80a63..38b04f13e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/Footnote.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/Footnote.php @@ -12,16 +12,16 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Node; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Node; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Reference\ReferenceInterface; -use League\CommonMark\Reference\ReferenceableInterface; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Reference\ReferenceInterface; +use VendorPrefix\League\CommonMark\Reference\ReferenceableInterface; final class Footnote extends AbstractBlock implements ReferenceableInterface { /** @psalm-readonly - * @var \League\CommonMark\Reference\ReferenceInterface */ + * @var \VendorPrefix\League\CommonMark\Reference\ReferenceInterface */ private $reference; public function __construct(ReferenceInterface $reference) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteBackref.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteBackref.php index abec69c3f..8cdbf3e6e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteBackref.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteBackref.php @@ -12,11 +12,11 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Node; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Node; -use League\CommonMark\Node\Inline\AbstractInline; -use League\CommonMark\Reference\ReferenceInterface; -use League\CommonMark\Reference\ReferenceableInterface; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Reference\ReferenceInterface; +use VendorPrefix\League\CommonMark\Reference\ReferenceableInterface; /** * Link from the footnote on the bottom of the document back to the reference @@ -24,7 +24,7 @@ final class FootnoteBackref extends AbstractInline implements ReferenceableInterface { /** @psalm-readonly - * @var \League\CommonMark\Reference\ReferenceInterface */ + * @var \VendorPrefix\League\CommonMark\Reference\ReferenceInterface */ private $reference; public function __construct(ReferenceInterface $reference) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteContainer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteContainer.php index af4ee35fb..b33288e83 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteContainer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteContainer.php @@ -12,9 +12,9 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Node; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Node; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; final class FootnoteContainer extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteRef.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteRef.php index a648e5867..92f44a32a 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteRef.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Node/FootnoteRef.php @@ -12,16 +12,16 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Node; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Node; -use League\CommonMark\Node\Inline\AbstractInline; -use League\CommonMark\Reference\ReferenceInterface; -use League\CommonMark\Reference\ReferenceableInterface; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Reference\ReferenceInterface; +use VendorPrefix\League\CommonMark\Reference\ReferenceableInterface; final class FootnoteRef extends AbstractInline implements ReferenceableInterface { /** - * @var \League\CommonMark\Reference\ReferenceInterface + * @var \VendorPrefix\League\CommonMark\Reference\ReferenceInterface */ private $reference; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php index 2b935d137..bc3a25207 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php @@ -12,27 +12,27 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Parser; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Parser; -use League\CommonMark\Environment\EnvironmentAwareInterface; -use League\CommonMark\Environment\EnvironmentInterface; -use League\CommonMark\Extension\Footnote\Node\FootnoteRef; -use League\CommonMark\Normalizer\TextNormalizerInterface; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; -use League\CommonMark\Reference\Reference; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentAwareInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentInterface; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteRef; +use VendorPrefix\League\CommonMark\Normalizer\TextNormalizerInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Reference\Reference; +use VendorPrefix\League\Config\ConfigurationInterface; final class AnonymousFootnoteRefParser implements InlineParserInterface, EnvironmentAwareInterface { /** - * @var \League\Config\ConfigurationInterface + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Normalizer\TextNormalizerInterface */ + * @var \VendorPrefix\League\CommonMark\Normalizer\TextNormalizerInterface */ private $slugNormalizer; public function getMatchDefinition(): InlineParserMatch diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteParser.php index b3422cde7..12c2bd7a8 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteParser.php @@ -12,20 +12,20 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Parser; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Parser; -use League\CommonMark\Extension\Footnote\Node\Footnote; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Reference\ReferenceInterface; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\Footnote; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Reference\ReferenceInterface; final class FootnoteParser extends AbstractBlockContinueParser { /** @psalm-readonly - * @var \League\CommonMark\Extension\Footnote\Node\Footnote */ + * @var \VendorPrefix\League\CommonMark\Extension\Footnote\Node\Footnote */ private $block; /** @psalm-readonly-allow-private-mutation @@ -37,7 +37,7 @@ public function __construct(ReferenceInterface $reference) $this->block = new Footnote($reference); } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteRefParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteRefParser.php index e008bd899..80a4ed076 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteRefParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteRefParser.php @@ -12,20 +12,20 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Parser; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Parser; -use League\CommonMark\Extension\Footnote\Node\FootnoteRef; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; -use League\CommonMark\Reference\Reference; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteRef; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Reference\Reference; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class FootnoteRefParser implements InlineParserInterface, ConfigurationAwareInterface { /** - * @var \League\Config\ConfigurationInterface + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteStartParser.php index 734e67862..84ea7dd95 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Parser/FootnoteStartParser.php @@ -12,14 +12,14 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Parser; - -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; -use League\CommonMark\Reference\Reference; -use League\CommonMark\Util\RegexHelper; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Parser; + +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Reference\Reference; +use VendorPrefix\League\CommonMark\Util\RegexHelper; final class FootnoteStartParser implements BlockStartParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteBackrefRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteBackrefRenderer.php index 33a1abc79..7168f6e33 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteBackrefRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteBackrefRenderer.php @@ -12,23 +12,23 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Renderer; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Renderer; -use League\CommonMark\Extension\Footnote\Node\FootnoteBackref; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteBackref; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class FootnoteBackrefRenderer implements NodeRendererInterface, XmlNodeRendererInterface, ConfigurationAwareInterface { public const DEFAULT_SYMBOL = '↩'; /** - * @var \League\Config\ConfigurationInterface + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteContainerRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteContainerRenderer.php index 1ecfc6a0c..5deca1de3 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteContainerRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteContainerRenderer.php @@ -12,21 +12,21 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Renderer; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Renderer; -use League\CommonMark\Extension\Footnote\Node\FootnoteContainer; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteContainer; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class FootnoteContainerRenderer implements NodeRendererInterface, XmlNodeRendererInterface, ConfigurationAwareInterface { /** - * @var \League\Config\ConfigurationInterface + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRefRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRefRenderer.php index dc2fd7d53..c3fc24340 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRefRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRefRenderer.php @@ -12,21 +12,21 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Renderer; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Renderer; -use League\CommonMark\Extension\Footnote\Node\FootnoteRef; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\FootnoteRef; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class FootnoteRefRenderer implements NodeRendererInterface, XmlNodeRendererInterface, ConfigurationAwareInterface { /** - * @var \League\Config\ConfigurationInterface + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRenderer.php index 23cbd0322..a031bc534 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Footnote/Renderer/FootnoteRenderer.php @@ -12,21 +12,21 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\Footnote\Renderer; +namespace VendorPrefix\League\CommonMark\Extension\Footnote\Renderer; -use League\CommonMark\Extension\Footnote\Node\Footnote; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Extension\Footnote\Node\Footnote; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class FootnoteRenderer implements NodeRendererInterface, XmlNodeRendererInterface, ConfigurationAwareInterface { /** - * @var \League\Config\ConfigurationInterface + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/FrontMatterDataParserInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/FrontMatterDataParserInterface.php index 6e9db40cd..16d952597 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/FrontMatterDataParserInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/FrontMatterDataParserInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\FrontMatter\Data; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter\Data; -use League\CommonMark\Extension\FrontMatter\Exception\InvalidFrontMatterException; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Exception\InvalidFrontMatterException; interface FrontMatterDataParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/LibYamlFrontMatterParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/LibYamlFrontMatterParser.php index b7194f43c..b9cb463fa 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/LibYamlFrontMatterParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/LibYamlFrontMatterParser.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\FrontMatter\Data; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter\Data; -use League\CommonMark\Exception\MissingDependencyException; -use League\CommonMark\Extension\FrontMatter\Exception\InvalidFrontMatterException; +use VendorPrefix\League\CommonMark\Exception\MissingDependencyException; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Exception\InvalidFrontMatterException; final class LibYamlFrontMatterParser implements FrontMatterDataParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php index f8e1c436c..c2c798149 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParser.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\FrontMatter\Data; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter\Data; -use League\CommonMark\Exception\MissingDependencyException; -use League\CommonMark\Extension\FrontMatter\Exception\InvalidFrontMatterException; +use VendorPrefix\League\CommonMark\Exception\MissingDependencyException; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Exception\InvalidFrontMatterException; use VendorPrefix\Symfony\Component\Yaml\Exception\ParseException; use VendorPrefix\Symfony\Component\Yaml\Yaml; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Exception/InvalidFrontMatterException.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Exception/InvalidFrontMatterException.php index ffe0c2819..da92ed145 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Exception/InvalidFrontMatterException.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Exception/InvalidFrontMatterException.php @@ -11,9 +11,9 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\FrontMatter\Exception; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter\Exception; -use League\CommonMark\Exception\CommonMarkException; +use VendorPrefix\League\CommonMark\Exception\CommonMarkException; class InvalidFrontMatterException extends \RuntimeException implements CommonMarkException { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterExtension.php index b6ae90e5a..01a041d90 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterExtension.php @@ -11,22 +11,22 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\FrontMatter; - -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Event\DocumentPreParsedEvent; -use League\CommonMark\Event\DocumentRenderedEvent; -use League\CommonMark\Extension\ExtensionInterface; -use League\CommonMark\Extension\FrontMatter\Data\FrontMatterDataParserInterface; -use League\CommonMark\Extension\FrontMatter\Data\LibYamlFrontMatterParser; -use League\CommonMark\Extension\FrontMatter\Data\SymfonyYamlFrontMatterParser; -use League\CommonMark\Extension\FrontMatter\Listener\FrontMatterPostRenderListener; -use League\CommonMark\Extension\FrontMatter\Listener\FrontMatterPreParser; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter; + +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Event\DocumentPreParsedEvent; +use VendorPrefix\League\CommonMark\Event\DocumentRenderedEvent; +use VendorPrefix\League\CommonMark\Extension\ExtensionInterface; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Data\FrontMatterDataParserInterface; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Data\LibYamlFrontMatterParser; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Data\SymfonyYamlFrontMatterParser; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Listener\FrontMatterPostRenderListener; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Listener\FrontMatterPreParser; final class FrontMatterExtension implements ExtensionInterface { /** @psalm-readonly - * @var \League\CommonMark\Extension\FrontMatter\FrontMatterParserInterface */ + * @var \VendorPrefix\League\CommonMark\Extension\FrontMatter\FrontMatterParserInterface */ private $frontMatterParser; public function __construct(?FrontMatterDataParserInterface $dataParser = null) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterParser.php index d9b27652e..4ef4ee0ad 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterParser.php @@ -11,17 +11,17 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\FrontMatter; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter; -use League\CommonMark\Extension\FrontMatter\Data\FrontMatterDataParserInterface; -use League\CommonMark\Extension\FrontMatter\Exception\InvalidFrontMatterException; -use League\CommonMark\Extension\FrontMatter\Input\MarkdownInputWithFrontMatter; -use League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Data\FrontMatterDataParserInterface; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Exception\InvalidFrontMatterException; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Input\MarkdownInputWithFrontMatter; +use VendorPrefix\League\CommonMark\Parser\Cursor; final class FrontMatterParser implements FrontMatterParserInterface { /** @psalm-readonly - * @var \League\CommonMark\Extension\FrontMatter\Data\FrontMatterDataParserInterface */ + * @var \VendorPrefix\League\CommonMark\Extension\FrontMatter\Data\FrontMatterDataParserInterface */ private $frontMatterParser; private const REGEX_FRONT_MATTER = '/^---\\R.*?\\R---\\R/s'; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterParserInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterParserInterface.php index 197a33bb9..daae6a39a 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterParserInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterParserInterface.php @@ -11,9 +11,9 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\FrontMatter; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter; -use League\CommonMark\Extension\FrontMatter\Input\MarkdownInputWithFrontMatter; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Input\MarkdownInputWithFrontMatter; interface FrontMatterParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterProviderInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterProviderInterface.php index b5a727840..df06284fd 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterProviderInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/FrontMatterProviderInterface.php @@ -11,7 +11,7 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\FrontMatter; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter; interface FrontMatterProviderInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Input/MarkdownInputWithFrontMatter.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Input/MarkdownInputWithFrontMatter.php index 86c982b17..0af5bf595 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Input/MarkdownInputWithFrontMatter.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Input/MarkdownInputWithFrontMatter.php @@ -11,10 +11,10 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\FrontMatter\Input; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter\Input; -use League\CommonMark\Extension\FrontMatter\FrontMatterProviderInterface; -use League\CommonMark\Input\MarkdownInput; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\FrontMatterProviderInterface; +use VendorPrefix\League\CommonMark\Input\MarkdownInput; final class MarkdownInputWithFrontMatter extends MarkdownInput implements FrontMatterProviderInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPostRenderListener.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPostRenderListener.php index 14b71917f..14458c752 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPostRenderListener.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPostRenderListener.php @@ -11,10 +11,10 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\FrontMatter\Listener; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter\Listener; -use League\CommonMark\Event\DocumentRenderedEvent; -use League\CommonMark\Extension\FrontMatter\Output\RenderedContentWithFrontMatter; +use VendorPrefix\League\CommonMark\Event\DocumentRenderedEvent; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\Output\RenderedContentWithFrontMatter; final class FrontMatterPostRenderListener { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPreParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPreParser.php index 6c26b7bb2..a82e37306 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPreParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Listener/FrontMatterPreParser.php @@ -11,15 +11,15 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\FrontMatter\Listener; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter\Listener; -use League\CommonMark\Event\DocumentPreParsedEvent; -use League\CommonMark\Extension\FrontMatter\FrontMatterParserInterface; +use VendorPrefix\League\CommonMark\Event\DocumentPreParsedEvent; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\FrontMatterParserInterface; final class FrontMatterPreParser { /** - * @var \League\CommonMark\Extension\FrontMatter\FrontMatterParserInterface + * @var \VendorPrefix\League\CommonMark\Extension\FrontMatter\FrontMatterParserInterface */ private $parser; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Output/RenderedContentWithFrontMatter.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Output/RenderedContentWithFrontMatter.php index efaa3428e..480dabe9f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Output/RenderedContentWithFrontMatter.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/FrontMatter/Output/RenderedContentWithFrontMatter.php @@ -11,11 +11,11 @@ declare(strict_types=1); -namespace League\CommonMark\Extension\FrontMatter\Output; +namespace VendorPrefix\League\CommonMark\Extension\FrontMatter\Output; -use League\CommonMark\Extension\FrontMatter\FrontMatterProviderInterface; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Output\RenderedContent; +use VendorPrefix\League\CommonMark\Extension\FrontMatter\FrontMatterProviderInterface; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Output\RenderedContent; /** * @psalm-immutable diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/GithubFlavoredMarkdownExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/GithubFlavoredMarkdownExtension.php index b3920aa5f..9f168bc0e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/GithubFlavoredMarkdownExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/GithubFlavoredMarkdownExtension.php @@ -11,14 +11,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension; +namespace VendorPrefix\League\CommonMark\Extension; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Extension\Autolink\AutolinkExtension; -use League\CommonMark\Extension\DisallowedRawHtml\DisallowedRawHtmlExtension; -use League\CommonMark\Extension\Strikethrough\StrikethroughExtension; -use League\CommonMark\Extension\Table\TableExtension; -use League\CommonMark\Extension\TaskList\TaskListExtension; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Extension\Autolink\AutolinkExtension; +use VendorPrefix\League\CommonMark\Extension\DisallowedRawHtml\DisallowedRawHtmlExtension; +use VendorPrefix\League\CommonMark\Extension\Strikethrough\StrikethroughExtension; +use VendorPrefix\League\CommonMark\Extension\Table\TableExtension; +use VendorPrefix\League\CommonMark\Extension\TaskList\TaskListExtension; final class GithubFlavoredMarkdownExtension implements ExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalink.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalink.php index c9d4a7d56..0f8d2c0e7 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalink.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalink.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\HeadingPermalink; +namespace VendorPrefix\League\CommonMark\Extension\HeadingPermalink; -use League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; /** * Represents an anchor link within a heading diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkExtension.php index 96473a298..267ffe23b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkExtension.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\HeadingPermalink; +namespace VendorPrefix\League\CommonMark\Extension\HeadingPermalink; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; /** * Extension which automatically anchor links to heading elements diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkProcessor.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkProcessor.php index 437e96d06..883881cd5 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkProcessor.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkProcessor.php @@ -11,18 +11,18 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\HeadingPermalink; - -use League\CommonMark\Environment\EnvironmentAwareInterface; -use League\CommonMark\Environment\EnvironmentInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\CommonMark\Node\Block\Heading; -use League\CommonMark\Node\NodeIterator; -use League\CommonMark\Node\RawMarkupContainerInterface; -use League\CommonMark\Node\StringContainerHelper; -use League\CommonMark\Normalizer\TextNormalizerInterface; -use League\Config\ConfigurationInterface; -use League\Config\Exception\InvalidConfigurationException; +namespace VendorPrefix\League\CommonMark\Extension\HeadingPermalink; + +use VendorPrefix\League\CommonMark\Environment\EnvironmentAwareInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\Heading; +use VendorPrefix\League\CommonMark\Node\NodeIterator; +use VendorPrefix\League\CommonMark\Node\RawMarkupContainerInterface; +use VendorPrefix\League\CommonMark\Node\StringContainerHelper; +use VendorPrefix\League\CommonMark\Normalizer\TextNormalizerInterface; +use VendorPrefix\League\Config\ConfigurationInterface; +use VendorPrefix\League\Config\Exception\InvalidConfigurationException; /** * Searches the Document for Heading elements and adds HeadingPermalinks to each one @@ -34,11 +34,11 @@ final class HeadingPermalinkProcessor implements EnvironmentAwareInterface public const INSERT_NONE = 'none'; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Normalizer\TextNormalizerInterface */ + * @var \VendorPrefix\League\CommonMark\Normalizer\TextNormalizerInterface */ private $slugNormalizer; /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; public function setEnvironment(EnvironmentInterface $environment): void diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php index 207f0cae8..a96f88a04 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php @@ -11,15 +11,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\HeadingPermalink; +namespace VendorPrefix\League\CommonMark\Extension\HeadingPermalink; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; /** * Renders the HeadingPermalink elements @@ -29,7 +29,7 @@ final class HeadingPermalinkRenderer implements NodeRendererInterface, XmlNodeRe public const DEFAULT_SYMBOL = '¶'; /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; public function setConfiguration(ConfigurationInterface $configuration): void diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/InlinesOnly/ChildRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/InlinesOnly/ChildRenderer.php index 403e948ec..9ae68298e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/InlinesOnly/ChildRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/InlinesOnly/ChildRenderer.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\InlinesOnly; +namespace VendorPrefix\League\CommonMark\Extension\InlinesOnly; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; /** * Simply renders child elements as-is, adding newlines as needed. diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/InlinesOnly/InlinesOnlyExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/InlinesOnly/InlinesOnlyExtension.php index 7777510e2..1ee154250 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/InlinesOnly/InlinesOnlyExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/InlinesOnly/InlinesOnlyExtension.php @@ -11,15 +11,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\InlinesOnly; +namespace VendorPrefix\League\CommonMark\Extension\InlinesOnly; -use League\CommonMark as Core; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Extension\CommonMark; -use League\CommonMark\Extension\CommonMark\Delimiter\Processor\EmphasisDelimiterProcessor; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark as Core; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Extension\CommonMark; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Delimiter\Processor\EmphasisDelimiterProcessor; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; final class InlinesOnlyExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/CallbackGenerator.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/CallbackGenerator.php index d0b6292ec..762fd5058 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/CallbackGenerator.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/CallbackGenerator.php @@ -11,11 +11,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Mention\Generator; +namespace VendorPrefix\League\CommonMark\Extension\Mention\Generator; -use League\CommonMark\Exception\LogicException; -use League\CommonMark\Extension\Mention\Mention; -use League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Exception\LogicException; +use VendorPrefix\League\CommonMark\Extension\Mention\Mention; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; final class CallbackGenerator implements MentionGeneratorInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/MentionGeneratorInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/MentionGeneratorInterface.php index 30d4a5103..6f4de02a1 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/MentionGeneratorInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/MentionGeneratorInterface.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Mention\Generator; +namespace VendorPrefix\League\CommonMark\Extension\Mention\Generator; -use League\CommonMark\Extension\Mention\Mention; -use League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Extension\Mention\Mention; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; interface MentionGeneratorInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/StringTemplateLinkGenerator.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/StringTemplateLinkGenerator.php index 90f290cab..62df32f91 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/StringTemplateLinkGenerator.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Generator/StringTemplateLinkGenerator.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Mention\Generator; +namespace VendorPrefix\League\CommonMark\Extension\Mention\Generator; -use League\CommonMark\Extension\Mention\Mention; -use League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Extension\Mention\Mention; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; final class StringTemplateLinkGenerator implements MentionGeneratorInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Mention.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Mention.php index cab9dff4d..adb8d9dbb 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Mention.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/Mention.php @@ -14,10 +14,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Mention; +namespace VendorPrefix\League\CommonMark\Extension\Mention; -use League\CommonMark\Extension\CommonMark\Node\Inline\Link; -use League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Link; +use VendorPrefix\League\CommonMark\Node\Inline\Text; class Mention extends Link { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/MentionExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/MentionExtension.php index c848c2691..5db1a60be 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/MentionExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/MentionExtension.php @@ -11,14 +11,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Mention; - -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\CommonMark\Extension\Mention\Generator\MentionGeneratorInterface; -use League\Config\ConfigurationBuilderInterface; -use League\Config\Exception\InvalidConfigurationException; -use Nette\Schema\Expect; +namespace VendorPrefix\League\CommonMark\Extension\Mention; + +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\CommonMark\Extension\Mention\Generator\MentionGeneratorInterface; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\League\Config\Exception\InvalidConfigurationException; +use VendorPrefix\Nette\Schema\Expect; final class MentionExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/MentionParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/MentionParser.php index 5b695634d..088201b3d 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/MentionParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Mention/MentionParser.php @@ -11,14 +11,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Mention; +namespace VendorPrefix\League\CommonMark\Extension\Mention; -use League\CommonMark\Extension\Mention\Generator\CallbackGenerator; -use League\CommonMark\Extension\Mention\Generator\MentionGeneratorInterface; -use League\CommonMark\Extension\Mention\Generator\StringTemplateLinkGenerator; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Extension\Mention\Generator\CallbackGenerator; +use VendorPrefix\League\CommonMark\Extension\Mention\Generator\MentionGeneratorInterface; +use VendorPrefix\League\CommonMark\Extension\Mention\Generator\StringTemplateLinkGenerator; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; final class MentionParser implements InlineParserInterface { @@ -35,7 +35,7 @@ final class MentionParser implements InlineParserInterface private $identifierPattern; /** @psalm-readonly - * @var \League\CommonMark\Extension\Mention\Generator\MentionGeneratorInterface */ + * @var \VendorPrefix\League\CommonMark\Extension\Mention\Generator\MentionGeneratorInterface */ private $mentionGenerator; public function __construct(string $name, string $prefix, string $identifierPattern, MentionGeneratorInterface $mentionGenerator) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/DashParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/DashParser.php index cf0e1af6b..4d7bce357 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/DashParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/DashParser.php @@ -14,12 +14,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\SmartPunct; +namespace VendorPrefix\League\CommonMark\Extension\SmartPunct; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; final class DashParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/EllipsesParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/EllipsesParser.php index 9f5b3bdba..3cb880f6a 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/EllipsesParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/EllipsesParser.php @@ -14,12 +14,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\SmartPunct; +namespace VendorPrefix\League\CommonMark\Extension\SmartPunct; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; final class EllipsesParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/Quote.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/Quote.php index dee975924..72cb5ef95 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/Quote.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/Quote.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\SmartPunct; +namespace VendorPrefix\League\CommonMark\Extension\SmartPunct; -use League\CommonMark\Node\Inline\AbstractStringContainer; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractStringContainer; final class Quote extends AbstractStringContainer { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/QuoteParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/QuoteParser.php index 31ba8c773..5919f6b20 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/QuoteParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/QuoteParser.php @@ -14,13 +14,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\SmartPunct; +namespace VendorPrefix\League\CommonMark\Extension\SmartPunct; -use League\CommonMark\Delimiter\Delimiter; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; -use League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\CommonMark\Delimiter\Delimiter; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Util\RegexHelper; final class QuoteParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/QuoteProcessor.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/QuoteProcessor.php index 39f9a2314..64f7e68dd 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/QuoteProcessor.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/QuoteProcessor.php @@ -14,11 +14,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\SmartPunct; +namespace VendorPrefix\League\CommonMark\Extension\SmartPunct; -use League\CommonMark\Delimiter\DelimiterInterface; -use League\CommonMark\Delimiter\Processor\DelimiterProcessorInterface; -use League\CommonMark\Node\Inline\AbstractStringContainer; +use VendorPrefix\League\CommonMark\Delimiter\DelimiterInterface; +use VendorPrefix\League\CommonMark\Delimiter\Processor\DelimiterProcessorInterface; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractStringContainer; final class QuoteProcessor implements DelimiterProcessorInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/ReplaceUnpairedQuotesListener.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/ReplaceUnpairedQuotesListener.php index 3536452d0..ed93ee3ea 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/ReplaceUnpairedQuotesListener.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/ReplaceUnpairedQuotesListener.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\SmartPunct; +namespace VendorPrefix\League\CommonMark\Extension\SmartPunct; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Node\Inline\AdjacentTextMerger; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Node\Query; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Node\Inline\AdjacentTextMerger; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Node\Query; /** * Identifies any lingering Quote nodes that were missing pairs and converts them into Text nodes diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/SmartPunctExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/SmartPunctExtension.php index 8524ca11e..766baa80b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/SmartPunctExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/SmartPunct/SmartPunctExtension.php @@ -14,18 +14,18 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\SmartPunct; +namespace VendorPrefix\League\CommonMark\Extension\SmartPunct; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Renderer\Block as CoreBlockRenderer; -use League\CommonMark\Renderer\Inline as CoreInlineRenderer; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Renderer\Block as CoreBlockRenderer; +use VendorPrefix\League\CommonMark\Renderer\Inline as CoreInlineRenderer; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; final class SmartPunctExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/Strikethrough.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/Strikethrough.php index 4d0b37ed5..d2b2f121f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/Strikethrough.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/Strikethrough.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Strikethrough; +namespace VendorPrefix\League\CommonMark\Extension\Strikethrough; -use League\CommonMark\Node\Inline\AbstractInline; -use League\CommonMark\Node\Inline\DelimitedInterface; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Node\Inline\DelimitedInterface; final class Strikethrough extends AbstractInline implements DelimitedInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughDelimiterProcessor.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughDelimiterProcessor.php index a6c8d3889..dec5fa1d6 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughDelimiterProcessor.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughDelimiterProcessor.php @@ -11,11 +11,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Strikethrough; +namespace VendorPrefix\League\CommonMark\Extension\Strikethrough; -use League\CommonMark\Delimiter\DelimiterInterface; -use League\CommonMark\Delimiter\Processor\CacheableDelimiterProcessorInterface; -use League\CommonMark\Node\Inline\AbstractStringContainer; +use VendorPrefix\League\CommonMark\Delimiter\DelimiterInterface; +use VendorPrefix\League\CommonMark\Delimiter\Processor\CacheableDelimiterProcessorInterface; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractStringContainer; final class StrikethroughDelimiterProcessor implements CacheableDelimiterProcessorInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughExtension.php index 96ffe7a5b..bbfd52f8c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughExtension.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Strikethrough; +namespace VendorPrefix\League\CommonMark\Extension\Strikethrough; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Extension\ExtensionInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Extension\ExtensionInterface; final class StrikethroughExtension implements ExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughRenderer.php index a50b895ec..8fb7e50da 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Strikethrough/StrikethroughRenderer.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Strikethrough; +namespace VendorPrefix\League\CommonMark\Extension\Strikethrough; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class StrikethroughRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/Table.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/Table.php index 2fe441d6c..397405b4c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/Table.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/Table.php @@ -13,9 +13,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Table; +namespace VendorPrefix\League\CommonMark\Extension\Table; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; final class Table extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableCell.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableCell.php index a0cb364bc..cc28c6869 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableCell.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableCell.php @@ -13,9 +13,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Table; +namespace VendorPrefix\League\CommonMark\Extension\Table; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; final class TableCell extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableCellRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableCellRenderer.php index 45bd57706..bbf67b47f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableCellRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableCellRenderer.php @@ -13,14 +13,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Table; - -use League\CommonMark\Extension\Attributes\Util\AttributesHelper; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +namespace VendorPrefix\League\CommonMark\Extension\Table; + +use VendorPrefix\League\CommonMark\Extension\Attributes\Util\AttributesHelper; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class TableCellRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableExtension.php index 0a8db3ed2..e2b97bae2 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableExtension.php @@ -13,13 +13,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Table; +namespace VendorPrefix\League\CommonMark\Extension\Table; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\CommonMark\Renderer\HtmlDecorator; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\CommonMark\Renderer\HtmlDecorator; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; final class TableExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableParser.php index 93f698f1a..04232270d 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableParser.php @@ -13,15 +13,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Table; +namespace VendorPrefix\League\CommonMark\Extension\Table; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Block\BlockContinueParserWithInlinesInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\InlineParserEngineInterface; -use League\CommonMark\Util\ArrayCollection; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserWithInlinesInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\InlineParserEngineInterface; +use VendorPrefix\League\CommonMark\Util\ArrayCollection; final class TableParser extends AbstractBlockContinueParser implements BlockContinueParserWithInlinesInterface { @@ -31,7 +31,7 @@ final class TableParser extends AbstractBlockContinueParser implements BlockCont public const DEFAULT_MAX_AUTOCOMPLETED_CELLS = 10000; /** @psalm-readonly - * @var \League\CommonMark\Extension\Table\Table */ + * @var \VendorPrefix\League\CommonMark\Extension\Table\Table */ private $block; /** @@ -88,7 +88,7 @@ public function canHaveLazyContinuationLines(): bool return true; } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRenderer.php index 7799e2248..f3a0bf36b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRenderer.php @@ -13,13 +13,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Table; +namespace VendorPrefix\League\CommonMark\Extension\Table; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class TableRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRow.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRow.php index cd6ac9914..8b9d4ffda 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRow.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRow.php @@ -13,9 +13,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Table; +namespace VendorPrefix\League\CommonMark\Extension\Table; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; final class TableRow extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRowRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRowRenderer.php index dee72d2de..f04333cbd 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRowRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableRowRenderer.php @@ -13,13 +13,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Table; +namespace VendorPrefix\League\CommonMark\Extension\Table; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class TableRowRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableSection.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableSection.php index 158fd3889..610d12540 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableSection.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableSection.php @@ -13,9 +13,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Table; +namespace VendorPrefix\League\CommonMark\Extension\Table; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; final class TableSection extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableSectionRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableSectionRenderer.php index cccf06c6d..c7c17708f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableSectionRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableSectionRenderer.php @@ -13,13 +13,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Table; +namespace VendorPrefix\League\CommonMark\Extension\Table; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class TableSectionRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableStartParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableStartParser.php index 06b87cc7e..e9aeb3171 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableStartParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/Table/TableStartParser.php @@ -13,13 +13,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\Table; +namespace VendorPrefix\League\CommonMark\Extension\Table; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Block\ParagraphParser; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Block\ParagraphParser; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; final class TableStartParser implements BlockStartParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Node/TableOfContents.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Node/TableOfContents.php index e040d8625..9e1a373e7 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Node/TableOfContents.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Node/TableOfContents.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents\Node; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents\Node; -use League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; final class TableOfContents extends ListBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Node/TableOfContentsPlaceholder.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Node/TableOfContentsPlaceholder.php index 6d6db100f..290faade1 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Node/TableOfContentsPlaceholder.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Node/TableOfContentsPlaceholder.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents\Node; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents\Node; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; final class TableOfContentsPlaceholder extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/AsIsNormalizerStrategy.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/AsIsNormalizerStrategy.php index a4119623a..9a934e8fb 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/AsIsNormalizerStrategy.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/AsIsNormalizerStrategy.php @@ -11,16 +11,16 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents\Normalizer; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents\Normalizer; -use League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; -use League\CommonMark\Extension\CommonMark\Node\Block\ListItem; -use League\CommonMark\Extension\TableOfContents\Node\TableOfContents; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContents; final class AsIsNormalizerStrategy implements NormalizerStrategyInterface { /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Extension\CommonMark\Node\Block\ListBlock */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListBlock */ private $parentListBlock; /** @psalm-readonly-allow-private-mutation @@ -28,7 +28,7 @@ final class AsIsNormalizerStrategy implements NormalizerStrategyInterface private $parentLevel = 1; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Extension\CommonMark\Node\Block\ListItem|null */ + * @var \VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem|null */ private $lastListItem; public function __construct(TableOfContents $toc) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/FlatNormalizerStrategy.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/FlatNormalizerStrategy.php index aac205c2a..ac3bfef2f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/FlatNormalizerStrategy.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/FlatNormalizerStrategy.php @@ -11,15 +11,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents\Normalizer; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents\Normalizer; -use League\CommonMark\Extension\CommonMark\Node\Block\ListItem; -use League\CommonMark\Extension\TableOfContents\Node\TableOfContents; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContents; final class FlatNormalizerStrategy implements NormalizerStrategyInterface { /** @psalm-readonly - * @var \League\CommonMark\Extension\TableOfContents\Node\TableOfContents */ + * @var \VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContents */ private $toc; public function __construct(TableOfContents $toc) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/NormalizerStrategyInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/NormalizerStrategyInterface.php index f30afb1ba..29552ee86 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/NormalizerStrategyInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/NormalizerStrategyInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents\Normalizer; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents\Normalizer; -use League\CommonMark\Extension\CommonMark\Node\Block\ListItem; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem; interface NormalizerStrategyInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/RelativeNormalizerStrategy.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/RelativeNormalizerStrategy.php index ea7a9a3aa..3806b4a85 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/RelativeNormalizerStrategy.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/Normalizer/RelativeNormalizerStrategy.php @@ -11,16 +11,16 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents\Normalizer; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents\Normalizer; -use League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; -use League\CommonMark\Extension\CommonMark\Node\Block\ListItem; -use League\CommonMark\Extension\TableOfContents\Node\TableOfContents; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContents; final class RelativeNormalizerStrategy implements NormalizerStrategyInterface { /** @psalm-readonly - * @var \League\CommonMark\Extension\TableOfContents\Node\TableOfContents */ + * @var \VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContents */ private $toc; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsBuilder.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsBuilder.php index 77ae7ec4b..bd1610302 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsBuilder.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsBuilder.php @@ -11,18 +11,18 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents; - -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\CommonMark\Node\Block\Heading; -use League\CommonMark\Extension\HeadingPermalink\HeadingPermalink; -use League\CommonMark\Extension\TableOfContents\Node\TableOfContents; -use League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Node\NodeIterator; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; -use League\Config\Exception\InvalidConfigurationException; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents; + +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\Heading; +use VendorPrefix\League\CommonMark\Extension\HeadingPermalink\HeadingPermalink; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContents; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\NodeIterator; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; +use VendorPrefix\League\Config\Exception\InvalidConfigurationException; final class TableOfContentsBuilder implements ConfigurationAwareInterface { @@ -31,7 +31,7 @@ final class TableOfContentsBuilder implements ConfigurationAwareInterface public const POSITION_PLACEHOLDER = 'placeholder'; /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; public function onDocumentParsed(DocumentParsedEvent $event): void diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsExtension.php index 9c8223bed..a4a3e0473 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsExtension.php @@ -11,17 +11,17 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; -use League\CommonMark\Extension\CommonMark\Renderer\Block\ListBlockRenderer; -use League\CommonMark\Extension\ConfigurableExtensionInterface; -use League\CommonMark\Extension\TableOfContents\Node\TableOfContents; -use League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; -use League\Config\ConfigurationBuilderInterface; -use Nette\Schema\Expect; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Renderer\Block\ListBlockRenderer; +use VendorPrefix\League\CommonMark\Extension\ConfigurableExtensionInterface; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContents; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; +use VendorPrefix\League\Config\ConfigurationBuilderInterface; +use VendorPrefix\Nette\Schema\Expect; final class TableOfContentsExtension implements ConfigurableExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsGenerator.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsGenerator.php index 7a949f061..096998072 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsGenerator.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsGenerator.php @@ -11,24 +11,24 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents; - -use League\CommonMark\Extension\CommonMark\Node\Block\Heading; -use League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; -use League\CommonMark\Extension\CommonMark\Node\Block\ListData; -use League\CommonMark\Extension\CommonMark\Node\Block\ListItem; -use League\CommonMark\Extension\CommonMark\Node\Inline\Link; -use League\CommonMark\Extension\HeadingPermalink\HeadingPermalink; -use League\CommonMark\Extension\TableOfContents\Node\TableOfContents; -use League\CommonMark\Extension\TableOfContents\Normalizer\AsIsNormalizerStrategy; -use League\CommonMark\Extension\TableOfContents\Normalizer\FlatNormalizerStrategy; -use League\CommonMark\Extension\TableOfContents\Normalizer\NormalizerStrategyInterface; -use League\CommonMark\Extension\TableOfContents\Normalizer\RelativeNormalizerStrategy; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Node\NodeIterator; -use League\CommonMark\Node\RawMarkupContainerInterface; -use League\CommonMark\Node\StringContainerHelper; -use League\Config\Exception\InvalidConfigurationException; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents; + +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\Heading; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListBlock; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListData; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Inline\Link; +use VendorPrefix\League\CommonMark\Extension\HeadingPermalink\HeadingPermalink; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContents; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Normalizer\AsIsNormalizerStrategy; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Normalizer\FlatNormalizerStrategy; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Normalizer\NormalizerStrategyInterface; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Normalizer\RelativeNormalizerStrategy; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\NodeIterator; +use VendorPrefix\League\CommonMark\Node\RawMarkupContainerInterface; +use VendorPrefix\League\CommonMark\Node\StringContainerHelper; +use VendorPrefix\League\Config\Exception\InvalidConfigurationException; final class TableOfContentsGenerator implements TableOfContentsGeneratorInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php index 64ecb8e50..f7ba2c583 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsGeneratorInterface.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents; -use League\CommonMark\Extension\TableOfContents\Node\TableOfContents; -use League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContents; +use VendorPrefix\League\CommonMark\Node\Block\Document; interface TableOfContentsGeneratorInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderParser.php index 50335defa..d3733db82 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderParser.php @@ -11,23 +11,23 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents; -use League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; -use League\CommonMark\Parser\Block\AbstractBlockContinueParser; -use League\CommonMark\Parser\Block\BlockContinue; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder; +use VendorPrefix\League\CommonMark\Parser\Block\AbstractBlockContinueParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinue; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class TableOfContentsPlaceholderParser extends AbstractBlockContinueParser { /** @psalm-readonly - * @var \League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder */ + * @var \VendorPrefix\League\CommonMark\Extension\TableOfContents\Node\TableOfContentsPlaceholder */ private $block; public function __construct() @@ -35,7 +35,7 @@ public function __construct() $this->block = new TableOfContentsPlaceholder(); } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } @@ -49,7 +49,7 @@ public static function blockStartParser(): BlockStartParserInterface { return new class () implements BlockStartParserInterface, ConfigurationAwareInterface { /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; public function tryStart(Cursor $cursor, MarkdownParserStateInterface $parserState): ?BlockStart diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderRenderer.php index 0366cb918..65ccb7020 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsPlaceholderRenderer.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class TableOfContentsPlaceholderRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsRenderer.php index da1b69837..30682e26c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TableOfContents/TableOfContentsRenderer.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TableOfContents; +namespace VendorPrefix\League\CommonMark\Extension\TableOfContents; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class TableOfContentsRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListExtension.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListExtension.php index bf4b0d235..3be0cca58 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListExtension.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListExtension.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TaskList; +namespace VendorPrefix\League\CommonMark\Extension\TaskList; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Extension\ExtensionInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Extension\ExtensionInterface; final class TaskListExtension implements ExtensionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarker.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarker.php index d3514171f..8a50ea672 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarker.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarker.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TaskList; +namespace VendorPrefix\League\CommonMark\Extension\TaskList; -use League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; final class TaskListItemMarker extends AbstractInline { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarkerParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarkerParser.php index 30e273161..7398da8d0 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarkerParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarkerParser.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TaskList; +namespace VendorPrefix\League\CommonMark\Extension\TaskList; -use League\CommonMark\Extension\CommonMark\Node\Block\ListItem; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Parser\Inline\InlineParserMatch; -use League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\ListItem; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserMatch; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; final class TaskListItemMarkerParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarkerRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarkerRenderer.php index a1eb745c3..73b7aade7 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarkerRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Extension/TaskList/TaskListItemMarkerRenderer.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Extension\TaskList; +namespace VendorPrefix\League\CommonMark\Extension\TaskList; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class TaskListItemMarkerRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/GithubFlavoredMarkdownConverter.php b/components/Markdown/vendor-patched/league/commonmark/src/GithubFlavoredMarkdownConverter.php index 7b88ceb80..60864d820 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/GithubFlavoredMarkdownConverter.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/GithubFlavoredMarkdownConverter.php @@ -11,11 +11,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark; +namespace VendorPrefix\League\CommonMark; -use League\CommonMark\Environment\Environment; -use League\CommonMark\Extension\CommonMark\CommonMarkCoreExtension; -use League\CommonMark\Extension\GithubFlavoredMarkdownExtension; +use VendorPrefix\League\CommonMark\Environment\Environment; +use VendorPrefix\League\CommonMark\Extension\CommonMark\CommonMarkCoreExtension; +use VendorPrefix\League\CommonMark\Extension\GithubFlavoredMarkdownExtension; /** * Converts GitHub Flavored Markdown to HTML. @@ -36,7 +36,7 @@ public function __construct(array $config = []) parent::__construct($environment); } - public function getEnvironment(): \League\CommonMark\Environment\EnvironmentInterface + public function getEnvironment(): \VendorPrefix\League\CommonMark\Environment\EnvironmentInterface { \assert($this->environment instanceof Environment); diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Input/MarkdownInput.php b/components/Markdown/vendor-patched/league/commonmark/src/Input/MarkdownInput.php index f7e5803c2..0988ea8e2 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Input/MarkdownInput.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Input/MarkdownInput.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Input; +namespace VendorPrefix\League\CommonMark\Input; -use League\CommonMark\Exception\UnexpectedEncodingException; +use VendorPrefix\League\CommonMark\Exception\UnexpectedEncodingException; class MarkdownInput implements MarkdownInputInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Input/MarkdownInputInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Input/MarkdownInputInterface.php index bb8d6f1d0..36610205b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Input/MarkdownInputInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Input/MarkdownInputInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Input; +namespace VendorPrefix\League\CommonMark\Input; interface MarkdownInputInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/MarkdownConverter.php b/components/Markdown/vendor-patched/league/commonmark/src/MarkdownConverter.php index 4a17f8f78..5012fb6ab 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/MarkdownConverter.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/MarkdownConverter.php @@ -11,28 +11,28 @@ * file that was distributed with this source code. */ -namespace League\CommonMark; +namespace VendorPrefix\League\CommonMark; -use League\CommonMark\Environment\EnvironmentInterface; -use League\CommonMark\Exception\CommonMarkException; -use League\CommonMark\Output\RenderedContentInterface; -use League\CommonMark\Parser\MarkdownParser; -use League\CommonMark\Parser\MarkdownParserInterface; -use League\CommonMark\Renderer\HtmlRenderer; -use League\CommonMark\Renderer\MarkdownRendererInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentInterface; +use VendorPrefix\League\CommonMark\Exception\CommonMarkException; +use VendorPrefix\League\CommonMark\Output\RenderedContentInterface; +use VendorPrefix\League\CommonMark\Parser\MarkdownParser; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserInterface; +use VendorPrefix\League\CommonMark\Renderer\HtmlRenderer; +use VendorPrefix\League\CommonMark\Renderer\MarkdownRendererInterface; class MarkdownConverter implements ConverterInterface, MarkdownConverterInterface { /** @psalm-readonly - * @var \League\CommonMark\Environment\EnvironmentInterface */ + * @var \VendorPrefix\League\CommonMark\Environment\EnvironmentInterface */ protected $environment; /** @psalm-readonly - * @var \League\CommonMark\Parser\MarkdownParserInterface */ + * @var \VendorPrefix\League\CommonMark\Parser\MarkdownParserInterface */ protected $markdownParser; /** @psalm-readonly - * @var \League\CommonMark\Renderer\MarkdownRendererInterface */ + * @var \VendorPrefix\League\CommonMark\Renderer\MarkdownRendererInterface */ protected $htmlRenderer; public function __construct(EnvironmentInterface $environment) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/MarkdownConverterInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/MarkdownConverterInterface.php index a52a28665..2480a0dfc 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/MarkdownConverterInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/MarkdownConverterInterface.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark; +namespace VendorPrefix\League\CommonMark; -use League\CommonMark\Exception\CommonMarkException; -use League\CommonMark\Output\RenderedContentInterface; +use VendorPrefix\League\CommonMark\Exception\CommonMarkException; +use VendorPrefix\League\CommonMark\Output\RenderedContentInterface; /** * Interface for a service which converts Markdown to HTML. diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/AbstractBlock.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/AbstractBlock.php index aaca43129..ac439d61b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/AbstractBlock.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/AbstractBlock.php @@ -14,10 +14,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Node\Block; -use League\CommonMark\Exception\InvalidArgumentException; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Exception\InvalidArgumentException; +use VendorPrefix\League\CommonMark\Node\Node; /** * Block-level element diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/Document.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/Document.php index 92328e84d..6b21a4f2c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/Document.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/Document.php @@ -14,16 +14,16 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Node\Block; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Reference\ReferenceMap; -use League\CommonMark\Reference\ReferenceMapInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Reference\ReferenceMap; +use VendorPrefix\League\CommonMark\Reference\ReferenceMapInterface; class Document extends AbstractBlock { /** @psalm-readonly - * @var \League\CommonMark\Reference\ReferenceMapInterface */ + * @var \VendorPrefix\League\CommonMark\Reference\ReferenceMapInterface */ protected $referenceMap; public function __construct(?ReferenceMapInterface $referenceMap = null) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/Paragraph.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/Paragraph.php index eec2fd2ee..32d3efd00 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/Paragraph.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/Paragraph.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Node\Block; class Paragraph extends AbstractBlock { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/TightBlockInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/TightBlockInterface.php index 21a5868e6..6d81468ce 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/TightBlockInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Block/TightBlockInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Block; +namespace VendorPrefix\League\CommonMark\Node\Block; interface TightBlockInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AbstractInline.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AbstractInline.php index d3705b447..85a9e3700 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AbstractInline.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AbstractInline.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Node\Inline; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Node\Node; abstract class AbstractInline extends Node { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AbstractStringContainer.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AbstractStringContainer.php index 719a62e0c..3bf91dd2c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AbstractStringContainer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AbstractStringContainer.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Node\Inline; -use League\CommonMark\Node\StringContainerInterface; +use VendorPrefix\League\CommonMark\Node\StringContainerInterface; abstract class AbstractStringContainer extends AbstractInline implements StringContainerInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AdjacentTextMerger.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AdjacentTextMerger.php index 43922d421..cacc39232 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AdjacentTextMerger.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/AdjacentTextMerger.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Node\Inline; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Node\Node; /** * @internal diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/DelimitedInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/DelimitedInterface.php index 89773faa8..f0aca45d8 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/DelimitedInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/DelimitedInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Node\Inline; interface DelimitedInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/Newline.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/Newline.php index 379193f96..93b53c826 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/Newline.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/Newline.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Node\Inline; final class Newline extends AbstractInline { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/Text.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/Text.php index 31387f918..5be8a56ae 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/Text.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Inline/Text.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Inline; +namespace VendorPrefix\League\CommonMark\Node\Inline; final class Text extends AbstractStringContainer { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Node.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Node.php index 536600f4a..adb291048 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Node.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Node.php @@ -14,15 +14,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node; +namespace VendorPrefix\League\CommonMark\Node; -use Dflydev\DotAccessData\Data; -use League\CommonMark\Exception\InvalidArgumentException; +use VendorPrefix\Dflydev\DotAccessData\Data; +use VendorPrefix\League\CommonMark\Exception\InvalidArgumentException; abstract class Node { /** @psalm-readonly - * @var \Dflydev\DotAccessData\Data */ + * @var \VendorPrefix\Dflydev\DotAccessData\Data */ public $data; /** @psalm-readonly-allow-private-mutation @@ -30,23 +30,23 @@ abstract class Node protected $depth = 0; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Node\Node|null */ + * @var \VendorPrefix\League\CommonMark\Node\Node|null */ protected $parent; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Node\Node|null */ + * @var \VendorPrefix\League\CommonMark\Node\Node|null */ protected $previous; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Node\Node|null */ + * @var \VendorPrefix\League\CommonMark\Node\Node|null */ protected $next; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Node\Node|null */ + * @var \VendorPrefix\League\CommonMark\Node\Node|null */ protected $firstChild; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Node\Node|null */ + * @var \VendorPrefix\League\CommonMark\Node\Node|null */ protected $lastChild; public function __construct() diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeIterator.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeIterator.php index bf5797888..62c633f73 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeIterator.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeIterator.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node; +namespace VendorPrefix\League\CommonMark\Node; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; /** * @implements \IteratorAggregate @@ -23,7 +23,7 @@ final class NodeIterator implements \IteratorAggregate public const FLAG_BLOCKS_ONLY = 1; /** - * @var \League\CommonMark\Node\Node + * @var \VendorPrefix\League\CommonMark\Node\Node */ private $node; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeWalker.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeWalker.php index f23e6a123..8b6387e1f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeWalker.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeWalker.php @@ -14,18 +14,18 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node; +namespace VendorPrefix\League\CommonMark\Node; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; final class NodeWalker { /** @psalm-readonly - * @var \League\CommonMark\Node\Node */ + * @var \VendorPrefix\League\CommonMark\Node\Node */ private $root; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Node\Node|null */ + * @var \VendorPrefix\League\CommonMark\Node\Node|null */ private $current; /** @psalm-readonly-allow-private-mutation diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeWalkerEvent.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeWalkerEvent.php index e5d0e881b..e2baa6d5a 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeWalkerEvent.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/NodeWalkerEvent.php @@ -14,12 +14,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node; +namespace VendorPrefix\League\CommonMark\Node; final class NodeWalkerEvent { /** @psalm-readonly - * @var \League\CommonMark\Node\Node */ + * @var \VendorPrefix\League\CommonMark\Node\Node */ private $node; /** @psalm-readonly diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Query.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Query.php index 621c54abf..89a94b2aa 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Query.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Query.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node; +namespace VendorPrefix\League\CommonMark\Node; -use League\CommonMark\Node\Query\AndExpr; -use League\CommonMark\Node\Query\OrExpr; +use VendorPrefix\League\CommonMark\Node\Query\AndExpr; +use VendorPrefix\League\CommonMark\Node\Query\OrExpr; final class Query { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/AndExpr.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/AndExpr.php index 71f20ef93..2636f6401 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/AndExpr.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/AndExpr.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Query; +namespace VendorPrefix\League\CommonMark\Node\Query; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Node\Node; /** * @internal diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/ExpressionInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/ExpressionInterface.php index 2bbbc7fe7..68f76b630 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/ExpressionInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/ExpressionInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Query; +namespace VendorPrefix\League\CommonMark\Node\Query; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Node\Node; interface ExpressionInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/OrExpr.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/OrExpr.php index 4e0f6c031..fd8a888de 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/OrExpr.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/Query/OrExpr.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node\Query; +namespace VendorPrefix\League\CommonMark\Node\Query; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Node\Node; /** * @internal diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/RawMarkupContainerInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/RawMarkupContainerInterface.php index 1545285d1..b12a0d341 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/RawMarkupContainerInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/RawMarkupContainerInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node; +namespace VendorPrefix\League\CommonMark\Node; /** * Interface for a node which contains raw, unprocessed markup (like HTML) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/StringContainerHelper.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/StringContainerHelper.php index 8e1ec34d3..a6af8054d 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/StringContainerHelper.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/StringContainerHelper.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node; +namespace VendorPrefix\League\CommonMark\Node; final class StringContainerHelper { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Node/StringContainerInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Node/StringContainerInterface.php index 23564ae77..e4654179e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Node/StringContainerInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Node/StringContainerInterface.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Node; +namespace VendorPrefix\League\CommonMark\Node; /** * Interface for a node which directly contains line(s) of text diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/SlugNormalizer.php b/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/SlugNormalizer.php index 1b03135af..e8129a78a 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/SlugNormalizer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/SlugNormalizer.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Normalizer; +namespace VendorPrefix\League\CommonMark\Normalizer; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; /** * Creates URL-friendly strings based on the given string input diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/TextNormalizer.php b/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/TextNormalizer.php index 43eb11745..5d046178a 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/TextNormalizer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/TextNormalizer.php @@ -11,7 +11,7 @@ declare(strict_types=1); -namespace League\CommonMark\Normalizer; +namespace VendorPrefix\League\CommonMark\Normalizer; /*** * Normalize text input using the steps given by the CommonMark spec to normalize labels diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/TextNormalizerInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/TextNormalizerInterface.php index f47623423..24b0e85f4 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/TextNormalizerInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/TextNormalizerInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Normalizer; +namespace VendorPrefix\League\CommonMark\Normalizer; /** * Creates a normalized version of the given input text diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/UniqueSlugNormalizer.php b/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/UniqueSlugNormalizer.php index 051227c26..7b03cd60b 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/UniqueSlugNormalizer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/UniqueSlugNormalizer.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Normalizer; +namespace VendorPrefix\League\CommonMark\Normalizer; // phpcs:disable Squiz.Strings.DoubleQuoteUsage.ContainsVar final class UniqueSlugNormalizer implements UniqueSlugNormalizerInterface { /** - * @var \League\CommonMark\Normalizer\TextNormalizerInterface + * @var \VendorPrefix\League\CommonMark\Normalizer\TextNormalizerInterface */ private $innerNormalizer; /** @var array */ diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/UniqueSlugNormalizerInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/UniqueSlugNormalizerInterface.php index 642edebe6..cb3904053 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/UniqueSlugNormalizerInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Normalizer/UniqueSlugNormalizerInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Normalizer; +namespace VendorPrefix\League\CommonMark\Normalizer; interface UniqueSlugNormalizerInterface extends TextNormalizerInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Output/RenderedContent.php b/components/Markdown/vendor-patched/league/commonmark/src/Output/RenderedContent.php index 05656af41..ca7bc7aec 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Output/RenderedContent.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Output/RenderedContent.php @@ -11,14 +11,14 @@ declare(strict_types=1); -namespace League\CommonMark\Output; +namespace VendorPrefix\League\CommonMark\Output; -use League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Block\Document; class RenderedContent implements RenderedContentInterface { /** @psalm-readonly - * @var \League\CommonMark\Node\Block\Document */ + * @var \VendorPrefix\League\CommonMark\Node\Block\Document */ private $document; /** @psalm-readonly diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Output/RenderedContentInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Output/RenderedContentInterface.php index 2179b1bf9..e8893867d 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Output/RenderedContentInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Output/RenderedContentInterface.php @@ -11,9 +11,9 @@ declare(strict_types=1); -namespace League\CommonMark\Output; +namespace VendorPrefix\League\CommonMark\Output; -use League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Block\Document; interface RenderedContentInterface extends \Stringable { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/AbstractBlockContinueParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/AbstractBlockContinueParser.php index 889532ed7..bab9eab4c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/AbstractBlockContinueParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/AbstractBlockContinueParser.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Parser\Block; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; /** * Base class for a block parser diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinue.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinue.php index f0854d286..2872c9f1d 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinue.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinue.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Parser\Block; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\CursorState; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\CursorState; /** * Result object for continuing parsing of a block; see static methods for constructors. @@ -24,7 +24,7 @@ final class BlockContinue { /** @psalm-readonly - * @var \League\CommonMark\Parser\CursorState|null */ + * @var \VendorPrefix\League\CommonMark\Parser\CursorState|null */ private $cursorState; /** @psalm-readonly diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinueParserInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinueParserInterface.php index b6e54724d..d6e0d92c1 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinueParserInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinueParserInterface.php @@ -14,10 +14,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Parser\Block; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Parser\Cursor; /** * Interface for a block continuation parser diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinueParserWithInlinesInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinueParserWithInlinesInterface.php index 6f826c9a9..eba314344 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinueParserWithInlinesInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockContinueParserWithInlinesInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Parser\Block; -use League\CommonMark\Parser\InlineParserEngineInterface; +use VendorPrefix\League\CommonMark\Parser\InlineParserEngineInterface; interface BlockContinueParserWithInlinesInterface extends BlockContinueParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockStart.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockStart.php index f0fe88501..8b67c10ed 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockStart.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockStart.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Parser\Block; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\CursorState; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\CursorState; /** * Result object for starting parsing of a block; see static methods for constructors @@ -29,7 +29,7 @@ final class BlockStart private $blockParsers; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Parser\CursorState|null */ + * @var \VendorPrefix\League\CommonMark\Parser\CursorState|null */ private $cursorState; /** @psalm-readonly-allow-private-mutation diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockStartParserInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockStartParserInterface.php index 90ed78143..03a947dd8 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockStartParserInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/BlockStartParserInterface.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Parser\Block; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; /** * Interface for a block parser which identifies block starts. diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/DocumentBlockParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/DocumentBlockParser.php index 7eed6235e..5abf98e3a 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/DocumentBlockParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/DocumentBlockParser.php @@ -11,13 +11,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Parser\Block; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Reference\ReferenceMapInterface; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Reference\ReferenceMapInterface; /** * Parser implementation which ensures everything is added to the root-level Document @@ -25,7 +25,7 @@ final class DocumentBlockParser extends AbstractBlockContinueParser { /** @psalm-readonly - * @var \League\CommonMark\Node\Block\Document */ + * @var \VendorPrefix\League\CommonMark\Node\Block\Document */ private $document; public function __construct(ReferenceMapInterface $referenceMap) @@ -33,7 +33,7 @@ public function __construct(ReferenceMapInterface $referenceMap) $this->document = new Document($referenceMap); } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->document; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/ParagraphParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/ParagraphParser.php index a9a0b619c..c6f4ae83c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/ParagraphParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/ParagraphParser.php @@ -11,22 +11,22 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Parser\Block; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\InlineParserEngineInterface; -use League\CommonMark\Reference\ReferenceInterface; -use League\CommonMark\Reference\ReferenceParser; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\InlineParserEngineInterface; +use VendorPrefix\League\CommonMark\Reference\ReferenceInterface; +use VendorPrefix\League\CommonMark\Reference\ReferenceParser; final class ParagraphParser extends AbstractBlockContinueParser implements BlockContinueParserWithInlinesInterface { /** @psalm-readonly - * @var \League\CommonMark\Node\Block\Paragraph */ + * @var \VendorPrefix\League\CommonMark\Node\Block\Paragraph */ private $block; /** @psalm-readonly - * @var \League\CommonMark\Reference\ReferenceParser */ + * @var \VendorPrefix\League\CommonMark\Reference\ReferenceParser */ private $referenceParser; public function __construct() @@ -40,7 +40,7 @@ public function canHaveLazyContinuationLines(): bool return true; } - public function getBlock(): \League\CommonMark\Node\Block\AbstractBlock + public function getBlock(): \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock { return $this->block; } diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/SkipLinesStartingWithLettersParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/SkipLinesStartingWithLettersParser.php index 95d8bd2f5..875647302 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/SkipLinesStartingWithLettersParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Block/SkipLinesStartingWithLettersParser.php @@ -11,11 +11,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Block; +namespace VendorPrefix\League\CommonMark\Parser\Block; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Parser\MarkdownParserStateInterface; -use League\CommonMark\Util\RegexHelper; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserStateInterface; +use VendorPrefix\League\CommonMark\Util\RegexHelper; /** * @internal diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Cursor.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Cursor.php index 3c1f544f4..9844edaed 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Cursor.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Cursor.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser; +namespace VendorPrefix\League\CommonMark\Parser; -use League\CommonMark\Exception\UnexpectedEncodingException; +use VendorPrefix\League\CommonMark\Exception\UnexpectedEncodingException; class Cursor { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/CursorState.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/CursorState.php index f2bf927cc..81f18acf7 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/CursorState.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/CursorState.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser; +namespace VendorPrefix\League\CommonMark\Parser; /** * Encapsulates the current state of a cursor in case you need to rollback later. diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/InlineParserInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/InlineParserInterface.php index fd13435bc..bc56612e7 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/InlineParserInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/InlineParserInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Inline; +namespace VendorPrefix\League\CommonMark\Parser\Inline; -use League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; interface InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/InlineParserMatch.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/InlineParserMatch.php index c2e4c5b8d..34c378d8f 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/InlineParserMatch.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/InlineParserMatch.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Inline; +namespace VendorPrefix\League\CommonMark\Parser\Inline; -use League\CommonMark\Exception\InvalidArgumentException; +use VendorPrefix\League\CommonMark\Exception\InvalidArgumentException; final class InlineParserMatch { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/NewlineParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/NewlineParser.php index eb10d917e..ff98efa78 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/NewlineParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/Inline/NewlineParser.php @@ -14,11 +14,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser\Inline; +namespace VendorPrefix\League\CommonMark\Parser\Inline; -use League\CommonMark\Node\Inline\Newline; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Parser\InlineParserContext; +use VendorPrefix\League\CommonMark\Node\Inline\Newline; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Parser\InlineParserContext; final class NewlineParser implements InlineParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserContext.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserContext.php index 3ea84e493..f05bc0492 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserContext.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserContext.php @@ -14,28 +14,28 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser; +namespace VendorPrefix\League\CommonMark\Parser; -use League\CommonMark\Delimiter\DelimiterStack; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Reference\ReferenceMapInterface; +use VendorPrefix\League\CommonMark\Delimiter\DelimiterStack; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Reference\ReferenceMapInterface; final class InlineParserContext { /** @psalm-readonly - * @var \League\CommonMark\Node\Block\AbstractBlock */ + * @var \VendorPrefix\League\CommonMark\Node\Block\AbstractBlock */ private $container; /** @psalm-readonly - * @var \League\CommonMark\Reference\ReferenceMapInterface */ + * @var \VendorPrefix\League\CommonMark\Reference\ReferenceMapInterface */ private $referenceMap; /** @psalm-readonly - * @var \League\CommonMark\Parser\Cursor */ + * @var \VendorPrefix\League\CommonMark\Parser\Cursor */ private $cursor; /** @psalm-readonly - * @var \League\CommonMark\Delimiter\DelimiterStack */ + * @var \VendorPrefix\League\CommonMark\Delimiter\DelimiterStack */ private $delimiterStack; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserEngine.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserEngine.php index 0fcf6beb6..f01e0dcf5 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserEngine.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserEngine.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser; +namespace VendorPrefix\League\CommonMark\Parser; -use League\CommonMark\Environment\EnvironmentInterface; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Node\Inline\AdjacentTextMerger; -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Parser\Inline\InlineParserInterface; -use League\CommonMark\Reference\ReferenceMapInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentInterface; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Inline\AdjacentTextMerger; +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Parser\Inline\InlineParserInterface; +use VendorPrefix\League\CommonMark\Reference\ReferenceMapInterface; /** * @internal @@ -29,11 +29,11 @@ final class InlineParserEngine implements InlineParserEngineInterface { /** @psalm-readonly - * @var \League\CommonMark\Environment\EnvironmentInterface */ + * @var \VendorPrefix\League\CommonMark\Environment\EnvironmentInterface */ private $environment; /** @psalm-readonly - * @var \League\CommonMark\Reference\ReferenceMapInterface */ + * @var \VendorPrefix\League\CommonMark\Reference\ReferenceMapInterface */ private $referenceMap; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserEngineInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserEngineInterface.php index 8a0986dc1..9937f4f72 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserEngineInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/InlineParserEngineInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser; +namespace VendorPrefix\League\CommonMark\Parser; -use League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; /** * Parser for inline content (text, links, emphasized text, etc). diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParser.php index d5c84385e..9e3551beb 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParser.php @@ -17,29 +17,29 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser; - -use League\CommonMark\Environment\EnvironmentInterface; -use League\CommonMark\Event\DocumentParsedEvent; -use League\CommonMark\Event\DocumentPreParsedEvent; -use League\CommonMark\Exception\CommonMarkException; -use League\CommonMark\Input\MarkdownInput; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Block\BlockContinueParserWithInlinesInterface; -use League\CommonMark\Parser\Block\BlockStart; -use League\CommonMark\Parser\Block\BlockStartParserInterface; -use League\CommonMark\Parser\Block\DocumentBlockParser; -use League\CommonMark\Parser\Block\ParagraphParser; -use League\CommonMark\Reference\MemoryLimitedReferenceMap; -use League\CommonMark\Reference\ReferenceInterface; -use League\CommonMark\Reference\ReferenceMap; +namespace VendorPrefix\League\CommonMark\Parser; + +use VendorPrefix\League\CommonMark\Environment\EnvironmentInterface; +use VendorPrefix\League\CommonMark\Event\DocumentParsedEvent; +use VendorPrefix\League\CommonMark\Event\DocumentPreParsedEvent; +use VendorPrefix\League\CommonMark\Exception\CommonMarkException; +use VendorPrefix\League\CommonMark\Input\MarkdownInput; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserWithInlinesInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStart; +use VendorPrefix\League\CommonMark\Parser\Block\BlockStartParserInterface; +use VendorPrefix\League\CommonMark\Parser\Block\DocumentBlockParser; +use VendorPrefix\League\CommonMark\Parser\Block\ParagraphParser; +use VendorPrefix\League\CommonMark\Reference\MemoryLimitedReferenceMap; +use VendorPrefix\League\CommonMark\Reference\ReferenceInterface; +use VendorPrefix\League\CommonMark\Reference\ReferenceMap; final class MarkdownParser implements MarkdownParserInterface { /** @psalm-readonly - * @var \League\CommonMark\Environment\EnvironmentInterface */ + * @var \VendorPrefix\League\CommonMark\Environment\EnvironmentInterface */ private $environment; /** @psalm-readonly-allow-private-mutation @@ -47,7 +47,7 @@ final class MarkdownParser implements MarkdownParserInterface private $maxNestingLevel; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Reference\ReferenceMap */ + * @var \VendorPrefix\League\CommonMark\Reference\ReferenceMap */ private $referenceMap; /** @psalm-readonly-allow-private-mutation @@ -55,7 +55,7 @@ final class MarkdownParser implements MarkdownParserInterface private $lineNumber = 0; /** @psalm-readonly-allow-private-mutation - * @var \League\CommonMark\Parser\Cursor */ + * @var \VendorPrefix\League\CommonMark\Parser\Cursor */ private $cursor; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserInterface.php index e0a6be413..9a3d250f4 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserInterface.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser; +namespace VendorPrefix\League\CommonMark\Parser; -use League\CommonMark\Exception\CommonMarkException; -use League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Exception\CommonMarkException; +use VendorPrefix\League\CommonMark\Node\Block\Document; interface MarkdownParserInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserState.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserState.php index 933a154fb..b2e6ae982 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserState.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserState.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser; +namespace VendorPrefix\League\CommonMark\Parser; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; -use League\CommonMark\Parser\Block\ParagraphParser; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Block\ParagraphParser; /** * @internal You should rely on the interface instead @@ -22,11 +22,11 @@ final class MarkdownParserState implements MarkdownParserStateInterface { /** @psalm-readonly - * @var \League\CommonMark\Parser\Block\BlockContinueParserInterface */ + * @var \VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface */ private $activeBlockParser; /** @psalm-readonly - * @var \League\CommonMark\Parser\Block\BlockContinueParserInterface */ + * @var \VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface */ private $lastMatchedBlockParser; public function __construct(BlockContinueParserInterface $activeBlockParser, BlockContinueParserInterface $lastMatchedBlockParser) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserStateInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserStateInterface.php index 21a9d3ab5..dbd3dad04 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserStateInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/MarkdownParserStateInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser; +namespace VendorPrefix\League\CommonMark\Parser; -use League\CommonMark\Parser\Block\BlockContinueParserInterface; +use VendorPrefix\League\CommonMark\Parser\Block\BlockContinueParserInterface; interface MarkdownParserStateInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Parser/ParserLogicException.php b/components/Markdown/vendor-patched/league/commonmark/src/Parser/ParserLogicException.php index 592b1a2d7..b8611a731 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Parser/ParserLogicException.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Parser/ParserLogicException.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Parser; +namespace VendorPrefix\League\CommonMark\Parser; -use League\CommonMark\Exception\CommonMarkException; +use VendorPrefix\League\CommonMark\Exception\CommonMarkException; class ParserLogicException extends \LogicException implements CommonMarkException { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Reference/MemoryLimitedReferenceMap.php b/components/Markdown/vendor-patched/league/commonmark/src/Reference/MemoryLimitedReferenceMap.php index e12f31f85..52c531e4e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Reference/MemoryLimitedReferenceMap.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Reference/MemoryLimitedReferenceMap.php @@ -11,12 +11,12 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Reference; +namespace VendorPrefix\League\CommonMark\Reference; final class MemoryLimitedReferenceMap implements ReferenceMapInterface { /** - * @var \League\CommonMark\Reference\ReferenceMapInterface + * @var \VendorPrefix\League\CommonMark\Reference\ReferenceMapInterface */ private $decorated; diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Reference/Reference.php b/components/Markdown/vendor-patched/league/commonmark/src/Reference/Reference.php index 9fa35f3b9..491ca19cb 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Reference/Reference.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Reference/Reference.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Reference; +namespace VendorPrefix\League\CommonMark\Reference; /** * @psalm-immutable diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceInterface.php index 244b3546a..5f50cf534 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceInterface.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Reference; +namespace VendorPrefix\League\CommonMark\Reference; /** * Link reference diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceMap.php b/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceMap.php index 7f213b742..11404afe3 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceMap.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceMap.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Reference; +namespace VendorPrefix\League\CommonMark\Reference; -use League\CommonMark\Normalizer\TextNormalizer; +use VendorPrefix\League\CommonMark\Normalizer\TextNormalizer; /** * A collection of references, indexed by label @@ -24,7 +24,7 @@ final class ReferenceMap implements ReferenceMapInterface { /** @psalm-readonly - * @var \League\CommonMark\Normalizer\TextNormalizer */ + * @var \VendorPrefix\League\CommonMark\Normalizer\TextNormalizer */ private $normalizer; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceMapInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceMapInterface.php index 71daa19e3..a0e81eac7 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceMapInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceMapInterface.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Reference; +namespace VendorPrefix\League\CommonMark\Reference; /** * A collection of references diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceParser.php b/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceParser.php index 0917d0340..55e205631 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceParser.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceParser.php @@ -14,10 +14,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Reference; +namespace VendorPrefix\League\CommonMark\Reference; -use League\CommonMark\Parser\Cursor; -use League\CommonMark\Util\LinkParserHelper; +use VendorPrefix\League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Util\LinkParserHelper; final class ReferenceParser { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceableInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceableInterface.php index b45f379e4..231474b40 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceableInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Reference/ReferenceableInterface.php @@ -11,7 +11,7 @@ declare(strict_types=1); -namespace League\CommonMark\Reference; +namespace VendorPrefix\League\CommonMark\Reference; interface ReferenceableInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Block/DocumentRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Block/DocumentRenderer.php index 326269149..2e5aaceaa 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Block/DocumentRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Block/DocumentRenderer.php @@ -14,13 +14,13 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Renderer\Block; +namespace VendorPrefix\League\CommonMark\Renderer\Block; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class DocumentRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Block/ParagraphRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Block/ParagraphRenderer.php index 934eac2d0..7f646179e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Block/ParagraphRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Block/ParagraphRenderer.php @@ -14,15 +14,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Renderer\Block; +namespace VendorPrefix\League\CommonMark\Renderer\Block; -use League\CommonMark\Node\Block\Paragraph; -use League\CommonMark\Node\Block\TightBlockInterface; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\HtmlElement; -use League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\CommonMark\Node\Block\Paragraph; +use VendorPrefix\League\CommonMark\Node\Block\TightBlockInterface; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class ParagraphRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/ChildNodeRendererInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/ChildNodeRendererInterface.php index 8e866b566..a2a8492c3 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/ChildNodeRendererInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/ChildNodeRendererInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Renderer; +namespace VendorPrefix\League\CommonMark\Renderer; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Node\Node; /** * Renders multiple nodes by delegating to the individual node renderers and adding spacing where needed diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/DocumentRendererInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/DocumentRendererInterface.php index dd34dd6b3..59d132a6d 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/DocumentRendererInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/DocumentRendererInterface.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Renderer; +namespace VendorPrefix\League\CommonMark\Renderer; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Output\RenderedContentInterface; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Output\RenderedContentInterface; /** * Renders a parsed Document AST diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/HtmlDecorator.php b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/HtmlDecorator.php index 28d5527f9..bb4642860 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/HtmlDecorator.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/HtmlDecorator.php @@ -11,15 +11,15 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Renderer; +namespace VendorPrefix\League\CommonMark\Renderer; -use League\CommonMark\Node\Node; -use League\CommonMark\Util\HtmlElement; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Util\HtmlElement; final class HtmlDecorator implements NodeRendererInterface { /** - * @var \League\CommonMark\Renderer\NodeRendererInterface + * @var \VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface */ private $inner; /** diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/HtmlRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/HtmlRenderer.php index 98416d78d..73201f74e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/HtmlRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/HtmlRenderer.php @@ -14,21 +14,21 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Renderer; +namespace VendorPrefix\League\CommonMark\Renderer; -use League\CommonMark\Environment\EnvironmentInterface; -use League\CommonMark\Event\DocumentPreRenderEvent; -use League\CommonMark\Event\DocumentRenderedEvent; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Node\Node; -use League\CommonMark\Output\RenderedContent; -use League\CommonMark\Output\RenderedContentInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentInterface; +use VendorPrefix\League\CommonMark\Event\DocumentPreRenderEvent; +use VendorPrefix\League\CommonMark\Event\DocumentRenderedEvent; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Output\RenderedContent; +use VendorPrefix\League\CommonMark\Output\RenderedContentInterface; final class HtmlRenderer implements DocumentRendererInterface, ChildNodeRendererInterface { /** @psalm-readonly - * @var \League\CommonMark\Environment\EnvironmentInterface */ + * @var \VendorPrefix\League\CommonMark\Environment\EnvironmentInterface */ private $environment; public function __construct(EnvironmentInterface $environment) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Inline/NewlineRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Inline/NewlineRenderer.php index ac39f7155..1c9647e14 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Inline/NewlineRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Inline/NewlineRenderer.php @@ -14,20 +14,20 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Renderer\Inline; +namespace VendorPrefix\League\CommonMark\Renderer\Inline; -use League\CommonMark\Node\Inline\Newline; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Xml\XmlNodeRendererInterface; -use League\Config\ConfigurationAwareInterface; -use League\Config\ConfigurationInterface; +use VendorPrefix\League\CommonMark\Node\Inline\Newline; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; +use VendorPrefix\League\Config\ConfigurationAwareInterface; +use VendorPrefix\League\Config\ConfigurationInterface; final class NewlineRenderer implements NodeRendererInterface, XmlNodeRendererInterface, ConfigurationAwareInterface { /** @psalm-readonly-allow-private-mutation - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $config; public function setConfiguration(ConfigurationInterface $configuration): void diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Inline/TextRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Inline/TextRenderer.php index 40ad02a5d..68affef3c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Inline/TextRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/Inline/TextRenderer.php @@ -14,14 +14,14 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Renderer\Inline; - -use League\CommonMark\Node\Inline\Text; -use League\CommonMark\Node\Node; -use League\CommonMark\Renderer\ChildNodeRendererInterface; -use League\CommonMark\Renderer\NodeRendererInterface; -use League\CommonMark\Util\Xml; -use League\CommonMark\Xml\XmlNodeRendererInterface; +namespace VendorPrefix\League\CommonMark\Renderer\Inline; + +use VendorPrefix\League\CommonMark\Node\Inline\Text; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Renderer\ChildNodeRendererInterface; +use VendorPrefix\League\CommonMark\Renderer\NodeRendererInterface; +use VendorPrefix\League\CommonMark\Util\Xml; +use VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface; final class TextRenderer implements NodeRendererInterface, XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/MarkdownRendererInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/MarkdownRendererInterface.php index 83af8cdcf..064dcc187 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/MarkdownRendererInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/MarkdownRendererInterface.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Renderer; +namespace VendorPrefix\League\CommonMark\Renderer; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Output\RenderedContentInterface; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Output\RenderedContentInterface; /** * Renders a parsed Document AST diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/NoMatchingRendererException.php b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/NoMatchingRendererException.php index 14fe493b2..50e8d9fc5 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/NoMatchingRendererException.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/NoMatchingRendererException.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Renderer; +namespace VendorPrefix\League\CommonMark\Renderer; -use League\CommonMark\Exception\LogicException; +use VendorPrefix\League\CommonMark\Exception\LogicException; class NoMatchingRendererException extends LogicException { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/NodeRendererInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/NodeRendererInterface.php index 5d40582aa..20b14576c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Renderer/NodeRendererInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Renderer/NodeRendererInterface.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Renderer; +namespace VendorPrefix\League\CommonMark\Renderer; -use League\CommonMark\Exception\InvalidArgumentException; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Exception\InvalidArgumentException; +use VendorPrefix\League\CommonMark\Node\Node; interface NodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Util/ArrayCollection.php b/components/Markdown/vendor-patched/league/commonmark/src/Util/ArrayCollection.php index a5bdbd025..0b3841896 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Util/ArrayCollection.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Util/ArrayCollection.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Util; +namespace VendorPrefix\League\CommonMark\Util; /** * Array collection diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Util/Html5EntityDecoder.php b/components/Markdown/vendor-patched/league/commonmark/src/Util/Html5EntityDecoder.php index 52550a018..86427179e 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Util/Html5EntityDecoder.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Util/Html5EntityDecoder.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Util; +namespace VendorPrefix\League\CommonMark\Util; /** * @psalm-immutable diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Util/HtmlElement.php b/components/Markdown/vendor-patched/league/commonmark/src/Util/HtmlElement.php index f7dd0546e..f9661b15a 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Util/HtmlElement.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Util/HtmlElement.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Util; +namespace VendorPrefix\League\CommonMark\Util; final class HtmlElement { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Util/HtmlFilter.php b/components/Markdown/vendor-patched/league/commonmark/src/Util/HtmlFilter.php index b1e055539..8b619adbe 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Util/HtmlFilter.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Util/HtmlFilter.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Util; +namespace VendorPrefix\League\CommonMark\Util; -use League\CommonMark\Exception\InvalidArgumentException; +use VendorPrefix\League\CommonMark\Exception\InvalidArgumentException; /** * @psalm-immutable diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Util/LinkParserHelper.php b/components/Markdown/vendor-patched/league/commonmark/src/Util/LinkParserHelper.php index 656942462..67b2077e2 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Util/LinkParserHelper.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Util/LinkParserHelper.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Util; +namespace VendorPrefix\League\CommonMark\Util; -use League\CommonMark\Parser\Cursor; +use VendorPrefix\League\CommonMark\Parser\Cursor; /** * @psalm-immutable diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Util/PrioritizedList.php b/components/Markdown/vendor-patched/league/commonmark/src/Util/PrioritizedList.php index ba47be495..7bbde90ea 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Util/PrioritizedList.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Util/PrioritizedList.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Util; +namespace VendorPrefix\League\CommonMark\Util; /** * @internal diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Util/RegexHelper.php b/components/Markdown/vendor-patched/league/commonmark/src/Util/RegexHelper.php index 078579ebb..6387c2632 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Util/RegexHelper.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Util/RegexHelper.php @@ -14,10 +14,10 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Util; +namespace VendorPrefix\League\CommonMark\Util; -use League\CommonMark\Exception\InvalidArgumentException; -use League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock; +use VendorPrefix\League\CommonMark\Exception\InvalidArgumentException; +use VendorPrefix\League\CommonMark\Extension\CommonMark\Node\Block\HtmlBlock; /** * Provides regular expressions and utilities for parsing Markdown diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Util/SpecReader.php b/components/Markdown/vendor-patched/league/commonmark/src/Util/SpecReader.php index faee2042c..c669fa587 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Util/SpecReader.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Util/SpecReader.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Util; +namespace VendorPrefix\League\CommonMark\Util; -use League\CommonMark\Exception\IOException; +use VendorPrefix\League\CommonMark\Exception\IOException; /** * Reads in a CommonMark spec document and extracts the input/output examples for testing against them diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Util/UrlEncoder.php b/components/Markdown/vendor-patched/league/commonmark/src/Util/UrlEncoder.php index bba1af342..7f119e10c 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Util/UrlEncoder.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Util/UrlEncoder.php @@ -14,9 +14,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Util; +namespace VendorPrefix\League\CommonMark\Util; -use League\CommonMark\Exception\UnexpectedEncodingException; +use VendorPrefix\League\CommonMark\Exception\UnexpectedEncodingException; /** * @psalm-immutable diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Util/Xml.php b/components/Markdown/vendor-patched/league/commonmark/src/Util/Xml.php index 8f9e84d0d..d05f664ac 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Util/Xml.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Util/Xml.php @@ -14,7 +14,7 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Util; +namespace VendorPrefix\League\CommonMark\Util; /** * Utility class for handling/generating XML and HTML diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Xml/FallbackNodeXmlRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Xml/FallbackNodeXmlRenderer.php index 3d24835c8..4969bbf80 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Xml/FallbackNodeXmlRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Xml/FallbackNodeXmlRenderer.php @@ -11,11 +11,11 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Xml; +namespace VendorPrefix\League\CommonMark\Xml; -use League\CommonMark\Node\Block\AbstractBlock; -use League\CommonMark\Node\Inline\AbstractInline; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Node\Block\AbstractBlock; +use VendorPrefix\League\CommonMark\Node\Inline\AbstractInline; +use VendorPrefix\League\CommonMark\Node\Node; /** * @internal diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Xml/MarkdownToXmlConverter.php b/components/Markdown/vendor-patched/league/commonmark/src/Xml/MarkdownToXmlConverter.php index d22e0b9a9..36358e3b3 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Xml/MarkdownToXmlConverter.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Xml/MarkdownToXmlConverter.php @@ -11,24 +11,24 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Xml; +namespace VendorPrefix\League\CommonMark\Xml; -use League\CommonMark\ConverterInterface; -use League\CommonMark\Environment\EnvironmentInterface; -use League\CommonMark\Exception\CommonMarkException; -use League\CommonMark\Output\RenderedContentInterface; -use League\CommonMark\Parser\MarkdownParser; -use League\CommonMark\Parser\MarkdownParserInterface; -use League\CommonMark\Renderer\DocumentRendererInterface; +use VendorPrefix\League\CommonMark\ConverterInterface; +use VendorPrefix\League\CommonMark\Environment\EnvironmentInterface; +use VendorPrefix\League\CommonMark\Exception\CommonMarkException; +use VendorPrefix\League\CommonMark\Output\RenderedContentInterface; +use VendorPrefix\League\CommonMark\Parser\MarkdownParser; +use VendorPrefix\League\CommonMark\Parser\MarkdownParserInterface; +use VendorPrefix\League\CommonMark\Renderer\DocumentRendererInterface; final class MarkdownToXmlConverter implements ConverterInterface { /** @psalm-readonly - * @var \League\CommonMark\Parser\MarkdownParserInterface */ + * @var \VendorPrefix\League\CommonMark\Parser\MarkdownParserInterface */ private $parser; /** @psalm-readonly - * @var \League\CommonMark\Renderer\DocumentRendererInterface */ + * @var \VendorPrefix\League\CommonMark\Renderer\DocumentRendererInterface */ private $renderer; public function __construct(EnvironmentInterface $environment) diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Xml/XmlNodeRendererInterface.php b/components/Markdown/vendor-patched/league/commonmark/src/Xml/XmlNodeRendererInterface.php index aafc9f152..050e59be0 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Xml/XmlNodeRendererInterface.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Xml/XmlNodeRendererInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\CommonMark\Xml; +namespace VendorPrefix\League\CommonMark\Xml; -use League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Node\Node; interface XmlNodeRendererInterface { diff --git a/components/Markdown/vendor-patched/league/commonmark/src/Xml/XmlRenderer.php b/components/Markdown/vendor-patched/league/commonmark/src/Xml/XmlRenderer.php index 120cafb32..201bf8272 100644 --- a/components/Markdown/vendor-patched/league/commonmark/src/Xml/XmlRenderer.php +++ b/components/Markdown/vendor-patched/league/commonmark/src/Xml/XmlRenderer.php @@ -2,30 +2,30 @@ declare(strict_types=1); -namespace League\CommonMark\Xml; - -use League\CommonMark\Environment\EnvironmentInterface; -use League\CommonMark\Event\DocumentPreRenderEvent; -use League\CommonMark\Exception\InvalidArgumentException; -use League\CommonMark\Node\Block\Document; -use League\CommonMark\Node\Node; -use League\CommonMark\Node\StringContainerInterface; -use League\CommonMark\Output\RenderedContent; -use League\CommonMark\Output\RenderedContentInterface; -use League\CommonMark\Renderer\DocumentRendererInterface; -use League\CommonMark\Util\Xml; +namespace VendorPrefix\League\CommonMark\Xml; + +use VendorPrefix\League\CommonMark\Environment\EnvironmentInterface; +use VendorPrefix\League\CommonMark\Event\DocumentPreRenderEvent; +use VendorPrefix\League\CommonMark\Exception\InvalidArgumentException; +use VendorPrefix\League\CommonMark\Node\Block\Document; +use VendorPrefix\League\CommonMark\Node\Node; +use VendorPrefix\League\CommonMark\Node\StringContainerInterface; +use VendorPrefix\League\CommonMark\Output\RenderedContent; +use VendorPrefix\League\CommonMark\Output\RenderedContentInterface; +use VendorPrefix\League\CommonMark\Renderer\DocumentRendererInterface; +use VendorPrefix\League\CommonMark\Util\Xml; final class XmlRenderer implements DocumentRendererInterface { private const INDENTATION = ' '; /** - * @var \League\CommonMark\Environment\EnvironmentInterface + * @var \VendorPrefix\League\CommonMark\Environment\EnvironmentInterface */ private $environment; /** - * @var \League\CommonMark\Xml\XmlNodeRendererInterface + * @var \VendorPrefix\League\CommonMark\Xml\XmlNodeRendererInterface */ private $fallbackRenderer; diff --git a/components/Markdown/vendor-patched/league/config/README.md b/components/Markdown/vendor-patched/league/config/README.md index fba4518fb..a38b59212 100644 --- a/components/Markdown/vendor-patched/league/config/README.md +++ b/components/Markdown/vendor-patched/league/config/README.md @@ -23,8 +23,8 @@ composer require league/config The `Configuration` class provides everything you need to define the configuration structure and fetch values: ```php -use League\Config\Configuration; -use Nette\Schema\Expect; +use VendorPrefix\League\Config\Configuration; +use VendorPrefix\Nette\Schema\Expect; // Define your configuration schema $config = new Configuration([ diff --git a/components/Markdown/vendor-patched/league/config/src/Configuration.php b/components/Markdown/vendor-patched/league/config/src/Configuration.php index e46646a30..69411ec31 100644 --- a/components/Markdown/vendor-patched/league/config/src/Configuration.php +++ b/components/Markdown/vendor-patched/league/config/src/Configuration.php @@ -11,24 +11,24 @@ * file that was distributed with this source code. */ -namespace League\Config; - -use Dflydev\DotAccessData\Data; -use Dflydev\DotAccessData\DataInterface; -use Dflydev\DotAccessData\Exception\DataException; -use Dflydev\DotAccessData\Exception\InvalidPathException; -use Dflydev\DotAccessData\Exception\MissingPathException; -use League\Config\Exception\UnknownOptionException; -use League\Config\Exception\ValidationException; -use Nette\Schema\Expect; -use Nette\Schema\Processor; -use Nette\Schema\Schema; -use Nette\Schema\ValidationException as NetteValidationException; +namespace VendorPrefix\League\Config; + +use VendorPrefix\Dflydev\DotAccessData\Data; +use VendorPrefix\Dflydev\DotAccessData\DataInterface; +use VendorPrefix\Dflydev\DotAccessData\Exception\DataException; +use VendorPrefix\Dflydev\DotAccessData\Exception\InvalidPathException; +use VendorPrefix\Dflydev\DotAccessData\Exception\MissingPathException; +use VendorPrefix\League\Config\Exception\UnknownOptionException; +use VendorPrefix\League\Config\Exception\ValidationException; +use VendorPrefix\Nette\Schema\Expect; +use VendorPrefix\Nette\Schema\Processor; +use VendorPrefix\Nette\Schema\Schema; +use VendorPrefix\Nette\Schema\ValidationException as NetteValidationException; final class Configuration implements ConfigurationBuilderInterface, ConfigurationInterface { /** @psalm-readonly - * @var \Dflydev\DotAccessData\Data */ + * @var \VendorPrefix\Dflydev\DotAccessData\Data */ private $userConfig; /** @@ -39,7 +39,7 @@ final class Configuration implements ConfigurationBuilderInterface, Configuratio private $configSchemas = []; /** @psalm-allow-private-mutation - * @var \Dflydev\DotAccessData\Data */ + * @var \VendorPrefix\Dflydev\DotAccessData\Data */ private $finalConfig; /** @@ -50,7 +50,7 @@ final class Configuration implements ConfigurationBuilderInterface, Configuratio private $cache = []; /** @psalm-readonly - * @var \League\Config\ConfigurationInterface */ + * @var \VendorPrefix\League\Config\ConfigurationInterface */ private $reader; /** diff --git a/components/Markdown/vendor-patched/league/config/src/ConfigurationAwareInterface.php b/components/Markdown/vendor-patched/league/config/src/ConfigurationAwareInterface.php index ec5d7b36d..cc4aac1f1 100644 --- a/components/Markdown/vendor-patched/league/config/src/ConfigurationAwareInterface.php +++ b/components/Markdown/vendor-patched/league/config/src/ConfigurationAwareInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\Config; +namespace VendorPrefix\League\Config; /** * Implement this class to facilitate setter injection of the configuration where needed diff --git a/components/Markdown/vendor-patched/league/config/src/ConfigurationBuilderInterface.php b/components/Markdown/vendor-patched/league/config/src/ConfigurationBuilderInterface.php index e9c5ed6ce..9ea3ac15f 100644 --- a/components/Markdown/vendor-patched/league/config/src/ConfigurationBuilderInterface.php +++ b/components/Markdown/vendor-patched/league/config/src/ConfigurationBuilderInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\Config; +namespace VendorPrefix\League\Config; /** * An interface that provides the ability to set both the schema and configuration values diff --git a/components/Markdown/vendor-patched/league/config/src/ConfigurationInterface.php b/components/Markdown/vendor-patched/league/config/src/ConfigurationInterface.php index 534bd9fd2..50182540b 100644 --- a/components/Markdown/vendor-patched/league/config/src/ConfigurationInterface.php +++ b/components/Markdown/vendor-patched/league/config/src/ConfigurationInterface.php @@ -11,10 +11,10 @@ * file that was distributed with this source code. */ -namespace League\Config; +namespace VendorPrefix\League\Config; -use League\Config\Exception\UnknownOptionException; -use League\Config\Exception\ValidationException; +use VendorPrefix\League\Config\Exception\UnknownOptionException; +use VendorPrefix\League\Config\Exception\ValidationException; /** * Interface for reading configuration values diff --git a/components/Markdown/vendor-patched/league/config/src/ConfigurationProviderInterface.php b/components/Markdown/vendor-patched/league/config/src/ConfigurationProviderInterface.php index 7af6148bb..d8b069db5 100644 --- a/components/Markdown/vendor-patched/league/config/src/ConfigurationProviderInterface.php +++ b/components/Markdown/vendor-patched/league/config/src/ConfigurationProviderInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\Config; +namespace VendorPrefix\League\Config; /** * Interface for a service which provides a readable configuration object diff --git a/components/Markdown/vendor-patched/league/config/src/Exception/ConfigurationExceptionInterface.php b/components/Markdown/vendor-patched/league/config/src/Exception/ConfigurationExceptionInterface.php index db9ee783b..dcc8a0720 100644 --- a/components/Markdown/vendor-patched/league/config/src/Exception/ConfigurationExceptionInterface.php +++ b/components/Markdown/vendor-patched/league/config/src/Exception/ConfigurationExceptionInterface.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\Config\Exception; +namespace VendorPrefix\League\Config\Exception; /** * Marker interface for any/all exceptions thrown by this library diff --git a/components/Markdown/vendor-patched/league/config/src/Exception/InvalidConfigurationException.php b/components/Markdown/vendor-patched/league/config/src/Exception/InvalidConfigurationException.php index f2a6b697b..431c376a2 100644 --- a/components/Markdown/vendor-patched/league/config/src/Exception/InvalidConfigurationException.php +++ b/components/Markdown/vendor-patched/league/config/src/Exception/InvalidConfigurationException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\Config\Exception; +namespace VendorPrefix\League\Config\Exception; class InvalidConfigurationException extends \UnexpectedValueException implements ConfigurationExceptionInterface { diff --git a/components/Markdown/vendor-patched/league/config/src/Exception/UnknownOptionException.php b/components/Markdown/vendor-patched/league/config/src/Exception/UnknownOptionException.php index b3508fa9c..8df74cfaa 100644 --- a/components/Markdown/vendor-patched/league/config/src/Exception/UnknownOptionException.php +++ b/components/Markdown/vendor-patched/league/config/src/Exception/UnknownOptionException.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\Config\Exception; +namespace VendorPrefix\League\Config\Exception; use Throwable; diff --git a/components/Markdown/vendor-patched/league/config/src/Exception/ValidationException.php b/components/Markdown/vendor-patched/league/config/src/Exception/ValidationException.php index dc5b256b7..9a16e8462 100644 --- a/components/Markdown/vendor-patched/league/config/src/Exception/ValidationException.php +++ b/components/Markdown/vendor-patched/league/config/src/Exception/ValidationException.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\Config\Exception; +namespace VendorPrefix\League\Config\Exception; -use Nette\Schema\ValidationException as NetteException; +use VendorPrefix\Nette\Schema\ValidationException as NetteException; final class ValidationException extends InvalidConfigurationException { diff --git a/components/Markdown/vendor-patched/league/config/src/MutableConfigurationInterface.php b/components/Markdown/vendor-patched/league/config/src/MutableConfigurationInterface.php index 2d4b2ee8f..ab6a2ffa6 100644 --- a/components/Markdown/vendor-patched/league/config/src/MutableConfigurationInterface.php +++ b/components/Markdown/vendor-patched/league/config/src/MutableConfigurationInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\Config; +namespace VendorPrefix\League\Config; -use League\Config\Exception\UnknownOptionException; +use VendorPrefix\League\Config\Exception\UnknownOptionException; /** * Interface for setting/merging user-defined configuration values into the configuration object diff --git a/components/Markdown/vendor-patched/league/config/src/ReadOnlyConfiguration.php b/components/Markdown/vendor-patched/league/config/src/ReadOnlyConfiguration.php index 0186b877a..a2d6408c9 100644 --- a/components/Markdown/vendor-patched/league/config/src/ReadOnlyConfiguration.php +++ b/components/Markdown/vendor-patched/league/config/src/ReadOnlyConfiguration.php @@ -11,7 +11,7 @@ * file that was distributed with this source code. */ -namespace League\Config; +namespace VendorPrefix\League\Config; /** * Provides read-only access to a given Configuration object @@ -19,7 +19,7 @@ final class ReadOnlyConfiguration implements ConfigurationInterface { /** - * @var \League\Config\Configuration + * @var \VendorPrefix\League\Config\Configuration */ private $config; diff --git a/components/Markdown/vendor-patched/league/config/src/SchemaBuilderInterface.php b/components/Markdown/vendor-patched/league/config/src/SchemaBuilderInterface.php index 3a198078c..b0918096c 100644 --- a/components/Markdown/vendor-patched/league/config/src/SchemaBuilderInterface.php +++ b/components/Markdown/vendor-patched/league/config/src/SchemaBuilderInterface.php @@ -11,9 +11,9 @@ * file that was distributed with this source code. */ -namespace League\Config; +namespace VendorPrefix\League\Config; -use Nette\Schema\Schema; +use VendorPrefix\Nette\Schema\Schema; /** * Interface that allows new schemas to be added to a configuration diff --git a/components/Markdown/vendor-patched/nette/schema/readme.md b/components/Markdown/vendor-patched/nette/schema/readme.md index 656cac0cc..ae37867d0 100644 --- a/components/Markdown/vendor-patched/nette/schema/readme.md +++ b/components/Markdown/vendor-patched/nette/schema/readme.md @@ -34,26 +34,26 @@ Thank you! In variable `$schema` we have a validation schema (what exactly this means and how to create it we will say later) and in variable `$data` we have a data structure that we want to validate and normalize. This can be, for example, data sent by the user through an API, configuration file, etc. -The task is handled by the [Nette\Schema\Processor](https://api.nette.org/schema/master/Nette/Schema/Processor.html) class, which processes the input and either returns normalized data or throws an [Nette\Schema\ValidationException](https://api.nette.org/schema/master/Nette/Schema/ValidationException.html) exception on error. +The task is handled by the [VendorPrefix\Nette\Schema\Processor](https://api.nette.org/schema/master/Nette/Schema/Processor.html) class, which processes the input and either returns normalized data or throws an [VendorPrefix\Nette\Schema\ValidationException](https://api.nette.org/schema/master/Nette/Schema/ValidationException.html) exception on error. ```php -$processor = new Nette\Schema\Processor; +$processor = new VendorPrefix\Nette\Schema\Processor; try { $normalized = $processor->process($schema, $data); -} catch (Nette\Schema\ValidationException $e) { +} catch (VendorPrefix\Nette\Schema\ValidationException $e) { echo 'Data is invalid: ' . $e->getMessage(); } ``` -Method `$e->getMessages()` returns array of all message strings and `$e->getMessageObjects()` return all messages as [Nette\Schema\Message](https://api.nette.org/schema/master/Nette/Schema/Message.html) objects. +Method `$e->getMessages()` returns array of all message strings and `$e->getMessageObjects()` return all messages as [VendorPrefix\Nette\Schema\Message](https://api.nette.org/schema/master/Nette/Schema/Message.html) objects. ## Defining Schema -And now let's create a schema. The class [Nette\Schema\Expect](https://api.nette.org/schema/master/Nette/Schema/Expect.html) is used to define it, we actually define expectations of what the data should look like. Let's say that the input data must be a structure (e.g. an array) containing elements `processRefund` of type bool and `refundAmount` of type int. +And now let's create a schema. The class [VendorPrefix\Nette\Schema\Expect](https://api.nette.org/schema/master/Nette/Schema/Expect.html) is used to define it, we actually define expectations of what the data should look like. Let's say that the input data must be a structure (e.g. an array) containing elements `processRefund` of type bool and `refundAmount` of type int. ```php -use Nette\Schema\Expect; +use VendorPrefix\Nette\Schema\Expect; $schema = Expect::structure([ 'processRefund' => Expect::bool(), @@ -373,11 +373,11 @@ Expect::type('string|int') ->transform(fn(string $s) => strtoupper($s)); // conversion to uppercase ``` -The `transform()` method can both transform and validate the value simultaneously. This is often simpler and less redundant than chaining `transform()` and `assert()`. For this purpose, the function receives a [Nette\Schema\Context](https://api.nette.org/schema/master/Nette/Schema/Context.html) object with an `addError()` method, which can be used to add information about validation issues: +The `transform()` method can both transform and validate the value simultaneously. This is often simpler and less redundant than chaining `transform()` and `assert()`. For this purpose, the function receives a [VendorPrefix\Nette\Schema\Context](https://api.nette.org/schema/master/Nette/Schema/Context.html) object with an `addError()` method, which can be used to add information about validation issues: ```php Expect::string() - ->transform(function (string $s, Nette\Schema\Context $context) { + ->transform(function (string $s, VendorPrefix\Nette\Schema\Context $context) { if (!ctype_lower($s)) { $context->addError('All characters must be lowercased', 'my.case.error'); return null; diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Context.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Context.php index b2b32cc2c..9f1232765 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Context.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Context.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Schema; +namespace VendorPrefix\Nette\Schema; final class Context diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/DynamicParameter.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/DynamicParameter.php index 8dd610506..f645c5c25 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/DynamicParameter.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/DynamicParameter.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Schema; +namespace VendorPrefix\Nette\Schema; interface DynamicParameter diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/AnyOf.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/AnyOf.php index f7ba2c22e..1570d3442 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/AnyOf.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/AnyOf.php @@ -7,12 +7,12 @@ declare(strict_types=1); -namespace Nette\Schema\Elements; +namespace VendorPrefix\Nette\Schema\Elements; use Nette; -use Nette\Schema\Context; -use Nette\Schema\Helpers; -use Nette\Schema\Schema; +use VendorPrefix\Nette\Schema\Context; +use VendorPrefix\Nette\Schema\Helpers; +use VendorPrefix\Nette\Schema\Schema; final class AnyOf implements Schema @@ -31,7 +31,7 @@ final class AnyOf implements Schema public function __construct(...$set) { if (!$set) { - throw new Nette\InvalidStateException('The enumeration must not be empty.'); + throw new VendorPrefix\Nette\InvalidStateException('The enumeration must not be empty.'); } $this->set = $set; @@ -54,7 +54,7 @@ public function nullable(): self public function dynamic(): self { - $this->set[] = new Type(Nette\Schema\DynamicParameter::class); + $this->set[] = new Type(VendorPrefix\Nette\Schema\DynamicParameter::class); return $this; } @@ -128,14 +128,14 @@ private function findAlternative($value, Context $context) return $value; } - $expecteds[] = Nette\Schema\Helpers::formatValue($item); + $expecteds[] = VendorPrefix\Nette\Schema\Helpers::formatValue($item); } } if ($innerErrors) { $context->errors = array_merge($context->errors, $innerErrors); } else { - $context->addError('The %label% %path% expects to be %expected%, %value% given.', Nette\Schema\Message::TypeMismatch, [ + $context->addError('The %label% %path% expects to be %expected%, %value% given.', VendorPrefix\Nette\Schema\Message::TypeMismatch, [ 'value' => $value, 'expected' => implode('|', array_unique($expecteds)), ]); @@ -151,7 +151,7 @@ private function findAlternative($value, Context $context) public function completeDefault(Context $context) { if ($this->required) { - $context->addError('The mandatory item %path% is missing.', Nette\Schema\Message::MissingItem); + $context->addError('The mandatory item %path% is missing.', VendorPrefix\Nette\Schema\Message::MissingItem); return null; } diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Base.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Base.php index da58ae604..72c3c3e1e 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Base.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Base.php @@ -7,11 +7,11 @@ declare(strict_types=1); -namespace Nette\Schema\Elements; +namespace VendorPrefix\Nette\Schema\Elements; use Nette; -use Nette\Schema\Context; -use Nette\Schema\Helpers; +use VendorPrefix\Nette\Schema\Context; +use VendorPrefix\Nette\Schema\Helpers; /** @@ -83,7 +83,7 @@ public function assert(callable $handler, ?string $description = null): self if ($handler($value)) { return $value; } - $context->addError('Failed assertion ' . ($description ? "'%assertion%'" : '%assertion%') . ' for %label% %path% with value %value%.', Nette\Schema\Message::FailedAssertion, ['value' => $value, 'assertion' => $expected]); + $context->addError('Failed assertion ' . ($description ? "'%assertion%'" : '%assertion%') . ' for %label% %path% with value %value%.', VendorPrefix\Nette\Schema\Message::FailedAssertion, ['value' => $value, 'assertion' => $expected]); }); } @@ -102,7 +102,7 @@ public function deprecated(string $message = 'The item %path% is deprecated.'): public function completeDefault(Context $context) { if ($this->required) { - $context->addError('The mandatory item %path% is missing.', Nette\Schema\Message::MissingItem); + $context->addError('The mandatory item %path% is missing.', VendorPrefix\Nette\Schema\Message::MissingItem); return null; } @@ -127,7 +127,7 @@ public function doNormalize($value, Context $context) private function doDeprecation(Context $context): void { if ($this->deprecated !== null) { - $context->addWarning($this->deprecated, Nette\Schema\Message::Deprecated); + $context->addWarning($this->deprecated, VendorPrefix\Nette\Schema\Message::Deprecated); } } @@ -149,7 +149,7 @@ private function doTransform($value, Context $context) } - /** @deprecated use Nette\Schema\Validators::validateType() + /** @deprecated use VendorPrefix\Nette\Schema\Validators::validateType() * @param mixed $value */ private function doValidate($value, string $expected, Context $context): bool { @@ -159,7 +159,7 @@ private function doValidate($value, string $expected, Context $context): bool } - /** @deprecated use Nette\Schema\Validators::validateRange() + /** @deprecated use VendorPrefix\Nette\Schema\Validators::validateRange() * @param mixed $value */ private static function doValidateRange($value, array $range, Context $context, string $types = ''): bool { diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Structure.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Structure.php index 41a54153b..673668625 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Structure.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Structure.php @@ -7,12 +7,12 @@ declare(strict_types=1); -namespace Nette\Schema\Elements; +namespace VendorPrefix\Nette\Schema\Elements; use Nette; -use Nette\Schema\Context; -use Nette\Schema\Helpers; -use Nette\Schema\Schema; +use VendorPrefix\Nette\Schema\Context; +use VendorPrefix\Nette\Schema\Helpers; +use VendorPrefix\Nette\Schema\Schema; final class Structure implements Schema @@ -23,7 +23,7 @@ final class Structure implements Schema private $items; /** for array|list - * @var \Nette\Schema\Schema|null */ + * @var \VendorPrefix\Nette\Schema\Schema|null */ private $otherItems; /** @var array{?int, ?int} */ @@ -51,7 +51,7 @@ public function __construct(array $shape) */ public function default($value): self { - throw new Nette\InvalidStateException('Structure cannot have default value.'); + throw new VendorPrefix\Nette\InvalidStateException('Structure cannot have default value.'); } @@ -70,7 +70,7 @@ public function max(?int $max): self /** - * @param string|\Nette\Schema\Schema $type + * @param string|\VendorPrefix\Nette\Schema\Schema $type */ public function otherItems($type = 'mixed'): self { @@ -199,8 +199,8 @@ private function validateItems(array &$value, Context $context): void } else { $keys = array_map('strval', array_keys($items)); foreach ($extraKeys as $key) { - $hint = Nette\Utils\Helpers::getSuggestion($keys, (string) $key); - $context->addError('Unexpected item %path%' . ($hint ? ", did you mean '%hint%'?" : '.'), Nette\Schema\Message::UnexpectedItem, ['hint' => $hint])->path[] = $key; + $hint = VendorPrefix\Nette\Utils\Helpers::getSuggestion($keys, (string) $key); + $context->addError('Unexpected item %path%' . ($hint ? ", did you mean '%hint%'?" : '.'), VendorPrefix\Nette\Schema\Message::UnexpectedItem, ['hint' => $hint])->path[] = $key; } } } diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Type.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Type.php index 90f33b749..4bbe7046c 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Type.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Type.php @@ -7,12 +7,12 @@ declare(strict_types=1); -namespace Nette\Schema\Elements; +namespace VendorPrefix\Nette\Schema\Elements; -use Nette\Schema\Context; -use Nette\Schema\DynamicParameter; -use Nette\Schema\Helpers; -use Nette\Schema\Schema; +use VendorPrefix\Nette\Schema\Context; +use VendorPrefix\Nette\Schema\DynamicParameter; +use VendorPrefix\Nette\Schema\Helpers; +use VendorPrefix\Nette\Schema\Schema; final class Type implements Schema @@ -24,11 +24,11 @@ final class Type implements Schema */ private $type; /** - * @var \Nette\Schema\Schema|null + * @var \VendorPrefix\Nette\Schema\Schema|null */ private $itemsValue; /** - * @var \Nette\Schema\Schema|null + * @var \VendorPrefix\Nette\Schema\Schema|null */ private $itemsKey; @@ -89,8 +89,8 @@ public function max(?float $max): self /** * @internal use arrayOf() or listOf() - * @param string|\Nette\Schema\Schema $valueType - * @param string|\Nette\Schema\Schema|null $keyType + * @param string|\VendorPrefix\Nette\Schema\Schema $valueType + * @param string|\VendorPrefix\Nette\Schema\Schema|null $keyType */ public function items($valueType = 'mixed', $keyType = null): self { diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Expect.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Expect.php index c6ac5e49e..b17206cce 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Expect.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Expect.php @@ -7,12 +7,12 @@ declare(strict_types=1); -namespace Nette\Schema; +namespace VendorPrefix\Nette\Schema; use Nette; -use Nette\Schema\Elements\AnyOf; -use Nette\Schema\Elements\Structure; -use Nette\Schema\Elements\Type; +use VendorPrefix\Nette\Schema\Elements\AnyOf; +use VendorPrefix\Nette\Schema\Elements\Structure; +use VendorPrefix\Nette\Schema\Elements\Type; /** @@ -82,7 +82,7 @@ public static function from(object $object, array $items = []): Structure $def = ($prop instanceof \ReflectionProperty ? $prop->getValue($object) : $prop->getDefaultValue()); if (is_object($def)) { $item = static::from($def); - } elseif ($def === null && !Nette\Utils\Validators::is(null, $type)) { + } elseif ($def === null && !VendorPrefix\Nette\Utils\Validators::is(null, $type)) { $item->required(); } else { $item->default($def); @@ -99,19 +99,19 @@ public static function from(object $object, array $items = []): Structure /** * @param mixed[] $shape - * @return \Nette\Schema\Elements\Structure|\Nette\Schema\Elements\Type + * @return \VendorPrefix\Nette\Schema\Elements\Structure|\VendorPrefix\Nette\Schema\Elements\Type */ public static function array(?array $shape = []) { - return Nette\Utils\Arrays::first($shape ?? []) instanceof Schema + return VendorPrefix\Nette\Utils\Arrays::first($shape ?? []) instanceof Schema ? (new Structure($shape))->castTo('array') : (new Type('array'))->default($shape); } /** - * @param string|\Nette\Schema\Schema $valueType - * @param string|\Nette\Schema\Schema|null $keyType + * @param string|\VendorPrefix\Nette\Schema\Schema $valueType + * @param string|\VendorPrefix\Nette\Schema\Schema|null $keyType */ public static function arrayOf($valueType, $keyType = null): Type { @@ -120,7 +120,7 @@ public static function arrayOf($valueType, $keyType = null): Type /** - * @param string|\Nette\Schema\Schema $type + * @param string|\VendorPrefix\Nette\Schema\Schema $type */ public static function listOf($type): Type { diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Helpers.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Helpers.php index f8745d0b7..722eab311 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Helpers.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Helpers.php @@ -7,10 +7,10 @@ declare(strict_types=1); -namespace Nette\Schema; +namespace VendorPrefix\Nette\Schema; use Nette; -use Nette\Utils\Reflection; +use VendorPrefix\Nette\Utils\Reflection; /** @@ -18,7 +18,7 @@ */ final class Helpers { - use Nette\StaticClass; + use VendorPrefix\Nette\StaticClass; public const PreventMerging = '_prevent_merging'; @@ -63,7 +63,7 @@ public static function merge($value, $base) */ public static function getPropertyType($prop): ?string { - if ($type = Nette\Utils\Type::fromReflection($prop)) { + if ($type = VendorPrefix\Nette\Utils\Type::fromReflection($prop)) { return (string) $type; } elseif ( ($prop instanceof \ReflectionProperty) @@ -86,7 +86,7 @@ public static function getPropertyType($prop): ?string public static function parseAnnotation(\Reflector $ref, string $name): ?string { if (!Reflection::areCommentsAvailable()) { - throw new Nette\InvalidStateException('You have to enable phpDoc comments in opcode cache.'); + throw new VendorPrefix\Nette\InvalidStateException('You have to enable phpDoc comments in opcode cache.'); } $re = '#[\s*]@' . preg_quote($name, '#') . '(?=\s|$)(?:[ \t]+([^@\s]\S*))?#'; @@ -108,7 +108,7 @@ public static function formatValue($value): string } elseif (is_object($value)) { return 'object ' . get_class($value); } elseif (is_string($value)) { - return "'" . Nette\Utils\Strings::truncate($value, 15, '...') . "'"; + return "'" . VendorPrefix\Nette\Utils\Strings::truncate($value, 15, '...') . "'"; } elseif (is_scalar($value)) { return var_export($value, true); } else { @@ -122,7 +122,7 @@ public static function formatValue($value): string */ public static function validateType($value, string $expected, Context $context): void { - if (!Nette\Utils\Validators::is($value, $expected)) { + if (!VendorPrefix\Nette\Utils\Validators::is($value, $expected)) { $expected = str_replace(DynamicParameter::class . '|', '', $expected); $expected = str_replace(['|', ':'], [' or ', ' in range '], $expected); $context->addError('The %label% %path% expects to be %expected%, %value% given.', Message::TypeMismatch, ['value' => $value, 'expected' => $expected]); @@ -139,7 +139,7 @@ public static function validateRange($value, array $range, Context $context, str [$length, $label] = is_array($value) ? [count($value), 'items'] : (in_array('unicode', explode('|', $types), true) - ? [Nette\Utils\Strings::length($value), 'characters'] + ? [VendorPrefix\Nette\Utils\Strings::length($value), 'characters'] : [strlen($value), 'bytes']); if (!self::isInRange($length, $range)) { @@ -171,7 +171,7 @@ public static function validatePattern(string $value, string $pattern, Context $ public static function getCastStrategy(string $type): \Closure { - if (Nette\Utils\Reflection::isBuiltinType($type)) { + if (VendorPrefix\Nette\Utils\Reflection::isBuiltinType($type)) { return static function ($value) use ($type) { settype($value, $type); return $value; @@ -184,7 +184,7 @@ public static function getCastStrategy(string $type): \Closure }; } else { return static function ($value) use ($type) { - return Nette\Utils\Arrays::toObject((array) $value, new $type); + return VendorPrefix\Nette\Utils\Arrays::toObject((array) $value, new $type); }; } } diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Message.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Message.php index 1b0e868ff..0ddb5216e 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Message.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Message.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Schema; +namespace VendorPrefix\Nette\Schema; use Nette; @@ -99,7 +99,7 @@ public function toString(): string [, $space, $key] = $m; return $vars[$key] === null ? '' : $space . $vars[$key]; }, $this->message) !== null) { - throw new Nette\InvalidStateException(preg_last_error_msg()); + throw new VendorPrefix\Nette\InvalidStateException(preg_last_error_msg()); } return preg_replace_callback('~( ?)%(\w+)%~', function ($m) use ($vars) { [, $space, $key] = $m; diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Processor.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Processor.php index eabee8ce9..317ff2370 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Processor.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Processor.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Schema; +namespace VendorPrefix\Nette\Schema; use Nette; @@ -22,7 +22,7 @@ final class Processor */ public $onNewContext = []; /** - * @var \Nette\Schema\Context + * @var \VendorPrefix\Nette\Schema\Context */ private $context; /** @@ -103,6 +103,6 @@ private function createContext(): void { $this->context = new Context; $this->context->skipDefaults = $this->skipDefaults; - Nette\Utils\Arrays::invoke($this->onNewContext, $this->context); + VendorPrefix\Nette\Utils\Arrays::invoke($this->onNewContext, $this->context); } } diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Schema.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Schema.php index b080279e6..8cdb08aae 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Schema.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Schema.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Schema; +namespace VendorPrefix\Nette\Schema; interface Schema diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/ValidationException.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/ValidationException.php index 04c581f94..23374d617 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/ValidationException.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/ValidationException.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Schema; +namespace VendorPrefix\Nette\Schema; use Nette; @@ -15,7 +15,7 @@ /** * Validation error. */ -class ValidationException extends Nette\InvalidStateException +class ValidationException extends VendorPrefix\Nette\InvalidStateException { /** @var Message[] */ private $messages; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Iterators/CachingIterator.php b/components/Markdown/vendor-patched/nette/utils/src/Iterators/CachingIterator.php index 4563b7d1c..4e2b26842 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Iterators/CachingIterator.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Iterators/CachingIterator.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Iterators; +namespace VendorPrefix\Nette\Iterators; use Nette; @@ -26,7 +26,7 @@ */ class CachingIterator extends \CachingIterator implements \Countable { - use Nette\SmartObject; + use VendorPrefix\Nette\SmartObject; /** * @var int @@ -41,7 +41,7 @@ public function __construct($iterable) { $iterable = $iterable instanceof \stdClass ? new \ArrayIterator($iterable) - : Nette\Utils\Iterables::toIterator($iterable); + : VendorPrefix\Nette\Utils\Iterables::toIterator($iterable); parent::__construct($iterable, 0); } @@ -110,7 +110,7 @@ public function count(): int return $inner->count(); } else { - throw new Nette\NotSupportedException('Iterator is not countable.'); + throw new VendorPrefix\Nette\NotSupportedException('Iterator is not countable.'); } } diff --git a/components/Markdown/vendor-patched/nette/utils/src/Iterators/Mapper.php b/components/Markdown/vendor-patched/nette/utils/src/Iterators/Mapper.php index 293f8fed5..8837842b8 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Iterators/Mapper.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Iterators/Mapper.php @@ -7,11 +7,11 @@ declare(strict_types=1); -namespace Nette\Iterators; +namespace VendorPrefix\Nette\Iterators; /** - * @deprecated use Nette\Utils\Iterables::map() + * @deprecated use VendorPrefix\Nette\Utils\Iterables::map() */ class Mapper extends \IteratorIterator { diff --git a/components/Markdown/vendor-patched/nette/utils/src/SmartObject.php b/components/Markdown/vendor-patched/nette/utils/src/SmartObject.php index 71b99456e..8af740794 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/SmartObject.php +++ b/components/Markdown/vendor-patched/nette/utils/src/SmartObject.php @@ -9,7 +9,7 @@ namespace Nette; -use Nette\Utils\ObjectHelpers; +use VendorPrefix\Nette\Utils\ObjectHelpers; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Translator.php b/components/Markdown/vendor-patched/nette/utils/src/Translator.php index c11abb5c0..d61bca1f0 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Translator.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Translator.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Localization; +namespace VendorPrefix\Nette\Localization; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayHash.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayHash.php index aa24bc75b..f1c26f6bd 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayHash.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayHash.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -67,7 +67,7 @@ public function count(): int public function offsetSet($key, $value): void { if (!is_scalar($key)) { // prevents null - throw new Nette\InvalidArgumentException(sprintf('Key must be either a string or an integer, %s given.', get_debug_type($key))); + throw new VendorPrefix\Nette\InvalidArgumentException(sprintf('Key must be either a string or an integer, %s given.', get_debug_type($key))); } $this->$key = $value; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayList.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayList.php index 332826a19..f885c6cf2 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayList.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayList.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -20,7 +20,7 @@ */ class ArrayList implements \ArrayAccess, \Countable, \IteratorAggregate { - use Nette\SmartObject; + use VendorPrefix\Nette\SmartObject; /** * @var mixed[] @@ -36,7 +36,7 @@ class ArrayList implements \ArrayAccess, \Countable, \IteratorAggregate public static function from(array $array) { if (!Arrays::isList($array)) { - throw new Nette\InvalidArgumentException('Array is not valid list.'); + throw new VendorPrefix\Nette\InvalidArgumentException('Array is not valid list.'); } $obj = new static; @@ -70,7 +70,7 @@ public function count(): int * Replaces or appends a item. * @param int|null $index * @param T $value - * @throws Nette\OutOfRangeException + * @throws VendorPrefix\Nette\OutOfRangeException */ public function offsetSet($index, $value): void { @@ -78,7 +78,7 @@ public function offsetSet($index, $value): void $this->list[] = $value; } elseif (!is_int($index) || $index < 0 || $index >= count($this->list)) { - throw new Nette\OutOfRangeException('Offset invalid or out of range'); + throw new VendorPrefix\Nette\OutOfRangeException('Offset invalid or out of range'); } else { $this->list[$index] = $value; @@ -90,13 +90,13 @@ public function offsetSet($index, $value): void * Returns a item. * @param int $index * @return T - * @throws Nette\OutOfRangeException + * @throws VendorPrefix\Nette\OutOfRangeException */ #[\ReturnTypeWillChange] public function offsetGet($index) { if (!is_int($index) || $index < 0 || $index >= count($this->list)) { - throw new Nette\OutOfRangeException('Offset invalid or out of range'); + throw new VendorPrefix\Nette\OutOfRangeException('Offset invalid or out of range'); } return $this->list[$index]; @@ -116,12 +116,12 @@ public function offsetExists($index): bool /** * Removes the element at the specified position in this list. * @param int $index - * @throws Nette\OutOfRangeException + * @throws VendorPrefix\Nette\OutOfRangeException */ public function offsetUnset($index): void { if (!is_int($index) || $index < 0 || $index >= count($this->list)) { - throw new Nette\OutOfRangeException('Offset invalid or out of range'); + throw new VendorPrefix\Nette\OutOfRangeException('Offset invalid or out of range'); } array_splice($this->list, $index, 1); diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Arrays.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Arrays.php index 4fab9ec65..ad8373823 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Arrays.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Arrays.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use JetBrains\PhpStorm\Language; use Nette; @@ -19,7 +19,7 @@ */ class Arrays { - use Nette\StaticClass; + use VendorPrefix\Nette\StaticClass; /** * Returns item from array. If it does not exist, it throws an exception, unless a default value is set. @@ -28,7 +28,7 @@ class Arrays * @param array-key|array-key[] $key * @param mixed $default * @return ?T - * @throws Nette\InvalidArgumentException if item does not exist and default value is not provided + * @throws VendorPrefix\Nette\InvalidArgumentException if item does not exist and default value is not provided */ public static function get(array $array, $key, $default = null) { @@ -37,7 +37,7 @@ public static function get(array $array, $key, $default = null) $array = $array[$k]; } else { if (func_num_args() < 3) { - throw new Nette\InvalidArgumentException("Missing item '$k'."); + throw new VendorPrefix\Nette\InvalidArgumentException("Missing item '$k'."); } return $default; @@ -54,7 +54,7 @@ public static function get(array $array, $key, $default = null) * @param array $array * @param array-key|array-key[] $key * @return ?T - * @throws Nette\InvalidArgumentException if traversed item is not an array + * @throws VendorPrefix\Nette\InvalidArgumentException if traversed item is not an array */ public static function &getRef(array &$array, $key) { @@ -62,7 +62,7 @@ public static function &getRef(array &$array, $key) if (is_array($array) || $array === null) { $array = &$array[$k]; } else { - throw new Nette\InvalidArgumentException('Traversed item is not an array.'); + throw new VendorPrefix\Nette\InvalidArgumentException('Traversed item is not an array.'); } } @@ -324,7 +324,7 @@ public static function associate(array $array, $path) : preg_split('#(\[\]|->|=|\|)#', $path, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY); if (!$parts || $parts === ['->'] || $parts[0] === '=' || $parts[0] === '|') { - throw new Nette\InvalidArgumentException("Invalid path '$path'."); + throw new VendorPrefix\Nette\InvalidArgumentException("Invalid path '$path'."); } $res = $parts[0] === '->' ? new \stdClass : []; @@ -389,7 +389,7 @@ public static function normalize(array $array, $filling = null): array * @param array $array * @param mixed $default * @return ?T - * @throws Nette\InvalidArgumentException if item does not exist and default value is not provided + * @throws VendorPrefix\Nette\InvalidArgumentException if item does not exist and default value is not provided * @param string|int $key */ public static function pick(array &$array, $key, $default = null) @@ -400,7 +400,7 @@ public static function pick(array &$array, $key, $default = null) return $value; } elseif (func_num_args() < 3) { - throw new Nette\InvalidArgumentException("Missing item '$key'."); + throw new VendorPrefix\Nette\InvalidArgumentException("Missing item '$key'."); } else { return $default; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Callback.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Callback.php index 97b4eb9eb..a75cfe792 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Callback.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Callback.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; use function is_array, is_object, is_string; @@ -18,7 +18,7 @@ */ final class Callback { - use Nette\StaticClass; + use VendorPrefix\Nette\StaticClass; /** * Invokes internal PHP function with own error handler. @@ -52,13 +52,13 @@ public static function invokeSafe(string $function, array $args, callable $onErr * Checks that $callable is valid PHP callback. Otherwise throws exception. If the $syntax is set to true, only verifies * that $callable has a valid structure to be used as a callback, but does not verify if the class or method actually exists. * @return callable - * @throws Nette\InvalidArgumentException + * @throws VendorPrefix\Nette\InvalidArgumentException * @param mixed $callable */ public static function check($callable, bool $syntax = false) { if (!is_callable($callable, $syntax)) { - throw new Nette\InvalidArgumentException($syntax + throw new VendorPrefix\Nette\InvalidArgumentException($syntax ? 'Given value is not a callable type.' : sprintf("Callback '%s' is not callable.", self::toString($callable))); } diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/DateTime.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/DateTime.php index 1e7db7a2a..28a63c008 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/DateTime.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/DateTime.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -17,7 +17,7 @@ */ class DateTime extends \DateTime implements \JsonSerializable { - use Nette\SmartObject; + use VendorPrefix\Nette\SmartObject; /** minute in seconds */ public const MINUTE = 60; @@ -64,7 +64,7 @@ public static function from($time) /** * Creates DateTime object. - * @throws Nette\InvalidArgumentException if the date and time are not valid. + * @throws VendorPrefix\Nette\InvalidArgumentException if the date and time are not valid. * @return static */ public static function fromParts(int $year, int $month, int $day, int $hour = 0, int $minute = 0, float $second = 0.0) @@ -79,7 +79,7 @@ public static function fromParts(int $year, int $month, int $day, int $hour = 0, || $second < 0 || $second >= 60 ) { - throw new Nette\InvalidArgumentException("Invalid date '$s'"); + throw new VendorPrefix\Nette\InvalidArgumentException("Invalid date '$s'"); } return new static($s); } diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/FileInfo.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/FileInfo.php index f5cea45f6..cab3e9261 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/FileInfo.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/FileInfo.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -53,7 +53,7 @@ public function getRelativePathname(): string /** * Returns the contents of the file. - * @throws Nette\IOException + * @throws VendorPrefix\Nette\IOException */ public function read(): string { @@ -63,7 +63,7 @@ public function read(): string /** * Writes the contents to the file. - * @throws Nette\IOException + * @throws VendorPrefix\Nette\IOException */ public function write(string $content): void { diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/FileSystem.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/FileSystem.php index 3715d011d..c83175d33 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/FileSystem.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/FileSystem.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -19,28 +19,28 @@ final class FileSystem { /** * Creates a directory if it does not exist, including parent directories. - * @throws Nette\IOException on error occurred + * @throws VendorPrefix\Nette\IOException on error occurred */ public static function createDir(string $dir, int $mode = 0777): void { if (!is_dir($dir) && !@mkdir($dir, $mode, true) && !is_dir($dir)) { // @ - dir may already exist - throw new Nette\IOException(sprintf("Unable to create directory '%s' with mode %s. %s", self::normalizePath($dir), decoct($mode), Helpers::getLastError())); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to create directory '%s' with mode %s. %s", self::normalizePath($dir), decoct($mode), Helpers::getLastError())); } } /** * Copies a file or an entire directory. Overwrites existing files and directories by default. - * @throws Nette\IOException on error occurred - * @throws Nette\InvalidStateException if $overwrite is set to false and destination already exists + * @throws VendorPrefix\Nette\IOException on error occurred + * @throws VendorPrefix\Nette\InvalidStateException if $overwrite is set to false and destination already exists */ public static function copy(string $origin, string $target, bool $overwrite = true): void { if (stream_is_local($origin) && !file_exists($origin)) { - throw new Nette\IOException(sprintf("File or directory '%s' not found.", self::normalizePath($origin))); + throw new VendorPrefix\Nette\IOException(sprintf("File or directory '%s' not found.", self::normalizePath($origin))); } elseif (!$overwrite && file_exists($target)) { - throw new Nette\InvalidStateException(sprintf("File or directory '%s' already exists.", self::normalizePath($target))); + throw new VendorPrefix\Nette\InvalidStateException(sprintf("File or directory '%s' already exists.", self::normalizePath($target))); } elseif (is_dir($origin)) { static::createDir($target); @@ -58,7 +58,7 @@ public static function copy(string $origin, string $target, bool $overwrite = tr } else { static::createDir(dirname($target)); if (@stream_copy_to_stream(static::open($origin, 'rb'), static::open($target, 'wb')) === false) { // @ is escalated to exception - throw new Nette\IOException(sprintf("Unable to copy file '%s' to '%s'. %s", self::normalizePath($origin), self::normalizePath($target), Helpers::getLastError())); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to copy file '%s' to '%s'. %s", self::normalizePath($origin), self::normalizePath($target), Helpers::getLastError())); } } } @@ -67,13 +67,13 @@ public static function copy(string $origin, string $target, bool $overwrite = tr /** * Opens file and returns resource. * @return resource - * @throws Nette\IOException on error occurred + * @throws VendorPrefix\Nette\IOException on error occurred */ public static function open(string $path, string $mode) { $f = @fopen($path, $mode); // @ is escalated to exception if (!$f) { - throw new Nette\IOException(sprintf("Unable to open file '%s'. %s", self::normalizePath($path), Helpers::getLastError())); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to open file '%s'. %s", self::normalizePath($path), Helpers::getLastError())); } return $f; } @@ -81,14 +81,14 @@ public static function open(string $path, string $mode) /** * Deletes a file or an entire directory if exists. If the directory is not empty, it deletes its contents first. - * @throws Nette\IOException on error occurred + * @throws VendorPrefix\Nette\IOException on error occurred */ public static function delete(string $path): void { if (is_file($path) || is_link($path)) { $func = DIRECTORY_SEPARATOR === '\\' && is_dir($path) ? 'rmdir' : 'unlink'; if (!@$func($path)) { // @ is escalated to exception - throw new Nette\IOException(sprintf("Unable to delete '%s'. %s", self::normalizePath($path), Helpers::getLastError())); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to delete '%s'. %s", self::normalizePath($path), Helpers::getLastError())); } } elseif (is_dir($path)) { foreach (new \FilesystemIterator($path) as $item) { @@ -96,7 +96,7 @@ public static function delete(string $path): void } if (!@rmdir($path)) { // @ is escalated to exception - throw new Nette\IOException(sprintf("Unable to delete directory '%s'. %s", self::normalizePath($path), Helpers::getLastError())); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to delete directory '%s'. %s", self::normalizePath($path), Helpers::getLastError())); } } } @@ -104,16 +104,16 @@ public static function delete(string $path): void /** * Renames or moves a file or a directory. Overwrites existing files and directories by default. - * @throws Nette\IOException on error occurred - * @throws Nette\InvalidStateException if $overwrite is set to false and destination already exists + * @throws VendorPrefix\Nette\IOException on error occurred + * @throws VendorPrefix\Nette\InvalidStateException if $overwrite is set to false and destination already exists */ public static function rename(string $origin, string $target, bool $overwrite = true): void { if (!$overwrite && file_exists($target)) { - throw new Nette\InvalidStateException(sprintf("File or directory '%s' already exists.", self::normalizePath($target))); + throw new VendorPrefix\Nette\InvalidStateException(sprintf("File or directory '%s' already exists.", self::normalizePath($target))); } elseif (!file_exists($origin)) { - throw new Nette\IOException(sprintf("File or directory '%s' not found.", self::normalizePath($origin))); + throw new VendorPrefix\Nette\IOException(sprintf("File or directory '%s' not found.", self::normalizePath($origin))); } else { static::createDir(dirname($target)); @@ -122,7 +122,7 @@ public static function rename(string $origin, string $target, bool $overwrite = } if (!@rename($origin, $target)) { // @ is escalated to exception - throw new Nette\IOException(sprintf("Unable to rename file or directory '%s' to '%s'. %s", self::normalizePath($origin), self::normalizePath($target), Helpers::getLastError())); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to rename file or directory '%s' to '%s'. %s", self::normalizePath($origin), self::normalizePath($target), Helpers::getLastError())); } } } @@ -130,13 +130,13 @@ public static function rename(string $origin, string $target, bool $overwrite = /** * Reads the content of a file. - * @throws Nette\IOException on error occurred + * @throws VendorPrefix\Nette\IOException on error occurred */ public static function read(string $file): string { $content = @file_get_contents($file); // @ is escalated to exception if ($content === false) { - throw new Nette\IOException(sprintf("Unable to read file '%s'. %s", self::normalizePath($file), Helpers::getLastError())); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to read file '%s'. %s", self::normalizePath($file), Helpers::getLastError())); } return $content; @@ -147,7 +147,7 @@ public static function read(string $file): string * Reads the file content line by line. Because it reads continuously as we iterate over the lines, * it is possible to read files larger than the available memory. * @return \Generator - * @throws Nette\IOException on error occurred + * @throws VendorPrefix\Nette\IOException on error occurred */ public static function readLines(string $file, bool $stripNewLines = true): \Generator { @@ -155,7 +155,7 @@ public static function readLines(string $file, bool $stripNewLines = true): \Gen $counter = 0; do { $line = Callback::invokeSafe('fgets', [$f], function ($error) use ($file) { - throw new Nette\IOException(sprintf("Unable to read file '%s'. %s", self::normalizePath($file), $error)); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to read file '%s'. %s", self::normalizePath($file), $error)); }); if ($line === false) { fclose($f); @@ -174,17 +174,17 @@ public static function readLines(string $file, bool $stripNewLines = true): \Gen /** * Writes the string to a file. - * @throws Nette\IOException on error occurred + * @throws VendorPrefix\Nette\IOException on error occurred */ public static function write(string $file, string $content, ?int $mode = 0666): void { static::createDir(dirname($file)); if (@file_put_contents($file, $content) === false) { // @ is escalated to exception - throw new Nette\IOException(sprintf("Unable to write file '%s'. %s", self::normalizePath($file), Helpers::getLastError())); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to write file '%s'. %s", self::normalizePath($file), Helpers::getLastError())); } if ($mode !== null && !@chmod($file, $mode)) { // @ is escalated to exception - throw new Nette\IOException(sprintf("Unable to chmod file '%s' to mode %s. %s", self::normalizePath($file), decoct($mode), Helpers::getLastError())); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to chmod file '%s' to mode %s. %s", self::normalizePath($file), decoct($mode), Helpers::getLastError())); } } @@ -192,13 +192,13 @@ public static function write(string $file, string $content, ?int $mode = 0666): /** * Sets file permissions to `$fileMode` or directory permissions to `$dirMode`. * Recursively traverses and sets permissions on the entire contents of the directory as well. - * @throws Nette\IOException on error occurred + * @throws VendorPrefix\Nette\IOException on error occurred */ public static function makeWritable(string $path, int $dirMode = 0777, int $fileMode = 0666): void { if (is_file($path)) { if (!@chmod($path, $fileMode)) { // @ is escalated to exception - throw new Nette\IOException(sprintf("Unable to chmod file '%s' to mode %s. %s", self::normalizePath($path), decoct($fileMode), Helpers::getLastError())); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to chmod file '%s' to mode %s. %s", self::normalizePath($path), decoct($fileMode), Helpers::getLastError())); } } elseif (is_dir($path)) { foreach (new \FilesystemIterator($path) as $item) { @@ -206,10 +206,10 @@ public static function makeWritable(string $path, int $dirMode = 0777, int $file } if (!@chmod($path, $dirMode)) { // @ is escalated to exception - throw new Nette\IOException(sprintf("Unable to chmod directory '%s' to mode %s. %s", self::normalizePath($path), decoct($dirMode), Helpers::getLastError())); + throw new VendorPrefix\Nette\IOException(sprintf("Unable to chmod directory '%s' to mode %s. %s", self::normalizePath($path), decoct($dirMode), Helpers::getLastError())); } } else { - throw new Nette\IOException(sprintf("File or directory '%s' not found.", self::normalizePath($path))); + throw new VendorPrefix\Nette\IOException(sprintf("File or directory '%s' not found.", self::normalizePath($path))); } } diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Finder.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Finder.php index d0c3a785f..6ce7bc272 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Finder.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Finder.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -24,7 +24,7 @@ */ class Finder implements \IteratorAggregate { - use Nette\SmartObject; + use VendorPrefix\Nette\SmartObject; /** @var array */ private $find = []; @@ -126,7 +126,7 @@ private function addMask(array $masks, string $mode) $mask = rtrim($mask, '/'); } if ($mask === '' || ($mode === 'file' && substr_compare($mask, '/', -strlen('/')) === 0)) { - throw new Nette\InvalidArgumentException("Invalid mask '$mask'"); + throw new VendorPrefix\Nette\InvalidArgumentException("Invalid mask '$mask'"); } if (strncmp($mask, '**/', strlen('**/')) === 0) { $mask = substr($mask, 3); @@ -167,7 +167,7 @@ private function addLocation(array $paths, string $ext): void { foreach ($paths as $path) { if ($path === '') { - throw new Nette\InvalidArgumentException("Invalid directory '$path'"); + throw new VendorPrefix\Nette\InvalidArgumentException("Invalid directory '$path'"); } $path = rtrim(FileSystem::unixSlashes($path), '/'); $this->in[] = $path . $ext; @@ -250,7 +250,7 @@ public function exclude($masks) foreach ($masks as $mask) { $mask = FileSystem::unixSlashes($mask); if (!preg_match('~^/?(\*\*/)?(.+)(/\*\*|/\*|/|)$~D', $mask, $m)) { - throw new Nette\InvalidArgumentException("Invalid mask '$mask'"); + throw new VendorPrefix\Nette\InvalidArgumentException("Invalid mask '$mask'"); } $end = $m[3]; $re = $this->buildPattern($m[2]); @@ -312,7 +312,7 @@ public function size(string $operator, ?int $size = null) { if (func_num_args() === 1) { // in $operator is predicate if (!preg_match('#^(?:([=<>!]=?|<>)\s*)?((?:\d*\.)?\d+)\s*(K|M|G|)B?$#Di', $operator, $matches)) { - throw new Nette\InvalidArgumentException('Invalid size predicate format.'); + throw new VendorPrefix\Nette\InvalidArgumentException('Invalid size predicate format.'); } [, $operator, $size, $unit] = $matches; @@ -336,7 +336,7 @@ public function date(string $operator, $date = null) { if (func_num_args() === 1) { // in $operator is predicate if (!preg_match('#^(?:([=<>!]=?|<>)\s*)?(.+)$#Di', $operator, $matches)) { - throw new Nette\InvalidArgumentException('Invalid date predicate format.'); + throw new VendorPrefix\Nette\InvalidArgumentException('Invalid date predicate format.'); } [, $operator, $date] = $matches; @@ -392,7 +392,7 @@ private function traverseDir(string $dir, array $searches, array $subdirs = []): if ($this->maxDepth >= 0 && count($subdirs) > $this->maxDepth) { return; } elseif (!is_dir($dir)) { - throw new Nette\InvalidStateException(sprintf("Directory '%s' does not exist.", rtrim($dir, '/\\'))); + throw new VendorPrefix\Nette\InvalidStateException(sprintf("Directory '%s' does not exist.", rtrim($dir, '/\\'))); } try { @@ -401,7 +401,7 @@ private function traverseDir(string $dir, array $searches, array $subdirs = []): if ($this->ignoreUnreadableDirs) { return; } else { - throw new Nette\InvalidStateException($e->getMessage()); + throw new VendorPrefix\Nette\InvalidStateException($e->getMessage()); } } @@ -481,7 +481,7 @@ private function buildPlan(): array $splits = []; if (FileSystem::isAbsolute($mask)) { if ($this->in) { - throw new Nette\InvalidStateException("You cannot combine the absolute path in the mask '$mask' and the directory to search '{$this->in[0]}'."); + throw new VendorPrefix\Nette\InvalidStateException("You cannot combine the absolute path in the mask '$mask' and the directory to search '{$this->in[0]}'."); } $splits[] = self::splitRecursivePart($mask); } else { @@ -498,7 +498,7 @@ private function buildPlan(): array : [strtr($base, ['[[]' => '[', '[]]' => ']'])]); // unescape [ and ] if (!$dirs) { - throw new Nette\InvalidStateException(sprintf("Directory '%s' does not exist.", rtrim($base, '/\\'))); + throw new VendorPrefix\Nette\InvalidStateException(sprintf("Directory '%s' does not exist.", rtrim($base, '/\\'))); } $search = (object) ['pattern' => $this->buildPattern($rest), 'mode' => $mode, 'recursive' => $recursive]; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Floats.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Floats.php index cc2781d71..8cf1aca92 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Floats.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Floats.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -17,7 +17,7 @@ */ class Floats { - use Nette\StaticClass; + use VendorPrefix\Nette\StaticClass; private const Epsilon = 1e-10; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Helpers.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Helpers.php index a4765dbb2..8c937f529 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Helpers.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Helpers.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -64,7 +64,7 @@ public static function falseToNull($value) public static function clamp($value, $min, $max) { if ($min > $max) { - throw new Nette\InvalidArgumentException("Minimum ($min) is not less than maximum ($max)."); + throw new VendorPrefix\Nette\InvalidArgumentException("Minimum ($min) is not less than maximum ($max)."); } return min(max($value, $min), $max); @@ -117,7 +117,7 @@ public static function compare($left, string $operator, $right): bool case '!==': return $left !== $right; default: - throw new Nette\InvalidArgumentException("Unknown operator '$operator'"); + throw new VendorPrefix\Nette\InvalidArgumentException("Unknown operator '$operator'"); } } } diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Html.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Html.php index 97a7ae6da..a69ac5636 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Html.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Html.php @@ -7,10 +7,10 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; -use Nette\HtmlStringable; +use VendorPrefix\Nette\HtmlStringable; use function is_array, is_float, is_object, is_string; @@ -233,7 +233,7 @@ */ class Html implements \ArrayAccess, \Countable, \IteratorAggregate, HtmlStringable { - use Nette\SmartObject; + use VendorPrefix\Nette\SmartObject; /** @var array element's attributes */ public $attrs = []; @@ -639,7 +639,7 @@ final public function create(string $name, $attrs = null) /** * Inserts child node. - * @param \Nette\HtmlStringable|string $child + * @param \VendorPrefix\Nette\HtmlStringable|string $child * @return static */ public function insert(?int $index, $child, bool $replace = false) @@ -670,7 +670,7 @@ final public function offsetSet($index, $child): void /** * Returns child node (\ArrayAccess implementation). * @param int $index - * @return \Nette\HtmlStringable|string + * @return \VendorPrefix\Nette\HtmlStringable|string */ #[\ReturnTypeWillChange] final public function offsetGet($index) diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Image.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Image.php index 1a734d995..ca7181206 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Image.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Image.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -90,7 +90,7 @@ */ class Image { - use Nette\SmartObject; + use VendorPrefix\Nette\SmartObject; /** Prevent from getting resized to a bigger size than the original */ public const ShrinkOnly = 0b0001; @@ -161,7 +161,7 @@ public static function rgb(int $red, int $green, int $blue, int $transparency = /** * Reads an image from a file and returns its type in $type. - * @throws Nette\NotSupportedException if gd extension is not loaded + * @throws VendorPrefix\Nette\NotSupportedException if gd extension is not loaded * @throws UnknownImageFileException if file not found or file type is not known * @return static */ @@ -179,7 +179,7 @@ public static function fromFile(string $file, ?int &$type = null) /** * Reads an image from a string and returns its type in $type. - * @throws Nette\NotSupportedException if gd extension is not loaded + * @throws VendorPrefix\Nette\NotSupportedException if gd extension is not loaded * @throws ImageException * @return static */ @@ -219,15 +219,15 @@ private static function invokeSafe(string $func, string $arg, string $message, s * Creates a new true color image of the given dimensions. The default color is black. * @param positive-int $width * @param positive-int $height - * @throws Nette\NotSupportedException if gd extension is not loaded - * @param \Nette\Utils\ImageColor|mixed[]|null $color + * @throws VendorPrefix\Nette\NotSupportedException if gd extension is not loaded + * @param \VendorPrefix\Nette\Utils\ImageColor|mixed[]|null $color * @return static */ public static function fromBlank(int $width, int $height, $color = null) { self::ensureExtension(); if ($width < 1 || $height < 1) { - throw new Nette\InvalidArgumentException('Image width and height must be greater than zero.'); + throw new VendorPrefix\Nette\InvalidArgumentException('Image width and height must be greater than zero.'); } $image = new static(imagecreatetruecolor($width, $height)); @@ -271,7 +271,7 @@ public static function detectTypeFromString(string $s, &$width = null, &$height public static function typeToExtension(int $type): string { if (!isset(self::Formats[$type])) { - throw new Nette\InvalidArgumentException("Unsupported image type '$type'."); + throw new VendorPrefix\Nette\InvalidArgumentException("Unsupported image type '$type'."); } return self::Formats[$type]; @@ -287,7 +287,7 @@ public static function extensionToType(string $extension): int $extensions = array_flip(self::Formats) + ['jpg' => ImageType::JPEG]; $extension = strtolower($extension); if (!isset($extensions[$extension])) { - throw new Nette\InvalidArgumentException("Unsupported file extension '$extension'."); + throw new VendorPrefix\Nette\InvalidArgumentException("Unsupported file extension '$extension'."); } return $extensions[$extension]; @@ -446,7 +446,7 @@ public static function calculateSize(int $srcWidth, int $srcHeight, $newWidth, $ } if ($mode & self::Stretch) { // non-proportional if (!$newWidth || !$newHeight) { - throw new Nette\InvalidArgumentException('For stretching must be both width and height specified.'); + throw new VendorPrefix\Nette\InvalidArgumentException('For stretching must be both width and height specified.'); } if ($mode & self::ShrinkOnly) { @@ -455,7 +455,7 @@ public static function calculateSize(int $srcWidth, int $srcHeight, $newWidth, $ } } else { // proportional if (!$newWidth && !$newHeight) { - throw new Nette\InvalidArgumentException('At least width or height must be specified.'); + throw new VendorPrefix\Nette\InvalidArgumentException('At least width or height must be specified.'); } $scale = []; @@ -734,7 +734,7 @@ private function output(int $type, ?int $quality, ?string $file = null): void break; default: - throw new Nette\InvalidArgumentException("Unsupported image type '$type'."); + throw new VendorPrefix\Nette\InvalidArgumentException("Unsupported image type '$type'."); } if (!$success) { @@ -745,7 +745,7 @@ private function output(int $type, ?int $quality, ?string $file = null): void /** * Call to undefined method. - * @throws Nette\MemberAccessException + * @throws VendorPrefix\Nette\MemberAccessException * @return mixed */ public function __call(string $name, array $args) @@ -792,7 +792,7 @@ private static function isPercent(&$num): bool return false; } - throw new Nette\InvalidArgumentException("Expected dimension in int|string, '$num' given."); + throw new VendorPrefix\Nette\InvalidArgumentException("Expected dimension in int|string, '$num' given."); } @@ -801,12 +801,12 @@ private static function isPercent(&$num): bool */ public function __sleep(): array { - throw new Nette\NotSupportedException('You cannot serialize or unserialize ' . self::class . ' instances.'); + throw new VendorPrefix\Nette\NotSupportedException('You cannot serialize or unserialize ' . self::class . ' instances.'); } /** - * @param \Nette\Utils\ImageColor|mixed[] $color + * @param \VendorPrefix\Nette\Utils\ImageColor|mixed[] $color */ public function resolveColor($color): int { @@ -818,7 +818,7 @@ public function resolveColor($color): int private static function ensureExtension(): void { if (!extension_loaded('gd')) { - throw new Nette\NotSupportedException('PHP extension GD is not loaded.'); + throw new VendorPrefix\Nette\NotSupportedException('PHP extension GD is not loaded.'); } } } diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageColor.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageColor.php index b9a4d2be3..69bcfd5ea 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageColor.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageColor.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -51,7 +51,7 @@ public static function hex(string $hex): self } elseif ($len === 6 || $len === 8) { return new self((int) hexdec($hex[0] . $hex[1]), (int) hexdec($hex[2] . $hex[3]), (int) hexdec($hex[4] . $hex[5]), (int) hexdec(($hex[6] ?? 'F') . ($hex[7] ?? 'F')) / 255); } else { - throw new Nette\InvalidArgumentException('Invalid hex color format.'); + throw new VendorPrefix\Nette\InvalidArgumentException('Invalid hex color format.'); } } diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageType.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageType.php index 3092c8f02..706c73f54 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageType.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageType.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Iterables.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Iterables.php index 90033879e..ef606d439 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Iterables.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Iterables.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -17,7 +17,7 @@ */ final class Iterables { - use Nette\StaticClass; + use VendorPrefix\Nette\StaticClass; /** * Tests for the presence of value. diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Json.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Json.php index a3ad96d28..d25d94f1c 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Json.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Json.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -17,7 +17,7 @@ */ final class Json { - use Nette\StaticClass; + use VendorPrefix\Nette\StaticClass; /** @deprecated use Json::decode(..., forceArrays: true) */ public const FORCE_ARRAY = JSON_OBJECT_AS_ARRAY; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/ObjectHelpers.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/ObjectHelpers.php index 104f4a47f..760369047 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/ObjectHelpers.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/ObjectHelpers.php @@ -7,19 +7,19 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; -use Nette\MemberAccessException; +use VendorPrefix\Nette\MemberAccessException; /** - * Nette\SmartObject helpers. + * VendorPrefix\Nette\SmartObject helpers. * @internal */ final class ObjectHelpers { - use Nette\StaticClass; + use VendorPrefix\Nette\StaticClass; /** * @return never diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Paginator.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Paginator.php index 210b47d6c..6195e61b5 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Paginator.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Paginator.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -32,7 +32,7 @@ */ class Paginator { - use Nette\SmartObject; + use VendorPrefix\Nette\SmartObject; /** * @var int diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Random.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Random.php index f2f622a77..488d067b9 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Random.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Random.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; use Random\Randomizer; @@ -18,7 +18,7 @@ */ final class Random { - use Nette\StaticClass; + use VendorPrefix\Nette\StaticClass; /** * Generates a random string of given length from characters specified in second argument. @@ -33,9 +33,9 @@ public static function generate(int $length = 10, string $charlist = '0-9a-z'): $chLen = strlen($charlist); if ($length < 1) { - throw new Nette\InvalidArgumentException('Length must be greater than zero.'); + throw new VendorPrefix\Nette\InvalidArgumentException('Length must be greater than zero.'); } elseif ($chLen < 2) { - throw new Nette\InvalidArgumentException('Character list must contain at least two chars.'); + throw new VendorPrefix\Nette\InvalidArgumentException('Character list must contain at least two chars.'); } elseif (PHP_VERSION_ID >= 80300) { return (new Randomizer)->getBytesFromString($charlist, $length); } diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Reflection.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Reflection.php index 7b4fb0861..5548aed8d 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Reflection.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Reflection.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -17,16 +17,16 @@ */ final class Reflection { - use Nette\StaticClass; + use VendorPrefix\Nette\StaticClass; - /** @deprecated use Nette\Utils\Validator::isBuiltinType() */ + /** @deprecated use VendorPrefix\Nette\Utils\Validator::isBuiltinType() */ public static function isBuiltinType(string $type): bool { return Validators::isBuiltinType($type); } - /** @deprecated use Nette\Utils\Validator::isClassKeyword() */ + /** @deprecated use VendorPrefix\Nette\Utils\Validator::isClassKeyword() */ public static function isClassKeyword(string $name): bool { return Validators::isClassKeyword($name); @@ -145,7 +145,7 @@ public static function toString(\Reflector $ref): string } elseif ($ref instanceof \ReflectionParameter) { return '$' . $ref->name . ' in ' . self::toString($ref->getDeclaringFunction()); } else { - throw new Nette\InvalidArgumentException; + throw new VendorPrefix\Nette\InvalidArgumentException; } } @@ -153,13 +153,13 @@ public static function toString(\Reflector $ref): string /** * Expands the name of the class to full name in the given context of given class. * Thus, it returns how the PHP parser would understand $name if it were written in the body of the class $context. - * @throws Nette\InvalidArgumentException + * @throws VendorPrefix\Nette\InvalidArgumentException */ public static function expandClassName(string $name, \ReflectionClass $context): string { $lower = strtolower($name); if (empty($name)) { - throw new Nette\InvalidArgumentException('Class name must not be empty.'); + throw new VendorPrefix\Nette\InvalidArgumentException('Class name must not be empty.'); } elseif (Validators::isBuiltinType($lower)) { return $lower; @@ -195,7 +195,7 @@ public static function expandClassName(string $name, \ReflectionClass $context): public static function getUseStatements(\ReflectionClass $class): array { if ($class->isAnonymous()) { - throw new Nette\NotImplementedException('Anonymous classes are not supported.'); + throw new VendorPrefix\Nette\NotImplementedException('Anonymous classes are not supported.'); } static $cache = []; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/ReflectionMethod.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/ReflectionMethod.php index 8bf376e0a..aa671b1b4 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/ReflectionMethod.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/ReflectionMethod.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Strings.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Strings.php index 1ca13e081..3c6272801 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Strings.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Strings.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use JetBrains\PhpStorm\Language; use Nette; @@ -19,7 +19,7 @@ */ class Strings { - use Nette\StaticClass; + use VendorPrefix\Nette\StaticClass; public const TrimCharacters = " \t\n\r\0\x0B\u{A0}\u{2000}\u{2001}\u{2002}\u{2003}\u{2004}\u{2005}\u{2006}\u{2007}\u{2008}\u{2009}\u{200A}\u{200B}"; @@ -28,7 +28,7 @@ class Strings /** - * @deprecated use Nette\Utils\Validator::isUnicode() + * @deprecated use VendorPrefix\Nette\Utils\Validator::isUnicode() */ public static function checkEncoding(string $s): bool { @@ -48,14 +48,14 @@ public static function fixEncoding(string $s): string /** * Returns a specific character in UTF-8 from code point (number in range 0x0000..D7FF or 0xE000..10FFFF). - * @throws Nette\InvalidArgumentException if code point is not in valid range + * @throws VendorPrefix\Nette\InvalidArgumentException if code point is not in valid range */ public static function chr(int $code): string { if ($code < 0 || ($code >= 0xD800 && $code <= 0xDFFF) || $code > 0x10FFFF) { - throw new Nette\InvalidArgumentException('Code point must be in range 0x0 to 0xD7FF or 0xE000 to 0x10FFFF.'); + throw new VendorPrefix\Nette\InvalidArgumentException('Code point must be in range 0x0 to 0xD7FF or 0xE000 to 0x10FFFF.'); } elseif (!extension_loaded('iconv')) { - throw new Nette\NotSupportedException(__METHOD__ . '() requires ICONV extension that is not loaded.'); + throw new VendorPrefix\Nette\NotSupportedException(__METHOD__ . '() requires ICONV extension that is not loaded.'); } return iconv('UTF-32BE', 'UTF-8//IGNORE', pack('N', $code)); @@ -68,12 +68,12 @@ public static function chr(int $code): string public static function ord(string $c): int { if (!extension_loaded('iconv')) { - throw new Nette\NotSupportedException(__METHOD__ . '() requires ICONV extension that is not loaded.'); + throw new VendorPrefix\Nette\NotSupportedException(__METHOD__ . '() requires ICONV extension that is not loaded.'); } $tmp = iconv('UTF-8', 'UTF-32BE//IGNORE', $c); if (!$tmp) { - throw new Nette\InvalidArgumentException('Invalid UTF-8 character "' . ($c === '' ? '' : '\x' . strtoupper(bin2hex($c))) . '".'); + throw new VendorPrefix\Nette\InvalidArgumentException('Invalid UTF-8 character "' . ($c === '' ? '' : '\x' . strtoupper(bin2hex($c))) . '".'); } return unpack('N', $tmp)[1]; @@ -116,7 +116,7 @@ public static function substring(string $s, int $start, ?int $length = null): st if (function_exists('mb_substr')) { return mb_substr($s, $start, $length, 'UTF-8'); // MB is much faster } elseif (!extension_loaded('iconv')) { - throw new Nette\NotSupportedException(__METHOD__ . '() requires extension ICONV or MBSTRING, neither is loaded.'); + throw new VendorPrefix\Nette\NotSupportedException(__METHOD__ . '() requires extension ICONV or MBSTRING, neither is loaded.'); } elseif ($length === null) { $length = self::length($s); } elseif ($start < 0 && $length < 0) { @@ -444,7 +444,7 @@ public static function padRight(string $s, int $length, string $pad = ' '): stri public static function reverse(string $s): string { if (!extension_loaded('iconv')) { - throw new Nette\NotSupportedException(__METHOD__ . '() requires ICONV extension that is not loaded.'); + throw new VendorPrefix\Nette\NotSupportedException(__METHOD__ . '() requires ICONV extension that is not loaded.'); } return iconv('UTF-32LE', 'UTF-8', strrev(iconv('UTF-8', 'UTF-32BE', $s))); @@ -668,7 +668,7 @@ public static function replace( { if (is_object($replacement) || is_array($replacement)) { if (!is_callable($replacement, false, $textual)) { - throw new Nette\InvalidStateException("Callback '$textual' is not callable."); + throw new VendorPrefix\Nette\InvalidStateException("Callback '$textual' is not callable."); } $flags = ($captureOffset ? PREG_OFFSET_CAPTURE : 0) | ($unmatchedAsNull ? PREG_UNMATCHED_AS_NULL : 0); diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Type.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Type.php index 6a188cf12..a4fdd231b 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Type.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Type.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -58,7 +58,7 @@ private static function fromReflectionType(\ReflectionType $type, $of, bool $asO }, $type->getTypes()), $type instanceof \ReflectionUnionType ? '|' : '&'); } else { - throw new Nette\InvalidStateException('Unexpected type of ' . Reflection::toString($of)); + throw new VendorPrefix\Nette\InvalidStateException('Unexpected type of ' . Reflection::toString($of)); } } @@ -69,7 +69,7 @@ private static function fromReflectionType(\ReflectionType $type, $of, bool $asO public static function fromString(string $type): self { if (!Validators::isTypeDeclaration($type)) { - throw new Nette\InvalidArgumentException("Invalid type '$type'."); + throw new VendorPrefix\Nette\InvalidArgumentException("Invalid type '$type'."); } if ($type[0] === '?') { diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Validators.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Validators.php index 084609815..955421965 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Validators.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Validators.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; @@ -17,7 +17,7 @@ */ class Validators { - use Nette\StaticClass; + use VendorPrefix\Nette\StaticClass; private const BuiltinTypes = [ 'string' => 1, 'int' => 1, 'float' => 1, 'bool' => 1, 'array' => 1, 'object' => 1, @@ -280,7 +280,7 @@ public static function isMixed(): bool /** * Checks if a variable is a zero-based integer indexed array. - * @deprecated use Nette\Utils\Arrays::isList + * @deprecated use VendorPrefix\Nette\Utils\Arrays::isList * @return ($value is list ? true : false) * @param mixed $value */ diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/exceptions.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/exceptions.php index af949ce47..599f47d67 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/exceptions.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/exceptions.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/compatibility.php b/components/Markdown/vendor-patched/nette/utils/src/compatibility.php index 9df548018..3af1531f6 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/compatibility.php +++ b/components/Markdown/vendor-patched/nette/utils/src/compatibility.php @@ -7,23 +7,23 @@ declare(strict_types=1); -namespace Nette\Utils; +namespace VendorPrefix\Nette\Utils; use Nette; if (false) { - /** @deprecated use Nette\HtmlStringable */ - interface IHtmlString extends Nette\HtmlStringable + /** @deprecated use VendorPrefix\Nette\HtmlStringable */ + interface IHtmlString extends VendorPrefix\Nette\HtmlStringable { } } elseif (!interface_exists(IHtmlString::class)) { - class_alias(Nette\HtmlStringable::class, IHtmlString::class); + class_alias(VendorPrefix\Nette\HtmlStringable::class, IHtmlString::class); } -namespace Nette\Localization; +namespace VendorPrefix\Nette\Localization; if (false) { - /** @deprecated use Nette\Localization\Translator */ + /** @deprecated use VendorPrefix\Nette\Localization\Translator */ interface ITranslator extends Translator { } diff --git a/components/Markdown/vendor-patched/webuni/front-matter/README.md b/components/Markdown/vendor-patched/webuni/front-matter/README.md index 2ba37b507..1543e4f75 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/README.md +++ b/components/Markdown/vendor-patched/webuni/front-matter/README.md @@ -67,7 +67,7 @@ paragraph ```php parse($string); @@ -80,7 +80,7 @@ $content = $document->getContent(); ```php exists($string); ``` @@ -104,9 +104,9 @@ Hello world! you can use `FrontMatterLoader`, that decorates another Twig loader: ```php -$frontMatter = \Webuni\FrontMatter\Twig\TwigCommentFrontMatter::create(); +$frontMatter = \VendorPrefix\Webuni\FrontMatter\Twig\TwigCommentFrontMatter::create(); $loader = new \Twig\Loader\FilesystemLoader(['path/to/templates']); -$loader = new \Webuni\FrontMatter\Twig\FrontMatterLoader($frontMatter, $loader); +$loader = new \VendorPrefix\Webuni\FrontMatter\Twig\FrontMatterLoader($frontMatter, $loader); $twig = new \Twig\Environment($loader); $content = $twig->render('template', []); @@ -117,8 +117,8 @@ It is possible to inject front matter to Twig template as variables: ```php // … -$converter = \Webuni\FrontMatter\Twig\DataToTwigConvertor::vars(); -$loader = new \Webuni\FrontMatter\Twig\FrontMatterLoader($frontMatter, $loader, $converter); +$converter = \VendorPrefix\Webuni\FrontMatter\Twig\DataToTwigConvertor::vars(); +$loader = new \VendorPrefix\Webuni\FrontMatter\Twig\FrontMatterLoader($frontMatter, $loader, $converter); // … ``` @@ -164,10 +164,10 @@ tags: This library can be used with [league/commonmark](https://commonmark.thephpleague.com/): ```php -$frontMatter = new \Webuni\FrontMatter\FrontMatter(); -$extension = new \Webuni\FrontMatter\Markdown\FrontMatterLeagueCommonMarkExtension($frontMatter); +$frontMatter = new \VendorPrefix\Webuni\FrontMatter\FrontMatter(); +$extension = new \VendorPrefix\Webuni\FrontMatter\Markdown\FrontMatterLeagueCommonMarkExtension($frontMatter); -$converter = new \League\CommonMark\CommonMarkConverter([]); +$converter = new \VendorPrefix\League\CommonMark\CommonMarkConverter([]); $converter->getEnvironment()->addExtension($extension); $html = $converter->convertToHtml('markdown'); // html without front matter ``` diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Document.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Document.php index dae48836d..be2458491 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Document.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Document.php @@ -10,7 +10,7 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter; +namespace VendorPrefix\Webuni\FrontMatter; class Document { diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatter.php b/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatter.php index 4c47ed51a..2d173e201 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatter.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatter.php @@ -10,12 +10,12 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter; +namespace VendorPrefix\Webuni\FrontMatter; -use Webuni\FrontMatter\Processor\JsonWithoutBracesProcessor; -use Webuni\FrontMatter\Processor\ProcessorInterface; -use Webuni\FrontMatter\Processor\TomlProcessor; -use Webuni\FrontMatter\Processor\YamlProcessor; +use VendorPrefix\Webuni\FrontMatter\Processor\JsonWithoutBracesProcessor; +use VendorPrefix\Webuni\FrontMatter\Processor\ProcessorInterface; +use VendorPrefix\Webuni\FrontMatter\Processor\TomlProcessor; +use VendorPrefix\Webuni\FrontMatter\Processor\YamlProcessor; final class FrontMatter implements FrontMatterInterface { @@ -28,7 +28,7 @@ final class FrontMatter implements FrontMatterInterface */ private $endSep; /** - * @var \Webuni\FrontMatter\Processor\ProcessorInterface + * @var \VendorPrefix\Webuni\FrontMatter\Processor\ProcessorInterface */ private $processor; /** diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatterChain.php b/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatterChain.php index 41e036bb7..d40c59862 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatterChain.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatterChain.php @@ -10,11 +10,11 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter; +namespace VendorPrefix\Webuni\FrontMatter; use InvalidArgumentException; -use Webuni\FrontMatter\Pug\PugCommentFrontMatter; -use Webuni\FrontMatter\Twig\TwigCommentFrontMatter; +use VendorPrefix\Webuni\FrontMatter\Pug\PugCommentFrontMatter; +use VendorPrefix\Webuni\FrontMatter\Twig\TwigCommentFrontMatter; final class FrontMatterChain implements FrontMatterInterface { diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatterInterface.php b/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatterInterface.php index b7aa477ec..6686bc89e 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatterInterface.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/FrontMatterInterface.php @@ -10,7 +10,7 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter; +namespace VendorPrefix\Webuni\FrontMatter; /** * Interface FrontMatterInterface. diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Haml/FrontMatterFilter.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Haml/FrontMatterFilter.php index 071c26376..e20127038 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Haml/FrontMatterFilter.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Haml/FrontMatterFilter.php @@ -10,13 +10,13 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Haml; +namespace VendorPrefix\Webuni\FrontMatter\Haml; use MtHaml\Filter\FilterInterface; use MtHaml\Node\Filter; use MtHaml\NodeVisitor\RendererAbstract; -use Webuni\FrontMatter\Document; -use Webuni\FrontMatter\FrontMatterInterface; +use VendorPrefix\Webuni\FrontMatter\Document; +use VendorPrefix\Webuni\FrontMatter\FrontMatterInterface; class FrontMatterFilter implements FilterInterface { diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Markdown/FrontMatterLeagueCommonMarkExtension.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Markdown/FrontMatterLeagueCommonMarkExtension.php index a8908e125..3b686b17d 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Markdown/FrontMatterLeagueCommonMarkExtension.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Markdown/FrontMatterLeagueCommonMarkExtension.php @@ -10,14 +10,14 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Markdown; - -use Dflydev\DotAccessData\Data; -use League\CommonMark\Environment\EnvironmentBuilderInterface; -use League\CommonMark\Event\DocumentPreParsedEvent; -use League\CommonMark\Extension\ExtensionInterface; -use League\CommonMark\Input\MarkdownInput; -use Webuni\FrontMatter\FrontMatterInterface; +namespace VendorPrefix\Webuni\FrontMatter\Markdown; + +use VendorPrefix\Dflydev\DotAccessData\Data; +use VendorPrefix\League\CommonMark\Environment\EnvironmentBuilderInterface; +use VendorPrefix\League\CommonMark\Event\DocumentPreParsedEvent; +use VendorPrefix\League\CommonMark\Extension\ExtensionInterface; +use VendorPrefix\League\CommonMark\Input\MarkdownInput; +use VendorPrefix\Webuni\FrontMatter\FrontMatterInterface; class FrontMatterLeagueCommonMarkExtension implements ExtensionInterface { diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/JsonProcessor.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/JsonProcessor.php index 3a076d539..1660c3f9a 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/JsonProcessor.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/JsonProcessor.php @@ -10,7 +10,7 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Processor; +namespace VendorPrefix\Webuni\FrontMatter\Processor; final class JsonProcessor implements ProcessorInterface { diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/JsonWithoutBracesProcessor.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/JsonWithoutBracesProcessor.php index afd93b05f..b54c44370 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/JsonWithoutBracesProcessor.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/JsonWithoutBracesProcessor.php @@ -10,7 +10,7 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Processor; +namespace VendorPrefix\Webuni\FrontMatter\Processor; final class JsonWithoutBracesProcessor implements ProcessorInterface { diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/NeonProcessor.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/NeonProcessor.php index 91b0a22af..5987da468 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/NeonProcessor.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/NeonProcessor.php @@ -10,9 +10,9 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Processor; +namespace VendorPrefix\Webuni\FrontMatter\Processor; -use Nette\Neon\Neon; +use VendorPrefix\Nette\Neon\Neon; final class NeonProcessor implements ProcessorInterface { diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/ProcessorDecorator.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/ProcessorDecorator.php index 113b8a143..6bf95aea8 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/ProcessorDecorator.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/ProcessorDecorator.php @@ -10,12 +10,12 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Processor; +namespace VendorPrefix\Webuni\FrontMatter\Processor; abstract class ProcessorDecorator implements ProcessorInterface { /** - * @var \Webuni\FrontMatter\Processor\ProcessorInterface + * @var \VendorPrefix\Webuni\FrontMatter\Processor\ProcessorInterface */ private $wrapped; diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/ProcessorInterface.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/ProcessorInterface.php index d82446eca..033929fab 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/ProcessorInterface.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/ProcessorInterface.php @@ -10,7 +10,7 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Processor; +namespace VendorPrefix\Webuni\FrontMatter\Processor; interface ProcessorInterface { diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/TomlProcessor.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/TomlProcessor.php index 751b0d306..9e65e41ee 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/TomlProcessor.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/TomlProcessor.php @@ -10,7 +10,7 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Processor; +namespace VendorPrefix\Webuni\FrontMatter\Processor; use Yosymfony\Toml\Toml; diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/YamlProcessor.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/YamlProcessor.php index 2f3580dca..f495e691d 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/YamlProcessor.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Processor/YamlProcessor.php @@ -10,7 +10,7 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Processor; +namespace VendorPrefix\Webuni\FrontMatter\Processor; use VendorPrefix\Symfony\Component\Yaml\Yaml; diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Pug/PugCommentFrontMatter.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Pug/PugCommentFrontMatter.php index 6bc174da1..e8cf70ace 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Pug/PugCommentFrontMatter.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Pug/PugCommentFrontMatter.php @@ -10,11 +10,11 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Pug; +namespace VendorPrefix\Webuni\FrontMatter\Pug; -use Webuni\FrontMatter\FrontMatter; -use Webuni\FrontMatter\Processor\ProcessorInterface; -use Webuni\FrontMatter\Processor\YamlProcessor; +use VendorPrefix\Webuni\FrontMatter\FrontMatter; +use VendorPrefix\Webuni\FrontMatter\Processor\ProcessorInterface; +use VendorPrefix\Webuni\FrontMatter\Processor\YamlProcessor; /** * @see https://pugjs.org/language/comments.html#block-comments diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/DataToTwigConvertor.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/DataToTwigConvertor.php index 39b75e056..3f3176466 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/DataToTwigConvertor.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/DataToTwigConvertor.php @@ -10,7 +10,7 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Twig; +namespace VendorPrefix\Webuni\FrontMatter\Twig; use DateTimeInterface; diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/FrontMatterLoader.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/FrontMatterLoader.php index 7db03bff4..e01f1c42d 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/FrontMatterLoader.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/FrontMatterLoader.php @@ -10,11 +10,11 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Twig; +namespace VendorPrefix\Webuni\FrontMatter\Twig; use Twig\Loader\LoaderInterface; use Twig\Source; -use Webuni\FrontMatter\FrontMatterInterface; +use VendorPrefix\Webuni\FrontMatter\FrontMatterInterface; class FrontMatterLoader implements LoaderInterface { diff --git a/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/TwigCommentFrontMatter.php b/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/TwigCommentFrontMatter.php index ca010347c..87a49d969 100644 --- a/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/TwigCommentFrontMatter.php +++ b/components/Markdown/vendor-patched/webuni/front-matter/src/Twig/TwigCommentFrontMatter.php @@ -10,11 +10,11 @@ * file that was distributed with this source code. */ -namespace Webuni\FrontMatter\Twig; +namespace VendorPrefix\Webuni\FrontMatter\Twig; -use Webuni\FrontMatter\FrontMatter; -use Webuni\FrontMatter\Processor\ProcessorInterface; -use Webuni\FrontMatter\Processor\YamlProcessor; +use VendorPrefix\Webuni\FrontMatter\FrontMatter; +use VendorPrefix\Webuni\FrontMatter\Processor\ProcessorInterface; +use VendorPrefix\Webuni\FrontMatter\Processor\YamlProcessor; /** * @see https://plugins.craftcms.com/front-matter diff --git a/components/Merge/Diff/class-myersdiffer.php b/components/Merge/Diff/class-myersdiffer.php index 717f01a37..dd099edfc 100644 --- a/components/Merge/Diff/class-myersdiffer.php +++ b/components/Merge/Diff/class-myersdiffer.php @@ -2,7 +2,7 @@ namespace WordPress\Merge\Diff; -use DiffMatchPatch\DiffMatchPatch; +use VendorPrefix\DiffMatchPatch\DiffMatchPatch; class MyersDiffer implements Differ { private $dmp; diff --git a/components/Merge/class-diffmatchpatchmergedriver.php b/components/Merge/class-diffmatchpatchmergedriver.php index ff6fe8309..44d3f952c 100644 --- a/components/Merge/class-diffmatchpatchmergedriver.php +++ b/components/Merge/class-diffmatchpatchmergedriver.php @@ -4,8 +4,8 @@ namespace WordPress\Merge; -use DiffMatchPatch\Diff; -use DiffMatchPatch\DiffMatchPatch; +use VendorPrefix\DiffMatchPatch\Diff; +use VendorPrefix\DiffMatchPatch\DiffMatchPatch; class DiffMatchPatchMergeDriver { // implements MergeDriver {. diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md index d01c1a769..ec2552689 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md @@ -1,29 +1,31 @@ -# Diff-Match-Patch +# Diff-Match-Patch + [![Build Status](https://travis-ci.org/yetanotherape/diff-match-patch.svg?branch=master)](https://travis-ci.org/yetanotherape/diff-match-patch) [![Latest Stable Version](https://poser.pugx.org/yetanotherape/diff-match-patch/v/stable)](https://packagist.org/packages/yetanotherape/diff-match-patch) [![Total Downloads](https://poser.pugx.org/yetanotherape/diff-match-patch/downloads)](https://packagist.org/packages/yetanotherape/diff-match-patch) -The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain +The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text: -* computes character-based diff of two texts -* performs fuzzy match of given string -* applies a list of patches. +- computes character-based diff of two texts +- performs fuzzy match of given string +- applies a list of patches. This is the port of Google's [diff-match-patch](https://github.com/google/diff-match-patch) library to PHP. ## Diff -Compare two plain text and efficiently return a array of differences. It works with characters, but if you want -to compute word-based or line-based diff — you can easily -[tune](https://web.archive.org/web/20160110201643/https://code.google.com/p/google-diff-match-patch/wiki/LineOrWordDiffs) +Compare two plain text and efficiently return a array of differences. It works with characters, but if you want +to compute word-based or line-based diff — you can easily +[tune](https://web.archive.org/web/20160110201643/https://code.google.com/p/google-diff-match-patch/wiki/LineOrWordDiffs) it for your needs. Usage: + ```php diff_main($text1, $text2, false); var_dump($diffs); ``` + Returns: + ```php array( array(DiffMatchPatch::DIFF_EQUAL, "Th"), @@ -51,14 +55,15 @@ array( ## Match -Given a search string, find its best fuzzy match in a plain text near the given location. Weighted for both accuracy +Given a search string, find its best fuzzy match in a plain text near the given location. Weighted for both accuracy and location. Usage: + ```php match_main($text, "jmped"); // Returns 20 ## Patch -Apply a list of patches in -[Unidiff-like format](https://web.archive.org/web/20161002083301/https://code.google.com/p/google-diff-match-patch/wiki/Unidiff) +Apply a list of patches in +[Unidiff-like format](https://web.archive.org/web/20161002083301/https://code.google.com/p/google-diff-match-patch/wiki/Unidiff) onto plain text. Use best-effort to apply patch even when the underlying text doesn't match. Usage: + ```php patch_make("The quick brown fox jumps over the lazy dog.", "That quick brown fox jumped over a lazy dog."); @@ -102,7 +108,9 @@ $patches = $dmp->patch_make("The quick brown fox jumps over the lazy dog.", "Tha $result = $dmp->patch_apply($patches, "The quick red rabbit jumps over the tired tiger."); var_dump($result); ``` + Returns: + ```php array( "That quick red rabbit jumped over a tired tiger.", @@ -118,34 +126,35 @@ array( ## API Currently this library available in: - * PHP - * [C++](https://github.com/google/diff-match-patch/wiki/Language:-Cpp) - * [C#](https://github.com/google/diff-match-patch/wiki/Language:-C%23) - * [Dart](https://github.com/google/diff-match-patch/wiki/Language:-Dart) - * [Java](https://github.com/google/diff-match-patch/wiki/Language:-Java) - * [JavaScript](https://github.com/google/diff-match-patch/wiki/Language:-JavaScript) - * [Lua](https://github.com/google/diff-match-patch/wiki/Language:-Lua) - * [Objective-C](https://github.com/google/diff-match-patch/wiki/Language:-Objective-C) - * [Python](https://github.com/google/diff-match-patch/wiki/Language:-Python) - -Regardless of language, each library uses the same -[API](https://web.archive.org/web/20160922004754/https://code.google.com/p/google-diff-match-patch/wiki/API) + +- PHP +- [C++](https://github.com/google/diff-match-patch/wiki/Language:-Cpp) +- [C#](https://github.com/google/diff-match-patch/wiki/Language:-C%23) +- [Dart](https://github.com/google/diff-match-patch/wiki/Language:-Dart) +- [Java](https://github.com/google/diff-match-patch/wiki/Language:-Java) +- [JavaScript](https://github.com/google/diff-match-patch/wiki/Language:-JavaScript) +- [Lua](https://github.com/google/diff-match-patch/wiki/Language:-Lua) +- [Objective-C](https://github.com/google/diff-match-patch/wiki/Language:-Objective-C) +- [Python](https://github.com/google/diff-match-patch/wiki/Language:-Python) + +Regardless of language, each library uses the same +[API](https://web.archive.org/web/20160922004754/https://code.google.com/p/google-diff-match-patch/wiki/API) and the same functionality. ## Algorithms -This library implements [Myer's diff algorithm](http://neil.fraser.name/software/diff_match_patch/myers.pdf) which is -generally considered to be the best general-purpose diff. A layer of -[pre-diff speedups and post-diff cleanups](http://neil.fraser.name/writing/diff/) surround the diff algorithm, improving +This library implements [Myer's diff algorithm](http://neil.fraser.name/software/diff_match_patch/myers.pdf) which is +generally considered to be the best general-purpose diff. A layer of +[pre-diff speedups and post-diff cleanups](http://neil.fraser.name/writing/diff/) surround the diff algorithm, improving both performance and output quality. -This library also implements a [Bitap matching algorithm](http://en.wikipedia.org/wiki/Bitap_algorithm) at the heart +This library also implements a [Bitap matching algorithm](http://en.wikipedia.org/wiki/Bitap_algorithm) at the heart of a flexible [matching and patching strategy](http://neil.fraser.name/writing/patch/). ## Requirements -* PHP 7.3+ -* [Composer](http://getcomposer.org/) +- PHP 7.3+ +- [Composer](http://getcomposer.org/) ## Installation @@ -156,8 +165,3 @@ composer require yetanotherape/diff-match-patch ## License Diff-Match-Patch is licensed under the Apache License 2.0 - see the `LICENSE` file for details - - - - - diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Diff.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Diff.php index 8c74e3e19..bde22c95d 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Diff.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Diff.php @@ -145,7 +145,7 @@ public function setChanges($changes) } /** - * @return \DiffMatchPatch\DiffToolkit + * @return \VendorPrefix\DiffMatchPatch\DiffToolkit */ public function getToolkit() { @@ -155,7 +155,7 @@ public function getToolkit() /** - * @param \DiffMatchPatch\DiffToolkit $toolkit + * @param \VendorPrefix\DiffMatchPatch\DiffToolkit $toolkit * * @return $this */ diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffTest.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffTest.php index 1b400cad4..e9660d91c 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffTest.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffTest.php @@ -679,7 +679,7 @@ public function testLevenshtein() public function testBisect() { - $method = new \ReflectionMethod('DiffMatchPatch\Diff', 'bisect'); + $method = new \ReflectionMethod('VendorPrefix\DiffMatchPatch\Diff', 'bisect'); $method->setAccessible(true); // Since the resulting diff hasn't been normalized, it would be ok if diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/SimpleDiffBenchmark.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/SimpleDiffBenchmark.php index a7b98eaf0..e093b245d 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/SimpleDiffBenchmark.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/SimpleDiffBenchmark.php @@ -23,7 +23,7 @@ require __DIR__ . "/../src/DiffToolkit.php"; require __DIR__ . "/../src/Utils.php"; -use DiffMatchPatch\Diff; +use VendorPrefix\DiffMatchPatch\Diff; $size = 'M'; $text1 = file_get_contents(__DIR__ . "/fixtures/{$size}_performance1.txt"); diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/bootstrap.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/bootstrap.php index e8ee54485..351953f75 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/bootstrap.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/bootstrap.php @@ -27,4 +27,4 @@ //ini_set('xdebug.remote_log', '/var/log/php5-xdebug-remote.log'); $loader = require __DIR__ . "/../vendor/autoload.php"; -$loader->add('DiffMatchPatch\\', __DIR__); +$loader->add('VendorPrefix\\DiffMatchPatch\\', __DIR__); From 2ba4daf036f02ca056940bd561863837ebb8e7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zieli=C5=84ski?= Date: Sun, 30 Nov 2025 01:13:51 +0100 Subject: [PATCH 3/4] prefix remaining classes --- .../nette/schema/src/Schema/Elements/AnyOf.php | 2 +- .../nette/schema/src/Schema/Elements/Base.php | 2 +- .../nette/schema/src/Schema/Elements/Structure.php | 2 +- .../vendor-patched/nette/schema/src/Schema/Expect.php | 2 +- .../vendor-patched/nette/schema/src/Schema/Helpers.php | 2 +- .../vendor-patched/nette/schema/src/Schema/Message.php | 2 +- .../vendor-patched/nette/schema/src/Schema/Processor.php | 2 +- .../nette/schema/src/Schema/ValidationException.php | 2 +- .../vendor-patched/nette/utils/src/HtmlStringable.php | 2 +- .../nette/utils/src/Iterators/CachingIterator.php | 2 +- .../Markdown/vendor-patched/nette/utils/src/SmartObject.php | 2 +- .../Markdown/vendor-patched/nette/utils/src/StaticClass.php | 2 +- .../vendor-patched/nette/utils/src/Utils/ArrayHash.php | 2 +- .../vendor-patched/nette/utils/src/Utils/ArrayList.php | 2 +- .../vendor-patched/nette/utils/src/Utils/Arrays.php | 2 +- .../vendor-patched/nette/utils/src/Utils/Callback.php | 2 +- .../vendor-patched/nette/utils/src/Utils/DateTime.php | 2 +- .../vendor-patched/nette/utils/src/Utils/FileInfo.php | 2 +- .../vendor-patched/nette/utils/src/Utils/FileSystem.php | 2 +- .../vendor-patched/nette/utils/src/Utils/Finder.php | 2 +- .../vendor-patched/nette/utils/src/Utils/Floats.php | 2 +- .../vendor-patched/nette/utils/src/Utils/Helpers.php | 2 +- .../Markdown/vendor-patched/nette/utils/src/Utils/Html.php | 2 +- .../Markdown/vendor-patched/nette/utils/src/Utils/Image.php | 2 +- .../vendor-patched/nette/utils/src/Utils/ImageColor.php | 2 +- .../vendor-patched/nette/utils/src/Utils/Iterables.php | 2 +- .../Markdown/vendor-patched/nette/utils/src/Utils/Json.php | 2 +- .../vendor-patched/nette/utils/src/Utils/ObjectHelpers.php | 2 +- .../vendor-patched/nette/utils/src/Utils/Paginator.php | 2 +- .../vendor-patched/nette/utils/src/Utils/Random.php | 2 +- .../vendor-patched/nette/utils/src/Utils/Reflection.php | 2 +- .../vendor-patched/nette/utils/src/Utils/Strings.php | 2 +- .../Markdown/vendor-patched/nette/utils/src/Utils/Type.php | 2 +- .../vendor-patched/nette/utils/src/Utils/Validators.php | 2 +- .../vendor-patched/nette/utils/src/compatibility.php | 2 +- .../Markdown/vendor-patched/nette/utils/src/exceptions.php | 2 +- components/Merge/Diff/class-myersdiffer.php | 2 +- components/Merge/class-diffmatchpatchmergedriver.php | 2 +- .../vendor-patched/yetanotherape/diff-match-patch/README.md | 6 +++--- .../yetanotherape/diff-match-patch/src/Diff.php | 2 +- .../yetanotherape/diff-match-patch/src/DiffMatchPatch.php | 2 +- .../yetanotherape/diff-match-patch/src/DiffToolkit.php | 2 +- .../yetanotherape/diff-match-patch/src/Matcher.php | 2 +- .../yetanotherape/diff-match-patch/src/Patch.php | 2 +- .../yetanotherape/diff-match-patch/src/PatchObject.php | 2 +- .../yetanotherape/diff-match-patch/src/Utils.php | 2 +- .../diff-match-patch/tests/DiffMatchPatchTest.php | 2 +- .../yetanotherape/diff-match-patch/tests/DiffTest.php | 2 +- .../diff-match-patch/tests/DiffToolkitTest.php | 2 +- .../yetanotherape/diff-match-patch/tests/MatchTest.php | 2 +- .../yetanotherape/diff-match-patch/tests/PatchTest.php | 2 +- .../diff-match-patch/tests/PerformanceTest.php | 2 +- .../yetanotherape/diff-match-patch/tests/UtilsTest.php | 2 +- 53 files changed, 55 insertions(+), 55 deletions(-) diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/AnyOf.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/AnyOf.php index 1570d3442..8eb45c6a0 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/AnyOf.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/AnyOf.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Schema\Elements; -use Nette; +use VendorPrefix\Nette; use VendorPrefix\Nette\Schema\Context; use VendorPrefix\Nette\Schema\Helpers; use VendorPrefix\Nette\Schema\Schema; diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Base.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Base.php index 72c3c3e1e..a41cb60d0 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Base.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Base.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Schema\Elements; -use Nette; +use VendorPrefix\Nette; use VendorPrefix\Nette\Schema\Context; use VendorPrefix\Nette\Schema\Helpers; diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Structure.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Structure.php index 673668625..e13971acd 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Structure.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Elements/Structure.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Schema\Elements; -use Nette; +use VendorPrefix\Nette; use VendorPrefix\Nette\Schema\Context; use VendorPrefix\Nette\Schema\Helpers; use VendorPrefix\Nette\Schema\Schema; diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Expect.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Expect.php index b17206cce..39500a6a6 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Expect.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Expect.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Schema; -use Nette; +use VendorPrefix\Nette; use VendorPrefix\Nette\Schema\Elements\AnyOf; use VendorPrefix\Nette\Schema\Elements\Structure; use VendorPrefix\Nette\Schema\Elements\Type; diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Helpers.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Helpers.php index 722eab311..9a8adf94c 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Helpers.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Helpers.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Schema; -use Nette; +use VendorPrefix\Nette; use VendorPrefix\Nette\Utils\Reflection; diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Message.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Message.php index 0ddb5216e..4609f5799 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Message.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Message.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Schema; -use Nette; +use VendorPrefix\Nette; final class Message diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/Processor.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/Processor.php index 317ff2370..3ffb6a0e6 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/Processor.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/Processor.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Schema; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/schema/src/Schema/ValidationException.php b/components/Markdown/vendor-patched/nette/schema/src/Schema/ValidationException.php index 23374d617..ab533991c 100644 --- a/components/Markdown/vendor-patched/nette/schema/src/Schema/ValidationException.php +++ b/components/Markdown/vendor-patched/nette/schema/src/Schema/ValidationException.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Schema; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/HtmlStringable.php b/components/Markdown/vendor-patched/nette/utils/src/HtmlStringable.php index d749d4ee8..0a98c8353 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/HtmlStringable.php +++ b/components/Markdown/vendor-patched/nette/utils/src/HtmlStringable.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette; +namespace VendorPrefix\Nette; interface HtmlStringable diff --git a/components/Markdown/vendor-patched/nette/utils/src/Iterators/CachingIterator.php b/components/Markdown/vendor-patched/nette/utils/src/Iterators/CachingIterator.php index 4e2b26842..89278dfce 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Iterators/CachingIterator.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Iterators/CachingIterator.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Iterators; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/SmartObject.php b/components/Markdown/vendor-patched/nette/utils/src/SmartObject.php index 8af740794..143cb43c5 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/SmartObject.php +++ b/components/Markdown/vendor-patched/nette/utils/src/SmartObject.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette; +namespace VendorPrefix\Nette; use VendorPrefix\Nette\Utils\ObjectHelpers; diff --git a/components/Markdown/vendor-patched/nette/utils/src/StaticClass.php b/components/Markdown/vendor-patched/nette/utils/src/StaticClass.php index 58b809d44..37c609d5a 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/StaticClass.php +++ b/components/Markdown/vendor-patched/nette/utils/src/StaticClass.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette; +namespace VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayHash.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayHash.php index f1c26f6bd..0d94dd375 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayHash.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayHash.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayList.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayList.php index f885c6cf2..80f416746 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayList.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/ArrayList.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Arrays.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Arrays.php index ad8373823..508677a4e 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Arrays.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Arrays.php @@ -10,7 +10,7 @@ namespace VendorPrefix\Nette\Utils; use JetBrains\PhpStorm\Language; -use Nette; +use VendorPrefix\Nette; use function is_array, is_int, is_object, count; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Callback.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Callback.php index a75cfe792..cc8f571e7 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Callback.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Callback.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; use function is_array, is_object, is_string; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/DateTime.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/DateTime.php index 28a63c008..58776e0b3 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/DateTime.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/DateTime.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/FileInfo.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/FileInfo.php index cab3e9261..81b7c9d69 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/FileInfo.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/FileInfo.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/FileSystem.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/FileSystem.php index c83175d33..c20674913 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/FileSystem.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/FileSystem.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Finder.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Finder.php index 6ce7bc272..2a7d005ef 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Finder.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Finder.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Floats.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Floats.php index 8cf1aca92..cdb21fa9a 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Floats.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Floats.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Helpers.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Helpers.php index 8c937f529..c946868e2 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Helpers.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Helpers.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; class Helpers diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Html.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Html.php index a69ac5636..12970e51b 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Html.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Html.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; use VendorPrefix\Nette\HtmlStringable; use function is_array, is_float, is_object, is_string; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Image.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Image.php index ca7181206..eaf450624 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Image.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Image.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageColor.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageColor.php index 69bcfd5ea..a13df4863 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageColor.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/ImageColor.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Iterables.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Iterables.php index ef606d439..8b8586ae1 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Iterables.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Iterables.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Json.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Json.php index d25d94f1c..a86ae6496 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Json.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Json.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/ObjectHelpers.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/ObjectHelpers.php index 760369047..1ea87fd69 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/ObjectHelpers.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/ObjectHelpers.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; use VendorPrefix\Nette\MemberAccessException; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Paginator.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Paginator.php index 6195e61b5..7d396f486 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Paginator.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Paginator.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Random.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Random.php index 488d067b9..495748aeb 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Random.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Random.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; use Random\Randomizer; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Reflection.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Reflection.php index 5548aed8d..d7085a98a 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Reflection.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Reflection.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Strings.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Strings.php index 3c6272801..3d117a588 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Strings.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Strings.php @@ -10,7 +10,7 @@ namespace VendorPrefix\Nette\Utils; use JetBrains\PhpStorm\Language; -use Nette; +use VendorPrefix\Nette; use function is_array, is_object, strlen; diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Type.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Type.php index a4fdd231b..a213e0247 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Type.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Type.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/Utils/Validators.php b/components/Markdown/vendor-patched/nette/utils/src/Utils/Validators.php index 955421965..179fee7f6 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/Utils/Validators.php +++ b/components/Markdown/vendor-patched/nette/utils/src/Utils/Validators.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; /** diff --git a/components/Markdown/vendor-patched/nette/utils/src/compatibility.php b/components/Markdown/vendor-patched/nette/utils/src/compatibility.php index 3af1531f6..f507954ee 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/compatibility.php +++ b/components/Markdown/vendor-patched/nette/utils/src/compatibility.php @@ -9,7 +9,7 @@ namespace VendorPrefix\Nette\Utils; -use Nette; +use VendorPrefix\Nette; if (false) { /** @deprecated use VendorPrefix\Nette\HtmlStringable */ diff --git a/components/Markdown/vendor-patched/nette/utils/src/exceptions.php b/components/Markdown/vendor-patched/nette/utils/src/exceptions.php index bbda7ddc9..e0ac9712a 100644 --- a/components/Markdown/vendor-patched/nette/utils/src/exceptions.php +++ b/components/Markdown/vendor-patched/nette/utils/src/exceptions.php @@ -7,7 +7,7 @@ declare(strict_types=1); -namespace Nette; +namespace VendorPrefix\Nette; /** diff --git a/components/Merge/Diff/class-myersdiffer.php b/components/Merge/Diff/class-myersdiffer.php index dd099edfc..46a1ac91d 100644 --- a/components/Merge/Diff/class-myersdiffer.php +++ b/components/Merge/Diff/class-myersdiffer.php @@ -2,7 +2,7 @@ namespace WordPress\Merge\Diff; -use VendorPrefix\DiffMatchPatch\DiffMatchPatch; +use VendorPrefix\DiffMatchPatch\VendorPrefix\DiffMatchPatch; class MyersDiffer implements Differ { private $dmp; diff --git a/components/Merge/class-diffmatchpatchmergedriver.php b/components/Merge/class-diffmatchpatchmergedriver.php index 44d3f952c..ce0e2f719 100644 --- a/components/Merge/class-diffmatchpatchmergedriver.php +++ b/components/Merge/class-diffmatchpatchmergedriver.php @@ -5,7 +5,7 @@ namespace WordPress\Merge; use VendorPrefix\DiffMatchPatch\Diff; -use VendorPrefix\DiffMatchPatch\DiffMatchPatch; +use VendorPrefix\DiffMatchPatch\VendorPrefix\DiffMatchPatch; class DiffMatchPatchMergeDriver { // implements MergeDriver {. diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md index ec2552689..e03018baf 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md @@ -25,7 +25,7 @@ Usage: ```php patch_make("The quick brown fox jumps over the lazy dog.", "That quick brown fox jumped over a lazy dog."); diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Diff.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Diff.php index bde22c95d..3efa7129d 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Diff.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Diff.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; /** * Diff offers methods for compute the difference between two texts. diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/DiffMatchPatch.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/DiffMatchPatch.php index 69bc6cf35..68708baef 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/DiffMatchPatch.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/DiffMatchPatch.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; /** * Functions for diff, match and patch. diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/DiffToolkit.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/DiffToolkit.php index 1cb81f34e..63962f172 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/DiffToolkit.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/DiffToolkit.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; /** * This toolkit contains functions for working with texts. diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Matcher.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Matcher.php index f0d2ec97c..4e0f07a99 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Matcher.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Matcher.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; /** * Match offers methods for fuzzy search string in a block of plain text. diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Patch.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Patch.php index 40e779824..23fa3fa9c 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Patch.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Patch.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; /** * Patch offers methods for create a patch. Applies the patch onto another text, allowing for errors. diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/PatchObject.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/PatchObject.php index 2688400c4..67d0d1eea 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/PatchObject.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/PatchObject.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; /** * Class representing one patch operation. diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Utils.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Utils.php index bc62ab787..12640c5df 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Utils.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/src/Utils.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; /** diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffMatchPatchTest.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffMatchPatchTest.php index d50cd926a..f10f89667 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffMatchPatchTest.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffMatchPatchTest.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; use PHPUnit\Framework\TestCase; diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffTest.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffTest.php index e9660d91c..2a456404b 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffTest.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffTest.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; use PHPUnit\Framework\TestCase; diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffToolkitTest.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffToolkitTest.php index 0f50983d0..dfbcff975 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffToolkitTest.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/DiffToolkitTest.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; use PHPUnit\Framework\TestCase; diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/MatchTest.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/MatchTest.php index 62b5688b4..8dec36a30 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/MatchTest.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/MatchTest.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; use PHPUnit\Framework\TestCase; diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/PatchTest.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/PatchTest.php index 33472431a..1a0395dd8 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/PatchTest.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/PatchTest.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; use PHPUnit\Framework\TestCase; diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/PerformanceTest.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/PerformanceTest.php index 546b32465..228021cef 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/PerformanceTest.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/PerformanceTest.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; use PHPUnit\Framework\TestCase; diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/UtilsTest.php b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/UtilsTest.php index 389e2d86d..1650174e5 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/UtilsTest.php +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/tests/UtilsTest.php @@ -19,7 +19,7 @@ * limitations under the License. */ -namespace DiffMatchPatch; +namespace VendorPrefix\DiffMatchPatch; use PHPUnit\Framework\TestCase; From 493ed193307f61becda202e2364a40787b947d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zieli=C5=84ski?= Date: Sun, 30 Nov 2025 01:26:15 +0100 Subject: [PATCH 4/4] prefix remaining classes --- components/Merge/Diff/class-myersdiffer.php | 2 +- components/Merge/class-diffmatchpatchmergedriver.php | 2 +- .../vendor-patched/yetanotherape/diff-match-patch/README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/Merge/Diff/class-myersdiffer.php b/components/Merge/Diff/class-myersdiffer.php index 46a1ac91d..b4a9cb111 100644 --- a/components/Merge/Diff/class-myersdiffer.php +++ b/components/Merge/Diff/class-myersdiffer.php @@ -2,7 +2,7 @@ namespace WordPress\Merge\Diff; -use VendorPrefix\DiffMatchPatch\VendorPrefix\DiffMatchPatch; +use ; class MyersDiffer implements Differ { private $dmp; diff --git a/components/Merge/class-diffmatchpatchmergedriver.php b/components/Merge/class-diffmatchpatchmergedriver.php index ce0e2f719..631a848ab 100644 --- a/components/Merge/class-diffmatchpatchmergedriver.php +++ b/components/Merge/class-diffmatchpatchmergedriver.php @@ -5,7 +5,7 @@ namespace WordPress\Merge; use VendorPrefix\DiffMatchPatch\Diff; -use VendorPrefix\DiffMatchPatch\VendorPrefix\DiffMatchPatch; +use ; class DiffMatchPatchMergeDriver { // implements MergeDriver {. diff --git a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md index e03018baf..20b2a6807 100644 --- a/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md +++ b/components/Merge/vendor-patched/yetanotherape/diff-match-patch/README.md @@ -25,7 +25,7 @@ Usage: ```php patch_make("The quick brown fox jumps over the lazy dog.", "That quick brown fox jumped over a lazy dog.");