File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 * @Annotation
99 * @Target("METHOD")
1010 */
11- #[Attribute(Attribute::TARGET_PARAMETER )]
11+ #[Attribute(Attribute::TARGET_PARAMETER | Attribute:: TARGET_METHOD | Attribute:: IS_REPEATABLE )]
1212final class CookieParam extends AbstractWebContextParam
1313{
1414 const GLOBAL_KEY = '_COOKIE ' ;
Original file line number Diff line number Diff line change 88 * @Annotation
99 * @Target("METHOD")
1010 */
11- #[Attribute(Attribute::TARGET_PARAMETER )]
11+ #[Attribute(Attribute::TARGET_PARAMETER | Attribute:: TARGET_METHOD | Attribute:: IS_REPEATABLE )]
1212final class EnvParam extends AbstractWebContextParam
1313{
1414 const GLOBAL_KEY = '_ENV ' ;
Original file line number Diff line number Diff line change 88 * @Annotation
99 * @Target("METHOD")
1010 */
11- #[Attribute(Attribute::TARGET_PARAMETER )]
11+ #[Attribute(Attribute::TARGET_PARAMETER | Attribute:: TARGET_METHOD | Attribute:: IS_REPEATABLE )]
1212final class FilesParam extends AbstractWebContextParam
1313{
1414 const GLOBAL_KEY = '_FILES ' ;
Original file line number Diff line number Diff line change 88 * @Annotation
99 * @Target("METHOD")
1010 */
11- #[Attribute(Attribute::TARGET_PARAMETER )]
11+ #[Attribute(Attribute::TARGET_PARAMETER | Attribute:: TARGET_METHOD | Attribute:: IS_REPEATABLE )]
1212final class FormParam extends AbstractWebContextParam
1313{
1414 const GLOBAL_KEY = '_POST ' ;
Original file line number Diff line number Diff line change 88 * @Annotation
99 * @Target("METHOD")
1010 */
11- #[Attribute(Attribute::TARGET_PARAMETER )]
11+ #[Attribute(Attribute::TARGET_PARAMETER | Attribute:: TARGET_METHOD | Attribute:: IS_REPEATABLE )]
1212final class QueryParam extends AbstractWebContextParam
1313{
1414 const GLOBAL_KEY = '_GET ' ;
Original file line number Diff line number Diff line change 88 * @Annotation
99 * @Target("METHOD")
1010 */
11- #[Attribute(Attribute::TARGET_PARAMETER )]
11+ #[Attribute(Attribute::TARGET_PARAMETER | Attribute:: TARGET_METHOD | Attribute:: IS_REPEATABLE )]
1212final class ServerParam extends AbstractWebContextParam
1313{
1414 const GLOBAL_KEY = '_SERVER ' ;
You can’t perform that action at this time.
0 commit comments