# UnsafeInstantiation Emitted when an attempt is made to instantiate a class using `new static` or similar without a constructor that's final: ```php