8000 minor #9696 Update entity_provider.rst (matt9mg, javiereguiluz) · symfony/symfony-docs@23118f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23118f7

Browse files
committed
minor #9696 Update entity_provider.rst (matt9mg, javiereguiluz)
This PR was submitted for the 4.0 branch but it was merged into the 2.8 branch instead (closes #9696). Discussion ---------- Update entity_provider.rst Keep the array syntax consistant between the 2 serialization functions that are implemented <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 2ed5e7d Fixed inconsistency differently 4ea991d Update entity_provider.rst
2 parents 77246b5 + 2ed5e7d commit 23118f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/entity_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For this entry, suppose that you already have a ``User`` entity inside an
133133
$this->password,
134134
// see section on salt below
135135
// $this->salt
136-
) = unserialize($serialized, ['allowed_classes' => false]);
136+
) = unserialize($serialized, array('allowed_classes' => false));
137137
}
138138
}
139139

0 commit comments

Comments
 (0)
0