Skip to content

Update README with missing feature descriptions#475

Merged
ondrejmirtes merged 1 commit into2.0.xfrom
readme-add-missing-features
Feb 19, 2026
Merged

Update README with missing feature descriptions#475
ondrejmirtes merged 1 commit into2.0.xfrom
readme-add-missing-features

Conversation

@phpstan-bot
Copy link
Copy Markdown

Summary

  • Added 10 missing type extension features to the README feature list: ResponseHeaderBag::getCookies(), SerializerInterface::deserialize() / DenormalizerInterface::denormalize(), HandleTrait::handle(), FormInterface::getErrors(), KernelInterface::locateResource(), Extension::getConfiguration(), CacheInterface::get(), BrowserKitAssertionsTrait::getClient(), and Command::getHelper()
  • Added 2 missing rule descriptions: undefined console argument/option detection, and argument/option default value validation
  • Added @required / #[Required] autowiring support to the feature list
  • Fixed missing parentheses on InputInterface method references and added ::getOptions()

Test plan

  • Verified each listed feature corresponds to an actual source file in src/
  • No code changes, documentation only

🤖 Generated with Claude Code

Add documentation for features that were implemented but not listed
in the README: ResponseHeaderBag::getCookies(), Serializer/Denormalizer
return types, HandleTrait::handle(), FormInterface::getErrors(),
KernelInterface::locateResource(), Extension::getConfiguration(),
CacheInterface::get(), BrowserKitAssertionsTrait::getClient(),
Command::getHelper(), console argument/option validation rules,
and @required autowiring support. Also fix missing parentheses
on existing InputInterface method references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ondrejmirtes ondrejmirtes merged commit 359641d into 2.0.x Feb 19, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants