Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
20f46adbc4
commit
9596d88b48
@@ -8,8 +8,9 @@ use Hashids\Hashids;
|
||||
trait HashIdTrait
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
* @throws \Hashids\HashidsException
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
final protected static function createNewHashId(): string
|
||||
{
|
||||
@@ -20,6 +21,7 @@ trait HashIdTrait
|
||||
|
||||
/**
|
||||
* Register callbacks
|
||||
*
|
||||
* @throws \Hashids\HashidsException
|
||||
*/
|
||||
final protected static function bootHashIdTrait(): void
|
||||
|
||||
Reference in New Issue
Block a user