Skip to content

Commit

Permalink
Added missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha Vrhovnik authored and fabpot committed Feb 18, 2011
1 parent f985da5 commit 9b60262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Symfony/Component/Config/Definition/BaseNode.php
Expand Up @@ -13,6 +13,7 @@

use Symfony\Component\Config\Definition\Exception\Exception;
use Symfony\Component\Config\Definition\Exception\ForbiddenOverwriteException;
use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;

/**
* The base node class
Expand Down Expand Up @@ -259,4 +260,4 @@ abstract protected function mergeValues($leftSide, $rightSide);
* @return mixed The finalized value
*/
abstract protected function finalizeValue($value);
}
}

0 comments on commit 9b60262

Please sign in to comment.