Type-hinting SimpleXMLElement
(_getCascadeMappings)
This commit is contained in:
parent
b90943c56b
commit
08e8af9372
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ class XmlDriver extends FileDriver
|
|||
*
|
||||
* @return array The list of cascade options.
|
||||
*/
|
||||
private function _getCascadeMappings($cascadeElement)
|
||||
private function _getCascadeMappings(SimpleXMLElement $cascadeElement)
|
||||
{
|
||||
$cascades = array();
|
||||
/* @var $action SimpleXmlElement */
|
||||
|
|
Loading…
Add table
Reference in a new issue