Lint PHP code psr-12, add GH action
This commit is contained in:
@@ -18,10 +18,11 @@ class TrimStrings extends Middleware
|
||||
|
||||
/**
|
||||
* The route name where this shouldn't be applied
|
||||
*
|
||||
* @var string[]
|
||||
*/
|
||||
protected $exceptUrls = [
|
||||
'/\/api\/forms\/(.*)\/answer/'
|
||||
'/\/api\/forms\/(.*)\/answer/',
|
||||
];
|
||||
|
||||
public function handle($request, \Closure $next)
|
||||
|
||||
Reference in New Issue
Block a user