Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 555e2aa

Browse files
Merge branch '3.1'
* 3.1: [FrameworkBundle] Check for class existence before is_subclass_of Update GroupSequence.php Code enhancement and cleanup [Form] Fix transformer tests after the ICU update [DI] Add anti-regression test Revert "minor #19689 [DI] Cleanup array_key_exists (ro0NL)" bumped Symfony version to 3.1.5 updated VERSION for 3.1.4 updated CHANGELOG for 3.1.4 bumped Symfony version to 2.8.11 updated VERSION for 2.8.10 updated CHANGELOG for 2.8.10 [BrowserKit] Fix cookie expiration on 32 bit systems bumped Symfony version to 2.7.18 updated VERSION for 2.7.17 update CONTRIBUTORS for 2.7.17 updated CHANGELOG for 2.7.17 Update misleading comment about RFC4627
2 parents 7ad9b6d + e2b3f74 commit 555e2aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ErrorHandler.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,12 @@ private function reRegister($prev)
352352
/**
353353
* Handles errors by filtering then logging them according to the configured bit fields.
354354
*
355-
* @param int $type One of the E_* constants
355+
* @param int $type One of the E_* constants
356+
* @param string $message
356357
* @param string $file
357358
* @param int $line
358359
* @param array $context
360+
* @param array $backtrace
359361
*
360362
* @return bool Returns false when no handling happens so that the PHP engine can handle the error itself
361363
*

0 commit comments

Comments
 (0)