FILE: D:\xampp\htdocs\drupal_10\web\modules\contrib\upgrade_status\src\Commands\UpgradeStatusCommands.php
---------------------------------------------------------------------------------------------------------
93 | WARNING | Unused variable $type.
149 | WARNING | Unused variable $type.
254 | WARNING | Unused variable $type.
---------------------------------------------------------------------------------------------------------
FILE: D:\xampp\htdocs\drupal_10\web\modules\contrib\upgrade_status\src\DeprecationAnalyzer.php
----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
----------------------------------------------------------------------------------------------
436 | WARNING | Unused variable $path.
----------------------------------------------------------------------------------------------
FILE: D:\xampp\htdocs\drupal_10\web\modules\contrib\upgrade_status\src\Form\UpgradeStatusForm.php
----------------------------------------------------------------------------------------------------------------------------------
616 | WARNING | Unused variable $name.
1245 | WARNING | Unused variable $error.
1361 | WARNING | Unused variable $data.
1500 | WARNING | Unused variable $config.
1501 | WARNING | Unused variable $databases.
1502 | WARNING | Unused variable $class_loader.
-------------------------------------------------------------------------------------------------------------------------------------
FILE: D:\xampp\htdocs\drupal_10\web\modules\contrib\upgrade_status\src\LibraryDeprecationAnalyzer.php
-----------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------
347 | WARNING | Unused variable $type.
-----------------------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3368554-5.patch | 4.81 KB | mrinalini9 |
| #2 | 3368554-2.patch | 4.76 KB | arti_parmar |
Issue fork upgrade_status-3368554
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
arti_parmar commentedkindly review patch.
Comment #4
avpadernoThe changed line is not equivalent to the existing one.
Comment #5
mrinalini9 commentedAdded patch to remove unused variables issues as mentioned in the issue description above, please review it.
Thanks!
Comment #6
gábor hojtsyThese are required to include the settings file and provide proper defaults, so we should not remove them.
Comment #9
akshay.singh commentedpoint #6 addressed and MR created
Please review
Thanks
Comment #10
gábor hojtsyAll right, committed this, thanks all!