8000 CS fix · symfony/symfony@f348731 · GitHub
[go: up one dir, main page]

Skip to content

Commit f348731

Browse files
committed
CS fix
1 parent 805ea3e commit f348731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Bundle/Bundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ final public function getName()
160160
$name = get_class($this);
161161
$pos = strrpos($name, '\\');
162162

163-
return $this->name = false === $pos ? $name : substr($name, $pos + 1);
163+
return $this->name = false === $pos ? $name : substr($name, $pos + 1);
164164
}
165165

166166
/**

0 commit comments

Comments
 (0)
0