Skip to content

Commit c9ea5b0

Browse files
committed
Posterity Commit - Converting To Use Block Manager - Ignoring Use of MD5 for De-Duplication
1 parent 2ce9d9f commit c9ea5b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BlockManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class BlockManager
3232
*
3333
* @throws InvalidArgumentException
3434
*/
35+
#[SuppressWarnings("php:S4790")]
3536
public function add(string $block): BlockManager
3637
{
3738
$this->blocks[md5($block)] = $block;

0 commit comments

Comments
 (0)