mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Updated composer deps, applied StyleCI changes
This commit is contained in:
@ -4,7 +4,6 @@ namespace BookStack\Actions;
|
||||
|
||||
class TagClassGenerator
|
||||
{
|
||||
|
||||
protected array $tags;
|
||||
|
||||
/**
|
||||
@ -44,7 +43,7 @@ class TagClassGenerator
|
||||
{
|
||||
$value = str_replace(' ', '', strtolower($value));
|
||||
$value = str_replace('-', '', strtolower($value));
|
||||
|
||||
return $value;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user