Skip to content

Commit 2e18206

Browse files
committed
Merge branch '4.4' into 5.1
2 parents d94865a + cd980f0 commit 2e18206

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)