]> granicus.if.org Git - php/commitdiff
- Fix docu
authorMarcus Boerger <helly@php.net>
Fri, 2 Sep 2005 19:16:43 +0000 (19:16 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 2 Sep 2005 19:16:43 +0000 (19:16 +0000)
ext/spl/internal/splobjectstorage.inc

index bb4ca58ee050f37ec9652e05c414e396a9729854..56690f499b3303e864d13c4f797ee4696c9c6446 100755 (executable)
@@ -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)