Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56bc081

Browse files
committed
minor symfony#7607 Fix some odd English in the PDOSessionHandler docs (zsturgess)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes symfony#7607). Discussion ---------- Fix some odd English in the PDOSessionHandler docs Spotted this whilst looking at the PDOSessionHandler docs today, thought I would throw a patch your way. Not sure if the existing wording is meant to imply that this throws an actual PHP Notice, if so "trigger a PHP Notice" might be better, but went for the basic fix here. I think I'm meant to submit this against the oldest maintained branch, but following the guidelines for a "simple patch" (https://symfony.com/doc/current/contributing/documentation/overview.html#fast-online-contributions) brought me here. Let me know how I can go about re-targeting this and fixing the conflicts if I need to. Commits ------- 824a046 Fix some odd English in the PDOSessionHandler docs
2 parents 543ec44 + 824a046 commit 56bc081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/pdo_session_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,6 @@ Microsoft SQL Server
273273
If the application stores large amounts of session data, this problem can
274274
be solved by increasing the column size (use ``BLOB`` or even ``MEDIUMBLOB``).
275275
When using MySQL as the database engine, you can also enable the `strict SQL mode`_
276-
to get noticed when such an error happens.
276+
to be notified when such an error happens.
277277

278278
.. _`strict SQL mode`: https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html

0 commit comments

Comments
 (0)