Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fixed typos #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
14 commits merged into from
Feb 26, 2011
Prev Previous commit
Next Next commit
[DependencyInjection] Fixed typo
  • Loading branch information
pborreli committed Feb 26, 2011
commit 1a8ce933e15d3b0c103144ad499e7522662ba866
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function process(ContainerBuilder $container)
}

/**
* Updates references to remove aliasess.
* Updates references to remove aliases.
*
* @param ContainerBuilder $container The container
* @param string $currentId The alias identifier being replaced
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ protected function addAttributes($attributes)
* Adds options
*
* @param array $options An array of options
* @return string A space seperated list of options
*
* @return string A space separated list of options
*/
protected function addOptions($options)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class InterfaceInjector
protected $processedDefinitions = array();

/**
* Contructs interface injector by specifying the target class name
* Constructs interface injector by specifying the target class name
*
* @param string $class
*/
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.