FILE: D:\xampp\htdocs\drupal_10\web\modules\contrib\smart_date\modules\smart_date_recur\src\Controller\Instances.php
--------------------------------------------------------------------------------------------------------------------
101 | WARNING | Unused variable $entity.
--------------------------------------------------------------------------------------------------------------------
FILE: D:\xampp\htdocs\drupal_10\web\modules\contrib\smart_date\smart_date.install
---------------------------------------------------------------------------------
83 | WARNING | Unused variable $query.
---------------------------------------------------------------------------------
FILE: D:\xampp\htdocs\drupal_10\web\modules\contrib\smart_date\src\Commands\SmartDateDrushCommands.php
------------------------------------------------------------------------------------------------------
199 | WARNING | Unused variable $result.
------------------------------------------------------------------------------------------------------
FILE: D:\xampp\htdocs\drupal_10\web\modules\contrib\smart_date\src\SmartDateTrait.php
-------------------------------------------------------------------------------------
639 | WARNING | Unused variable $year_pos.
642 | WARNING | Unused variable $year_pos.
-------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | interdiff-3370893-2_7.txt | 417 bytes | anchal_gupta |
| #7 | 3370893-7.patch | 1.94 KB | anchal_gupta |
| #3 | after-patch-3370893.png | 166.2 KB | chandrashekhar_srijan |
| #2 | 3370893-2.patch | 1.53 KB | arti_parmar |
Comments
Comment #2
arti_parmar commentedKindly review patch.
Comment #3
chandrashekhar_srijan commentedHi,
I have reviewed the patch #2. Still Unused variable $year_pos is showing. It needs to be removed.
Comment #4
anchal_gupta commentedComment #5
anchal_gupta commentedComment #6
anchal_gupta commentedComment #7
anchal_gupta commentedI have to fix unused variables and upload the patch. Please review
Comment #8
indrapatil commentedThe patch is working well so moving to RTBC.
Comment #10
mandclu commentedThe extra $year_pos had already been resolved so I ended up applying the remaining changes by hand, only afterwards realizing this is effectively the set of changes from the patch in #2. Merged in. Thanks all!