From dcf0ca26e8cdce58aff2e7ab15bed9d1c8a32751 Mon Sep 17 00:00:00 2001 From: Dariusz Date: Mon, 11 Sep 2017 11:28:55 +0200 Subject: [PATCH] [CS] Apply phpdoc_annotation_without_dot --- Finder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Finder.php b/Finder.php index edbdcd64..d8408d1f 100644 --- a/Finder.php +++ b/Finder.php @@ -681,7 +681,7 @@ public function getIterator() * * @return $this * - * @throws \InvalidArgumentException When the given argument is not iterable. + * @throws \InvalidArgumentException when the given argument is not iterable */ public function append($iterator) {