Skip to content
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

TASK: Fix StyleCI issue in NodePropertyConverterService #3683

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

grebaldi
Copy link
Contributor

The problem

StyleCI is complaining about the NodePropertyConverterService.:
https://github.styleci.io/analyses/e0lrDe

This leads to build failures in unrelated PRs.

The solution

I fixed the line that StyleCI was complaining about:

-            // Here, the normal property access logic starts.
+        // Here, the normal property access logic starts.

@ahaeslich ahaeslich merged commit 5758aa4 into neos:9.0 Jan 11, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants