@@ -114,7 +114,7 @@ protected function getConfiguredServiceService()
114
114
* This service is shared.
115
115
* This method always returns the same instance of the service.
116
116
*
117
- * @return \stdClass A stdClass instance.
117
+ * @return \stdClass A stdClass instance
118
118
*/
119
119
protected function getConfiguredServiceSimpleService ()
120
120
{
@@ -200,7 +200,7 @@ protected function getFactoryServiceService()
200
200
* This service is shared.
201
201
* This method always returns the same instance of the service.
202
202
*
203
- * @return \Bar A Bar instance.
203
+ * @return \Bar A Bar instance
204
204
*/
205
205
protected function getFactoryServiceSimpleService ()
206
206
{
@@ -378,7 +378,7 @@ protected function getConfiguratorServiceService()
378
378
* If you want to be able to request this service from the container directly,
379
379
* make it public, otherwise you might end up with broken code.
380
380
*
381
- * @return \ConfClass A ConfClass instance.
381
+ * @return \ConfClass A ConfClass instance
382
382
*/
383
383
protected function getConfiguratorServiceSimpleService ()
384
384
{
@@ -395,7 +395,7 @@ protected function getConfiguratorServiceSimpleService()
395
395
* If you want to be able to request this service from the container directly,
396
396
* make it public, otherwise you might end up with broken code.
397
397
*
398
- * @return \SimpleFactoryClass A SimpleFactoryClass instance.
398
+ * @return \SimpleFactoryClass A SimpleFactoryClass instance
399
399
*/
400
400
protected function getFactorySimpleService ()
401
401
{
0 commit comments