Skip to content

Commit d103b61

Browse files
committed
fixed typo
1 parent 735d0a6 commit d103b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Definition.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public function setDecoratedService($id, $renamedId = null)
158158
}
159159

160160
/**
161-
* Gets the service that decorates this service.
161+
* Gets the service that this service is decorating.
162162
*
163163
* @return null|array An array composed of the decorated service id and the new id for it, null if no service is decorated
164164
*/

0 commit comments

Comments
 (0)