We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180e233 commit 76d9709Copy full SHA for 76d9709
.github/workflows/ci.yml
@@ -40,6 +40,9 @@ jobs:
40
symfony-version: '8.0.*'
41
dependencies: 'highest'
42
coverage: 'pcov'
43
+ - php-version: '8.5'
44
+ symfony-version: '8.0.*'
45
+ dependencies: 'highest'
46
- php-version: '8.2'
47
symfony-version: '5.4.*'
48
dependencies: 'lowest'
src/Annotation/Builder.php
@@ -14,7 +14,6 @@
14
* @NamedArgumentConstructor
15
* @Target({"PROPERTY", "METHOD"})
16
*/
17
-#[Attribute(Attribute::TARGET_PROPERTY | Attribute::TARGET_METHOD)]
18
abstract class Builder extends Annotation
19
{
20
/**
0 commit comments