Flesh out some PHPDocs, and consistently name enums

This commit is contained in:
Alex Cabal 2024-05-14 14:31:24 -05:00
parent ace9cea6b7
commit a9eab552ab
25 changed files with 205 additions and 118 deletions

View file

@ -1,4 +0,0 @@
<?
enum PaymentProcessor: string{
case FracturedAtlas = 'fractured_atlas';
}