mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-03-14 03:10:00 +01:00
update license
This commit is contained in:
parent
ced797fc15
commit
90c7a692e2
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* This file is part of the DebugBar package.
|
||||
*
|
||||
* (c) 2013 Maxime Bouroumeau-Fuseau
|
||||
* (c) 2025 Barry vd. Heuvel
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
@ -11,7 +11,7 @@
|
||||
namespace DebugBar;
|
||||
|
||||
/**
|
||||
* Request Hasher
|
||||
* Data Hasher
|
||||
*/
|
||||
class DataHasher
|
||||
{
|
||||
|
@ -83,7 +83,7 @@ class OpenHandlerTest extends DebugBarTestCase
|
||||
];
|
||||
|
||||
$this->expectExceptionMessage("Signature does not match in 'execute' operation");
|
||||
|
||||
|
||||
$this->openHandler->handle($data, false, false);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user