Skip to content

Commit 2dd85de

Browse files
committed
fixed CS
1 parent 7224d38 commit 2dd85de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tests/Fixtures/php/services24.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct()
3535
*
3636
* This service is autowired.
3737
*
38-
* @return \Foo A Foo instance.
38+
* @return \Foo A Foo instance
3939
*/
4040
protected function getFooService()
4141
{

Tests/Fixtures/php/services9.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ protected function getDecoratorServiceWithNameService()
150150
* This service is shared.
151151
* This method always returns the same instance of the service.
152152
*
153-
* @return \stdClass A stdClass instance.
153+
* @return \stdClass A stdClass instance
154154
*
155155
* @deprecated The "deprecated_service" service is deprecated. You should stop using it, as it will soon be removed.
156156
*/

Tests/Fixtures/php/services9_compiled.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ protected function getDecoratorServiceWithNameService()
151151
* This service is shared.
152152
* This method always returns the same instance of the service.
153153
*
154-
* @return \stdClass A stdClass instance.
154+
* @return \stdClass A stdClass instance
155155
*
156156
* @deprecated The "deprecated_service" service is deprecated. You should stop using it, as it will soon be removed.
157157
*/

0 commit comments

Comments
 (0)