On 05/12/2016 17:55, Sara Golemon wrote:
I was initially on the "keep it on the same line" side, largely as that's how I've been writing it since before 7.0 was released, but the arguments on this thread have convinced me that as recommended styles go, separate lines is better.
I am still not really sold as I have never seen declare(encoding) being used and ticks' only use (AFAIK, and especially as far as I've seen in the wild) was signals handling and that is not needed anymore in 7.1+.
<?php declare(strict_types=1) is short and can't be missed. Long live the one liner!
Cheers -- Jordi Boggiano @seldaek - http://seld.be -- 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/e7a823db-d5a7-046d-5430-767f5c7b836b%40seld.be. For more options, visit https://groups.google.com/d/optout.
