Run Rector on your code to see what it can do for you:
<?php final class DemoFile implements \Stringable
{ public function __toString(): string { - throw new \Exception('Not implemented'); + throw new \Exception('Not implemented'); + return ''; } }
Applied Rules:
Not a change you expect?
rector.php