Commit 9f42e2d9 authored by jwage's avatar jwage

[2.0] Fixing reference to XML driver

parent 115e4d01
...@@ -218,9 +218,9 @@ class YamlDriver extends AbstractFileDriver ...@@ -218,9 +218,9 @@ class YamlDriver extends AbstractFileDriver
/** /**
* Constructs a joinColumn mapping array based on the information * Constructs a joinColumn mapping array based on the information
* found in the given SimpleXMLElement. * found in the given join column element.
* *
* @param $joinColumnElement The XML element. * @param $joinColumnElement The array join column element
* @return array The mapping array. * @return array The mapping array.
*/ */
private function _getJoinColumnMapping($joinColumnElement) private function _getJoinColumnMapping($joinColumnElement)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment