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

RonasIT / laravel-helpers / 9715026792

28 Jun 2024 03:14PM UTC coverage: 76.409% (+1.6%) from 74.842%
9715026792

push

github

web-flow
Merge pull request #128 from RonasIT/laravel-min-version-10.48

Laravel min version 10.48

8 of 9 new or added lines in 3 files covered. (88.89%)

19 existing lines in 2 files now uncovered.

949 of 1242 relevant lines covered (76.41%)

9.97 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