Closed (fixed)
Project:
Backup and Migrate
Version:
5.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 May 2021 at 16:14 UTC
Updated:
22 Jun 2021 at 17:14 UTC
Jump to comment: Most recent
Class discovery got lost looking for HttpClientInterface because the file name doesn't match the class name exactly.
vendor/bin/drupal-check web/modules/contrib/backup_migrate/src/Core/Service/PhpCurlHttpClient.php
Rename HTTPClientInterface.php to HttpClientInterface.php
| Comment | File | Size | Author |
|---|---|---|---|
| backup_migrate-rename-HTTPClientInterface.patch | 223 bytes | jacob.embree |
Comments
Comment #2
larisse commentedI've been work in this module for a some time and never find any problem because this. But I know that is a good programming practice make this change, so I think this make sense. Thank you.
The patch applied correctly, so I'm change for RTBC.
Comment #3
damienmckennaWhoops. Yes, this is a good idea.
Comment #5
damienmckennaNeeded to do some weird hoopla because I run macOS locally with a case-insensitive file system, but I was able to commit it. Thank you both.