Skip to content

Commit

Permalink
Remove spinal()
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Feb 4, 2023
1 parent 2eeafbd commit b25d873
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ChangeCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,6 @@ public static function kebab(string $str, array $opt = []): string
return self::no($str, $opt += ['delimiter' => '-']);
}

/**
* @deprecated Use kebab() instead
*/
public static function spinal(string $str, array $opt = []): string
{
return self::kebab($str, $opt);
}

/**
* Transform into a string of capitalized words without separators.
*/
Expand Down

0 comments on commit b25d873

Please sign in to comment.