Skip to content

Commit ebf60dd

Browse files
committed
Merge branch '2.2' into 2.3
* 2.2: No Entity Manager defined exception fixed CS [Acl] Fix for issue #9433 [Validator] fix docblock typos [DependencyInjection] removed the unused Reference and Parameter classes use statements from the compiled container class Fix mistake in translation's service definition. if handler_id is identical to null fix CS fix Fixed ModelChoiceList tests in Propel1 bridge. [AclProvider] Fix incorrect behaviour when partial results returned from cache Check if the pipe array is empty before calling stream_select() re-factor Propel1 ModelChoiceList [Locale] fixed the failing test described in #9455 [Process] fix phpdoc and timeout of 0 bug #9445 [BrowserKit] fixed protocol-relative url redirection Conflicts: src/Symfony/Component/BrowserKit/Tests/ClientTest.php src/Symfony/Component/Locale/Tests/Stub/StubIntlDateFormatterTest.php
2 parents 9d45e71 + bbf97ec commit ebf60dd

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)