@@ -61,7 +61,7 @@ public function __construct()
61
61
* This service is shared.
62
62
* This method always returns the same instance of the service.
63
63
*
64
- * @return \Bar\FooClass A Bar\FooClass instance.
64
+ * @return \Bar\FooClass A Bar\FooClass instance
65
65
*/
66
66
protected function getBarService ()
67
67
{
@@ -80,7 +80,7 @@ protected function getBarService()
80
80
* This service is shared.
81
81
* This method always returns the same instance of the service.
82
82
*
83
- * @return \Baz A Baz instance.
83
+ * @return \Baz A Baz instance
84
84
*/
85
85
protected function getBazService ()
86
86
{
@@ -97,7 +97,7 @@ protected function getBazService()
97
97
* This service is shared.
98
98
* This method always returns the same instance of the service.
99
99
*
100
- * @return \stdClass A stdClass instance.
100
+ * @return \stdClass A stdClass instance
101
101
*/
102
102
protected function getConfiguredServiceService ()
103
103
{
@@ -131,7 +131,7 @@ protected function getConfiguredServiceSimpleService()
131
131
* This service is shared.
132
132
* This method always returns the same instance of the service.
133
133
*
134
- * @return \stdClass A stdClass instance.
134
+ * @return \stdClass A stdClass instance
135
135
*/
136
136
protected function getDecoratedService ()
137
137
{
@@ -144,7 +144,7 @@ protected function getDecoratedService()
144
144
* This service is shared.
145
145
* This method always returns the same instance of the service.
146
146
*
147
- * @return \stdClass A stdClass instance.
147
+ * @return \stdClass A stdClass instance
148
148
*/
149
149
protected function getDecoratorServiceService ()
150
150
{
@@ -157,7 +157,7 @@ protected function getDecoratorServiceService()
157
157
* This service is shared.
158
158
* This method always returns the same instance of the service.
159
159
*
160
- * @return \stdClass A stdClass instance.
160
+ * @return \stdClass A stdClass instance
161
161
*/
162
162
protected function getDecoratorServiceWithNameService ()
163
163
{
@@ -170,7 +170,7 @@ protected function getDecoratorServiceWithNameService()
170
170
* This service is shared.
171
171
* This method always returns the same instance of the service.
172
172
*
173
- * @return \stdClass A stdClass instance.
173
+ * @return \stdClass A stdClass instance
174
174
*
175
175
* @deprecated The "deprecated_service" service is deprecated. You should stop using it, as it will soon be removed.
176
176
*/
@@ -187,7 +187,7 @@ protected function getDeprecatedServiceService()
187
187
* This service is shared.
188
188
* This method always returns the same instance of the service.
189
189
*
190
- * @return \Bar A Bar instance.
190
+ * @return \Bar A Bar instance
191
191
*/
192
192
protected function getFactoryServiceService ()
193
193
{
@@ -213,7 +213,7 @@ protected function getFactoryServiceSimpleService()
213
213
* This service is shared.
214
214
* This method always returns the same instance of the service.
215
215
*
216
- * @return \Bar\FooClass A Bar\FooClass instance.
216
+ * @return \Bar\FooClass A Bar\FooClass instance
217
217
*/
218
218
protected function getFooService ()
219
219
{
@@ -237,7 +237,7 @@ protected function getFooService()
237
237
* This service is shared.
238
238
* This method always returns the same instance of the service.
239
239
*
240
- * @return object A %baz_class% instance.
240
+ * @return object A %baz_class% instance
241
241
*/
242
242
protected function getFoo_BazService ()
243
243
{
@@ -251,7 +251,7 @@ protected function getFoo_BazService()
251
251
/**
252
252
* Gets the 'foo_bar' service.
253
253
*
254
- * @return object A %foo_class% instance.
254
+ * @return object A %foo_class% instance
255
255
*/
256
256
protected function getFooBarService ()
257
257
{
@@ -266,7 +266,7 @@ protected function getFooBarService()
266
266
* This service is shared.
267
267
* This method always returns the same instance of the service.
268
268
*
269
- * @return \Foo A Foo instance.
269
+ * @return \Foo A Foo instance
270
270
*/
271
271
protected function getFooWithInlineService ()
272
272
{
@@ -283,7 +283,7 @@ protected function getFooWithInlineService()
283
283
* This service is shared.
284
284
* This method always returns the same instance of the service.
285
285
*
286
- * @return \Bar\FooClass A Bar\FooClass instance.
286
+ * @return \Bar\FooClass A Bar\FooClass instance
287
287
*/
288
288
protected function getMethodCall1Service ()
289
289
{
@@ -310,7 +310,7 @@ protected function getMethodCall1Service()
310
310
* This service is shared.
311
311
* This method always returns the same instance of the service.
312
312
*
313
- * @return \FooBarBaz A FooBarBaz instance.
313
+ * @return \FooBarBaz A FooBarBaz instance
314
314
*/
315
315
protected function getNewFactoryServiceService ()
316
316
{
@@ -340,7 +340,7 @@ protected function getRequestService()
340
340
* This service is shared.
341
341
* This method always returns the same instance of the service.
342
342
*
343
- * @return \Bar\FooClass A Bar\FooClass instance.
343
+ * @return \Bar\FooClass A Bar\FooClass instance
344
344
*/
345
345
protected function getServiceFromStaticMethodService ()
346
346
{
@@ -357,7 +357,7 @@ protected function getServiceFromStaticMethodService()
357
357
* If you want to be able to request this service from the container directly,
358
358
* make it public, otherwise you might end up with broken code.
359
359
*
360
- * @return \ConfClass A ConfClass instance.
360
+ * @return \ConfClass A ConfClass instance
361
361
*/
362
362
protected function getConfiguratorServiceService ()
363
363
{
@@ -412,7 +412,7 @@ protected function getFactorySimpleService()
412
412
* If you want to be able to request this service from the container directly,
413
413
* make it public, otherwise you might end up with broken code.
414
414
*
415
- * @return \Bar A Bar instance.
415
+ * @return \Bar A Bar instance
416
416
*/
417
417
protected function getInlinedService ()
418
418
{
@@ -434,7 +434,7 @@ protected function getInlinedService()
434
434
* If you want to be able to request this service from the container directly,
435
435
* make it public, otherwise you might end up with broken code.
436
436
*
437
- * @return \FactoryClass A FactoryClass instance.
437
+ * @return \FactoryClass A FactoryClass instance
438
438
*/
439
439
protected function getNewFactoryService ()
440
440
{
0 commit comments