We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880c673 commit c394232Copy full SHA for c394232
src/Loader.php
@@ -91,7 +91,7 @@ class Loader
91
public $Cache;
92
93
/**
94
- * @var \Maikuolan\Common\Demojibakefier Ensure correct data encoding.
+ * @var \Maikuolan\Common\Demojibakefier Used for calculating entropy.
95
*/
96
public $Demojibakefier;
97
@@ -435,7 +435,7 @@ public function __construct(
435
return true;
436
});
437
438
- /** phpMussel leverages the Demojibakefier's shannonEntropy method to make decisions about certain kinds of files. */
+ /** Used for calculating entropy. */
439
$this->Demojibakefier = new \Maikuolan\Common\Demojibakefier();
440
}
441
0 commit comments