Skip to content

Commit a1f3f17

Browse files
committed
Merge branch '5.1' into 5.x
2 parents d2f2c1d + 2e18206 commit a1f3f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Profiler/TemplateManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function getNames(Profile $profile)
7272
continue;
7373
}
7474

75-
list($name, $template) = $arguments;
75+
[$name, $template] = $arguments;
7676

7777
if (!$this->profiler->has($name) || !$profile->hasCollector($name)) {
7878
continue;

0 commit comments

Comments
 (0)