Skip to content

Commit a6f44d2

Browse files
committed
fixed CS
1 parent 84f4fb6 commit a6f44d2

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
public function collect(Request $request, Response $response, \Exception $exception = null)
8787
{
8888
if (70000 <= \PHP_VERSION_ID && \PHP_VERSION_ID < 70800) {
89-
@trigger_error('A bug in PHP v7.0.0 to v7.0.7 is breaking the Form panel, please upgrade to v7.0.8 or more.', E_USER_DEPRECATED);
89+
@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);
9090
}
9191
}
9292

0 commit comments

Comments
 (0)