Skip to content

Commit 7f75e42

Browse files
committed
[skip-revcheck] improved wording
1 parent 9b972d4 commit 7f75e42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skeletons/method.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Procedural synopsis goes after OOP synopsis.
131131
<![CDATA[
132132
<?php
133133
if ($anexample === true) {
134-
echo 'Use the PER Coding standards';
134+
echo 'Use the latest PHP-FIG PER Coding style for PHP code examples: https://www.php-fig.org/per/coding-style/';
135135
}
136136
if ($thereisoutput === 'and it is multiple lines') {
137137
echo 'Use a screen like we did below';

0 commit comments

Comments
 (0)