Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Added patch. The patch fixes everything except 2 issues in
FILE: ...s/unix_time_conversion/unix_time_conversion.helper_functions.inc
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 1 LINE
----------------------------------------------------------------------
67 | ERROR | Type hint "array" missing for $date
67 | ERROR | Type hint "array" missing for $time
----------------------------------------------------------------------
If i add the type hint then the functionality breaks.
Comments
Comment #2
kunalkursija commentedComment #3
kunalkursija commentedComment #4
suraj2012 commentedWorking on this issue
Comment #5
suraj2012 commentedAdded patch. The patch fixes everything except 2 issues in
FILE: ...s/unix_time_conversion/unix_time_conversion.helper_functions.inc
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 1 LINE
----------------------------------------------------------------------
67 | ERROR | Type hint "array" missing for $date
67 | ERROR | Type hint "array" missing for $time
----------------------------------------------------------------------
If i add the type hint then the functionality breaks.
Comment #6
suraj2012 commentedComment #7
dishabhadra commentedAlready phpcs issues are merged https://www.drupal.org/project/unix_time_conversion/issues/2874780
Closing the issue.