From 8c66fa8d1ee381c19012e0e456bf4e738bb36027 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Mon, 11 Feb 2019 02:53:36 +0700 Subject: [PATCH] Standardise whitespace (cherry picked from commit d20a6a9d56fd02639e6cf0750b1b441f98e639f8) --- src/Executor/Executor.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index 55fd0fb..30ccad4 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -161,9 +161,9 @@ class Executor * and returns it as the result, or if it's a function, returns the result * of calling that function while passing along args and context. * - * @param mixed $source - * @param mixed[] $args - * @param mixed|null $context + * @param mixed $source + * @param mixed[] $args + * @param mixed|null $context * * @return mixed|null */