Skip to content

Commit 7a2c48f

Browse files
committed
fixed CS
1 parent 761d8e1 commit 7a2c48f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Tests/Fixtures/php/services9.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
{

Tests/Fixtures/php/services9_compiled.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected function getConfiguredServiceService()
122122
* This service is shared.
123123
* This method always returns the same instance of the service.
124124
*
125-
* @return \stdClass A stdClass instance.
125+
* @return \stdClass A stdClass instance
126126
*/
127127
protected function getConfiguredServiceSimpleService()
128128
{
@@ -195,7 +195,7 @@ protected function getFactoryServiceService()
195195
* This service is shared.
196196
* This method always returns the same instance of the service.
197197
*
198-
* @return \Bar A Bar instance.
198+
* @return \Bar A Bar instance
199199
*/
200200
protected function getFactoryServiceSimpleService()
201201
{

0 commit comments

Comments
 (0)