Skip to content

Commit 799481c

Browse files
committed
Fix typo in doc tag
1 parent 4c68d17 commit 799481c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MetaModels/Render/Template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* found" flag, which defaults to false and therefore one can parse the template and have zero output instead of
3535
* cluttering the frontend with exceptions.
3636
*
37-
* @@SuppressWarnings(PHPMD.TooManyPublicMethods)
37+
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
3838
*/
3939
class Template
4040
{

0 commit comments

Comments
 (0)