Skip to content

fix/ci #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1,884 commits into from
Closed

fix/ci #3

wants to merge 1,884 commits into from

Conversation

OskarStark
Copy link
Owner

  • Missing format parameter in a serialize call
  • Remove manual enabling of validation and validator annotations
  • Replace overriding twig.paths by twig.default_path
  • Some fixes in structure overriding:
  • Update http_client.rst
  • Update user_provider.rst
  • Readded ACL file permission docs
  • Multiple entity managers and shared entities management
  • Sort rules alphabetically
  • Enhancement: New rule - no_brackets_in_method_directive
  • Minor: Whitespace
  • Enhancement: New rule - SpaceBetweenLabelAndLinkInRef
  • Enhancement: Use table like in other constraints.
  • Enhancement: New rule - SpaceBetweenLabelAndLinkInDoc
  • Minor: Fix build
  • Enhancement: Use the same tables across all constraints
  • Missing Namespace and comment form validation context
  • Missing Namespace
  • Missing Namespace and comment from service container and testing context
  • Multiple PHP class per file not allowed
  • Tweak
  • [Stopwatch] Move component docs into framework guides
  • Minor tweak
  • Rewords
  • Updated caution message
  • Fix wording and add missing wording
  • Add documentation about serializing lock
  • Tweaks
  • [Messenger] Update the list of stamp
  • Super minor syntax fix
  • Configuration reference: Improve example of http_client::headers
  • Add a mention to COMPOSE_FILE and COMPOSE_PROJECT_NAME vars
  • Reword
  • Make sure we install FrameworkExtra bundle and not just doctrine/annotations
  • Update user_provider.rst
  • Do not promote deprecated message_bus service use
  • Wrong services path and addition services_environment-name
  • Update ICU project doc website
  • Remove Michelle from the CARE team
  • Update front_controllers_and_kernel.rst
  • tweak paragraph about multiple Docker Composer files
  • You need doctrine/annotations for route annotation support.
  • Added missing security.yaml config
  • Enclose a value with ampersands in single quotes
  • Fix invalid variable name
  • Add new core team members
  • Improve/fix container doc
  • Fix small typo
  • Clarify authentication entry point and access denied handler
  • Fix example in lock
  • Add context for json encoding/decoding.
  • Adding more information about default translation domain 'messages'
  • Adding information to the monolog autowire documentation that specifies that the channel must be defined
  • Update doctrine.rts
  • Update messenger.rst
  • Update dumping-workflows.rst
  • Tweaks
  • Fix spelling in NotCompromisedPassword.rst
  • Adjust wording at Generating URLs
  • Update custom_constraint.rst
  • Tweaked the middleware example in the Messenger component
  • use the right method when dealing with promises
  • Update deployment docs with new .env loading
  • Added PHP typehints to getting started guides
  • Security: How to Build a Login Form: sync with recent Maker Bundle changes
  • [Security: How to Build a Login Form: sync with recent Maker Bundle changes symfony/symfony-docs#12802] Updated XML and PHP examples
  • [Cache] Custom pool namespaces
  • Fixed DOCtor
  • Update multiple_kernels.rst
  • Update doctrine.rst
  • [[Translator] Adding more information about default translation domain 'messages' symfony/symfony-docs#14421] Merged the new description into the current sentence
  • Enhancement: New rules for DOCtor-RST.
  • Fix: DOCtor-RST
  • add a note about npm commands equivalent to yarn's
  • Tweak
  • Recommending symfony/apache-pack when installing the project on a sha…
  • [[Monolog] Adding information to the monolog autowire documentation that specifi… symfony/symfony-docs#14422] Minor change in sentence
  • Wrap long lines
  • add caution for datetime object
  • replace ExceptionListener by EventListener
  • Update the Snippet with the UserUpgraderInterface
  • Correct English word order
  • Fix missing namespace and other wrong wording from Security and Serializer context
  • Removed duplicate method
  • [Security] Remove extra argument from call to EntityManager#flush()
  • [Testing] Updated the contents about getting the container in tests
  • Fix typo
  • Remove paragraph about .htaccess files
  • Change "-t" to "--track" to be more explicit
  • Change branch "master" to "5.x"
  • Add the new doc build system
  • Added Github actions integration
  • Use PHP docs builder for SymfonyCloud deploys
  • [DependencyInjection] Fix tagged service priority inconsistent method name
  • update PHP callable docs link
  • Update to twig/cssinliner-extra
  • Update doctrine fetchAll deprecated
  • [Cache] Adds mention of using FileSystemTagAwareAdatpter
  • Fix: Typo
  • Fix: Add line breaks
  • Add warning on Docker integration
  • Enhancement: Private member variables in code example
  • spotted minor EN mistakes and coherence issues between the different …
  • [Performance] Mention Symfony Stowatch in some doc sections
  • add _failure_path option to reference
  • Use Symfony Flex and do not favor any CI tool
  • Update form_customization.rst
  • Clarify how workflow can be injected
  • Update routing.rst
  • some minor tweaks
  • Updating the Installer Related Instructions
  • Minor: Use Twig code block
  • Add priority order explanation for tagged services
  • [Collection forms] Make javascript generic
  • [[Collection forms] Make javascript generic symfony/symfony-docs#14340] Some minor textual changes
  • Add array example on ChoiceType choice_attr option
  • addressed issue Repeated entry in the Serializer components doc symfony/symfony-docs#11786
  • Merge encoder sections and show options in a table
  • [Serializer] move note on Custom Normalizer page about cacheable performance
  • Remove simple quotes in config/routes/annotations.yaml
  • Update mailer.rst
  • Minor: Fix namespace
  • add html extension to snake_case recommendation examples
  • Throw Exception if twig variable is not found
  • Tweak
  • Fix a typo on Messenger handler results example
  • Tweak
  • Minor
  • Enhancement: Add new rule "string_replacement"
  • Fix broken configuration block
  • [Validator] Remove empty line from annotation
  • Update README.markdown
  • [Validator] Remove extra space
  • Fix user entity import
  • Use AppBundle instead of Acme\UserBundle
  • [Event Dispatcher] Fix typo for __invoke()
  • [Validator] Fix namespace of UserPassword and UserPasswordValidator
  • Removed 3.3 DI changes article
  • Fix option double dashes
  • Add forgotten use
  • Prepare for 3.4 end of life
  • [[DependencyInjection] Removed 3.3 DI changes article symfony/symfony-docs#14561] Fixed wrong reference
  • Document named arguments BC policy
  • Update testing.rst
  • Update doctrine.rst
  • Update dbal.rst
  • Update doctrine.rst
  • Replace old ICU Formatting Messages url
  • Complete mailer integration
  • Enhancement: New rule for DOCtor-RST
  • Enhancement: Use actions/cache v2
  • Enhancement: New rule for DOCtor-RST
  • Restore the quotes wraping the DATABASE_URL value
  • Tweak
  • Added PHP types to the Doctrine related articles
  • Added PHP types to the Form related articles
  • Added PHP types to the DI related articles
  • [Form] Added explicit getParent() call in types inheritance mechanism
  • Updated getParent() description with the why/when (thanks javier!)
  • [[Mailer] Complete mailer documentation symfony/symfony-docs#14565] Minor formatting fixes
  • [Complete documentation about mailer integration symfony/symfony-docs#14083] Revert mailer.headers option in 4.4 - 5.1
  • Added a new troubleshooting section in the maintainer guide
  • Section method only in ConsoleOutputInterface
  • [Section method only in ConsoleOutputInterface symfony/symfony-docs#14550] Reduce nr of lines used for exception
  • Security: add example code which Maker Bundle generated
  • Bus restricting with Interfaces
  • GitHub Actions: use docker container for CI build
  • Enhancement: Streamline workflow
  • Update event_dispatcher.rst
  • Remove wrong "method" tag
  • Update event_dispatcher.rst
  • Add a note about exposing env vars for unrecognized Docker services
  • A method call is reversed
  • Enhancement: Add /me to the CODEOWNERS file for GithubActions workflows
  • Update events.rst
  • Delete duplicated words
  • Tweaks
  • Update performance.rst
  • Fixing uppercase typo
  • Update database.rst
  • Fix code example
  • [Validator] Removing the recommended Constraints subdirectory
  • Update index.rst
  • Rewords
  • Remove incorrect opcache preload instructions
  • [Console] Update questionhelper.rst
  • Update http_cache.rst
  • Add Titouan in the core team
  • Update lockable_trait.rst
  • Prefer sass over node-sass
  • Minor modification about the .meta file contents
  • Update import.rst
  • More explication for return into execute command function
  • minor. [Console] More explication for return into execute command function symfony/symfony-docs#14488
  • remove whitespaces
  • Improve README
  • [PHPUnitBridge] Document the "symfony/deprecation-contracts"
  • [Console] Update table.rst
  • [Service Container] Fix Service parameters typo in services.yml
  • Change order in Set-up article
  • Lock - replace getExpiringDate by getRemainingLifetime
  • Update the Nginx example
  • Add missing options context
  • Add documentation about redis cache configuration
  • minor. refs Add documentation about redis cache configuration symfony/symfony-docs#14683
  • Remove white space
  • Replace unavailable dependency in Symfony 4
  • Fixed typo
  • Support JWT v4
  • Mention a possible way of reusing the same form
  • Reword the introduction about using Bootstrap and Encore
  • [DependencyInjection] Add ServiceLocatorArgument to generate array-based locators
  • Added a short guide about contributing code translations
  • Add missed word
  • Added tip for files input rendering
  • Tweaks
  • [Mailer] Update mailer.rst
  • Tweaks
  • [Form] Renaming the article
  • Tweaks
  • Add DirectoryIndex to fallback for resources
  • Tweak doc around proxy manager bridge
  • Fixed doc syntax
  • [Service Container] Fix typo in tag default index method name
  • Minor: Remove extra space in the config example
  • Minor: Fix quotes
  • [FrameworkBundle][WebLink] Config reference for the WebLink component
  • Remove white space
  • [Process] add docs for ExecutableFinder
  • [FrameworkBundle] Config reference for Secrets
  • Added redirections to specific anchors for removed Templating articles
  • [Session] Update incorrect default value for session.handler_id
  • remove mention of master branch, no longer exists
  • Added a link to the related RFC
  • Use max_colons rule for DOCtor-RST
  • Minor fix to colon
  • Replace link to getConfiguration method
  • Shortening the text and adding link to jQuery
  • Shortening the text some more
  • Rewording
  • Fixing function name
  • Rewords and reverts
  • Minor tweak
  • Tweak
  • Minor rewording
  • Minor tweak
  • language tweak
  • [Console] Caution about disabling auto exit flag
  • Documented setTty and setPty
  • Update Form event diagrams to consistent styling
  • Add missing configurations in XML and PHP formats
  • Mention that trusted proxies are not compatible with nginx realip
  • [Ldap] Add examples about get/has attribute
  • Add more details about the ESI detection
  • Minors. refs Add more details about the ESI detection symfony/symfony-docs#14801
  • Improved the check requirements section of the deployment article
  • Update deployment.rst
  • Tweaks
  • Expand MockResponse example with HTTP status codes
  • reword
  • [testing] document improving test speed by reducing encoder work factor
  • Tweaks
  • [Serializer] Clarifies 'csv_headers' option
  • Tweak
  • Fixed a Serializer example
  • [Validator] PHP 7.4 uninitialized typed property handling
  • Reword
  • fix table markup
  • [[Serializer] Add missing options context symfony/symfony-docs#14384] Minor grammar fix in versionadded directive
  • DOCtor-RST: New rule blank_line_after_anchor
  • Fixes Flex uses unpacking by default symfony/symfony-docs#14814 Default behavior about unpacking packs by Flex changed
  • Tweaks
  • [Security] Update access_control.rst
  • Update access_denied_handler.rst
  • Change in table creation SQL for SQL Server
  • Remove HeahDude from the docs team
  • add HeahDude to the list of former members
  • [Mailer] Add missing transports entry in XML and PHP configurations
  • Fixed diagram sizes
  • Clarify how to write a commit message and CHANGELOGs
  • add Oskar to the Symfony core team
  • Add warning about removed services
  • Rewords
  • Update introduction.rst
  • Minor tweak
  • Updating {% block javascripts position to match recipe change
  • Update testing.rst
  • Update lock.rst
  • [Security] Clarify the DeauthenticatedEvent
  • Just moving this note upwards
  • Update messenger.rst
  • [Mercure] Update docs for v0.11
  • Require preprocessor env name fix used in PHP snippet
  • Listing possible values of storage_id
  • Mention MariaDB as well
  • Tweaks
  • [Mailer] Update mailer.rst
  • Added missing reference link
  • Update configuration.rst
  • Tweak
  • Update serializer.rst
  • [Workflow] Added initialization docs
  • [Validator] Use double quotes instead of single
  • Fix select & plural message format
  • [Lock] Fix grammar issue
  • Fix Connect URL
  • [Validator] Use seealso instead of tip for File
  • [http_client] Fix default headers
  • Update care team members
  • Add Slack Link to CARE Team Member
  • [Messenger] Replace comma with full stop
  • role_names instead of roles
  • Minor tweak
  • Mention the "subject" expression language variable
  • Change deprecated psr 2 to psr 12 from doc
  • Added the missing reference
  • [Validator] Use correct single quotes for a string
  • Clarify the role of http_method_override
  • [CS] Add comma after last array item in multi-line array
  • [Messenger][CS] Add missing commas in PHP configurations
  • [Validator] Use single quotes for a string
  • [Validator] Add a comma after the last array item in a multi-line array
  • [Validator] Add a missing namespace and use
  • [Session] Remove some unneeded example
  • [Mercure] Make the command compatible with ZSH
  • [Messenger][CS] Add missing commas
  • [Validator] Change Range and Legth description formatting
  • [Validator] Improve Valid constraint description
  • improve documentation for mailer failover and round-robin transports
  • Update lock documentation for more clarity
  • Tweak
  • [Validator] Use single quotes for a string
  • Update monolog_console.rst
  • Add reference to commit message conventions
  • [Validator] Use null coalescing operator instead of ternary operator
  • [Validator] Use import instead of FQCN
  • fix specifying http_version in YAML
  • Updated XML and PHP configs too
  • Promoting new bundle directory structure as best practice
  • Tweaks
  • Update Type.rst
  • Reworded the example
  • Tweaks
  • Fix invalid file
  • Tweak
  • [Validator] Mention doctrine-bridge in the UniqueEntity constraint
  • [Twig] Add missing space
  • Minor change to use DateTimeImmutable instead of DateTime
  • fix file path in comment following namespace
  • [Validator][Translation] Mention symfony/translation
  • [Cache] Add TLS scheme for Redis connection
  • Use null coalescing operator instead of ternary operator
  • [Internal] Set the specific version of the doc-builder
  • Remove comment about PR draft status
  • Show example how to set xdebug.file_link_format
  • [Validator] Mention IsNull in Basic Constraints
  • Updated contribution guide with "Automated Feedback"
  • Make the doc clearer
  • Make the explanation about how Docker services are detected (hopefully) clearer
  • Unique validator: Better description for the value placeholder
  • [Encore] Deploying to a CDN subdirectory
  • Add part about resolving parameter values to prepend extension
  • [Fix indentation of diff code blocks symfony/symfony-docs#15009] Fix inconsistent diff examples
  • [Fix indentation of diff code blocks symfony/symfony-docs#15009] Fix indentation of all diff code blocks
  • [Messenger] Added note about timezone
  • [Translation] Update translation.rst
  • Update env_var_processors.rst
  • Reword
  • [Cache] Remove compression option from Redis and Memcache
  • Fixed typo for YamlEncoder section
  • [Lock] Added paragraph about auto release
  • Tweaks
  • Tweak
  • Added doc and defaults for missing 'ttl' option in config
  • add a warning about object as extra parameter in route
  • [Framework] Fix reference to default_path
  • [Translation] Fix link to Translatable Extension documentation
  • Fix typo
  • [PropertyAccess] fix the component name
  • Fix the matched path value
  • [Workflow] fix PHP config
  • Update debug.rst
  • Update kernel.rst
  • Update events.rst
  • Update definitions.rst
  • [Session] Add missing semicolon
  • [Intl] Fix typos
  • Update description for Access decision strategies
  • [Translation] Move the "templates" section into the main guide
  • Readded a missing reference
  • add a warning about Amazon SES signature
  • Typo
  • minor
  • Update logging.rst
  • Fix DSNs
  • Use correct domain
  • Remove Jakub from the core team
  • [Testing] Fix typo in assertEmailAttachmentCount
  • Update workflow.rst
  • Add Oracle DATABASE_URL instruction
  • Update reverse_engineering.rst
  • Update bc.rst
  • Remove extra slash in template path
  • [Intl] Remove duplicated parentheses
  • [Filesystem] Fix typo
  • [Mailer] fix ses+smtp credentials format
  • Typo with backticks.
  • Fix markdown in multiple_entity_managers.rst
  • Minor tweak
  • Fixed invalid alias definition in "Deprecating Service Aliases" YAML example
  • Tweak
  • [[Security] Update description for Access decision strategies symfony/symfony-docs#15074] fix typo
  • [Validator] Added grouped constraints in Collection reference
  • [[Validator] Added grouped constraints in Collection reference symfony/symfony-docs#13492] satisfy the linter
  • [Validator] Add missing backticks for constraint option names
  • Fix typo
  • [CssSelector] Grammatical fix
  • [Finder] Fix typo
  • Standardize built-in normalizers lists
  • [Validator] Fix Regex htmlPattern examples
  • [Validator] Add warning about closure not being cachable
  • Minor tweak
  • Every custom header in testing client must have HTTP prefix
  • Added more details to the explanation
  • update mercure documentation
  • [HttpFoundation] Remove extra space
  • [Messenger] Routing & Inheritance
  • [Messenger] fix typo
  • [[Cache] Add TLS scheme for Redis connection symfony/symfony-docs#14728] Be explicit about the double 's'
  • JsonResponse content updated
  • Update framework.rst
  • Add troubleshooting for parallel merges to maintainer guide
  • [HttpFoundation] Fix IpUtils example
  • Tip added to explain how to use HttpClient options in BrowserKit requests.
  • [DomCrawler] Clarify the ways to add contents
  • [Symfony CLI] Document about APP_ENV=test behavior
  • [Ldap] Update ldap.rst
  • Minor reword
  • Minor tweak
  • Fixing typo
  • Fix the filename in the code block
  • [HttpClient] Clarification on use of base_uri + absolute paths
  • Reword
  • Add note about depth 0 in Finder
  • Reword
  • Minor tweak
  • Remove duplicate step
  • Command naming conventions
  • Minor tweak
  • Distinct Bootstrap jQuery requirement
  • Tweaks
  • Rewords
  • [Routing] Adding exclude to PHP code sample
  • Tweaks
  • Fix possible error code
  • Be consistent how we open XML dom
  • Very rough sketch of better testing docs
  • Finalize testing document rewrite
  • [minor] Use correct code block
  • Show logs from php-builder
  • Finish testing article rewrites
  • Minor fixes
  • Fix typo
  • [Mercure] Fix configuration-block
  • update doc with max-age
  • Fixing syntax error in PHP, XML and Yaml examples
  • Adding default value for verify_peer
  • Fixed syntax errors on 4.4
  • Verify code blocks
  • Add a note about allow_no_handlers option
  • Reword
  • Fixed some typos in some images
  • [Console][Mailer][Security] Added PHP type declarations
  • Rename symfony-docs-tools to symfony-tools
  • Fixing some typos
  • fix tagged mapping value YAML syntax
  • Recommend using root controller attribute in route definition
  • [CI][CodeBlockChecker] Installed tagged version instead of dev-main
  • Adding details about "defer" and legacy jquery
  • Minor tweak
  • Update docs-builder to version 0.15
  • [EventDispatcher] Minor fixes
  • fix 'eachother' -> 'each other'
  • Make it clear that configuring a constraint doesn't enforce anything
  • match example with description above
  • Updates method reference for retrieving console helpers
  • Minor tweak
  • [Testing] Restructure Application Tests section
  • Minor tweak
  • Remove docs on PHPUnit configuration
  • Updating to PHP 7.4
  • remove unused inc file
  • Fix link to Composer
  • CI: Add new rule for DOCtor-RST
  • [Serializer] Fixed occurence of an old FQCN notation
  • s/it's/its
  • Add a note about messenger:stop-workers command
  • [HttpKernel] Minor Fix
  • remove unused inc files
  • [CI] Dont use the special respository for docs-builder
  • Fixed array notation for yaml file in session/database.rst
  • Update deprecated PHPUnit schema & doc links
  • Remove extra blank line
  • Unifying wording to "configuration parameter"
  • Added indexes to sql commands used to create session tables
  • Update lock.rst
  • [Workflow] Updated wording on comment
  • Tweak
  • Update NuSOAP client example
  • Document logout.target
  • Minor tweaks
  • Adding file-loader dependency.
  • [CI] Fixed composer cache for code blocks job
  • Adding HTTP Certificates
  • [CI] Make sure composer cache is properly used
  • Tweaks
  • Clarifying how to autowire scoped HTTP clients
  • [CI] Dont use special reposiroty for symfony-tools/docs-builder
  • Add explicit note about the type of VALUE_NONE
  • Tweaks
  • Update service_container.rst
  • Minor tweak
  • Adding label_html for asterisk
  • Fixed a reference
  • Remove master wording
  • Minor tweak
  • [DependencyInjection] Remove a redundant table in DIC tags article
  • Encore: Update 'Fix "Invalid Host header" Issue'. Replace deprecated dev-server option "--disable-host-check" with current config.
  • [PHPUnit-Bridge] Troubleshooting
  • Minor tweaks
  • [WebLink] Fixed the preload links
  • Update multiple_entity_managers.rst
  • Tweaks
  • Tweaks
  • [Session] Update configurations
  • fix readlink description
  • [Lock] Remove note about sharing the key
  • Tweak
  • Minor rewording
  • Adding FQCN
  • Minor rewording
  • Fixing code sample
  • Adding opcache.preload_user
  • Use BaseKernel class alias
  • Typo with backslashes
  • Update mime.rst
  • Complete App\Handler\HandlerCollection namespace
  • Adding missing ntlm authentication mode to SwiftmailerBundle configuration
  • Minor tweak
  • [Symfony CLI] Docker integration and MailCatcher prefix
  • Typo
  • Tweak
  • Shortening code sample
  • [Serializer] XmlEncoder context
  • Update routing.rst
  • Adds a heading for stampede prevention so I'm able to reference this section easily
  • Minor tweaks
  • [Migration guide] Change Strangler App to Strangler Fig App
  • fix(symfony-cli): remove APP_ENV=test behaviour with the database
  • [HttpClient] Add a note about concurrent requests
  • Minor tweak
  • Updating excluded_404s to excluded_http_codes
  • Recommending "strict" mode for users of Symfony Mailer
  • Minor change at email_validation_mode
  • Add missing configurations
  • Upgrade popper package to v2
  • Minor clarification
  • Added header removal notice
  • [Contribution] Document the different types of tests run in CI
  • Fixed ambiguous sentence
  • Fix doc of cache prefix and namespace
  • Some minor rewords
  • Minor language fix
  • [Routing] Add small improvements
  • Backport [Ldap] Update ldap.rst symfony/symfony-docs#15453 fix
  • [HttpClient] Mention how to get the effective response URL
  • Update best_practices.rst
  • [Mercure] integration with Symfony cli and various improvements
  • Fix: Build
  • Invalid namespace and method name
  • [Messenger] Supervisor graceful shutdown
  • Minor tweaks
  • Remove useless quotes for render_rest attribute
  • #42229 update phpdoc to recommend createIndex over ensureIndex
  • Reword
  • Reword
  • Removing full URL of error page preview
  • Adding global namespace to Throwable
  • Update page_creation.rst
  • Minor tweak
  • Tweaks
  • Tweak
  • Update routing.rst
  • Reword
  • Small fixes in naming
  • [Security] Small improvement
  • Add note about EventSubscriberInterface introduced in DoctrineBundle 2.1
  • Reword
  • Improve url env var processor with type cast
  • Revert the changes made in [Symfony CLI] Docker integration and MailCatcher prefix symfony/symfony-docs#15424
  • resolves [Webpack Encore] always show examples with npm symfony/symfony-docs#15575 add npm equivalent of yarn commands in a separate code block.
  • Take into account the EOM of Swiftmailer in docs
  • Remove duplicate normalizers docs
  • Fix link reference in Upgrading to Symfony Flex
  • Fix method link to isCsrfTokenValid
  • Update license.rst
  • Minor tweak
  • Update mercure.rst Symfony Local Web Server url
  • Fix link syntax
  • Fix confusion of HttpKernel and Kernel
  • [DependencyInjection] add missing use statements
  • Note that parameter names for Attribute constructors are covered
  • Minor tweak
  • Adds proper escaping for php service config format
  • Added a comment to the code
  • Update profiler.rst
  • [HttpClient] More on testing, how to test request, example
  • Minor tweaks
  • Minor RST syntax issue in the name of a reference
  • The Doctrine adapter is not a database adapter
  • Add Mercure support for Docker
  • Remove Sphinx build and SymfonyCloud deployment
  • Update database.rst
  • Corrected Typo
  • Document PHP compatibility
  • [CS] Add missing commas
  • Add missing space in custom-transport.rst doc
  • Remove wrong parameter in MockHub
  • Update pull_requests.rst
  • Minor tweak
  • Update pull_requests.rst
  • typo and grammar fix
  • Update debug.rst
  • Tweak formatting
  • Update copy-files.rst
  • Minor tweak
  • Deleting incomplete components page
  • Documenting the root section
  • Fix double "the"
  • [Form] Fix comments
  • unify expression: yarn run encore -> yarn encore
  • Minor tweak
  • [Frontend/Encore] Fix code example for ignoring Moment.js Locales
  • Grammar fixes in front_controller.rst
  • Add the missing redirections
  • Fix a wrong doc redirection
  • Remove some Table of Contents which are maintained manually
  • [Form] Add missing "extends AbstractType"
  • Clarify what error handling is for http-client
  • Clarify which is the top level exception for http client if you want to catch everything
  • correction on a command to work
  • Inserted a warning about a limitation model transformers
  • Minor tweak
  • rewrite incorrect sentence
  • Language codes: 'ISO 639-2 alpha-3' mentions specified to 'ISO 639-2 alpha-3 (2T)'.
  • Fix RST syntax of some tables
  • Deleting npm from yarn code block
  • Contributing guidelines: make version reference older than current maintained version
  • Local development Docker improvements
  • Fix opening brace style
  • Fix code style
  • [Form] Minor fixes
  • [Form] Minor fix
  • Tweak a bit the core team application/revocation paragraphs
  • Remove double quotes in console.rst
  • Tweak
  • Removing duplicate "Bootstrap 4 form theme"
  • Fix a minor RST syntax issue
  • Minor tweak
  • Removing MooTools (!)
  • Remove unused param from LeapYearController::index
  • [Validator] Add missing dot
  • Add ignoreAttributes to the documentation
  • Updating sass-loader version
  • [Validation] improve code for counting errors
  • Remove duplicated entries in validator constraint pages
  • Update framework.rst
  • [Form] Remove repeated options in Form types
  • Reword
  • Typo fix : cace ➤ cache
  • Typo fix : failes ➤ fails
  • Update the instructions to build docs
  • [FrameworkBundle] Document secret rename logic
  • Move myself alongside the inactive Core team members.
  • [Security] Fix option name in comment
  • [Security] Minor fix
  • Fix link to fortrabbit article
  • Update LoggerInterface hyperlink to GitHub page
  • Tweaks
  • [Filesystem] Minor tweaks
  • Minor tweak
  • Add missing information about tsconfig.json
  • Minor reword
  • Corrected typo in serializer.rst
  • Fix doc builder script
  • Split a conditional doc include into two separate doc includes
  • [Frontend] Reword the introduction to be more precise
  • [Flex] Add instructions for use of private recipe repositories
  • Tweaks
  • Add some core team members
  • Update advanced-config.rst
  • Tweaks
  • Fix small typos on Core Team page
  • Update URL for DoctrineExtensions
  • Add some missing prompts in command examples
  • Fix a wrong code block syntax
  • Fix a minor syntax issue
  • Correction for testing commands
  • [Form] Fixed missing link text on introduction
  • Minor formatting tweaks in the Core Team article
  • Fixing missing space in configuration docs
  • Rewording when an exception is thrown
  • [Serializer] Remove colon
  • [HTTP Cache] Fix grammar issue
  • Adding folder name
  • Document PHP attribute naming convention
  • [ExpressionLanguage] Remove array element
  • Update page_creation.rst
  • Minor tweak
  • Fix assert statement
  • Update symfony_server.rst
  • [Mailer] Remove duplicate semicolon
  • Typo in validation_group_service_resolver.rst
  • [Testing] Fix grammar issue
  • [PHPUnitBridge] [PHPUnit Bridge] Fix @-silencing operator link
  • Update setup.rst (Symfony 4.4)
  • docs(lock): fix typo in symfony lock documentation
  • Tweak
  • Update handler_results.rst
  • Using const Response::HTTP_MOVED_PERMANENTLY for redirect
  • Tweak
  • Adding redirect to current route
  • Fix anchor location
  • Add functional test chapter to mailer
  • [PHPUnitBridge] [PHPUnit Bridge] Remove the table that lists PHPUnit versions
  • fix a small grammar issue
  • Correct spelling mistakes
  • Correct spelling & grammar in page-creation.rst
  • Correct spelling & grammar in routing.rst
  • Correct spelling & grammar in 4.4 security.rst
  • Correct spelling & grammar in 4.4 best-practices.rst
  • Correct spelling & grammar in 4.4 cache.rst
  • Correct spelling & grammar in 4.4 CODE_OF_CONDUCT.md
  • Correct spelling & grammar in 4.4 email.rst
  • Correct spelling & grammar in 4.4 event_dispatcher.rst
  • Correct spelling & grammar in 4.4 forms.rst
  • Correct spelling & grammar in 4.4. frontend.rst
  • Correct spelling & grammar in 4.4 http_cache.rst
  • Correct spelling & grammar in 4.4 http_client.rst
  • Correct spelling & grammar in 4.4 lock.rst
  • Correct spelling & grammar in 4.4 logging.rst
  • Correct spelling & grammar in 4.4 mercure.rst
  • Correct spelling & grammar in 4.4 messenger.rst
  • Correct spelling & grammar in 4.4 migration.rst
  • Correct spelling & grammar in 4.4 performance.rst
  • Correct spelling & grammar in 4.4 workflow.rst
  • Correct spelling & grammar in 4.4 bundles/
  • Correct spelling & grammar in 4.4 components/cache/
  • Correct spelling & grammar in 4.4 components/config/
  • Correct spelling & grammar in 4.4 components/console/
  • Correct spelling & grammar in 4.4 components/dependency_injection/
  • Correct spelling & grammar in 4.4 components/expression_language/
  • Correct spelling & grammar in 4.4 components/http_foundation/
  • Correct spelling & grammar in 4.4 components/security/
  • Correct spelling & grammar in 4.4 components/yaml/
  • Correct spelling & grammar in 4.4 configuration/
  • Correct spelling & grammar in 4.4 controller/
  • Correct spelling & grammar in 4.4 create_framework/
  • Correct spelling & grammar in 4.4 doctrine/
  • Correct spelling & grammar in 4.4 form/
  • Correct spelling & grammar in 4.4 frontend/
  • Correct spelling & grammar in 4.4 http_cache/
  • Correct spelling & grammar in 4.4 introduction/
  • Correct spelling & grammar in 4.4 logging/
  • Correct spelling & grammar in 4.4 messenger/
  • Correct spelling & grammar in 4.4 profiler/
  • Correct spelling & grammar in 4.4 quick_tour/
  • Correct spelling & grammar in 4.4 routing/
  • Correct spelling & grammar in 4.4 security/
  • Correct spelling & grammar in 4.4 service_container/
  • Update esi.rst
  • Correct spelling & grammar in 4.4 setup/
  • Correct spelling & grammar in 4.4 templating/
  • Correct spelling & grammar in 4.4 validation/
  • Correct spelling & grammar in 4.4 translation/
  • Correct spelling & grammar in 4.4 testing.rst
  • Correct spelling & grammar in 4.4 reference/
  • Correct spelling & grammar in 4.4. contributing/
  • Correct spelling & grammar in 4.4 components/
  • Restore a reference to a section
  • Fix issue 16298 - duplicate link
  • Warn about the _token field added automatically
  • Partially revert "fix voting on multiple roles behavior description" due to CVE-2020-5275
  • Remove ambiguous usage of multiple roles in access_control
  • Remove Build the Documentation Locally
  • Remove more outdated contents
  • Remove unused references
  • Clarify Pull Request Merging Policy
  • [ExpressionLanguage] Fix link anchors in expression_language.rst Links to refs caption is not a caption related to the ref symfony/symfony-docs#16295
  • Update msg for async handler
  • Minor reword
  • Make example work
  • Reference the open sourced Symfony CLI code
  • Clarify instructions by changing project name to project directory
  • Explaining how to inject the form factory
  • Update Checking Security Vulnerabilities doc part
  • Fix minor typo
  • Fix invalid statement about normalizers
  • Remove redundant normalizers document
  • Add the redirection for the removed page
  • Update Monolog processors github url
  • Document by_reference option
  • Update definition.rst
  • [Form] Minor deletion
  • [Messenger] Document the validation middleware
  • Update impersonating_user.rst
  • Fix bugs seen by _build/build.php diagnostics in 4.4
  • Restore the contents directive
  • Revert changes related to check:security command
  • php.net callback documentation link changed
  • Adding details about new recipes:update command
  • Update configuration.rst to aviod misunderstanding
  • Add return types in docs to avoid generating more legacy code
  • call fetchAllAssociative for a result set
  • Fixed email link issue
  • Update extension.rst
  • Update unit_testing.rst
  • Fix YAML example in "Defining a Service Locator" section
  • Updated Code of Conduct text to version 2.1 of the Contributor Covenant
  • [WIP] Integrating UX docs more closely into Symfony docs
  • Fix link of the package chart js for Symfony UX
  • Improve the local server proxy troubleshooting section
  • Update some code
  • Minor tweak
  • Tweak
  • Use path instead of url in SSI documentation
  • remove reference to not existing YAML dumper flag
  • Minor tweak
  • [Config] Suggest avoiding new environments
  • Reword
  • Remove usage of SymfonyCloud in favor of Platform.sh
  • Remove some unused links
  • Remove :orphan: as it's not used anymore
  • Document code-style for enums and class constants
  • Allowmin PHP req to change for a minor Symfony version
  • Fix the local doc build
  • Remove reference to obsolete Psr7ServerRequestResolver
  • improve .env doc
  • Update testing.rst
  • docs : update autowiring.rst
  • Update testing.rst
  • Update profiler.rst
  • [Mailer] Update mailer.rst
  • Update security.rst
  • Minor syntax issue
  • [Session] Update session.rst v4.4
  • minor [Form] Update create_form_type_extension.rst symfony/symfony-docs#16506 [Form] Update create_form_type_extension.rst (issamkhadiri1989)
  • Add quotations marks
  • use the PHPUnit bridge to run tests
  • Fix typo
  • Minor tweak
  • [Contributing] Remove an unneeded toctree
  • Update service container rst with missing class
  • Make the controller extend from AbstractController
  • Minor tweaks
  • Update Doc of csrf_protection configuration in framework level
  • Minor tweak
  • Use a better name than "class Foo"
  • Minor tweak
  • [Pull Requests] Fix Symfony upstream URL as git:// isn't supported by Github anymore.
  • Adding caution box on dependecy injection
  • [Doctrine] Fixing link syntax
  • Tell about COMPOSER_ROOT_VERSION when not working on the default branch
  • Update git protocol in URL
  • Provide note about php internals and lazy services
  • Use JsonResponse/BinaryFileResponse instead of Response
  • Fix fetch method
  • Remove undefined refs
  • Bump deps of the builder
  • Fail the build when needed
  • Remove not-supported contents directive
  • Update twig_extension.rst
  • [HttpClient] Update http client testing section
  • [Form] Fix an inversion between object and class
  • amqp no autocreate queues, see [Messenger] add note how to avoid amqp queues autocreation symfony/symfony-docs#16689
  • Added naming_strategy option to doctrine config reference
  • Update doctrine.rst
  • Update the list of members of the CARE Team
  • Fix code example about prepend config
  • Minor reword
  • Clarify VALUE_IS_ARRAY usage
  • [Form][Security] Configure field_name under framework.form
  • [Validator] Update validation.rst
  • Update http_kernel_httpkernelinterface.rst
  • Use HTML syntax highlighting
  • [Form] Fix undefined variable
  • New features must go on the 6.x branch
  • remove outdated references to the master branch
  • Tighten the rules of what can be merged in patch versions
  • Minor typo
  • Add more information about security issues
  • Updating ICU documentation link.
  • [Testing] [PHPUnit Bridge] Fix link text
  • Add more clarity about things that cannot be done while working on a bug fix patch
  • Minor tweak
  • Fix mistake about the reason of the limitation of the timestamp in 32bit systems
  • [Doctrine] Deprecate the reverse engineering docs
  • Update questionhelper.rst
  • Tweaks
  • [Automated Tests] Update phpunit_bridge.rst
  • Releases: add details to minor and major versions
  • Fix ordered lists in secrets management and Form component documentation
  • [BrowserKit] Add response fetch to BrowserKit documentation
  • Use --webapp flag instead of --full
  • Adjust variable name
  • [Security] Update security.rst
  • Improve the explanation of the setfacl command usage
  • [HttpCache] Update a link to Varnish cookie docs
  • added validation model ref link
  • [Security] Add link to page with expressions
  • [ci] allow flex to run in CI
  • add command related to tags
  • [Security] Document the delete_cookies option
  • [Console] Improve the description of command options
  • Tweaks
  • [Mailer] Explaining In-Reply-To and References header
  • [HttpFoundation] Add cache option
  • Minor tweak
  • [Routing] Fix some internal references links
  • Adding missing uses
  • [Messenger] fix broken link to Validator component
  • Update mercure.rst
  • Update README.markdown
  • fix the target branch for new features
  • [Form] Remove :end-before:, :start-after: as it's not used anymore
  • Fix typo choice_translation_domain option
  • Minor tweak
  • [DI] Document proxifying interfaces for lazy services
  • Fix Cmder link
  • Minor tweaks
  • fix CI by reverting [ci] allow flex to run in CI symfony/symfony-docs#17020
  • [Intl] Add Scripts & Languages links
  • Ensure config blocks are consistent
  • Tweaks
  • Minor tweak
  • Minor tweak
  • add alternative method to force version with symfony/flex
  • [Filesystem] filesystem > readlink: remove function declaration
  • Minor tweak
  • Tweak
  • [Contributing] Update the footnotes of the BC article
  • [Intl] Add link refs for classes
  • [Config] Delete a page that it's no longer needed
  • Wrap some long lines
  • Minor syntax fix
  • Add event subscriber example to mailer documentation
  • Tweaks
  • [Lock] Add classes's link
  • [Lock] Specify default ttl
  • Update service documentation with udpate recipe files
  • Typo fix
  • [4.4] fix code sample to log out
  • Minor
  • Inappropriate usage of Parameter Conversion
  • [Cache] Add use Response & return hint
  • [Cache] Add return hint
  • "Creating Pages" not responsive
  • [DependecyInjection] Added Uses & hints
  • [Security] update Voter return type
  • Expanding on HTTP compression
  • Clarify which branch should be chosen for a patch
  • docs: fix links to phpunit docs
  • fixes Redis Sentinel : add password field for DSN to documentation symfony/symfony-docs#16310 unclear alternate DSN format
  • remove form types from TOC that have been introduced in later versions
  • Fix typos of the Dynamic Form Modification document
  • Fix: Linebreak
  • Method getCharset with proper returning type
  • Remove obsolete warning
  • Changing monolog.logger to logger
  • Updated SymfonyCloud link
  • Update ci.yaml
  • Removing heading
  • Fixing path
  • [EventDispatcher] Fix typo in reference events
  • Adding all rpm commands
  • Promoting encore restart note
  • [Workflow] fix image labels
  • Remove reference to a removed configuration key
  • Fix typo
  • Trying to add quotation markup
  • [Cache] Tip to not reconfigure system cache
  • [DependencyInjection] Add a section for testing service subscribers
  • Fix typo
  • Update RST syntax
  • Fix use statement
  • Improve the diff highlighting for custom webpack plugins
  • Minor tweak
  • Minor tweak
  • [Testing] Add a section to mock service dependencies
  • Mailer: remove port 99 for requestbin.com
  • [Kernel] Mention extra interfaces in MicroKernel section
  • Minor tweak
  • Update serializer.rst
  • Minor tweaks
  • Use fourth argument of RoutingConfigurator instead of non-existent method
  • Minor tweak
  • [Validator] Add hint for testing custom constraints
  • [Validator] Unit Tests
  • Example remote ElasticsearchLogstashHandler
  • Minor (language) improvements
  • add tip about listener priority to mailer.rst
  • docs: Add the mime type in the example
  • [Serializer] Remove note about installing the FrameworkExtraBundle for using annotations
  • Reword "max lifetime" to "default lifetime"
  • [Symfony UX] reference Vue component in VueJs page
  • Minor fix
  • [Symfony UX] reference React component in React page
  • [Form] Improve ChoiceType CS
  • [Form] Fix selectedchoice test link
  • [Validator] Combine [Validator] Unit Tests symfony/symfony-docs#13898 with recent changes
  • Remove akamai broken link
  • Readded the link to Akamai
  • docs(test): add array example for options
  • Fix Stumptown Syndicate guideline broken link
  • Force SimpleBus https url
  • Mentioning svelte as aa valid loader override type
  • Change secure.php.net link to php.net
  • Reword
  • Fix a typo
  • Correct time type return
  • [DependencyInjecion] Mention that service definitions replace previous ones
  • [Session] Add docs to define redis session handler via php.ini directly
  • Reword
  • Minor reword
  • [DependencyInjection] Show how to get $myService
  • Tweaks
  • refactor(reference): document kernel.locale_aware
  • [Form][Form Choice] customize choice entry
  • Reword
  • Update serializer.rst
  • Minor tweak
  • [Form] fix EntityType with multiple=true return type
  • Minor tweak
  • Use correct code-block

javiereguiluz and others added 30 commits June 28, 2022 13:39
hello,

when running the example as it is, a deprecation message is shown (i'm on PHP 8.1.6). the deprecation message says that ``trim(): Passing null to parameter #1 ($string) of type string is deprecated``.
what if we add a normalizer that returns an empty string when the entered value is `null` otherwise returns the user's intial input.  with this suggestion, the example works great
…1989)

This PR was submitted for the 6.0 branch but it was merged into the 4.4 branch instead.

Discussion
----------

[Console] Update questionhelper.rst

hello,

when running the example as it is, a deprecation message is shown (i'm on PHP 8.1.6). the deprecation message says that ``trim(): Passing null to parameter #1 ($string) of type string is deprecated``.
what if we add a normalizer that returns an empty string when the entered value is `null` otherwise returns the user's intial input.  with this suggestion, the example works great

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).

-->

Commits
-------

bf9e245 Update questionhelper.rst
… (javiereguiluz)

This PR was merged into the 4.4 branch.

Discussion
----------

[Doctrine] Deprecate the reverse engineering docs

Fixes symfony#16903.

Commits
-------

9ed3b06 [Doctrine] Deprecate the reverse engineering docs
update sdn sensitive annotation.
… (alexislefebvre)

This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

Releases: add details to minor and major versions

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).

-->

Commits
-------

4ae363a Releases: add details to minor and major versions
…bridge.rst (mohamedGasmii)

This PR was merged into the 4.4 branch.

Discussion
----------

[PHPUnitBridge] [Automated Tests] Update phpunit_bridge.rst

update dns sensitive annotation.

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).

-->

Commits
-------

8b85a3d [Automated Tests] Update phpunit_bridge.rst
…component documentation (alexandre-daubois)

This PR was merged into the 4.4 branch.

Discussion
----------

Fix ordered lists in secrets management and Form component documentation

Commits
-------

6570ade Fix ordered lists in secrets management and Form component documentation
Adjust variable name to be like the definition in VoterInterface
This PR was merged into the 4.4 branch.

Discussion
----------

[Security] Adjust variable name

Adjust variable name to be like the definition in VoterInterface

Commits
-------

12c1059 Adjust variable name
This PR was merged into the 4.4 branch.

Discussion
----------

Use --webapp flag instead of --full

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).

-->

Commits
-------

d68d7ee Use --webapp flag instead of --full
Fixing display php code block
This PR was merged into the 4.4 branch.

Discussion
----------

[Security] Update security.rst

Fixing display php code block

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).

-->

Commits
-------

0b546b1 [Security] Update security.rst
… cookie docs (javiereguiluz)

This PR was merged into the 4.4 branch.

Discussion
----------

[HttpKernel] [HttpCache] Update a link to Varnish cookie docs

Fixes symfony#16180.

Commits
-------

0960134 [HttpCache] Update a link to Varnish cookie docs
…age (javiereguiluz)

This PR was merged into the 4.4 branch.

Discussion
----------

Improve the explanation of the setfacl command usage

Fixes symfony#16708.

Commits
-------

9600a87 Improve the explanation of the setfacl command usage
…viereguiluz)

This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[Security] Document the delete_cookies option

Fixes symfony#16205

Please, someone help me review the XML config because it's probably wrong. Thanks!

Commits
-------

91a9223 [Security] Document the delete_cookies option
…ons (javiereguiluz)

This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[Console] Improve the description of command options

Fixes symfony#16648.

Commits
-------

14e501f [Console] Improve the description of command options
javiereguiluz and others added 27 commits October 18, 2022 09:54
time function returns an int, while DateTime::createFromFormat requires a string!
This PR was submitted for the 6.1 branch but it was merged into the 4.4 branch instead.

Discussion
----------

Correct time type return

time function returns an int, while DateTime::createFromFormat requires a string!

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).

-->

Commits
-------

43e7043 Correct time type return
…n that service definitions replace previous ones (javiereguiluz)

This PR was merged into the 4.4 branch.

Discussion
----------

[DependencyInjection] [DependencyInjecion] Mention that service definitions replace previous ones

Replaces symfony#16888 to add the warning message in the main article about services config.

Commits
-------

c9f83a4 [DependencyInjecion] Mention that service definitions replace previous ones
…r via php.ini directly (alexander-schranz)

This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[Session] Add docs to define redis session handler via php.ini directly

I think the most easiest way to configure session handling via redis is still configure it via `php.ini` and not via the Symfony Application.

Commits
-------

b29c212 [Session] Add docs to define redis session handler via php.ini directly
…o-org)

This PR was merged into the 4.4 branch.

Discussion
----------

[Cache] Tip to not reconfigure system cache

Add tip to not reconfigure system cache as per `@nicolas`-grekas [comment](symfony#12774 (comment)).

Commits
-------

aa67292 [Cache] Tip to not reconfigure system cache
…(tacman)

This PR was submitted for the 6.1 branch but it was squashed and merged into the 4.4 branch instead.

Discussion
----------

[DependencyInjection] Show how to get $myService

Fixes symfony#17397, makes it clearer how to get the service, since ->get() isn't correct and getDefinition() isn't obvious.

Commits
-------

95b8fea [DependencyInjection] Show how to get $myService
…ion (ThomasLandauer)

This PR was merged into the 4.4 branch.

Discussion
----------

[Doctrine] Adding caution box on dependecy injection

I guessed this (based on trial and error), so please double-check!

Maybe add a second sentence like:
The reason is that the class is instantiated by Doctrine and not wired through Symfony's DI container.

Commits
-------

806310a Adding caution box on dependecy injection
…ware` (Guikingone)

This PR was submitted for the 4.3 branch but it was merged into the 4.4 branch instead.

Discussion
----------

[DependencyInjection][Framework] `kernel.locale_aware`

Hi 👋🏻

It seems that the `kernel.locale_aware` tag was introduced in `4.3` without documenting it, here's a first draft.

Thanks for the feedback 🙂

Commits
-------

c1ab456 refactor(reference): document kernel.locale_aware
This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[Form][Form Choice] customize choice entry

First PR here symfony#15921, but...something happened!

I'm not sure where to add the link on the form_theme document, so I don't add it.

And I'm not sure for the title **Access data in a Form Choice**

`@HeahDude`

Commits
-------

8a05949 [Form][Form Choice] customize choice entry
… hints (94noni)

This PR was submitted for the 6.0 branch but it was merged into the 4.4 branch instead.

Discussion
----------

[Serializer] Update serializer example using type hints

Hi, small proposition to upgrade code example here in the serializer doc using type hint on object to serialize to make example more robust from the input to output

Before continuing on this page, I want to ask if it is useful or not
Thank you!

Commits
-------

fd73939 Update serializer.rst
…ype (MrYamous)

This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

[Form] fix EntityType with multiple=true return type

Small fix for symfony#16805 about return type in form with multiple option

I'm doing this on version 4.4 because it's the older maintained, but maybe we need to correct further?

Commits
-------

0ad2d2f [Form] fix EntityType with multiple=true return type
@OskarStark OskarStark self-assigned this Oct 27, 2022
@OskarStark OskarStark closed this Oct 27, 2022
@OskarStark OskarStark deleted the fix/ci branch October 27, 2022 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment