From 67f44c7d92eb23abed51b60a7b6fbb655518d665 Mon Sep 17 00:00:00 2001 From: Ivan Bozhanov Date: Fri, 7 Jul 2017 12:41:04 +0300 Subject: [PATCH] removed trailing whitespace --- src/Definition.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Definition.php b/src/Definition.php index 6e80240..36874e7 100644 --- a/src/Definition.php +++ b/src/Definition.php @@ -101,7 +101,7 @@ class Definition /** * Yields the definitons of all ancestor classes (the Definition fqn is yielded as key) * - * @param ReadableIndex $index the index to search for needed definitions + * @param ReadableIndex $index the index to search for needed definitions * @param bool $includeSelf should the first yielded value be the current definition itself * @return Generator */