Skip to content

Commit 4fc59ab

Browse files
committed
docs(readme): fix the magic methods prefix __.
The magic methods prefix `__` was being automatically changed to `**` on save in vscode. So to prevent that, we need to escape the underscores.
1 parent 1bf55ac commit 4fc59ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Functions that return a value must have a `@return` docblock tag.
200200

201201
- Fixes with a <code>mixed</code> return type
202202

203-
- Magic methods (e.g. <code>**construct</code>, <code>**get</code>, etc.) are exempt.
203+
- Magic methods (e.g. <code>\_\_construct</code>, <code>\_\_get</code>, etc.) are exempt.
204204

205205
</td>
206206
</tr>

0 commit comments

Comments
 (0)