Browse Source

Update docblock.

Ini files with .php extension are no longer supported.
ADmad 11 years ago
parent
commit
6221bbc6f5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Core/Configure/Engine/IniConfig.php

+ 0 - 2
src/Core/Configure/Engine/IniConfig.php

@@ -89,8 +89,6 @@ class IniConfig implements ConfigEngineInterface
     /**
     /**
      * Read an ini file and return the results as an array.
      * Read an ini file and return the results as an array.
      *
      *
-     * For backwards compatibility, acl.ini.php will be treated specially until 3.0.
-     *
      * @param string $key The identifier to read from. If the key has a . it will be treated
      * @param string $key The identifier to read from. If the key has a . it will be treated
      *  as a plugin prefix. The chosen file must be on the engine's path.
      *  as a plugin prefix. The chosen file must be on the engine's path.
      * @return array Parsed configuration values.
      * @return array Parsed configuration values.