Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Http/Controllers/API/FeedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function now()
/**
* Computes the Digital Signage Feeds.
*
* @return Array<KRLX\Show>
* @return array<KRLX\Show>
*/
public function signage()
{
Expand Down
2 changes: 1 addition & 1 deletion app/Track.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Track extends Model
* Generate "dummy" shows (used for calculating next shows) for active,
* non-recurring tracks.
*
* @return Array<KRLX\Show>
* @return array<KRLX\Show>
*/
public static function dummyShows()
{
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.