• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

RonasIT / laravel-helpers / 11900618086

18 Nov 2024 08:33PM UTC coverage: 78.056%. Remained the same
11900618086

Pull #151

github

web-flow
Merge 3bd89771f into 252d2b2eb
Pull Request #151: chore(deps): bump phpoffice/phpspreadsheet from 1.29.2 to 1.29.4

996 of 1276 relevant lines covered (78.06%)

11.56 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Middleware/RemovePathParamMiddleware.php
1
<?php
2

3
namespace RonasIT\Support\Middleware;
4

5
use Closure;
6
use Illuminate\Http\Request;
7

8
class RemovePathParamMiddleware
9
{
10
    public function handle(Request $request, Closure $next, $paramName = 'version')
11
    {
12
        $request->route()->forgetParameter($paramName);
×
13

14
        return $next($request);
×
15
    }
16
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc