Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias <ilovemilk@wusa.io>2019-05-17 22:50:33 +0300
committerMatthias <ilovemilk@wusa.io>2019-05-17 22:50:33 +0300
commit16bfb4fd5d8d50863d4ec5cc156c4f1ad725e338 (patch)
treed289e09e4c4b55f99f71a8245a534af4a20af5c9
parent25fb306582489c5254521fef482827fd56e33657 (diff)
fix documentationv0.5.1
-rw-r--r--lib/Analyzer/EntropyAnalyzer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analyzer/EntropyAnalyzer.php b/lib/Analyzer/EntropyAnalyzer.php
index e1fd7b7..1a69604 100644
--- a/lib/Analyzer/EntropyAnalyzer.php
+++ b/lib/Analyzer/EntropyAnalyzer.php
@@ -121,7 +121,7 @@ class EntropyAnalyzer
* @param File $node
* @param int $blockSize
*
- * @return array
+ * @return float
*/
protected function calculateStandardDeviationOfEntropy($node, $blockSize)
{