mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Run Linter
This commit is contained in:
parent
5f14500e48
commit
4b1d3b0dfa
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
|
||||
enum Sizes: string
|
||||
enum Sizes: string
|
||||
{
|
||||
case S_1VCPU_512MB = 's-1vcpu-512mb';
|
||||
case S_1VCPU_1GB = 's-1vcpu-1gb';
|
||||
case S_2VCPU_1GB = 's-2vcpu-1gb';
|
||||
case S_2VCPU_4GB = 's-2vcpu-4gb';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue