From: Marcus Boerger Date: Fri, 2 Sep 2005 19:16:43 +0000 (+0000) Subject: - Fix docu X-Git-Tag: PRE_NEW_OCI8_EXTENSION~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a826dd29183631f2761f72b19505e1d0c6079d64;p=php - Fix docu --- 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)