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

fully_qualified_strict_types should support multiple attributes separated by comma #7682

Open
mvorisek opened this issue Jan 5, 2024 · 2 comments
Labels
kind/feature request topic/fqcn Fully Qualified Class Name usage and conversions

Comments

@mvorisek
Copy link
Contributor

mvorisek commented Jan 5, 2024

Feature request

example:

<?php

namespace Ns;

#[
    \A\B(),
    \A\C,
]
class Foo {}

Currently only the first attribute is imported.

@Wirone Wirone added the topic/fqcn Fully Qualified Class Name usage and conversions label Jan 5, 2024

This comment was marked as outdated.

@Wirone
Copy link
Member

Wirone commented Apr 5, 2024

It should be easily possible after #7909 got merged - all attribute items can be collected from any #[] and used classes can be imported if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature request topic/fqcn Fully Qualified Class Name usage and conversions
Projects
None yet
Development

No branches or pull requests

2 participants