mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
Add enum for view type and fix some type hints
This commit is contained in:
parent
7c8463d297
commit
8cc661015c
10 changed files with 20 additions and 30 deletions
5
lib/ViewType.php
Normal file
5
lib/ViewType.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?
|
||||
enum ViewType: string{
|
||||
case Grid = 'grid';
|
||||
case List = 'list';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue