We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ac375 commit 35473b1Copy full SHA for 35473b1
templates/cli/lib/type-generation/languages/php.js.twig
@@ -49,10 +49,8 @@ class PHP extends LanguageMeta {
49
return `<?php
50
namespace Appwrite\\Models;
51
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
- */
+// This file is auto-generated by the Appwrite CLI.
+// You can regenerate it by running \`appwrite types -l php ${this.getCurrentDirectory()}\`.
56
57
<% for (const attribute of collection.attributes) { -%>
58
<% if (attribute.type === 'relationship' && !(attribute.relationType === 'manyToMany') && !(attribute.relationType === 'oneToMany' && attribute.side === 'parent')) { -%>
0 commit comments