I disagree too.

What, if PHP8 will introduce a new execution directive and PHP9 as well 
etc. And all of these are considered as good practice.
Where should I put them? All in the same line?

<?php declare(strict_types=1); declare(php8_directive=1); declare(
php9_directive=1);

use Foo\Bar\Baz;

class Thing extends Baz
{
}

Ewww!

Best regards,
Michael Mayer

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/07f36815-e178-42ee-b76c-42fa446fbfd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to