@@ -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 {
@@ -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 {
@@ -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 {
0 commit comments