From 9a24b32e67e951c0afe9a7d54644954c49721deb Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 2 Oct 2010 17:43:18 -0400 Subject: [PATCH] Added another @usage. --- classes/Profiler.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/classes/Profiler.php b/classes/Profiler.php index e7ec6dd..f7b8777 100644 --- a/classes/Profiler.php +++ b/classes/Profiler.php @@ -24,10 +24,12 @@ * class object in the system that extends the code Object class. * * Note: I really wanted to use PHP Quick Profiler by Ryan Campbell of - * Particletree but it kept barking out errors when I tried to use it. Here's - * a link anyway: http://particletree.com/features/php-quick-profiler/ + * Particletree but it kept barking out errors when I tried to use it with + * E_STRICT turned on. Here's a link anyway since it looks awesome: + * http://particletree.com/features/php-quick-profiler/ * - * @usage Profiler::log('started stuff'); + * @usage Profiler::log('some action you want to track'); + * @usage Profiler::log($object, 'methodName'); */ class Profiler {