Skip to content

Commit 4a63bde

Browse files
Minor hot fix
1 parent 98bf339 commit 4a63bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ protected function getScript($request)
107107
$code = <<<EOF
108108
<?php
109109
110-
error_reporting($errorReporting | ~E_USER_DEPRECATED);
110+
error_reporting($errorReporting & ~E_USER_DEPRECATED);
111111
112112
require_once '$requirePath';
113113

0 commit comments

Comments
 (0)