Skip to content

Commit bbf97ec

Browse files
committed
CS fix
1 parent 2477448 commit bbf97ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)