Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 358bdca

Browse filesBrowse files
committed
Resolve unresolved merge conflict
1 parent e049d42 commit 358bdca
Copy full SHA for 358bdca

File tree

1 file changed

+0
-5
lines changed
Filter options

1 file changed

+0
-5
lines changed

‎src/Symfony/Component/DependencyInjection/ContainerBuilder.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php
-5Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -994,13 +994,8 @@ public function setDefinition($id, Definition $definition)
994994

995995
$id = (string) $id;
996996

997-
<<<<<<< HEAD
998997
if ('' === $id || '\\' === $id[-1] || \strlen($id) !== strcspn($id, "\0\r\n'")) {
999-
throw new InvalidArgumentException(sprintf('Invalid service id: "%s"', $id));
1000-
=======
1001-
if ('' === $id || '\\' === substr($id, -1) || \strlen($id) !== strcspn($id, "\0\r\n'")) {
1002998
throw new InvalidArgumentException(sprintf('Invalid service id: "%s".', $id));
1003-
>>>>>>> 3.4
1004999
}
10051000

10061001
unset($this->aliasDefinitions[$id], $this->removedIds[$id]);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.