Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a34577

Browse filesBrowse files
committed
minor #5276 Better illustrate what the "user mistake" is. (diamondsea)
This PR was merged into the 2.6 branch. Discussion ---------- Better illustrate what the "user mistake" is. Commits ------- 6094deb Changed comment from # to // 9fc609d Better illustrate what the "user mistake" is.
2 parents b33c900 + 6094deb commit 5a34577
Copy full SHA for 5a34577

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎components/options_resolver.rst

Copy file name to clipboardExpand all lines: components/options_resolver.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ the ``Mailer`` class makes a mistake?
9696
.. code-block:: php
9797
9898
$mailer = new Mailer(array(
99-
'usernme' => 'johndoe',
99+
'usernme' => 'johndoe', // usernAme misspelled
100100
));
101101
102102
No error will be shown. In the best case, the bug will appear during testing,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.