mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix PHPCS
This commit is contained in:
parent
6ef85037b8
commit
0f9d55cba6
1 changed files with 4 additions and 4 deletions
|
@ -65,10 +65,10 @@ class TodosRestEndpoint extends RestEndpoint {
|
|||
/**
|
||||
* TodosRestEndpoint constructor.
|
||||
*
|
||||
* @param TodosModel $todos The todos model instance.
|
||||
* @param TodosDefinition $todos_definition The todos definition instance.
|
||||
* @param SettingsRestEndpoint $settings The settings endpoint instance.
|
||||
* @param TodosSortingAndFilteringService $sorting_service The todos sorting service.
|
||||
* @param TodosModel $todos The todos model instance.
|
||||
* @param TodosDefinition $todos_definition The todos definition instance.
|
||||
* @param SettingsRestEndpoint $settings The settings endpoint instance.
|
||||
* @param TodosSortingAndFilteringService $sorting_service The todos sorting service.
|
||||
*/
|
||||
public function __construct(
|
||||
TodosModel $todos,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue