Skip to content

Commit c394232

Browse files
committedMar 22, 2025
Rephrase comments.
1 parent 880c673 commit c394232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/Loader.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Loader
9191
public $Cache;
9292

9393
/**
94-
* @var \Maikuolan\Common\Demojibakefier Ensure correct data encoding.
94+
* @var \Maikuolan\Common\Demojibakefier Used for calculating entropy.
9595
*/
9696
public $Demojibakefier;
9797

@@ -435,7 +435,7 @@ public function __construct(
435435
return true;
436436
});
437437

438-
/** phpMussel leverages the Demojibakefier's shannonEntropy method to make decisions about certain kinds of files. */
438+
/** Used for calculating entropy. */
439439
$this->Demojibakefier = new \Maikuolan\Common\Demojibakefier();
440440
}
441441

0 commit comments

Comments
 (0)