File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Symfony/Component/DependencyInjection Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ class Definition
51
51
private static $ defaultDeprecationTemplate = 'The "%service_id%" service is deprecated. You should stop using it, as it will soon be removed. ' ;
52
52
53
53
/**
54
- * @param string|null $class The service class
55
- * @param array $arguments An array of arguments to pass to the service constructor
54
+ * @param string|Parameter| null $class The service class
55
+ * @param array $arguments An array of arguments to pass to the service constructor
56
56
*/
57
57
public function __construct ($ class = null , array $ arguments = [])
58
58
{
@@ -157,7 +157,7 @@ public function getDecoratedService()
157
157
/**
158
158
* Sets the service class.
159
159
*
160
- * @param string $class The service class
160
+ * @param string|Parameter|null $class The service class
161
161
*
162
162
* @return $this
163
163
*/
@@ -173,7 +173,7 @@ public function setClass($class)
173
173
/**
174
174
* Gets the service class.
175
175
*
176
- * @return string|null The service class
176
+ * @return string|Parameter| null The service class
177
177
*/
178
178
public function getClass ()
179
179
{
You can’t perform that action at this time.
0 commit comments