Skip to content

Commit 3461282

Browse files
committed
Fix CS
1 parent 3218f73 commit 3461282

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
@@ -99,7 +99,7 @@ public function getNames(Profile $profile)
9999
/**
100100
* @deprecated since Symfony 4.4
101101
*/
102-
protected function templateExists($template/*, bool $triggerDeprecation = true */)
102+
protected function templateExists($template/* , bool $triggerDeprecation = true */)
103103
{
104104
if (1 === \func_num_args()) {
105105
@trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use the "exists()" method of the Twig loader instead.', __METHOD__), \E_USER_DEPRECATED);

0 commit comments

Comments
 (0)