Upgrade to 3.2.5
This commit is contained in:
@@ -9,7 +9,6 @@ use Kirby\Toolkit\Str;
|
||||
*/
|
||||
class BasicAuth extends BearerAuth
|
||||
{
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
|
@@ -7,7 +7,6 @@ namespace Kirby\Http\Request\Auth;
|
||||
*/
|
||||
class BearerAuth
|
||||
{
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
|
@@ -18,13 +18,12 @@ namespace Kirby\Http\Request;
|
||||
*/
|
||||
trait Data
|
||||
{
|
||||
|
||||
/**
|
||||
* Improved `var_dump` output
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function __debuginfo(): array
|
||||
public function __debugInfo(): array
|
||||
{
|
||||
return $this->toArray();
|
||||
}
|
||||
|
Reference in New Issue
Block a user