Closed mtsknn closed 4 years ago
Since PHP 7.3, heredocs and nowdocs can be indented; see https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes. This greatly improves readability of the test file.
Because this plugin requires PHP 7.4+ as mentioned in the readme, it shouldn't be a problem that this feature is supported only in PHP 7.3+.
Nice one! So much more readable.
Since PHP 7.3, heredocs and nowdocs can be indented; see https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes. This greatly improves readability of the test file.
Because this plugin requires PHP 7.4+ as mentioned in the readme, it shouldn't be a problem that this feature is supported only in PHP 7.3+.