Skip to content

Commit 11c2b64

Browse files
Merge branch '3.3' into 3.4
* 3.3: use Precise on Travis to keep PHP LDAP support Fix case sensitive sameSite cookie [PropertyInfo] Use rawurlencode to escape PSR-6 keys fix(security): ensure the 'route' index is set before attempting to use it Fix the design of the profiler exceptions when there is no message [Config] Minor fix [WebProfilerBundle] Fix full sized dump hovering in toolbar
2 parents c114319 + 54ee12b commit 11c2b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resource/ClassExistenceResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private static function throwOnRequiredClass($class)
149149
$props = array(
150150
'file' => $trace[$i]['file'],
151151
'line' => $trace[$i]['line'],
152-
'trace' => array_slice($trace, 0, 1 + $i),
152+
'trace' => array_slice($trace, 1 + $i),
153153
);
154154

155155
foreach ($props as $p => $v) {

0 commit comments

Comments
 (0)