Skip to content

Commit fe5e18c

Browse files
committed
Fixing PHPSTAN issues
1 parent 00fa510 commit fe5e18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Mautic/FormTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function test_prepare_response($result, $expectedHeader, $expectedContentType):
7171
$this->assertNull($response['content']);
7272
break;
7373
default:
74-
throw new InvalidArgumentException("Nieznany typ: $expectedContentType");
74+
throw new \InvalidArgumentException("Nieznany typ: $expectedContentType");
7575
}
7676
}
7777

0 commit comments

Comments
 (0)