Removed deprecated phpdoc comment.

git-svn-id: https://svn.apache.org/repos/asf/logging/log4php/trunk@1290893 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/php/configurators/LoggerConfigurationAdapterINI.php b/src/main/php/configurators/LoggerConfigurationAdapterINI.php
index 0721f5f..7f0725c 100644
--- a/src/main/php/configurators/LoggerConfigurationAdapterINI.php
+++ b/src/main/php/configurators/LoggerConfigurationAdapterINI.php
@@ -59,12 +59,6 @@
 	/**

 	 * Loads and parses the INI configuration file.

 	 * 

-	 * INI_SCANNER_RAW is used here because otherwise parse_ini_file() will 

-	 * try to parse all values, with some strange results. For example, "true"

-	 * will become "1", while "false" and "null" will become "" (empty string). 

-	 * 

-	 * @see http://php.net/manual/en/function.parse-ini-file.php

-	 * 

 	 * @param string $url Path to the config file.

 	 * @throws LoggerException

 	 */