1
0
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:
Barry vd. Heuvel 2025-01-26 17:21:52 +01:00
parent ced797fc15
commit 90c7a692e2
2 changed files with 3 additions and 3 deletions

View File

@ -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
{

View File

@ -83,7 +83,7 @@ class OpenHandlerTest extends DebugBarTestCase
];
$this->expectExceptionMessage("Signature does not match in 'execute' operation");
$this->openHandler->handle($data, false, false);
}
}