8000 Merge branch '3.4' · symfony/symfony@a2bd56e · GitHub
[go: up one dir, main page]

Skip to content

Commit a2bd56e

Browse files
Merge branch '3.4'
* 3.4: fix typo
2 parents 4352c41 + c36262e commit a2bd56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function __construct(FormDataExtractorInterface $dataExtractor)
8686
*/
8787
public function collect(Request $request, Response $response, \Exception $exception = null)
8888
{
89-
if (70000 <= \PHP_VERSION_ID && \PHP_VERSION_ID < 70800) {
89+
if (70000 <= \PHP_VERSION_ID && \PHP_VERSION_ID < 70008) {
9090
@trigger_error('A bug in PHP 7.0.0 to 7.0.7 is breaking the Form panel, please upgrade to 7.0.8 or higher.', E_USER_DEPRECATED);
9191
}
9292
}

0 commit comments

Comments
 (0)
0