Skip to content

Commit bbbc12b

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Fix more quotes in exception messages [3.4] Minor fixes [PropertyAccess] Improved errors when reading uninitialized properties
2 parents 5090474 + b8776ee commit bbbc12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User/UserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* Regardless of how your users are loaded or where they come from (a database,
2525
* configuration, web service, etc.), you will have a class that implements
26-
* this interface. Objects that implement this interface are created and
26+
* this interface. Objects that implement this interface are created and
2727
* loaded by different objects that implement UserProviderInterface.
2828
*
2929
* @see UserProviderInterface

0 commit comments

Comments
 (0)