Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit cdc4c76

Browse files
committed
Fix quotes in exception messages
1 parent d588ca8 commit cdc4c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guard/Tests/Provider/GuardAuthenticationProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function testCheckCredentialsReturningFalseFailsAuthentication()
121121

122122
/**
123123
* @group legacy
124-
* @expectedDeprecation %s::checkCredentials() must return a boolean value. You returned NULL. This behavior is deprecated in Symfony 4.4 and will trigger a TypeError in Symfony 5.
124+
* @expectedDeprecation "%s::checkCredentials()" must return a boolean value. You returned "NULL". This behavior is deprecated in Symfony 4.4 and will trigger a TypeError in Symfony 5.
125125
*/
126126
public function testCheckCredentialsReturningNonTrueFailsAuthentication()
127127
{

0 commit comments

Comments
 (0)