Development

Changeset 19699

You must first sign up to be able to contribute.

Changeset 19699

Show
Ignore:
Timestamp:
06/30/09 10:06:32 (4 years ago)
Author:
fabien
Message:

[dependency_injection] fixed typos in the PHPDoc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • components/dependency_injection/trunk/lib/sfServiceContainerLoader.php

    r19686 r19699  
    5050   * Service definitions overrides the current defined ones. 
    5151   * 
    52    * But for parameters, they are overriden by the current ones. It allows 
     52   * But for parameters, they are overridden by the current ones. It allows 
    5353   * the parameters passed to the container constructor to have precedence 
    54    * over the loaderd ones. 
     54   * over the loaded ones. 
    5555   * 
    5656   * $container = new sfServiceContainerBuilder(array('foo' => 'bar'));