@@ -58,7 +58,7 @@ public function __construct()
5858 * This service is shared.
5959 * This method always returns the same instance of the service.
6060 *
61- * @return \Bar\FooClass A Bar\FooClass instance.
61+ * @return \Bar\FooClass A Bar\FooClass instance
6262 */
6363 protected function getBarService ()
6464 {
@@ -77,7 +77,7 @@ protected function getBarService()
7777 * This service is shared.
7878 * This method always returns the same instance of the service.
7979 *
80- * @return \Baz A Baz instance.
80+ * @return \Baz A Baz instance
8181 */
8282 protected function getBazService ()
8383 {
@@ -94,7 +94,7 @@ protected function getBazService()
9494 * This service is shared.
9595 * This method always returns the same instance of the service.
9696 *
97- * @return \stdClass A stdClass instance.
97+ * @return \stdClass A stdClass instance
9898 */
9999 protected function getConfiguredServiceService ()
100100 {
@@ -111,7 +111,7 @@ protected function getConfiguredServiceService()
111111 * This service is shared.
112112 * This method always returns the same instance of the service.
113113 *
114- * @return \stdClass A stdClass instance.
114+ * @return \stdClass A stdClass instance
115115 */
116116 protected function getDecoratedService ()
117117 {
@@ -124,7 +124,7 @@ protected function getDecoratedService()
124124 * This service is shared.
125125 * This method always returns the same instance of the service.
126126 *
127- * @return \stdClass A stdClass instance.
127+ * @return \stdClass A stdClass instance
128128 */
129129 protected function getDecoratorServiceService ()
130130 {
@@ -137,7 +137,7 @@ protected function getDecoratorServiceService()
137137 * This service is shared.
138138 * This method always returns the same instance of the service.
139139 *
140- * @return \stdClass A stdClass instance.
140+ * @return \stdClass A stdClass instance
141141 */
142142 protected function getDecoratorServiceWithNameService ()
143143 {
@@ -167,7 +167,7 @@ protected function getDeprecatedServiceService()
167167 * This service is shared.
168168 * This method always returns the same instance of the service.
169169 *
170- * @return \Bar A Bar instance.
170+ * @return \Bar A Bar instance
171171 */
172172 protected function getFactoryServiceService ()
173173 {
@@ -180,7 +180,7 @@ protected function getFactoryServiceService()
180180 * This service is shared.
181181 * This method always returns the same instance of the service.
182182 *
183- * @return \Bar\FooClass A Bar\FooClass instance.
183+ * @return \Bar\FooClass A Bar\FooClass instance
184184 */
185185 protected function getFooService ()
186186 {
@@ -204,7 +204,7 @@ protected function getFooService()
204204 * This service is shared.
205205 * This method always returns the same instance of the service.
206206 *
207- * @return object A %baz_class% instance.
207+ * @return object A %baz_class% instance
208208 */
209209 protected function getFoo_BazService ()
210210 {
@@ -218,7 +218,7 @@ protected function getFoo_BazService()
218218 /**
219219 * Gets the 'foo_bar' service.
220220 *
221- * @return object A %foo_class% instance.
221+ * @return object A %foo_class% instance
222222 */
223223 protected function getFooBarService ()
224224 {
@@ -233,7 +233,7 @@ protected function getFooBarService()
233233 * This service is shared.
234234 * This method always returns the same instance of the service.
235235 *
236- * @return \Foo A Foo instance.
236+ * @return \Foo A Foo instance
237237 */
238238 protected function getFooWithInlineService ()
239239 {
@@ -250,7 +250,7 @@ protected function getFooWithInlineService()
250250 * This service is shared.
251251 * This method always returns the same instance of the service.
252252 *
253- * @return \Bar\FooClass A Bar\FooClass instance.
253+ * @return \Bar\FooClass A Bar\FooClass instance
254254 */
255255 protected function getMethodCall1Service ()
256256 {
@@ -277,7 +277,7 @@ protected function getMethodCall1Service()
277277 * This service is shared.
278278 * This method always returns the same instance of the service.
279279 *
280- * @return \FooBarBaz A FooBarBaz instance.
280+ * @return \FooBarBaz A FooBarBaz instance
281281 */
282282 protected function getNewFactoryServiceService ()
283283 {
@@ -307,7 +307,7 @@ protected function getRequestService()
307307 * This service is shared.
308308 * This method always returns the same instance of the service.
309309 *
310- * @return \Bar\FooClass A Bar\FooClass instance.
310+ * @return \Bar\FooClass A Bar\FooClass instance
311311 */
312312 protected function getServiceFromStaticMethodService ()
313313 {
@@ -324,7 +324,7 @@ protected function getServiceFromStaticMethodService()
324324 * If you want to be able to request this service from the container directly,
325325 * make it public, otherwise you might end up with broken code.
326326 *
327- * @return \ConfClass A ConfClass instance.
327+ * @return \ConfClass A ConfClass instance
328328 */
329329 protected function getConfiguratorServiceService ()
330330 {
@@ -345,7 +345,7 @@ protected function getConfiguratorServiceService()
345345 * If you want to be able to request this service from the container directly,
346346 * make it public, otherwise you might end up with broken code.
347347 *
348- * @return \Bar A Bar instance.
348+ * @return \Bar A Bar instance
349349 */
350350 protected function getInlinedService ()
351351 {
@@ -367,7 +367,7 @@ protected function getInlinedService()
367367 * If you want to be able to request this service from the container directly,
368368 * make it public, otherwise you might end up with broken code.
369369 *
370- * @return \FactoryClass A FactoryClass instance.
370+ * @return \FactoryClass A FactoryClass instance
371371 */
372372 protected function getNewFactoryService ()
373373 {
0 commit comments