Development

#2070 (small error in phpDoc documentation in sfYamlConfigHandler.class.php)

You must first sign up to be able to contribute.

Ticket #2070 (closed defect: fixed)

Opened 1 year ago

Last modified 7 months ago

small error in phpDoc documentation in sfYamlConfigHandler.class.php

Reported by: Stefan.Koopmanschap Assigned to: fabien
Priority: minor Milestone: 1.0.10
Component: configuration Version: 1.0.0
Keywords: Cc:
Qualification: Unreviewed

Description

in sfYamlConfigHandler in the phpDoc documentation for the method parseYamls(), it currently says:

   * @param array An array of configuration file paths
   *
   * @param array A merged configuration array

while this should be:

   * @param array An array of configuration file paths
   *
   * @return array A merged configuration array

The merged configuration array is the result of this method and is returned.

Change History

12/07/07 17:17:07 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [6367]) fixed typo (closes #2070)

12/07/07 17:17:56 changed by fabien

  • qualification set to Unreviewed.
  • milestone set to 1.0.10.