Skip to content

Commit 5564534

Browse files
authored
Remove PHPStan annotation (#35)
1 parent 89e6048 commit 5564534

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/Str/Inflector/functions.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
/**
1010
* Convert a string (word) to its singular form.
11-
*
12-
* @phpstan-param non-empty-string $value
1311
*/
1412
function singularize(string $value): string
1513
{
@@ -18,8 +16,6 @@ function singularize(string $value): string
1816

1917
/**
2018
* Convert a string (word) to its plural form.
21-
*
22-
* @phpstan-param non-empty-string $value
2319
*/
2420
function pluralize(string $value): string
2521
{
@@ -28,8 +24,6 @@ function pluralize(string $value): string
2824

2925
/**
3026
* Convert a string to a URL friendly format.
31-
*
32-
* @phpstan-param non-empty-string $value
3327
*/
3428
function slugify(string $value): string
3529
{

0 commit comments

Comments
 (0)