Skip to content

Conversation

@Benjamin-K
Copy link
Contributor

Currently, the name of the file containing the InvalidMailerConfigurationException class is different than the class name. This results in a composer PSR-4 warning, as the class cannot be autoloaded correctly:

Warning

Class Neos\SymfonyMailer\Exception\InvalidMailerConfigurationException located in ./Packages/Application/Neos.SymfonyMailer/Classes/Exception/InvalidNodeCreationHandlerException.php does not comply with psr-4 autoloading standard (rule: Neos\SymfonyMailer\ => ./Packages/Application/Neos.SymfonyMailer/Classes). Skipping.

This PR sets the correct name on that mentioned file.

Copy link
Member

@bwaidelich bwaidelich left a comment

Choose a reason for hiding this comment

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

Thank you, good catch!

@bwaidelich bwaidelich merged commit 69a2ade into neos:main Oct 16, 2025
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