Skip to content

Commit 35473b1

Browse files
committed
fix: doc comment for pph
1 parent 54ac375 commit 35473b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

templates/cli/lib/type-generation/languages/php.js.twig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ class PHP extends LanguageMeta {
4949
return `<?php
5050
namespace Appwrite\\Models;
5151
52-
/**
53-
* This file is auto-generated by the Appwrite CLI.
54-
* You can regenerate it by running \`appwrite types -l php ${this.getCurrentDirectory()}\`.
55-
*/
52+
// This file is auto-generated by the Appwrite CLI.
53+
// You can regenerate it by running \`appwrite types -l php ${this.getCurrentDirectory()}\`.
5654
5755
<% for (const attribute of collection.attributes) { -%>
5856
<% if (attribute.type === 'relationship' && !(attribute.relationType === 'manyToMany') && !(attribute.relationType === 'oneToMany' && attribute.side === 'parent')) { -%>

0 commit comments

Comments
 (0)