From e9b635b6e76ad32a31b6e7cd808df198e67020db Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 17 Feb 2005 00:16:00 +0000 Subject: [PATCH] - For now we need the simple way --- ext/spl/spl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } ?> -- 2.40.0