localgovdrupal / localgov_demo

Example content for demonstrating the LocalGovDrupal distribution and to help with development.
GNU General Public License v2.0
0 stars 1 forks source link

Fix code depreactions for phpstan 1.x (required for PHP 8.1) #75

Closed stephen-cox closed 2 years ago

stephen-cox commented 2 years ago

We need to upgrade phpstan to 1.x for PHP 8.1. This highlights the following issues:

 ------ ---------------------------------------------------- 
  Line   modules/contrib/localgov_demo/localgov_demo.module  
 ------ ---------------------------------------------------- 
  62     Missing explicit access check on entity query.      
         💡 See https://www.drupal.org/node/3201242          
  153    Missing explicit access check on entity query.      
         💡 See https://www.drupal.org/node/3201242          
 ------ ----------------------------------------------------