adding some comment headers to constants and global functions

This commit is contained in:
2022-09-15 10:45:04 -06:00
parent e5c0eae622
commit 10aae0a9f2
3 changed files with 30 additions and 0 deletions

View File

@ -1,5 +1,15 @@
<?php
/*
|--------------------------------------------------------------------------
| Global Functions
|--------------------------------------------------------------------------
|
| This is a home for functions that don't belong to any one class and
| that should be available anywhere in the application.
|
*/
if (! function_exists('snake2Title')) {
/**
* Convert a snake case string to a title with spaces