Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D1545
Change Details
Change Details
Old
New
Diff
Several strategies have been used: - group namespaces use declarations - heredoc and newdoc strings - prune non informative comments - switch from phpdoc blocks to PHP 7 type hints - break lines References: - https://wiki.php.net/rfc/group_use_declarations - http://php.net/manual/en/language.types.string.php (heredoc, newdoc)
Several strategies have been used: - group namespaces use declarations - heredoc and newdoc strings - prune non informative comments or switch them to PHP 7 type hints - break lines References: - https://wiki.php.net/rfc/group_use_declarations - http://php.net/manual/en/language.types.string.php (heredoc, newdoc)
Several strategies have been used: - group namespaces use declarations - heredoc and newdoc strings - prune non informative comments
-
or
switch
from phpdoc blocks
them
to PHP 7 type hints - break lines References: - https://wiki.php.net/rfc/group_use_declarations - http://php.net/manual/en/language.types.string.php (heredoc, newdoc)
Continue