HoltBosse / Alba

Basic developer oriented CMS system
7 stars 2 forks source link

fix all of phpstans errors #335

Closed workaj closed 2 months ago

workaj commented 2 months ago

what the title says

notes:

workaj commented 2 months ago

4 more errors to go, these ones will require some digging in to not break things:

 ------ ------------------------------------ 
  Line   core/content.php                    
 ------ ------------------------------------ 
  :514   Undefined variable: $custom_fields  
  :540   Undefined variable: $new_content    
 ------ ------------------------------------ 

 ------ ---------------------------------------- 
  Line   core/content_search.php                 
 ------ ---------------------------------------- 
  :95    Undefined variable: $custom_field_name  
  :114   Undefined variable: $custom_field_name  
 ------ ---------------------------------------- 
workaj commented 2 months ago

note this just level 0 checking, probably eventually want to get to level 4 sooner rather than later. level 9 is moonshot