File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Debug Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ public function setExceptionHandler($handler)
240
240
}
241
241
242
242
/**
243
- * Sets the PHP error levels that should throw an exception when a PHP error occurs.
243
+ * Sets the PHP error levels that throw an exception when a PHP error occurs.
244
244
*
245
245
* @param int $levels A bit field of E_* constants for thrown errors
246
246
* @param bool $replace Replace or amend the previous value
@@ -282,7 +282,7 @@ public function scopeAt($levels, $replace = false)
282
282
}
283
283
284
284
/**
285
- * Sets the PHP error levels for which stack trace is preserved.
285
+ * Sets the PHP error levels for which the stack trace is preserved.
286
286
*
287
287
* @param int $levels A bit field of E_* constants for traced errors
288
288
* @param bool $replace Replace or amend the previous value
You can’t perform that action at this time.
0 commit comments