Skip to content

Commit

Permalink
Fix Target annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
flohw committed Mar 8, 2024
1 parent 7abe343 commit 7018781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Controller/Annotations/FileParam.php
Expand Up @@ -22,8 +22,7 @@
*
* @Annotation
* @NamedArgumentConstructor
* @Target("METHOD")
* @Target("CLASS")
* @Target({"METHOD", "CLASS"})
*
* @author Ener-Getick <egetick@gmail.com>
*/
Expand Down
3 changes: 1 addition & 2 deletions Controller/Annotations/RequestParam.php
Expand Up @@ -18,8 +18,7 @@
*
* @Annotation
* @NamedArgumentConstructor
* @Target("METHOD")
* @Target("CLASS")
* @Target({"METHOD", "CLASS"})
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @author Boris Guéry <guery.b@gmail.com>
Expand Down

0 comments on commit 7018781

Please sign in to comment.