Skip to content

Commit

Permalink
Missing em tags + better naming
Browse files Browse the repository at this point in the history
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
  • Loading branch information
richardkorthuis and jrfnl authored Aug 12, 2024
1 parent 10da904 commit 7150c6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<code title="Valid: words separated by underscores.">
<![CDATA[
class My_Class {
public $variable_name = 'value';
public <em>$property_name</em> = 'value';
}
]]>
</code>
Expand Down

0 comments on commit 7150c6d

Please sign in to comment.