mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 15:53:45 +02:00
Use more standardized phpcs
This commit is contained in:
@@ -20,7 +20,7 @@ class Hashids extends VendorHashids implements HashidsInterface
|
||||
public function decodeFirst($encoded, $default = null)
|
||||
{
|
||||
$result = $this->decode($encoded);
|
||||
if (! is_array($result)) {
|
||||
if (!is_array($result)) {
|
||||
return $default;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user