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

Skip to content

Commit dc282ec

Browse files
[Debug] Tweak docblocks
1 parent 9c0aa19 commit dc282ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Debug/ErrorHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public function setExceptionHandler($handler)
240240
}
241241

242242
/**
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.
244244
*
245245
* @param int $levels A bit field of E_* constants for thrown errors
246246
* @param bool $replace Replace or amend the previous value
@@ -282,7 +282,7 @@ public function scopeAt($levels, $replace = false)
282282
}
283283

284284
/**
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.
286286
*
287287
* @param int $levels A bit field of E_* constants for traced errors
288288
* @param bool $replace Replace or amend the previous value

0 commit comments

Comments
 (0)