Skip to content

Commit

Permalink
Merge pull request #6 from ray-di/files_param
Browse files Browse the repository at this point in the history
Add FilesParam annotation
  • Loading branch information
koriym authored Sep 5, 2019
2 parents 76c2091 + bf15810 commit 2c12741
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Annotation/FilesParam.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
/**
* This file is part of the Ray.WebContextParam.
*
* @license http://opensource.org/licenses/bsd-license.php MIT
*/
namespace Ray\WebContextParam\Annotation;

/**
* @Annotation
* @Target("METHOD")
*/
final class FilesParam extends AbstractWebContextParam
{
const GLOBAL_KEY = '_FILES';
}

0 comments on commit 2c12741

Please sign in to comment.