Skip to content

feat: declare strict types in tests and use override attribute#207

Open
shakaran wants to merge 2 commits into
SymfonyCasts:2.xfrom
shakaran:feat/declare-strict-types-test-use-overrides
Open

feat: declare strict types in tests and use override attribute#207
shakaran wants to merge 2 commits into
SymfonyCasts:2.xfrom
shakaran:feat/declare-strict-types-test-use-overrides

Conversation

@shakaran

Copy link
Copy Markdown

No description provided.

Comment thread tests/VerifyEmailTestKernel.php Outdated
public function registerContainerConfiguration(LoaderInterface $loader): void
{
if (null === $this->builder) {
if (!$this->builder instanceof \Symfony\Component\DependencyInjection\ContainerBuilder) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we already have a use statement for it

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed at 7adfacf

@sadikoff

Copy link
Copy Markdown

Thanks for your work we really appreciate it, however as I mentioned in #173 looks like this bundle will not be maintained in that way.

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