From: Marcus Boerger Date: Thu, 17 Feb 2005 00:16:00 +0000 (+0000) Subject: - For now we need the simple way X-Git-Tag: RELEASE_0_2_4~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9b635b6e76ad32a31b6e7cd808df198e67020db;p=php - For now we need the simple way --- diff --git a/ext/spl/spl.php b/ext/spl/spl.php index 49309bdf11..c65a080eda 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -696,9 +696,9 @@ interface Subject */ function detach(Observer $observer); - /** @param $ignore optional observer that should not be notified + /** Notify all observers */ - function notify([Observer $ignore = NULL]); + function notify(); } ?>