We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b972d4 commit 7f75e42Copy full SHA for 7f75e42
1 file changed
skeletons/method.xml
@@ -131,7 +131,7 @@ Procedural synopsis goes after OOP synopsis.
131
<![CDATA[
132
<?php
133
if ($anexample === true) {
134
- echo 'Use the PER Coding standards';
+ echo 'Use the latest PHP-FIG PER Coding style for PHP code examples: https://www.php-fig.org/per/coding-style/';
135
}
136
if ($thereisoutput === 'and it is multiple lines') {
137
echo 'Use a screen like we did below';
0 commit comments