From f1042cb028987a80df9aea530e19a185aa777fc8 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Fri, 22 Nov 2013 10:40:24 +0000 Subject: [PATCH] ... --- .phpdbginit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.phpdbginit b/.phpdbginit index 463a2c46e0..9e02c6d8a5 100644 --- a/.phpdbginit +++ b/.phpdbginit @@ -33,7 +33,7 @@ function my_debugging_function() /* phpdbg_break(PHPDBG_FILE, "/path/to/file.php:10"); */ /* - If readline is loaded, you might want to setup completion for your project: + If readline is loaded, you might want to setup completion: */ if (function_exists('readline_completion_function')) { readline_completion_function(function(){ -- 2.50.1