Fix phpcs and phpstan reported issues

Created on 10 November 2023, over 1 year ago
FILE: /var/www/docroot/modules/custom/date_ap_style/src/ApStyleDateFormatter.php
---------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------------
   5 | ERROR | [x] Non-namespaced classes/interfaces/traits should not be referenced with use statements
 307 | ERROR | [x] Data types in @param tags need to be fully namespaced
---------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------

 php vendor/bin/phpstan analyze $_WEB_ROOT/modules/custom/$CI_PROJECT_NAME $PHPSTAN_CONFIGURATION --no-progress || EXIT_CODE=$?
 ------ ----------------------------------------------------------------- 
  Line   src/ApStyleDateFormatter.php                                     
 ------ ----------------------------------------------------------------- 
  437    Variable $time_start in empty() always exists and is not falsy.  
 ------ ----------------------------------------------------------------- 
 ------ ------------------------------------------------------------------- 
  Line   src/Form/DateAPStyleSettings.php                                   
 ------ ------------------------------------------------------------------- 
  121    Call to deprecated function system_time_zones():                   
         in drupal:10.1.0 and is removed from drupal:11.0.0. This function  
           is no longer used in Drupal core. Use                            
           \Drupal\Core\Datetime\TimeZoneFormHelper::getOptionsList() or    
           \DateTimeZone::listIdentifiers() instead.                        
 ------ ------------------------------------------------------------------- 
 ------ ------------------------------------------------------------------- 
  Line   src/Plugin/Field/FieldFormatter/ApStyleDateFieldFormatter.php      
 ------ ------------------------------------------------------------------- 
  185    Call to deprecated function system_time_zones():                   
         in drupal:10.1.0 and is removed from drupal:11.0.0. This function  
           is no longer used in Drupal core. Use                            
           \Drupal\Core\Datetime\TimeZoneFormHelper::getOptionsList() or    
           \DateTimeZone::listIdentifiers() instead.                        
 ------ ------------------------------------------------------------------- 
 ------ -------------------------------------------------------------------- 
  Line   src/Plugin/Field/FieldFormatter/ApStyleDateRangeFieldFormatter.php  
 ------ -------------------------------------------------------------------- 
  197    Call to deprecated function system_time_zones():                    
         in drupal:10.1.0 and is removed from drupal:11.0.0. This function   
           is no longer used in Drupal core. Use                             
           \Drupal\Core\Datetime\TimeZoneFormHelper::getOptionsList() or     
           \DateTimeZone::listIdentifiers() instead.                         
 ------ -------------------------------------------------------------------- 
πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States shelane

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024