From a826dd29183631f2761f72b19505e1d0c6079d64 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 2 Sep 2005 19:16:43 +0000 Subject: [PATCH] - Fix docu --- ext/spl/internal/splobjectstorage.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/internal/splobjectstorage.inc b/ext/spl/internal/splobjectstorage.inc index bb4ca58ee0..56690f499b 100755 --- a/ext/spl/internal/splobjectstorage.inc +++ b/ext/spl/internal/splobjectstorage.inc @@ -68,7 +68,7 @@ class SplObjectStorage implements Iterator, Countable return count($this->storage); } - /** @obj object to look for + /** @param obj object to look for * @return whether $obj is contained in storage */ function contains($obj) -- 2.50.1