diff --git a/src/Container/Container.php b/src/Container/Container.php index 760d2d8..293297c 100644 --- a/src/Container/Container.php +++ b/src/Container/Container.php @@ -80,7 +80,7 @@ public static function packageManifestPath(string $manifestPath) /** * Set the container mixin manifest path. * - * @param string $manifestPath + * @param string $containerMixinManifestPath * * @return void */ diff --git a/src/Strategies/ValidStrategy.php b/src/Strategies/ValidStrategy.php index 4abda77..d487df8 100644 --- a/src/Strategies/ValidStrategy.php +++ b/src/Strategies/ValidStrategy.php @@ -27,7 +27,7 @@ public function __construct(callable $callable) * * @param mixed $generatedValue * - * @return object + * @return bool */ public function pass(mixed $generatedValue): bool {