We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d432b4 commit f675964Copy full SHA for f675964
tests/Foundation/Http/Middleware/TrimStringsTest.php
@@ -9,7 +9,7 @@
9
10
class TrimStringsTest extends TestCase
11
{
12
- public function testTrimStringsIgnoringExceptAttribute(): void
+ public function testTrimStringsIgnoringExceptAttribute()
13
14
$middleware = new TrimStringsWithExceptAttribute();
15
$symfonyRequest = new SymfonyRequest([
0 commit comments