PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Abstract class constructor can be made protected

Last modified: 21 March 2023

Reports a public constructor of an abstract class and suggests making it protected (because it is useless to have it public).