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

Skip to content

Commit f4c1a3a

Browse files
committed
merged branch Burgov/patch-4 (PR #8355)
This PR was merged into the master branch. Discussion ---------- Fixed typo Commits ------- 6fdf8cf Fixed typo
2 parents 465965a + 6fdf8cf commit f4c1a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Debug/Exception/ContextErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct($message, $code, $severity, $filename, $lineno, $con
2727
}
2828

2929
/**
30-
* @return array Array of variables that existed when the exception occured
30+
* @return array Array of variables that existed when the exception occurred
3131
*/
3232
public function getContext()
3333
{

0 commit comments

Comments
 (0)