Skip to content

Commit 154ad6c

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

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
@@ -21,7 +21,7 @@
2121
*
2222
* Regardless of how your users are loaded or where they come from (a database,
2323
* configuration, web service, etc.), you will have a class that implements
24-
* this interface. Objects that implement this interface are created and
24+
* this interface. Objects that implement this interface are created and
2525
* loaded by different objects that implement UserProviderInterface.
2626
*
2727
* @see UserProviderInterface

0 commit comments

Comments
 (0)