File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function __construct()
35
35
*
36
36
* This service is autowired.
37
37
*
38
- * @return \Foo A Foo instance.
38
+ * @return \Foo A Foo instance
39
39
*/
40
40
protected function getFooService ()
41
41
{
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ protected function getDecoratorServiceWithNameService()
150
150
* This service is shared.
151
151
* This method always returns the same instance of the service.
152
152
*
153
- * @return \stdClass A stdClass instance.
153
+ * @return \stdClass A stdClass instance
154
154
*
155
155
* @deprecated The "deprecated_service" service is deprecated. You should stop using it, as it will soon be removed.
156
156
*/
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ protected function getDecoratorServiceWithNameService()
151
151
* This service is shared.
152
152
* This method always returns the same instance of the service.
153
153
*
154
- * @return \stdClass A stdClass instance.
154
+ * @return \stdClass A stdClass instance
155
155
*
156
156
* @deprecated The "deprecated_service" service is deprecated. You should stop using it, as it will soon be removed.
157
157
*/
You can’t perform that action at this time.
0 commit comments