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

RonasIT / laravel-helpers / 9734992282

30 Jun 2024 09:13PM UTC coverage: 77.982% (+1.6%) from 76.409%
9734992282

Pull #129

github

web-flow
Merge 1c709efb3 into 22620f288
Pull Request #129: Fix codestyle and legacy code

51 of 58 new or added lines in 10 files covered. (87.93%)

32 existing lines in 3 files now uncovered.

974 of 1249 relevant lines covered (77.98%)

14.47 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