@@ -61,7 +61,7 @@ public function __construct()
6161 * This service is shared.
6262 * This method always returns the same instance of the service.
6363 *
64- * @return \Bar\FooClass A Bar\FooClass instance.
64+ * @return \Bar\FooClass A Bar\FooClass instance
6565 */
6666 protected function getBarService ()
6767 {
@@ -80,7 +80,7 @@ protected function getBarService()
8080 * This service is shared.
8181 * This method always returns the same instance of the service.
8282 *
83- * @return \Baz A Baz instance.
83+ * @return \Baz A Baz instance
8484 */
8585 protected function getBazService ()
8686 {
@@ -97,7 +97,7 @@ protected function getBazService()
9797 * This service is shared.
9898 * This method always returns the same instance of the service.
9999 *
100- * @return \stdClass A stdClass instance.
100+ * @return \stdClass A stdClass instance
101101 */
102102 protected function getConfiguredServiceService ()
103103 {
@@ -114,7 +114,7 @@ protected function getConfiguredServiceService()
114114 * This service is shared.
115115 * This method always returns the same instance of the service.
116116 *
117- * @return \stdClass A stdClass instance.
117+ * @return \stdClass A stdClass instance
118118 */
119119 protected function getConfiguredServiceSimpleService ()
120120 {
@@ -131,7 +131,7 @@ protected function getConfiguredServiceSimpleService()
131131 * This service is shared.
132132 * This method always returns the same instance of the service.
133133 *
134- * @return \stdClass A stdClass instance.
134+ * @return \stdClass A stdClass instance
135135 */
136136 protected function getDecoratedService ()
137137 {
@@ -144,7 +144,7 @@ protected function getDecoratedService()
144144 * This service is shared.
145145 * This method always returns the same instance of the service.
146146 *
147- * @return \stdClass A stdClass instance.
147+ * @return \stdClass A stdClass instance
148148 */
149149 protected function getDecoratorServiceService ()
150150 {
@@ -157,7 +157,7 @@ protected function getDecoratorServiceService()
157157 * This service is shared.
158158 * This method always returns the same instance of the service.
159159 *
160- * @return \stdClass A stdClass instance.
160+ * @return \stdClass A stdClass instance
161161 */
162162 protected function getDecoratorServiceWithNameService ()
163163 {
@@ -170,7 +170,7 @@ protected function getDecoratorServiceWithNameService()
170170 * This service is shared.
171171 * This method always returns the same instance of the service.
172172 *
173- * @return \stdClass A stdClass instance.
173+ * @return \stdClass A stdClass instance
174174 *
175175 * @deprecated The "deprecated_service" service is deprecated. You should stop using it, as it will soon be removed.
176176 */
@@ -187,7 +187,7 @@ protected function getDeprecatedServiceService()
187187 * This service is shared.
188188 * This method always returns the same instance of the service.
189189 *
190- * @return \Bar A Bar instance.
190+ * @return \Bar A Bar instance
191191 */
192192 protected function getFactoryServiceService ()
193193 {
@@ -200,7 +200,7 @@ protected function getFactoryServiceService()
200200 * This service is shared.
201201 * This method always returns the same instance of the service.
202202 *
203- * @return \Bar A Bar instance.
203+ * @return \Bar A Bar instance
204204 */
205205 protected function getFactoryServiceSimpleService ()
206206 {
@@ -213,7 +213,7 @@ protected function getFactoryServiceSimpleService()
213213 * This service is shared.
214214 * This method always returns the same instance of the service.
215215 *
216- * @return \Bar\FooClass A Bar\FooClass instance.
216+ * @return \Bar\FooClass A Bar\FooClass instance
217217 */
218218 protected function getFooService ()
219219 {
@@ -237,7 +237,7 @@ protected function getFooService()
237237 * This service is shared.
238238 * This method always returns the same instance of the service.
239239 *
240- * @return object A %baz_class% instance.
240+ * @return object A %baz_class% instance
241241 */
242242 protected function getFoo_BazService ()
243243 {
@@ -251,7 +251,7 @@ protected function getFoo_BazService()
251251 /**
252252 * Gets the 'foo_bar' service.
253253 *
254- * @return object A %foo_class% instance.
254+ * @return object A %foo_class% instance
255255 */
256256 protected function getFooBarService ()
257257 {
@@ -266,7 +266,7 @@ protected function getFooBarService()
266266 * This service is shared.
267267 * This method always returns the same instance of the service.
268268 *
269- * @return \Foo A Foo instance.
269+ * @return \Foo A Foo instance
270270 */
271271 protected function getFooWithInlineService ()
272272 {
@@ -283,7 +283,7 @@ protected function getFooWithInlineService()
283283 * This service is shared.
284284 * This method always returns the same instance of the service.
285285 *
286- * @return \Bar\FooClass A Bar\FooClass instance.
286+ * @return \Bar\FooClass A Bar\FooClass instance
287287 */
288288 protected function getMethodCall1Service ()
289289 {
@@ -310,7 +310,7 @@ protected function getMethodCall1Service()
310310 * This service is shared.
311311 * This method always returns the same instance of the service.
312312 *
313- * @return \FooBarBaz A FooBarBaz instance.
313+ * @return \FooBarBaz A FooBarBaz instance
314314 */
315315 protected function getNewFactoryServiceService ()
316316 {
@@ -340,7 +340,7 @@ protected function getRequestService()
340340 * This service is shared.
341341 * This method always returns the same instance of the service.
342342 *
343- * @return \Bar\FooClass A Bar\FooClass instance.
343+ * @return \Bar\FooClass A Bar\FooClass instance
344344 */
345345 protected function getServiceFromStaticMethodService ()
346346 {
@@ -357,7 +357,7 @@ protected function getServiceFromStaticMethodService()
357357 * If you want to be able to request this service from the container directly,
358358 * make it public, otherwise you might end up with broken code.
359359 *
360- * @return \ConfClass A ConfClass instance.
360+ * @return \ConfClass A ConfClass instance
361361 */
362362 protected function getConfiguratorServiceService ()
363363 {
@@ -378,7 +378,7 @@ protected function getConfiguratorServiceService()
378378 * If you want to be able to request this service from the container directly,
379379 * make it public, otherwise you might end up with broken code.
380380 *
381- * @return \ConfClass A ConfClass instance.
381+ * @return \ConfClass A ConfClass instance
382382 */
383383 protected function getConfiguratorServiceSimpleService ()
384384 {
@@ -395,7 +395,7 @@ protected function getConfiguratorServiceSimpleService()
395395 * If you want to be able to request this service from the container directly,
396396 * make it public, otherwise you might end up with broken code.
397397 *
398- * @return \SimpleFactoryClass A SimpleFactoryClass instance.
398+ * @return \SimpleFactoryClass A SimpleFactoryClass instance
399399 */
400400 protected function getFactorySimpleService ()
401401 {
@@ -412,7 +412,7 @@ protected function getFactorySimpleService()
412412 * If you want to be able to request this service from the container directly,
413413 * make it public, otherwise you might end up with broken code.
414414 *
415- * @return \Bar A Bar instance.
415+ * @return \Bar A Bar instance
416416 */
417417 protected function getInlinedService ()
418418 {
@@ -434,7 +434,7 @@ protected function getInlinedService()
434434 * If you want to be able to request this service from the container directly,
435435 * make it public, otherwise you might end up with broken code.
436436 *
437- * @return \FactoryClass A FactoryClass instance.
437+ * @return \FactoryClass A FactoryClass instance
438438 */
439439 protected function getNewFactoryService ()
440440 {
0 commit comments