updating docblock
This commit is contained in:
parent
64d4d326b7
commit
6e7ded098b
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
// phpcs:ignore
|
||||||
/**
|
/**
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Global String Functions
|
| Global String Functions
|
||||||
@ -15,9 +15,9 @@ if (! function_exists('snake2Title')) {
|
|||||||
* Convert a snake case string to a title with spaces
|
* Convert a snake case string to a title with spaces
|
||||||
* and every word capitalized.
|
* and every word capitalized.
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @param string $snakeSlug A snake case string, commonly a slug
|
||||||
*
|
*
|
||||||
* @param string $stakeSlug A snake case string, commonly a slug
|
* @since 1.0.0
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user