Skip to content

Commit f675964

Browse files
Update TrimStringsTest.php
1 parent 3d432b4 commit f675964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Foundation/Http/Middleware/TrimStringsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class TrimStringsTest extends TestCase
1111
{
12-
public function testTrimStringsIgnoringExceptAttribute(): void
12+
public function testTrimStringsIgnoringExceptAttribute()
1313
{
1414
$middleware = new TrimStringsWithExceptAttribute();
1515
$symfonyRequest = new SymfonyRequest([

0 commit comments

Comments
 (0)