@@ -57,7 +57,7 @@ public function __construct()
5757 * This service is shared.
5858 * This method always returns the same instance of the service.
5959 *
60- * @return \Bar\FooClass A Bar\FooClass instance.
60+ * @return \Bar\FooClass A Bar\FooClass instance
6161 */
6262 protected function getBarService ()
6363 {
@@ -76,7 +76,7 @@ protected function getBarService()
7676 * This service is shared.
7777 * This method always returns the same instance of the service.
7878 *
79- * @return \Baz A Baz instance.
79+ * @return \Baz A Baz instance
8080 */
8181 protected function getBazService ()
8282 {
@@ -93,7 +93,7 @@ protected function getBazService()
9393 * This service is shared.
9494 * This method always returns the same instance of the service.
9595 *
96- * @return \stdClass A stdClass instance.
96+ * @return \stdClass A stdClass instance
9797 */
9898 protected function getConfiguredServiceService ()
9999 {
@@ -110,7 +110,7 @@ protected function getConfiguredServiceService()
110110 * This service is shared.
111111 * This method always returns the same instance of the service.
112112 *
113- * @return \stdClass A stdClass instance.
113+ * @return \stdClass A stdClass instance
114114 */
115115 protected function getDecoratedService ()
116116 {
@@ -123,7 +123,7 @@ protected function getDecoratedService()
123123 * This service is shared.
124124 * This method always returns the same instance of the service.
125125 *
126- * @return \stdClass A stdClass instance.
126+ * @return \stdClass A stdClass instance
127127 */
128128 protected function getDecoratorServiceService ()
129129 {
@@ -136,7 +136,7 @@ protected function getDecoratorServiceService()
136136 * This service is shared.
137137 * This method always returns the same instance of the service.
138138 *
139- * @return \stdClass A stdClass instance.
139+ * @return \stdClass A stdClass instance
140140 */
141141 protected function getDecoratorServiceWithNameService ()
142142 {
@@ -149,7 +149,7 @@ protected function getDecoratorServiceWithNameService()
149149 * This service is shared.
150150 * This method always returns the same instance of the service.
151151 *
152- * @return \Bar A Bar instance.
152+ * @return \Bar A Bar instance
153153 */
154154 protected function getFactoryServiceService ()
155155 {
@@ -162,7 +162,7 @@ protected function getFactoryServiceService()
162162 * This service is shared.
163163 * This method always returns the same instance of the service.
164164 *
165- * @return \Bar\FooClass A Bar\FooClass instance.
165+ * @return \Bar\FooClass A Bar\FooClass instance
166166 */
167167 protected function getFooService ()
168168 {
@@ -186,7 +186,7 @@ protected function getFooService()
186186 * This service is shared.
187187 * This method always returns the same instance of the service.
188188 *
189- * @return object A %baz_class% instance.
189+ * @return object A %baz_class% instance
190190 */
191191 protected function getFoo_BazService ()
192192 {
@@ -200,7 +200,7 @@ protected function getFoo_BazService()
200200 /**
201201 * Gets the 'foo_bar' service.
202202 *
203- * @return object A %foo_class% instance.
203+ * @return object A %foo_class% instance
204204 */
205205 protected function getFooBarService ()
206206 {
@@ -215,7 +215,7 @@ protected function getFooBarService()
215215 * This service is shared.
216216 * This method always returns the same instance of the service.
217217 *
218- * @return \Foo A Foo instance.
218+ * @return \Foo A Foo instance
219219 */
220220 protected function getFooWithInlineService ()
221221 {
@@ -232,7 +232,7 @@ protected function getFooWithInlineService()
232232 * This service is shared.
233233 * This method always returns the same instance of the service.
234234 *
235- * @return \Bar\FooClass A Bar\FooClass instance.
235+ * @return \Bar\FooClass A Bar\FooClass instance
236236 */
237237 protected function getMethodCall1Service ()
238238 {
@@ -259,7 +259,7 @@ protected function getMethodCall1Service()
259259 * This service is shared.
260260 * This method always returns the same instance of the service.
261261 *
262- * @return \FooBarBaz A FooBarBaz instance.
262+ * @return \FooBarBaz A FooBarBaz instance
263263 */
264264 protected function getNewFactoryServiceService ()
265265 {
@@ -289,7 +289,7 @@ protected function getRequestService()
289289 * This service is shared.
290290 * This method always returns the same instance of the service.
291291 *
292- * @return \Bar\FooClass A Bar\FooClass instance.
292+ * @return \Bar\FooClass A Bar\FooClass instance
293293 */
294294 protected function getServiceFromStaticMethodService ()
295295 {
@@ -306,7 +306,7 @@ protected function getServiceFromStaticMethodService()
306306 * If you want to be able to request this service from the container directly,
307307 * make it public, otherwise you might end up with broken code.
308308 *
309- * @return \ConfClass A ConfClass instance.
309+ * @return \ConfClass A ConfClass instance
310310 */
311311 protected function getConfiguratorServiceService ()
312312 {
@@ -327,7 +327,7 @@ protected function getConfiguratorServiceService()
327327 * If you want to be able to request this service from the container directly,
328328 * make it public, otherwise you might end up with broken code.
329329 *
330- * @return \Bar A Bar instance.
330+ * @return \Bar A Bar instance
331331 */
332332 protected function getInlinedService ()
333333 {
@@ -349,7 +349,7 @@ protected function getInlinedService()
349349 * If you want to be able to request this service from the container directly,
350350 * make it public, otherwise you might end up with broken code.
351351 *
352- * @return \FactoryClass A FactoryClass instance.
352+ * @return \FactoryClass A FactoryClass instance
353353 */
354354 protected function getNewFactoryService ()
355355 {
0 commit comments