From f5301fd3f78ef679af5d4424bd462b95a09247ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kucha=C5=99?= Date: Thu, 6 Sep 2018 15:12:28 +0200 Subject: [PATCH] fix for wrong return type annotation --- lib/RandomLib/Factory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/RandomLib/Factory.php b/lib/RandomLib/Factory.php index 889a1b8..3689f90 100644 --- a/lib/RandomLib/Factory.php +++ b/lib/RandomLib/Factory.php @@ -191,7 +191,7 @@ public function registerSource($name, $class) * * @throws RuntimeException if a valid source cannot be found * - * @return Source The found source + * @return Source[] The found source */ protected function findSources(\SecurityLib\Strength $strength) {